mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 16:37:48 +01:00
1889 lines
108 KiB
C#
1889 lines
108 KiB
C#
namespace Flowframes.Forms.Main
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
this.titleLabel = new System.Windows.Forms.Label();
|
|
this.aiModel = new System.Windows.Forms.ComboBox();
|
|
this.aiCombox = new System.Windows.Forms.ComboBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.fpsOutTbox = new System.Windows.Forms.TextBox();
|
|
this.fpsInTbox = new System.Windows.Forms.TextBox();
|
|
this.interpFactorCombox = new System.Windows.Forms.ComboBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.outputTbox = new System.Windows.Forms.TextBox();
|
|
this.inputTbox = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.runBtn = new System.Windows.Forms.Button();
|
|
this.progressCircle = new CircularProgressBar.CircularProgressBar();
|
|
this.logBox = new System.Windows.Forms.TextBox();
|
|
this.inFolderDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
this.inFileDialog = new System.Windows.Forms.OpenFileDialog();
|
|
this.outFolderDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.statusLabel = new System.Windows.Forms.Label();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.updateBtn = new HTAlt.WinForms.HTButton();
|
|
this.queueBtn = new HTAlt.WinForms.HTButton();
|
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.info1 = new System.Windows.Forms.PictureBox();
|
|
this.settingsBtn = new HTAlt.WinForms.HTButton();
|
|
this.patreonBtn = new HTAlt.WinForms.HTButton();
|
|
this.paypalBtn = new HTAlt.WinForms.HTButton();
|
|
this.discordBtn = new HTAlt.WinForms.HTButton();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.panel10 = new System.Windows.Forms.Panel();
|
|
this.panel14 = new System.Windows.Forms.Panel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.debugBtn = new HTAlt.WinForms.HTButton();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
|
this.longProgBar = new HTAlt.WinForms.HTProgressBar();
|
|
this.mainTabControl = new HTAlt.WinForms.HTTabControl();
|
|
this.welcomeTab = new System.Windows.Forms.TabPage();
|
|
this.welcomeLabel2 = new System.Windows.Forms.Label();
|
|
this.panel8 = new System.Windows.Forms.Panel();
|
|
this.patronsLabel = new System.Windows.Forms.Label();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
this.newsLabel = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.interpOptsTab = new System.Windows.Forms.TabPage();
|
|
this.labelOutput = new System.Windows.Forms.Label();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.comboxOutputFormat = new System.Windows.Forms.ComboBox();
|
|
this.comboxOutputEncoder = new System.Windows.Forms.ComboBox();
|
|
this.comboxOutputQuality = new System.Windows.Forms.ComboBox();
|
|
this.textboxOutputQualityCust = new System.Windows.Forms.TextBox();
|
|
this.comboxOutputColors = new System.Windows.Forms.ComboBox();
|
|
this.aiInfoBtn = new HTAlt.WinForms.HTButton();
|
|
this.outSpeedCombox = new System.Windows.Forms.ComboBox();
|
|
this.completionActionPanel = new System.Windows.Forms.Panel();
|
|
this.completionAction = new System.Windows.Forms.ComboBox();
|
|
this.label25 = new System.Windows.Forms.Label();
|
|
this.inputInfo = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.browseOutBtn = new HTAlt.WinForms.HTButton();
|
|
this.browseInputFileBtn = new HTAlt.WinForms.HTButton();
|
|
this.browseInputBtn = new HTAlt.WinForms.HTButton();
|
|
this.quickSettingsTab = new System.Windows.Forms.TabPage();
|
|
this.vfrHandling = new System.Windows.Forms.ComboBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.maxFps = new System.Windows.Forms.ComboBox();
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
this.mpDedupePanel = new System.Windows.Forms.Panel();
|
|
this.mpdecimateMode = new System.Windows.Forms.ComboBox();
|
|
this.magickDedupePanel = new System.Windows.Forms.Panel();
|
|
this.dedupThresh = new System.Windows.Forms.NumericUpDown();
|
|
this.dedupeSensLabel = new System.Windows.Forms.Label();
|
|
this.dedupMode = new System.Windows.Forms.ComboBox();
|
|
this.scnDetectValue = new System.Windows.Forms.NumericUpDown();
|
|
this.label52 = new System.Windows.Forms.Label();
|
|
this.label51 = new System.Windows.Forms.Label();
|
|
this.scnDetect = new System.Windows.Forms.CheckBox();
|
|
this.enableLoop = new System.Windows.Forms.CheckBox();
|
|
this.label34 = new System.Windows.Forms.Label();
|
|
this.maxVidHeight = new System.Windows.Forms.ComboBox();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.trimPanel = new System.Windows.Forms.Panel();
|
|
this.trimResetBtn = new HTAlt.WinForms.HTButton();
|
|
this.trimStartBox = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.trimEndBox = new System.Windows.Forms.TextBox();
|
|
this.trimCombox = new System.Windows.Forms.ComboBox();
|
|
this.abtTab = new System.Windows.Forms.TabPage();
|
|
this.htButton1 = new HTAlt.WinForms.HTButton();
|
|
this.runStepBtn = new System.Windows.Forms.Button();
|
|
this.stepSelector = new System.Windows.Forms.ComboBox();
|
|
this.busyControlsPanel = new System.Windows.Forms.Panel();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.pauseBtn = new System.Windows.Forms.Button();
|
|
this.cancelBtn = new System.Windows.Forms.Button();
|
|
this.menuStripQueue = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.addCurrentConfigurationToQueueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.info1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
|
this.mainTabControl.SuspendLayout();
|
|
this.welcomeTab.SuspendLayout();
|
|
this.panel8.SuspendLayout();
|
|
this.panel6.SuspendLayout();
|
|
this.interpOptsTab.SuspendLayout();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
this.completionActionPanel.SuspendLayout();
|
|
this.quickSettingsTab.SuspendLayout();
|
|
this.mpDedupePanel.SuspendLayout();
|
|
this.magickDedupePanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dedupThresh)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.scnDetectValue)).BeginInit();
|
|
this.trimPanel.SuspendLayout();
|
|
this.abtTab.SuspendLayout();
|
|
this.busyControlsPanel.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.menuStripQueue.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// titleLabel
|
|
//
|
|
this.titleLabel.AutoSize = true;
|
|
this.titleLabel.Font = new System.Drawing.Font("Yu Gothic UI", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.titleLabel.ForeColor = System.Drawing.Color.White;
|
|
this.titleLabel.Location = new System.Drawing.Point(12, 9);
|
|
this.titleLabel.Margin = new System.Windows.Forms.Padding(3, 0, 3, 10);
|
|
this.titleLabel.Name = "titleLabel";
|
|
this.titleLabel.Size = new System.Drawing.Size(404, 40);
|
|
this.titleLabel.TabIndex = 0;
|
|
this.titleLabel.Text = "Flowframes Video Interpolator";
|
|
//
|
|
// aiModel
|
|
//
|
|
this.aiModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.aiModel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.aiModel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.aiModel.ForeColor = System.Drawing.Color.White;
|
|
this.aiModel.FormattingEnabled = true;
|
|
this.aiModel.Location = new System.Drawing.Point(281, 126);
|
|
this.aiModel.Name = "aiModel";
|
|
this.aiModel.Size = new System.Drawing.Size(400, 23);
|
|
this.aiModel.TabIndex = 25;
|
|
//
|
|
// aiCombox
|
|
//
|
|
this.aiCombox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.aiCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.aiCombox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.aiCombox.ForeColor = System.Drawing.Color.White;
|
|
this.aiCombox.FormattingEnabled = true;
|
|
this.aiCombox.Location = new System.Drawing.Point(281, 7);
|
|
this.aiCombox.Name = "aiCombox";
|
|
this.aiCombox.Size = new System.Drawing.Size(400, 23);
|
|
this.aiCombox.TabIndex = 21;
|
|
this.aiCombox.SelectedIndexChanged += new System.EventHandler(this.aiCombox_SelectedIndexChanged);
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label13.ForeColor = System.Drawing.Color.White;
|
|
this.label13.Location = new System.Drawing.Point(11, 10);
|
|
this.label13.Margin = new System.Windows.Forms.Padding(8, 8, 3, 0);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(78, 13);
|
|
this.label13.TabIndex = 20;
|
|
this.label13.Text = "Interpolation AI";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label9.ForeColor = System.Drawing.Color.White;
|
|
this.label9.Location = new System.Drawing.Point(11, 160);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(74, 13);
|
|
this.label9.TabIndex = 15;
|
|
this.label9.Text = "Output Format";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label8.ForeColor = System.Drawing.Color.White;
|
|
this.label8.Location = new System.Drawing.Point(11, 130);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(49, 13);
|
|
this.label8.TabIndex = 13;
|
|
this.label8.Text = "AI Model";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.ForeColor = System.Drawing.Color.White;
|
|
this.label6.Location = new System.Drawing.Point(450, 100);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(15, 15);
|
|
this.label6.TabIndex = 11;
|
|
this.label6.Text = "=";
|
|
//
|
|
// fpsOutTbox
|
|
//
|
|
this.fpsOutTbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.fpsOutTbox.ForeColor = System.Drawing.Color.White;
|
|
this.fpsOutTbox.Location = new System.Drawing.Point(468, 97);
|
|
this.fpsOutTbox.MinimumSize = new System.Drawing.Size(4, 21);
|
|
this.fpsOutTbox.Name = "fpsOutTbox";
|
|
this.fpsOutTbox.ReadOnly = true;
|
|
this.fpsOutTbox.Size = new System.Drawing.Size(100, 23);
|
|
this.fpsOutTbox.TabIndex = 9;
|
|
this.fpsOutTbox.Leave += new System.EventHandler(this.fpsOutTbox_Leave);
|
|
//
|
|
// fpsInTbox
|
|
//
|
|
this.fpsInTbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.fpsInTbox.ForeColor = System.Drawing.Color.White;
|
|
this.fpsInTbox.Location = new System.Drawing.Point(281, 97);
|
|
this.fpsInTbox.MinimumSize = new System.Drawing.Size(4, 21);
|
|
this.fpsInTbox.Name = "fpsInTbox";
|
|
this.fpsInTbox.ReadOnly = true;
|
|
this.fpsInTbox.Size = new System.Drawing.Size(100, 23);
|
|
this.fpsInTbox.TabIndex = 8;
|
|
this.fpsInTbox.Text = "0";
|
|
this.fpsInTbox.TextChanged += new System.EventHandler(this.fpsInTbox_TextChanged);
|
|
//
|
|
// interpFactorCombox
|
|
//
|
|
this.interpFactorCombox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.interpFactorCombox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.interpFactorCombox.ForeColor = System.Drawing.Color.White;
|
|
this.interpFactorCombox.FormattingEnabled = true;
|
|
this.interpFactorCombox.Location = new System.Drawing.Point(387, 97);
|
|
this.interpFactorCombox.Name = "interpFactorCombox";
|
|
this.interpFactorCombox.Size = new System.Drawing.Size(57, 23);
|
|
this.interpFactorCombox.TabIndex = 7;
|
|
this.interpFactorCombox.SelectedIndexChanged += new System.EventHandler(this.interpFactorCombox_SelectedIndexChanged);
|
|
this.interpFactorCombox.TextUpdate += new System.EventHandler(this.interpFactorCombox_SelectedIndexChanged);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.ForeColor = System.Drawing.Color.White;
|
|
this.label4.Location = new System.Drawing.Point(11, 100);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(117, 13);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "Output FPS and Speed";
|
|
//
|
|
// outputTbox
|
|
//
|
|
this.outputTbox.AllowDrop = true;
|
|
this.outputTbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.outputTbox.ForeColor = System.Drawing.Color.White;
|
|
this.outputTbox.Location = new System.Drawing.Point(281, 67);
|
|
this.outputTbox.MinimumSize = new System.Drawing.Size(4, 21);
|
|
this.outputTbox.Name = "outputTbox";
|
|
this.outputTbox.Size = new System.Drawing.Size(400, 23);
|
|
this.outputTbox.TabIndex = 4;
|
|
this.outputTbox.DragDrop += new System.Windows.Forms.DragEventHandler(this.outputTbox_DragDrop);
|
|
this.outputTbox.DragEnter += new System.Windows.Forms.DragEventHandler(this.outputTbox_DragEnter);
|
|
//
|
|
// inputTbox
|
|
//
|
|
this.inputTbox.AllowDrop = true;
|
|
this.inputTbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.inputTbox.ForeColor = System.Drawing.Color.White;
|
|
this.inputTbox.Location = new System.Drawing.Point(281, 37);
|
|
this.inputTbox.MinimumSize = new System.Drawing.Size(4, 21);
|
|
this.inputTbox.Name = "inputTbox";
|
|
this.inputTbox.Size = new System.Drawing.Size(400, 23);
|
|
this.inputTbox.TabIndex = 2;
|
|
this.inputTbox.DragDrop += new System.Windows.Forms.DragEventHandler(this.inputTbox_DragDrop);
|
|
this.inputTbox.DragEnter += new System.Windows.Forms.DragEventHandler(this.inputTbox_DragEnter);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
this.label3.Location = new System.Drawing.Point(11, 70);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(84, 13);
|
|
this.label3.TabIndex = 1;
|
|
this.label3.Text = "Output Directory";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(11, 40);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(150, 13);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "Input Video (Or Frames Folder)";
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.AutoSize = true;
|
|
this.label23.ForeColor = System.Drawing.Color.White;
|
|
this.label23.Location = new System.Drawing.Point(8, 130);
|
|
this.label23.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(105, 15);
|
|
this.label23.TabIndex = 26;
|
|
this.label23.Text = "Fix Scene Changes";
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.ForeColor = System.Drawing.Color.White;
|
|
this.label19.Location = new System.Drawing.Point(8, 100);
|
|
this.label19.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(34, 15);
|
|
this.label19.TabIndex = 20;
|
|
this.label19.Text = "Loop";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.ForeColor = System.Drawing.Color.White;
|
|
this.label17.Location = new System.Drawing.Point(8, 70);
|
|
this.label17.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(87, 15);
|
|
this.label17.TabIndex = 4;
|
|
this.label17.Text = "De-Duplication";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.ForeColor = System.Drawing.Color.White;
|
|
this.label16.Location = new System.Drawing.Point(10, 10);
|
|
this.label16.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(61, 15);
|
|
this.label16.TabIndex = 2;
|
|
this.label16.Text = "Trim Input";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.ForeColor = System.Drawing.Color.White;
|
|
this.label14.Location = new System.Drawing.Point(11, 8);
|
|
this.label14.Margin = new System.Windows.Forms.Padding(8, 8, 3, 0);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(884, 189);
|
|
this.label14.TabIndex = 2;
|
|
this.label14.Text = resources.GetString("label14.Text");
|
|
//
|
|
// runBtn
|
|
//
|
|
this.runBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.runBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.runBtn.Enabled = false;
|
|
this.runBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.runBtn.ForeColor = System.Drawing.Color.White;
|
|
this.runBtn.Location = new System.Drawing.Point(12, 418);
|
|
this.runBtn.Name = "runBtn";
|
|
this.runBtn.Size = new System.Drawing.Size(203, 71);
|
|
this.runBtn.TabIndex = 2;
|
|
this.runBtn.Text = "Interpolate!";
|
|
this.runBtn.UseVisualStyleBackColor = false;
|
|
this.runBtn.Click += new System.EventHandler(this.runBtn_Click);
|
|
//
|
|
// progressCircle
|
|
//
|
|
this.progressCircle.AnimationFunction = WinFormAnimation.KnownAnimationFunctions.Liner;
|
|
this.progressCircle.AnimationSpeed = 500;
|
|
this.progressCircle.BackColor = System.Drawing.Color.Transparent;
|
|
this.progressCircle.Font = new System.Drawing.Font("Microsoft Sans Serif", 72F, System.Drawing.FontStyle.Bold);
|
|
this.progressCircle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.progressCircle.InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
|
this.progressCircle.InnerMargin = 2;
|
|
this.progressCircle.InnerWidth = -1;
|
|
this.progressCircle.Location = new System.Drawing.Point(422, 12);
|
|
this.progressCircle.MarqueeAnimationSpeed = 2000;
|
|
this.progressCircle.Name = "progressCircle";
|
|
this.progressCircle.OuterColor = System.Drawing.Color.Gray;
|
|
this.progressCircle.OuterMargin = -21;
|
|
this.progressCircle.OuterWidth = 21;
|
|
this.progressCircle.ProgressColor = System.Drawing.Color.LimeGreen;
|
|
this.progressCircle.ProgressWidth = 8;
|
|
this.progressCircle.SecondaryFont = new System.Drawing.Font("Microsoft Sans Serif", 36F);
|
|
this.progressCircle.Size = new System.Drawing.Size(40, 40);
|
|
this.progressCircle.StartAngle = 270;
|
|
this.progressCircle.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
|
|
this.progressCircle.SubscriptColor = System.Drawing.Color.FromArgb(((int)(((byte)(166)))), ((int)(((byte)(166)))), ((int)(((byte)(166)))));
|
|
this.progressCircle.SubscriptMargin = new System.Windows.Forms.Padding(10, -35, 0, 0);
|
|
this.progressCircle.SubscriptText = ".23";
|
|
this.progressCircle.SuperscriptColor = System.Drawing.Color.FromArgb(((int)(((byte)(166)))), ((int)(((byte)(166)))), ((int)(((byte)(166)))));
|
|
this.progressCircle.SuperscriptMargin = new System.Windows.Forms.Padding(10, 35, 0, 0);
|
|
this.progressCircle.SuperscriptText = "°C";
|
|
this.progressCircle.TabIndex = 3;
|
|
this.progressCircle.TextMargin = new System.Windows.Forms.Padding(8, 8, 0, 0);
|
|
this.progressCircle.Value = 33;
|
|
this.progressCircle.Visible = false;
|
|
//
|
|
// logBox
|
|
//
|
|
this.logBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.logBox.Cursor = System.Windows.Forms.Cursors.Arrow;
|
|
this.logBox.ForeColor = System.Drawing.Color.White;
|
|
this.logBox.Location = new System.Drawing.Point(221, 357);
|
|
this.logBox.MinimumSize = new System.Drawing.Size(4, 21);
|
|
this.logBox.Multiline = true;
|
|
this.logBox.Name = "logBox";
|
|
this.logBox.ReadOnly = true;
|
|
this.logBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.logBox.Size = new System.Drawing.Size(701, 111);
|
|
this.logBox.TabIndex = 5;
|
|
this.logBox.TabStop = false;
|
|
this.logBox.Text = "Welcome to Flowframes!";
|
|
//
|
|
// inFileDialog
|
|
//
|
|
this.inFileDialog.FileName = "openFileDialog1";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.ForeColor = System.Drawing.Color.White;
|
|
this.label12.Location = new System.Drawing.Point(8, 7);
|
|
this.label12.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(40, 13);
|
|
this.label12.TabIndex = 6;
|
|
this.label12.Text = "Status:";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.statusLabel);
|
|
this.panel1.Controls.Add(this.label12);
|
|
this.panel1.Location = new System.Drawing.Point(13, 357);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(203, 55);
|
|
this.panel1.TabIndex = 6;
|
|
//
|
|
// statusLabel
|
|
//
|
|
this.statusLabel.AutoSize = true;
|
|
this.statusLabel.ForeColor = System.Drawing.Color.White;
|
|
this.statusLabel.Location = new System.Drawing.Point(8, 30);
|
|
this.statusLabel.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.statusLabel.Name = "statusLabel";
|
|
this.statusLabel.Size = new System.Drawing.Size(61, 13);
|
|
this.statusLabel.TabIndex = 7;
|
|
this.statusLabel.Text = "Initializing...";
|
|
//
|
|
// updateBtn
|
|
//
|
|
this.updateBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.updateBtn.ButtonImage = global::Flowframes.Properties.Resources.baseline_system_update_alt_white_48dp_40px;
|
|
this.updateBtn.DrawImage = true;
|
|
this.updateBtn.FlatAppearance.BorderSize = 0;
|
|
this.updateBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.updateBtn.ForeColor = System.Drawing.Color.White;
|
|
this.updateBtn.ImageIndex = 0;
|
|
this.updateBtn.Location = new System.Drawing.Point(790, 12);
|
|
this.updateBtn.Name = "updateBtn";
|
|
this.updateBtn.Size = new System.Drawing.Size(40, 40);
|
|
this.updateBtn.TabIndex = 41;
|
|
this.toolTip1.SetToolTip(this.updateBtn, "Update");
|
|
this.updateBtn.UseVisualStyleBackColor = false;
|
|
this.updateBtn.Click += new System.EventHandler(this.updateBtn_Click);
|
|
//
|
|
// queueBtn
|
|
//
|
|
this.queueBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.queueBtn.ButtonImage = global::Flowframes.Properties.Resources.baseline_queue_white_48dp_40px;
|
|
this.queueBtn.DrawImage = true;
|
|
this.queueBtn.FlatAppearance.BorderSize = 0;
|
|
this.queueBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.queueBtn.ForeColor = System.Drawing.Color.White;
|
|
this.queueBtn.ImageIndex = 0;
|
|
this.queueBtn.Location = new System.Drawing.Point(836, 12);
|
|
this.queueBtn.Name = "queueBtn";
|
|
this.queueBtn.Size = new System.Drawing.Size(40, 40);
|
|
this.queueBtn.TabIndex = 39;
|
|
this.toolTip1.SetToolTip(this.queueBtn, "Open Queue");
|
|
this.queueBtn.UseVisualStyleBackColor = false;
|
|
this.queueBtn.Click += new System.EventHandler(this.queueBtn_Click);
|
|
this.queueBtn.MouseDown += new System.Windows.Forms.MouseEventHandler(this.queueBtn_MouseDown);
|
|
//
|
|
// pictureBox4
|
|
//
|
|
this.pictureBox4.BackgroundImage = global::Flowframes.Properties.Resources.questmark_72px_bordeer;
|
|
this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pictureBox4.Location = new System.Drawing.Point(167, 37);
|
|
this.pictureBox4.Name = "pictureBox4";
|
|
this.pictureBox4.Size = new System.Drawing.Size(29, 21);
|
|
this.pictureBox4.TabIndex = 31;
|
|
this.pictureBox4.TabStop = false;
|
|
this.toolTip1.SetToolTip(this.pictureBox4, "Set your input video file, or a folder that contains frames/images.\r\nSupports Dra" +
|
|
"g-N-Drop.");
|
|
//
|
|
// pictureBox3
|
|
//
|
|
this.pictureBox3.BackgroundImage = global::Flowframes.Properties.Resources.questmark_72px_bordeer;
|
|
this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pictureBox3.Location = new System.Drawing.Point(101, 67);
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.Size = new System.Drawing.Size(29, 21);
|
|
this.pictureBox3.TabIndex = 30;
|
|
this.pictureBox3.TabStop = false;
|
|
this.toolTip1.SetToolTip(this.pictureBox3, "Supports Drag-N-Drop.\r\nGets auto-assigned whenever you set an input file.");
|
|
//
|
|
// info1
|
|
//
|
|
this.info1.BackgroundImage = global::Flowframes.Properties.Resources.questmark_72px_bordeer;
|
|
this.info1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.info1.Location = new System.Drawing.Point(134, 97);
|
|
this.info1.Name = "info1";
|
|
this.info1.Size = new System.Drawing.Size(29, 21);
|
|
this.info1.TabIndex = 27;
|
|
this.info1.TabStop = false;
|
|
this.toolTip1.SetToolTip(this.info1, "Here you can change your interpolation factor (different AIs support different fa" +
|
|
"ctors), which will determine your output frame rate.");
|
|
//
|
|
// settingsBtn
|
|
//
|
|
this.settingsBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.settingsBtn.ButtonImage = global::Flowframes.Properties.Resources.baseline_settings_white_48dp_40px;
|
|
this.settingsBtn.DrawImage = true;
|
|
this.settingsBtn.FlatAppearance.BorderSize = 0;
|
|
this.settingsBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.settingsBtn.ForeColor = System.Drawing.Color.White;
|
|
this.settingsBtn.ImageIndex = 0;
|
|
this.settingsBtn.Location = new System.Drawing.Point(882, 12);
|
|
this.settingsBtn.Name = "settingsBtn";
|
|
this.settingsBtn.Size = new System.Drawing.Size(40, 40);
|
|
this.settingsBtn.TabIndex = 38;
|
|
this.toolTip1.SetToolTip(this.settingsBtn, "Open Settings");
|
|
this.settingsBtn.UseVisualStyleBackColor = false;
|
|
this.settingsBtn.Click += new System.EventHandler(this.settingsBtn_Click);
|
|
//
|
|
// patreonBtn
|
|
//
|
|
this.patreonBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.patreonBtn.ButtonImage = global::Flowframes.Properties.Resources.patreon256pxColored_40px;
|
|
this.patreonBtn.DrawImage = true;
|
|
this.patreonBtn.FlatAppearance.BorderSize = 0;
|
|
this.patreonBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.patreonBtn.ForeColor = System.Drawing.Color.White;
|
|
this.patreonBtn.ImageIndex = 0;
|
|
this.patreonBtn.Location = new System.Drawing.Point(606, 12);
|
|
this.patreonBtn.Name = "patreonBtn";
|
|
this.patreonBtn.Size = new System.Drawing.Size(40, 40);
|
|
this.patreonBtn.TabIndex = 37;
|
|
this.toolTip1.SetToolTip(this.patreonBtn, "Donate on Patreon :)");
|
|
this.patreonBtn.UseVisualStyleBackColor = false;
|
|
this.patreonBtn.Click += new System.EventHandler(this.patreonBtn_Click);
|
|
//
|
|
// paypalBtn
|
|
//
|
|
this.paypalBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.paypalBtn.ButtonImage = global::Flowframes.Properties.Resources.paypal40px;
|
|
this.paypalBtn.DrawImage = true;
|
|
this.paypalBtn.FlatAppearance.BorderSize = 0;
|
|
this.paypalBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.paypalBtn.ForeColor = System.Drawing.Color.White;
|
|
this.paypalBtn.ImageIndex = 0;
|
|
this.paypalBtn.Location = new System.Drawing.Point(559, 12);
|
|
this.paypalBtn.Name = "paypalBtn";
|
|
this.paypalBtn.Size = new System.Drawing.Size(40, 40);
|
|
this.paypalBtn.TabIndex = 36;
|
|
this.toolTip1.SetToolTip(this.paypalBtn, "Donate :)");
|
|
this.paypalBtn.UseVisualStyleBackColor = false;
|
|
this.paypalBtn.Click += new System.EventHandler(this.paypalBtn_Click);
|
|
//
|
|
// discordBtn
|
|
//
|
|
this.discordBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.discordBtn.ButtonImage = ((System.Drawing.Image)(resources.GetObject("discordBtn.ButtonImage")));
|
|
this.discordBtn.DrawImage = true;
|
|
this.discordBtn.FlatAppearance.BorderSize = 0;
|
|
this.discordBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.discordBtn.ForeColor = System.Drawing.Color.White;
|
|
this.discordBtn.ImageIndex = 0;
|
|
this.discordBtn.Location = new System.Drawing.Point(652, 12);
|
|
this.discordBtn.Name = "discordBtn";
|
|
this.discordBtn.Size = new System.Drawing.Size(40, 40);
|
|
this.discordBtn.TabIndex = 35;
|
|
this.toolTip1.SetToolTip(this.discordBtn, "Chat on Discord");
|
|
this.discordBtn.UseVisualStyleBackColor = false;
|
|
this.discordBtn.Click += new System.EventHandler(this.discordBtn_Click);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackgroundImage = global::Flowframes.Properties.Resources.questmark_72px_bordeer;
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pictureBox1.Location = new System.Drawing.Point(66, 127);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(29, 21);
|
|
this.pictureBox1.TabIndex = 28;
|
|
this.pictureBox1.TabStop = false;
|
|
this.toolTip1.SetToolTip(this.pictureBox1, "This is the training data the AI will use.\r\nDifferent AI models will produce slig" +
|
|
"htly different results. Try them for yourself.");
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.BackgroundImage = global::Flowframes.Properties.Resources.questmark_72px_bordeer;
|
|
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pictureBox2.Location = new System.Drawing.Point(91, 157);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(29, 21);
|
|
this.pictureBox2.TabIndex = 29;
|
|
this.pictureBox2.TabStop = false;
|
|
this.toolTip1.SetToolTip(this.pictureBox2, "Set your interpolation output format.\r\nEncoding and quality options can be change" +
|
|
"d in the Settings.");
|
|
//
|
|
// panel10
|
|
//
|
|
this.panel10.BackgroundImage = global::Flowframes.Properties.Resources.baseline_create_white_18dp_semiTransparent;
|
|
this.panel10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.panel10.Location = new System.Drawing.Point(373, 39);
|
|
this.panel10.Name = "panel10";
|
|
this.panel10.Size = new System.Drawing.Size(21, 21);
|
|
this.panel10.TabIndex = 67;
|
|
this.toolTip1.SetToolTip(this.panel10, "Allows custom input.");
|
|
//
|
|
// panel14
|
|
//
|
|
this.panel14.BackgroundImage = global::Flowframes.Properties.Resources.baseline_create_white_18dp_semiTransparent;
|
|
this.panel14.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.panel14.Location = new System.Drawing.Point(476, 130);
|
|
this.panel14.Name = "panel14";
|
|
this.panel14.Size = new System.Drawing.Size(21, 21);
|
|
this.panel14.TabIndex = 79;
|
|
this.toolTip1.SetToolTip(this.panel14, "Allows custom input.");
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BackgroundImage = global::Flowframes.Properties.Resources.baseline_create_white_18dp_semiTransparent;
|
|
this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.panel3.Location = new System.Drawing.Point(114, 0);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(21, 21);
|
|
this.panel3.TabIndex = 57;
|
|
this.toolTip1.SetToolTip(this.panel3, "Allows custom input.");
|
|
//
|
|
// debugBtn
|
|
//
|
|
this.debugBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.debugBtn.ButtonImage = global::Flowframes.Properties.Resources.baseline_list_alt_white_48dp_40px;
|
|
this.debugBtn.DrawImage = true;
|
|
this.debugBtn.FlatAppearance.BorderSize = 0;
|
|
this.debugBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.debugBtn.ForeColor = System.Drawing.Color.White;
|
|
this.debugBtn.ImageIndex = 0;
|
|
this.debugBtn.Location = new System.Drawing.Point(744, 12);
|
|
this.debugBtn.Name = "debugBtn";
|
|
this.debugBtn.Size = new System.Drawing.Size(40, 40);
|
|
this.debugBtn.TabIndex = 75;
|
|
this.toolTip1.SetToolTip(this.debugBtn, "Debug Tools");
|
|
this.debugBtn.UseVisualStyleBackColor = false;
|
|
this.debugBtn.Click += new System.EventHandler(this.debugBtn_Click);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackgroundImage = global::Flowframes.Properties.Resources.baseline_create_white_18dp_semiTransparent;
|
|
this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.panel2.Location = new System.Drawing.Point(386, 159);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(21, 21);
|
|
this.panel2.TabIndex = 90;
|
|
this.toolTip1.SetToolTip(this.panel2, "Allows custom input.");
|
|
//
|
|
// pictureBox5
|
|
//
|
|
this.pictureBox5.BackgroundImage = global::Flowframes.Properties.Resources.questmark_72px_bordeer;
|
|
this.pictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pictureBox5.Location = new System.Drawing.Point(95, 7);
|
|
this.pictureBox5.Name = "pictureBox5";
|
|
this.pictureBox5.Size = new System.Drawing.Size(29, 21);
|
|
this.pictureBox5.TabIndex = 44;
|
|
this.pictureBox5.TabStop = false;
|
|
this.toolTip1.SetToolTip(this.pictureBox5, "Set the AI interpolation network to use for this video.\r\nDifferent AIs have diffe" +
|
|
"rent quality, VRAM requirements and speeds.");
|
|
//
|
|
// longProgBar
|
|
//
|
|
this.longProgBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.longProgBar.BorderThickness = 0;
|
|
this.longProgBar.Location = new System.Drawing.Point(221, 474);
|
|
this.longProgBar.Name = "longProgBar";
|
|
this.longProgBar.Size = new System.Drawing.Size(700, 15);
|
|
this.longProgBar.TabIndex = 33;
|
|
//
|
|
// mainTabControl
|
|
//
|
|
this.mainTabControl.AllowDrop = true;
|
|
this.mainTabControl.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
|
|
this.mainTabControl.BorderTabLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204)))));
|
|
this.mainTabControl.Controls.Add(this.welcomeTab);
|
|
this.mainTabControl.Controls.Add(this.interpOptsTab);
|
|
this.mainTabControl.Controls.Add(this.quickSettingsTab);
|
|
this.mainTabControl.Controls.Add(this.abtTab);
|
|
this.mainTabControl.DisableClose = true;
|
|
this.mainTabControl.DisableDragging = true;
|
|
this.mainTabControl.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.mainTabControl.HoverTabButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(176)))), ((int)(((byte)(239)))));
|
|
this.mainTabControl.HoverTabColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(70)))));
|
|
this.mainTabControl.HoverUnselectedTabButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
|
|
this.mainTabControl.Location = new System.Drawing.Point(13, 62);
|
|
this.mainTabControl.Name = "mainTabControl";
|
|
this.mainTabControl.Padding = new System.Drawing.Point(14, 4);
|
|
this.mainTabControl.SelectedIndex = 0;
|
|
this.mainTabControl.SelectedTabButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(151)))), ((int)(((byte)(234)))));
|
|
this.mainTabControl.SelectedTabColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204)))));
|
|
this.mainTabControl.Size = new System.Drawing.Size(909, 289);
|
|
this.mainTabControl.TabIndex = 4;
|
|
this.mainTabControl.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.mainTabControl.UnderBorderTabLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(67)))), ((int)(((byte)(70)))));
|
|
this.mainTabControl.UnselectedBorderTabLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(70)))));
|
|
this.mainTabControl.UnselectedTabColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(70)))));
|
|
this.mainTabControl.UpDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(70)))));
|
|
this.mainTabControl.UpDownTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(112)))));
|
|
this.mainTabControl.SelectedIndexChanged += new System.EventHandler(this.mainTabControl_SelectedIndexChanged);
|
|
this.mainTabControl.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
|
|
this.mainTabControl.DragEnter += new System.Windows.Forms.DragEventHandler(this.Form1_DragEnter);
|
|
//
|
|
// welcomeTab
|
|
//
|
|
this.welcomeTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.welcomeTab.Controls.Add(this.welcomeLabel2);
|
|
this.welcomeTab.Controls.Add(this.panel8);
|
|
this.welcomeTab.Controls.Add(this.panel6);
|
|
this.welcomeTab.Controls.Add(this.label11);
|
|
this.welcomeTab.Location = new System.Drawing.Point(4, 27);
|
|
this.welcomeTab.Name = "welcomeTab";
|
|
this.welcomeTab.Padding = new System.Windows.Forms.Padding(3);
|
|
this.welcomeTab.Size = new System.Drawing.Size(901, 258);
|
|
this.welcomeTab.TabIndex = 4;
|
|
this.welcomeTab.Text = "Welcome";
|
|
//
|
|
// welcomeLabel2
|
|
//
|
|
this.welcomeLabel2.AutoSize = true;
|
|
this.welcomeLabel2.Font = new System.Drawing.Font("Yu Gothic UI", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.welcomeLabel2.ForeColor = System.Drawing.Color.Gray;
|
|
this.welcomeLabel2.Location = new System.Drawing.Point(142, 3);
|
|
this.welcomeLabel2.Margin = new System.Windows.Forms.Padding(3, 0, 3, 10);
|
|
this.welcomeLabel2.Name = "welcomeLabel2";
|
|
this.welcomeLabel2.Size = new System.Drawing.Size(478, 40);
|
|
this.welcomeLabel2.TabIndex = 5;
|
|
this.welcomeLabel2.Text = "Click The Interpolation Tab To Begin.";
|
|
this.welcomeLabel2.Click += new System.EventHandler(this.welcomeLabel2_Click);
|
|
//
|
|
// panel8
|
|
//
|
|
this.panel8.AutoScroll = true;
|
|
this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.panel8.Controls.Add(this.patronsLabel);
|
|
this.panel8.Controls.Add(this.label21);
|
|
this.panel8.Location = new System.Drawing.Point(593, 57);
|
|
this.panel8.Margin = new System.Windows.Forms.Padding(5);
|
|
this.panel8.Name = "panel8";
|
|
this.panel8.Size = new System.Drawing.Size(300, 193);
|
|
this.panel8.TabIndex = 4;
|
|
//
|
|
// patronsLabel
|
|
//
|
|
this.patronsLabel.AutoSize = true;
|
|
this.patronsLabel.ForeColor = System.Drawing.Color.White;
|
|
this.patronsLabel.Location = new System.Drawing.Point(8, 31);
|
|
this.patronsLabel.Margin = new System.Windows.Forms.Padding(8, 8, 3, 0);
|
|
this.patronsLabel.Name = "patronsLabel";
|
|
this.patronsLabel.Size = new System.Drawing.Size(0, 15);
|
|
this.patronsLabel.TabIndex = 9;
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label21.ForeColor = System.Drawing.Color.White;
|
|
this.label21.Location = new System.Drawing.Point(8, 8);
|
|
this.label21.Margin = new System.Windows.Forms.Padding(8, 8, 3, 0);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(119, 15);
|
|
this.label21.TabIndex = 8;
|
|
this.label21.Text = "Patreon Supporters:";
|
|
//
|
|
// panel6
|
|
//
|
|
this.panel6.AutoScroll = true;
|
|
this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.panel6.Controls.Add(this.newsLabel);
|
|
this.panel6.Controls.Add(this.label15);
|
|
this.panel6.Location = new System.Drawing.Point(8, 57);
|
|
this.panel6.Margin = new System.Windows.Forms.Padding(5);
|
|
this.panel6.Name = "panel6";
|
|
this.panel6.Size = new System.Drawing.Size(575, 193);
|
|
this.panel6.TabIndex = 3;
|
|
//
|
|
// newsLabel
|
|
//
|
|
this.newsLabel.AutoSize = true;
|
|
this.newsLabel.ForeColor = System.Drawing.Color.White;
|
|
this.newsLabel.Location = new System.Drawing.Point(8, 31);
|
|
this.newsLabel.Margin = new System.Windows.Forms.Padding(8, 8, 3, 0);
|
|
this.newsLabel.Name = "newsLabel";
|
|
this.newsLabel.Size = new System.Drawing.Size(0, 15);
|
|
this.newsLabel.TabIndex = 8;
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label15.ForeColor = System.Drawing.Color.White;
|
|
this.label15.Location = new System.Drawing.Point(8, 8);
|
|
this.label15.Margin = new System.Windows.Forms.Padding(8, 8, 3, 0);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(41, 15);
|
|
this.label15.TabIndex = 7;
|
|
this.label15.Text = "News:";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Font = new System.Drawing.Font("Yu Gothic UI", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label11.ForeColor = System.Drawing.Color.White;
|
|
this.label11.Location = new System.Drawing.Point(6, 3);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(3, 0, 3, 10);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(143, 40);
|
|
this.label11.TabIndex = 1;
|
|
this.label11.Text = "Welcome!";
|
|
//
|
|
// interpOptsTab
|
|
//
|
|
this.interpOptsTab.AllowDrop = true;
|
|
this.interpOptsTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.interpOptsTab.Controls.Add(this.labelOutput);
|
|
this.interpOptsTab.Controls.Add(this.flowLayoutPanel1);
|
|
this.interpOptsTab.Controls.Add(this.aiInfoBtn);
|
|
this.interpOptsTab.Controls.Add(this.pictureBox5);
|
|
this.interpOptsTab.Controls.Add(this.outSpeedCombox);
|
|
this.interpOptsTab.Controls.Add(this.completionActionPanel);
|
|
this.interpOptsTab.Controls.Add(this.inputInfo);
|
|
this.interpOptsTab.Controls.Add(this.label1);
|
|
this.interpOptsTab.Controls.Add(this.browseOutBtn);
|
|
this.interpOptsTab.Controls.Add(this.browseInputFileBtn);
|
|
this.interpOptsTab.Controls.Add(this.browseInputBtn);
|
|
this.interpOptsTab.Controls.Add(this.label4);
|
|
this.interpOptsTab.Controls.Add(this.label2);
|
|
this.interpOptsTab.Controls.Add(this.label3);
|
|
this.interpOptsTab.Controls.Add(this.inputTbox);
|
|
this.interpOptsTab.Controls.Add(this.outputTbox);
|
|
this.interpOptsTab.Controls.Add(this.interpFactorCombox);
|
|
this.interpOptsTab.Controls.Add(this.aiModel);
|
|
this.interpOptsTab.Controls.Add(this.fpsInTbox);
|
|
this.interpOptsTab.Controls.Add(this.fpsOutTbox);
|
|
this.interpOptsTab.Controls.Add(this.aiCombox);
|
|
this.interpOptsTab.Controls.Add(this.label6);
|
|
this.interpOptsTab.Controls.Add(this.label13);
|
|
this.interpOptsTab.Controls.Add(this.label8);
|
|
this.interpOptsTab.Controls.Add(this.label9);
|
|
this.interpOptsTab.Controls.Add(this.pictureBox4);
|
|
this.interpOptsTab.Controls.Add(this.pictureBox3);
|
|
this.interpOptsTab.Controls.Add(this.pictureBox2);
|
|
this.interpOptsTab.Controls.Add(this.pictureBox1);
|
|
this.interpOptsTab.Controls.Add(this.info1);
|
|
this.interpOptsTab.Location = new System.Drawing.Point(4, 27);
|
|
this.interpOptsTab.Name = "interpOptsTab";
|
|
this.interpOptsTab.Padding = new System.Windows.Forms.Padding(3);
|
|
this.interpOptsTab.Size = new System.Drawing.Size(901, 258);
|
|
this.interpOptsTab.TabIndex = 0;
|
|
this.interpOptsTab.Text = "Interpolation";
|
|
this.interpOptsTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
|
|
this.interpOptsTab.DragEnter += new System.Windows.Forms.DragEventHandler(this.Form1_DragEnter);
|
|
//
|
|
// labelOutput
|
|
//
|
|
this.labelOutput.AutoSize = true;
|
|
this.labelOutput.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelOutput.ForeColor = System.Drawing.Color.Silver;
|
|
this.labelOutput.Location = new System.Drawing.Point(692, 161);
|
|
this.labelOutput.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.labelOutput.Name = "labelOutput";
|
|
this.labelOutput.Size = new System.Drawing.Size(0, 13);
|
|
this.labelOutput.TabIndex = 47;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.Controls.Add(this.comboxOutputFormat);
|
|
this.flowLayoutPanel1.Controls.Add(this.comboxOutputEncoder);
|
|
this.flowLayoutPanel1.Controls.Add(this.comboxOutputQuality);
|
|
this.flowLayoutPanel1.Controls.Add(this.textboxOutputQualityCust);
|
|
this.flowLayoutPanel1.Controls.Add(this.comboxOutputColors);
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(281, 157);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(614, 23);
|
|
this.flowLayoutPanel1.TabIndex = 46;
|
|
//
|
|
// comboxOutputFormat
|
|
//
|
|
this.comboxOutputFormat.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.comboxOutputFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboxOutputFormat.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.comboxOutputFormat.ForeColor = System.Drawing.Color.White;
|
|
this.comboxOutputFormat.FormattingEnabled = true;
|
|
this.comboxOutputFormat.Location = new System.Drawing.Point(0, 0);
|
|
this.comboxOutputFormat.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
|
|
this.comboxOutputFormat.Name = "comboxOutputFormat";
|
|
this.comboxOutputFormat.Size = new System.Drawing.Size(75, 23);
|
|
this.comboxOutputFormat.TabIndex = 47;
|
|
this.comboxOutputFormat.SelectedIndexChanged += new System.EventHandler(this.comboxOutputFormat_SelectedIndexChanged);
|
|
//
|
|
// comboxOutputEncoder
|
|
//
|
|
this.comboxOutputEncoder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.comboxOutputEncoder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboxOutputEncoder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.comboxOutputEncoder.ForeColor = System.Drawing.Color.White;
|
|
this.comboxOutputEncoder.FormattingEnabled = true;
|
|
this.comboxOutputEncoder.Location = new System.Drawing.Point(81, 0);
|
|
this.comboxOutputEncoder.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
|
|
this.comboxOutputEncoder.Name = "comboxOutputEncoder";
|
|
this.comboxOutputEncoder.Size = new System.Drawing.Size(90, 23);
|
|
this.comboxOutputEncoder.TabIndex = 50;
|
|
this.comboxOutputEncoder.SelectedIndexChanged += new System.EventHandler(this.comboxOutputEncoder_SelectedIndexChanged);
|
|
//
|
|
// comboxOutputQuality
|
|
//
|
|
this.comboxOutputQuality.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.comboxOutputQuality.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboxOutputQuality.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.comboxOutputQuality.ForeColor = System.Drawing.Color.White;
|
|
this.comboxOutputQuality.FormattingEnabled = true;
|
|
this.comboxOutputQuality.Location = new System.Drawing.Point(177, 0);
|
|
this.comboxOutputQuality.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
|
|
this.comboxOutputQuality.Name = "comboxOutputQuality";
|
|
this.comboxOutputQuality.Size = new System.Drawing.Size(100, 23);
|
|
this.comboxOutputQuality.TabIndex = 48;
|
|
this.comboxOutputQuality.SelectedIndexChanged += new System.EventHandler(this.comboxOutputQuality_SelectedIndexChanged);
|
|
//
|
|
// textboxOutputQualityCust
|
|
//
|
|
this.textboxOutputQualityCust.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.textboxOutputQualityCust.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textboxOutputQualityCust.ForeColor = System.Drawing.Color.White;
|
|
this.textboxOutputQualityCust.Location = new System.Drawing.Point(283, 0);
|
|
this.textboxOutputQualityCust.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
|
|
this.textboxOutputQualityCust.MaxLength = 3;
|
|
this.textboxOutputQualityCust.MinimumSize = new System.Drawing.Size(4, 21);
|
|
this.textboxOutputQualityCust.Name = "textboxOutputQualityCust";
|
|
this.textboxOutputQualityCust.Size = new System.Drawing.Size(30, 23);
|
|
this.textboxOutputQualityCust.TabIndex = 52;
|
|
this.textboxOutputQualityCust.Text = "24";
|
|
this.textboxOutputQualityCust.Visible = false;
|
|
//
|
|
// comboxOutputColors
|
|
//
|
|
this.comboxOutputColors.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.comboxOutputColors.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboxOutputColors.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.comboxOutputColors.ForeColor = System.Drawing.Color.White;
|
|
this.comboxOutputColors.FormattingEnabled = true;
|
|
this.comboxOutputColors.Location = new System.Drawing.Point(319, 0);
|
|
this.comboxOutputColors.Margin = new System.Windows.Forms.Padding(0);
|
|
this.comboxOutputColors.Name = "comboxOutputColors";
|
|
this.comboxOutputColors.Size = new System.Drawing.Size(117, 23);
|
|
this.comboxOutputColors.TabIndex = 49;
|
|
//
|
|
// aiInfoBtn
|
|
//
|
|
this.aiInfoBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.aiInfoBtn.FlatAppearance.BorderSize = 0;
|
|
this.aiInfoBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.aiInfoBtn.ForeColor = System.Drawing.Color.White;
|
|
this.aiInfoBtn.Location = new System.Drawing.Point(689, 7);
|
|
this.aiInfoBtn.Name = "aiInfoBtn";
|
|
this.aiInfoBtn.Size = new System.Drawing.Size(206, 23);
|
|
this.aiInfoBtn.TabIndex = 45;
|
|
this.aiInfoBtn.Text = "About This Implementation...";
|
|
this.aiInfoBtn.UseVisualStyleBackColor = false;
|
|
this.aiInfoBtn.Click += new System.EventHandler(this.aiInfoBtn_Click);
|
|
//
|
|
// outSpeedCombox
|
|
//
|
|
this.outSpeedCombox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.outSpeedCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.outSpeedCombox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.outSpeedCombox.ForeColor = System.Drawing.Color.White;
|
|
this.outSpeedCombox.FormattingEnabled = true;
|
|
this.outSpeedCombox.Items.AddRange(new object[] {
|
|
"Normal Speed",
|
|
"2x Slowmo",
|
|
"4x Slowmo",
|
|
"8x Slowmo"});
|
|
this.outSpeedCombox.Location = new System.Drawing.Point(574, 97);
|
|
this.outSpeedCombox.Name = "outSpeedCombox";
|
|
this.outSpeedCombox.Size = new System.Drawing.Size(107, 23);
|
|
this.outSpeedCombox.TabIndex = 43;
|
|
//
|
|
// completionActionPanel
|
|
//
|
|
this.completionActionPanel.Controls.Add(this.completionAction);
|
|
this.completionActionPanel.Controls.Add(this.label25);
|
|
this.completionActionPanel.Location = new System.Drawing.Point(681, 218);
|
|
this.completionActionPanel.Margin = new System.Windows.Forms.Padding(0);
|
|
this.completionActionPanel.Name = "completionActionPanel";
|
|
this.completionActionPanel.Size = new System.Drawing.Size(220, 40);
|
|
this.completionActionPanel.TabIndex = 42;
|
|
//
|
|
// completionAction
|
|
//
|
|
this.completionAction.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.completionAction.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.completionAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.completionAction.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.completionAction.ForeColor = System.Drawing.Color.White;
|
|
this.completionAction.FormattingEnabled = true;
|
|
this.completionAction.Items.AddRange(new object[] {
|
|
"Do Nothing",
|
|
"Close App",
|
|
"Sleep",
|
|
"Hibernate",
|
|
"Shutdown"});
|
|
this.completionAction.Location = new System.Drawing.Point(84, 11);
|
|
this.completionAction.Name = "completionAction";
|
|
this.completionAction.Size = new System.Drawing.Size(130, 23);
|
|
this.completionAction.TabIndex = 40;
|
|
//
|
|
// label25
|
|
//
|
|
this.label25.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label25.AutoSize = true;
|
|
this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label25.ForeColor = System.Drawing.Color.Silver;
|
|
this.label25.Location = new System.Drawing.Point(10, 15);
|
|
this.label25.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.label25.Name = "label25";
|
|
this.label25.Size = new System.Drawing.Size(68, 13);
|
|
this.label25.TabIndex = 41;
|
|
this.label25.Text = "When Done:";
|
|
//
|
|
// inputInfo
|
|
//
|
|
this.inputInfo.AutoSize = true;
|
|
this.inputInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.inputInfo.ForeColor = System.Drawing.Color.Silver;
|
|
this.inputInfo.Location = new System.Drawing.Point(280, 190);
|
|
this.inputInfo.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.inputInfo.Name = "inputInfo";
|
|
this.inputInfo.Size = new System.Drawing.Size(0, 13);
|
|
this.inputInfo.TabIndex = 37;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.ForeColor = System.Drawing.Color.Silver;
|
|
this.label1.Location = new System.Drawing.Point(11, 190);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(89, 13);
|
|
this.label1.TabIndex = 36;
|
|
this.label1.Text = "Current Input Info";
|
|
//
|
|
// browseOutBtn
|
|
//
|
|
this.browseOutBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.browseOutBtn.FlatAppearance.BorderSize = 0;
|
|
this.browseOutBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.browseOutBtn.ForeColor = System.Drawing.Color.White;
|
|
this.browseOutBtn.Location = new System.Drawing.Point(689, 67);
|
|
this.browseOutBtn.Name = "browseOutBtn";
|
|
this.browseOutBtn.Size = new System.Drawing.Size(206, 23);
|
|
this.browseOutBtn.TabIndex = 35;
|
|
this.browseOutBtn.Text = "Browse (Folder)";
|
|
this.browseOutBtn.UseVisualStyleBackColor = false;
|
|
this.browseOutBtn.Click += new System.EventHandler(this.browseOutBtn_Click);
|
|
//
|
|
// browseInputFileBtn
|
|
//
|
|
this.browseInputFileBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.browseInputFileBtn.FlatAppearance.BorderSize = 0;
|
|
this.browseInputFileBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.browseInputFileBtn.ForeColor = System.Drawing.Color.White;
|
|
this.browseInputFileBtn.Location = new System.Drawing.Point(795, 38);
|
|
this.browseInputFileBtn.Name = "browseInputFileBtn";
|
|
this.browseInputFileBtn.Size = new System.Drawing.Size(100, 23);
|
|
this.browseInputFileBtn.TabIndex = 34;
|
|
this.browseInputFileBtn.Text = "Browse (Video)";
|
|
this.browseInputFileBtn.UseVisualStyleBackColor = false;
|
|
this.browseInputFileBtn.Click += new System.EventHandler(this.browseInputFileBtn_Click);
|
|
//
|
|
// browseInputBtn
|
|
//
|
|
this.browseInputBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.browseInputBtn.FlatAppearance.BorderSize = 0;
|
|
this.browseInputBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.browseInputBtn.ForeColor = System.Drawing.Color.White;
|
|
this.browseInputBtn.Location = new System.Drawing.Point(689, 38);
|
|
this.browseInputBtn.Name = "browseInputBtn";
|
|
this.browseInputBtn.Size = new System.Drawing.Size(100, 23);
|
|
this.browseInputBtn.TabIndex = 33;
|
|
this.browseInputBtn.Text = "Browse (Folder)";
|
|
this.browseInputBtn.UseVisualStyleBackColor = false;
|
|
this.browseInputBtn.Click += new System.EventHandler(this.browseInputBtn_Click);
|
|
//
|
|
// quickSettingsTab
|
|
//
|
|
this.quickSettingsTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.quickSettingsTab.Controls.Add(this.vfrHandling);
|
|
this.quickSettingsTab.Controls.Add(this.label5);
|
|
this.quickSettingsTab.Controls.Add(this.panel2);
|
|
this.quickSettingsTab.Controls.Add(this.label20);
|
|
this.quickSettingsTab.Controls.Add(this.maxFps);
|
|
this.quickSettingsTab.Controls.Add(this.label24);
|
|
this.quickSettingsTab.Controls.Add(this.linkLabel1);
|
|
this.quickSettingsTab.Controls.Add(this.mpDedupePanel);
|
|
this.quickSettingsTab.Controls.Add(this.magickDedupePanel);
|
|
this.quickSettingsTab.Controls.Add(this.dedupeSensLabel);
|
|
this.quickSettingsTab.Controls.Add(this.dedupMode);
|
|
this.quickSettingsTab.Controls.Add(this.scnDetectValue);
|
|
this.quickSettingsTab.Controls.Add(this.panel14);
|
|
this.quickSettingsTab.Controls.Add(this.label52);
|
|
this.quickSettingsTab.Controls.Add(this.label51);
|
|
this.quickSettingsTab.Controls.Add(this.scnDetect);
|
|
this.quickSettingsTab.Controls.Add(this.enableLoop);
|
|
this.quickSettingsTab.Controls.Add(this.label34);
|
|
this.quickSettingsTab.Controls.Add(this.panel10);
|
|
this.quickSettingsTab.Controls.Add(this.maxVidHeight);
|
|
this.quickSettingsTab.Controls.Add(this.label18);
|
|
this.quickSettingsTab.Controls.Add(this.trimPanel);
|
|
this.quickSettingsTab.Controls.Add(this.trimCombox);
|
|
this.quickSettingsTab.Controls.Add(this.label16);
|
|
this.quickSettingsTab.Controls.Add(this.label17);
|
|
this.quickSettingsTab.Controls.Add(this.label19);
|
|
this.quickSettingsTab.Controls.Add(this.label23);
|
|
this.quickSettingsTab.Location = new System.Drawing.Point(4, 27);
|
|
this.quickSettingsTab.Name = "quickSettingsTab";
|
|
this.quickSettingsTab.Padding = new System.Windows.Forms.Padding(3);
|
|
this.quickSettingsTab.Size = new System.Drawing.Size(901, 258);
|
|
this.quickSettingsTab.TabIndex = 1;
|
|
this.quickSettingsTab.Text = "Quick Settings";
|
|
this.quickSettingsTab.Enter += new System.EventHandler(this.LoadQuickSettings);
|
|
//
|
|
// vfrHandling
|
|
//
|
|
this.vfrHandling.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.vfrHandling.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.vfrHandling.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.vfrHandling.ForeColor = System.Drawing.Color.White;
|
|
this.vfrHandling.FormattingEnabled = true;
|
|
this.vfrHandling.Location = new System.Drawing.Point(280, 187);
|
|
this.vfrHandling.Name = "vfrHandling";
|
|
this.vfrHandling.Size = new System.Drawing.Size(249, 23);
|
|
this.vfrHandling.TabIndex = 92;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.ForeColor = System.Drawing.Color.White;
|
|
this.label5.Location = new System.Drawing.Point(6, 189);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(10, 10, 10, 7);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(185, 15);
|
|
this.label5.TabIndex = 91;
|
|
this.label5.Text = "Detect Variable Frame Rate Videos";
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.AutoSize = true;
|
|
this.label20.ForeColor = System.Drawing.Color.Silver;
|
|
this.label20.Location = new System.Drawing.Point(420, 162);
|
|
this.label20.Margin = new System.Windows.Forms.Padding(10, 10, 10, 7);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(339, 15);
|
|
this.label20.TabIndex = 89;
|
|
this.label20.Text = "Limit the final output video to this FPS. Leave empty to disable.";
|
|
//
|
|
// maxFps
|
|
//
|
|
this.maxFps.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.maxFps.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.maxFps.ForeColor = System.Drawing.Color.White;
|
|
this.maxFps.FormattingEnabled = true;
|
|
this.maxFps.Items.AddRange(new object[] {
|
|
"0",
|
|
"30",
|
|
"60",
|
|
"120"});
|
|
this.maxFps.Location = new System.Drawing.Point(280, 157);
|
|
this.maxFps.Name = "maxFps";
|
|
this.maxFps.Size = new System.Drawing.Size(100, 23);
|
|
this.maxFps.TabIndex = 88;
|
|
this.maxFps.SelectedIndexChanged += new System.EventHandler(this.SaveQuickSettings);
|
|
this.maxFps.TextChanged += new System.EventHandler(this.SaveQuickSettings);
|
|
//
|
|
// label24
|
|
//
|
|
this.label24.AutoSize = true;
|
|
this.label24.ForeColor = System.Drawing.Color.White;
|
|
this.label24.Location = new System.Drawing.Point(6, 160);
|
|
this.label24.Margin = new System.Windows.Forms.Padding(10, 10, 10, 7);
|
|
this.label24.Name = "label24";
|
|
this.label24.Size = new System.Drawing.Size(165, 15);
|
|
this.label24.TabIndex = 87;
|
|
this.label24.Text = "Maximum Output Frame Rate";
|
|
//
|
|
// linkLabel1
|
|
//
|
|
this.linkLabel1.ActiveLinkColor = System.Drawing.Color.LightSkyBlue;
|
|
this.linkLabel1.AutoSize = true;
|
|
this.linkLabel1.LinkColor = System.Drawing.Color.DodgerBlue;
|
|
this.linkLabel1.Location = new System.Drawing.Point(6, 237);
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
this.linkLabel1.Size = new System.Drawing.Size(227, 15);
|
|
this.linkLabel1.TabIndex = 86;
|
|
this.linkLabel1.TabStop = true;
|
|
this.linkLabel1.Text = "Open the Settings Window for all options.";
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
//
|
|
// mpDedupePanel
|
|
//
|
|
this.mpDedupePanel.Controls.Add(this.mpdecimateMode);
|
|
this.mpDedupePanel.Location = new System.Drawing.Point(601, 67);
|
|
this.mpDedupePanel.Margin = new System.Windows.Forms.Padding(0);
|
|
this.mpDedupePanel.Name = "mpDedupePanel";
|
|
this.mpDedupePanel.Size = new System.Drawing.Size(135, 23);
|
|
this.mpDedupePanel.TabIndex = 85;
|
|
//
|
|
// mpdecimateMode
|
|
//
|
|
this.mpdecimateMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.mpdecimateMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.mpdecimateMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.mpdecimateMode.ForeColor = System.Drawing.Color.White;
|
|
this.mpdecimateMode.FormattingEnabled = true;
|
|
this.mpdecimateMode.Location = new System.Drawing.Point(0, 0);
|
|
this.mpdecimateMode.Margin = new System.Windows.Forms.Padding(3, 3, 8, 3);
|
|
this.mpdecimateMode.Name = "mpdecimateMode";
|
|
this.mpdecimateMode.Size = new System.Drawing.Size(135, 23);
|
|
this.mpdecimateMode.TabIndex = 28;
|
|
this.mpdecimateMode.SelectedIndexChanged += new System.EventHandler(this.SaveQuickSettings);
|
|
//
|
|
// magickDedupePanel
|
|
//
|
|
this.magickDedupePanel.Controls.Add(this.dedupThresh);
|
|
this.magickDedupePanel.Controls.Add(this.panel3);
|
|
this.magickDedupePanel.Location = new System.Drawing.Point(601, 67);
|
|
this.magickDedupePanel.Margin = new System.Windows.Forms.Padding(0);
|
|
this.magickDedupePanel.Name = "magickDedupePanel";
|
|
this.magickDedupePanel.Size = new System.Drawing.Size(135, 23);
|
|
this.magickDedupePanel.TabIndex = 84;
|
|
//
|
|
// dedupThresh
|
|
//
|
|
this.dedupThresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.dedupThresh.DecimalPlaces = 1;
|
|
this.dedupThresh.ForeColor = System.Drawing.Color.White;
|
|
this.dedupThresh.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.dedupThresh.Location = new System.Drawing.Point(0, 0);
|
|
this.dedupThresh.Maximum = new decimal(new int[] {
|
|
20,
|
|
0,
|
|
0,
|
|
0});
|
|
this.dedupThresh.Minimum = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.dedupThresh.Name = "dedupThresh";
|
|
this.dedupThresh.Size = new System.Drawing.Size(103, 23);
|
|
this.dedupThresh.TabIndex = 75;
|
|
this.dedupThresh.Tag = "";
|
|
this.dedupThresh.Value = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.dedupThresh.ValueChanged += new System.EventHandler(this.SaveQuickSettings);
|
|
//
|
|
// dedupeSensLabel
|
|
//
|
|
this.dedupeSensLabel.AutoSize = true;
|
|
this.dedupeSensLabel.ForeColor = System.Drawing.Color.White;
|
|
this.dedupeSensLabel.Location = new System.Drawing.Point(535, 71);
|
|
this.dedupeSensLabel.Margin = new System.Windows.Forms.Padding(3);
|
|
this.dedupeSensLabel.Name = "dedupeSensLabel";
|
|
this.dedupeSensLabel.Size = new System.Drawing.Size(63, 15);
|
|
this.dedupeSensLabel.TabIndex = 83;
|
|
this.dedupeSensLabel.Text = "Sensitivity:";
|
|
//
|
|
// dedupMode
|
|
//
|
|
this.dedupMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.dedupMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.dedupMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.dedupMode.ForeColor = System.Drawing.Color.White;
|
|
this.dedupMode.FormattingEnabled = true;
|
|
this.dedupMode.Items.AddRange(new object[] {
|
|
"Disabled",
|
|
"Enabled (mpdecimate)"});
|
|
this.dedupMode.Location = new System.Drawing.Point(279, 67);
|
|
this.dedupMode.Name = "dedupMode";
|
|
this.dedupMode.Size = new System.Drawing.Size(250, 23);
|
|
this.dedupMode.TabIndex = 81;
|
|
this.dedupMode.SelectedIndexChanged += new System.EventHandler(this.dedupMode_SelectedIndexChanged);
|
|
//
|
|
// scnDetectValue
|
|
//
|
|
this.scnDetectValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.scnDetectValue.DecimalPlaces = 2;
|
|
this.scnDetectValue.ForeColor = System.Drawing.Color.White;
|
|
this.scnDetectValue.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.scnDetectValue.Location = new System.Drawing.Point(370, 128);
|
|
this.scnDetectValue.Maximum = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.scnDetectValue.Minimum = new decimal(new int[] {
|
|
2,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.scnDetectValue.Name = "scnDetectValue";
|
|
this.scnDetectValue.Size = new System.Drawing.Size(100, 23);
|
|
this.scnDetectValue.TabIndex = 80;
|
|
this.scnDetectValue.Value = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.scnDetectValue.ValueChanged += new System.EventHandler(this.SaveQuickSettings);
|
|
//
|
|
// label52
|
|
//
|
|
this.label52.AutoSize = true;
|
|
this.label52.ForeColor = System.Drawing.Color.Silver;
|
|
this.label52.Location = new System.Drawing.Point(510, 133);
|
|
this.label52.Margin = new System.Windows.Forms.Padding(10, 10, 10, 7);
|
|
this.label52.Name = "label52";
|
|
this.label52.Size = new System.Drawing.Size(246, 15);
|
|
this.label52.TabIndex = 78;
|
|
this.label52.Text = "Lower values will detect more scene changes.";
|
|
//
|
|
// label51
|
|
//
|
|
this.label51.AutoSize = true;
|
|
this.label51.ForeColor = System.Drawing.Color.White;
|
|
this.label51.Location = new System.Drawing.Point(301, 130);
|
|
this.label51.Margin = new System.Windows.Forms.Padding(3);
|
|
this.label51.Name = "label51";
|
|
this.label51.Size = new System.Drawing.Size(63, 15);
|
|
this.label51.TabIndex = 77;
|
|
this.label51.Text = "Sensitivity:";
|
|
//
|
|
// scnDetect
|
|
//
|
|
this.scnDetect.AutoSize = true;
|
|
this.scnDetect.Location = new System.Drawing.Point(280, 131);
|
|
this.scnDetect.Name = "scnDetect";
|
|
this.scnDetect.Size = new System.Drawing.Size(15, 14);
|
|
this.scnDetect.TabIndex = 76;
|
|
this.scnDetect.UseVisualStyleBackColor = true;
|
|
this.scnDetect.CheckedChanged += new System.EventHandler(this.SaveQuickSettings);
|
|
//
|
|
// enableLoop
|
|
//
|
|
this.enableLoop.AutoSize = true;
|
|
this.enableLoop.Location = new System.Drawing.Point(280, 101);
|
|
this.enableLoop.Name = "enableLoop";
|
|
this.enableLoop.Size = new System.Drawing.Size(15, 14);
|
|
this.enableLoop.TabIndex = 75;
|
|
this.enableLoop.UseVisualStyleBackColor = true;
|
|
this.enableLoop.CheckedChanged += new System.EventHandler(this.SaveQuickSettings);
|
|
//
|
|
// label34
|
|
//
|
|
this.label34.AutoSize = true;
|
|
this.label34.ForeColor = System.Drawing.Color.Silver;
|
|
this.label34.Location = new System.Drawing.Point(407, 42);
|
|
this.label34.Margin = new System.Windows.Forms.Padding(10, 10, 10, 7);
|
|
this.label34.Name = "label34";
|
|
this.label34.Size = new System.Drawing.Size(308, 15);
|
|
this.label34.TabIndex = 69;
|
|
this.label34.Text = "Maximum Height. Video will be downscaled if it\'s bigger.";
|
|
//
|
|
// maxVidHeight
|
|
//
|
|
this.maxVidHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.maxVidHeight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.maxVidHeight.ForeColor = System.Drawing.Color.White;
|
|
this.maxVidHeight.FormattingEnabled = true;
|
|
this.maxVidHeight.Items.AddRange(new object[] {
|
|
"4320",
|
|
"2160",
|
|
"1440",
|
|
"1080",
|
|
"720",
|
|
"540",
|
|
"360"});
|
|
this.maxVidHeight.Location = new System.Drawing.Point(280, 37);
|
|
this.maxVidHeight.Name = "maxVidHeight";
|
|
this.maxVidHeight.Size = new System.Drawing.Size(87, 23);
|
|
this.maxVidHeight.TabIndex = 68;
|
|
this.maxVidHeight.SelectedIndexChanged += new System.EventHandler(this.SaveQuickSettings);
|
|
this.maxVidHeight.TextChanged += new System.EventHandler(this.SaveQuickSettings);
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.ForeColor = System.Drawing.Color.White;
|
|
this.label18.Location = new System.Drawing.Point(8, 40);
|
|
this.label18.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(196, 15);
|
|
this.label18.TabIndex = 66;
|
|
this.label18.Text = "Maximum Video Input Size (Height)";
|
|
//
|
|
// trimPanel
|
|
//
|
|
this.trimPanel.Controls.Add(this.trimResetBtn);
|
|
this.trimPanel.Controls.Add(this.trimStartBox);
|
|
this.trimPanel.Controls.Add(this.label10);
|
|
this.trimPanel.Controls.Add(this.trimEndBox);
|
|
this.trimPanel.Location = new System.Drawing.Point(433, 7);
|
|
this.trimPanel.Margin = new System.Windows.Forms.Padding(0);
|
|
this.trimPanel.Name = "trimPanel";
|
|
this.trimPanel.Size = new System.Drawing.Size(426, 23);
|
|
this.trimPanel.TabIndex = 65;
|
|
//
|
|
// trimResetBtn
|
|
//
|
|
this.trimResetBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.trimResetBtn.FlatAppearance.BorderSize = 0;
|
|
this.trimResetBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.trimResetBtn.ForeColor = System.Drawing.Color.White;
|
|
this.trimResetBtn.Location = new System.Drawing.Point(183, 0);
|
|
this.trimResetBtn.Name = "trimResetBtn";
|
|
this.trimResetBtn.Size = new System.Drawing.Size(150, 23);
|
|
this.trimResetBtn.TabIndex = 80;
|
|
this.trimResetBtn.Text = "Reset To Full Length";
|
|
this.trimResetBtn.UseVisualStyleBackColor = false;
|
|
this.trimResetBtn.Click += new System.EventHandler(this.trimResetBtn_Click);
|
|
//
|
|
// trimStartBox
|
|
//
|
|
this.trimStartBox.AllowDrop = true;
|
|
this.trimStartBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.trimStartBox.ForeColor = System.Drawing.Color.White;
|
|
this.trimStartBox.Location = new System.Drawing.Point(3, 0);
|
|
this.trimStartBox.MinimumSize = new System.Drawing.Size(4, 21);
|
|
this.trimStartBox.Name = "trimStartBox";
|
|
this.trimStartBox.Size = new System.Drawing.Size(75, 23);
|
|
this.trimStartBox.TabIndex = 62;
|
|
this.trimStartBox.Text = "00:00:00";
|
|
this.trimStartBox.TextChanged += new System.EventHandler(this.trimBox_TextChanged);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.ForeColor = System.Drawing.Color.White;
|
|
this.label10.Location = new System.Drawing.Point(84, 3);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(12, 15);
|
|
this.label10.TabIndex = 64;
|
|
this.label10.Text = "-";
|
|
//
|
|
// trimEndBox
|
|
//
|
|
this.trimEndBox.AllowDrop = true;
|
|
this.trimEndBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.trimEndBox.ForeColor = System.Drawing.Color.White;
|
|
this.trimEndBox.Location = new System.Drawing.Point(102, 0);
|
|
this.trimEndBox.MinimumSize = new System.Drawing.Size(4, 21);
|
|
this.trimEndBox.Name = "trimEndBox";
|
|
this.trimEndBox.Size = new System.Drawing.Size(75, 23);
|
|
this.trimEndBox.TabIndex = 63;
|
|
this.trimEndBox.Text = "00:00:00";
|
|
this.trimEndBox.Leave += new System.EventHandler(this.trimBox_TextChanged);
|
|
//
|
|
// trimCombox
|
|
//
|
|
this.trimCombox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.trimCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.trimCombox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.trimCombox.ForeColor = System.Drawing.Color.White;
|
|
this.trimCombox.FormattingEnabled = true;
|
|
this.trimCombox.Items.AddRange(new object[] {
|
|
"Don\'t Trim",
|
|
"Trim by Start/End Time"});
|
|
this.trimCombox.Location = new System.Drawing.Point(280, 7);
|
|
this.trimCombox.Name = "trimCombox";
|
|
this.trimCombox.Size = new System.Drawing.Size(150, 23);
|
|
this.trimCombox.TabIndex = 61;
|
|
this.trimCombox.SelectedIndexChanged += new System.EventHandler(this.trimCombox_SelectedIndexChanged);
|
|
//
|
|
// abtTab
|
|
//
|
|
this.abtTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.abtTab.Controls.Add(this.label14);
|
|
this.abtTab.Location = new System.Drawing.Point(4, 27);
|
|
this.abtTab.Name = "abtTab";
|
|
this.abtTab.Padding = new System.Windows.Forms.Padding(3);
|
|
this.abtTab.Size = new System.Drawing.Size(901, 258);
|
|
this.abtTab.TabIndex = 2;
|
|
this.abtTab.Text = "About";
|
|
//
|
|
// htButton1
|
|
//
|
|
this.htButton1.BackColor = System.Drawing.Color.Transparent;
|
|
this.htButton1.ButtonImage = global::Flowframes.Properties.Resources.separatorTest1;
|
|
this.htButton1.DrawImage = true;
|
|
this.htButton1.Enabled = false;
|
|
this.htButton1.FlatAppearance.BorderSize = 0;
|
|
this.htButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.htButton1.ForeColor = System.Drawing.Color.White;
|
|
this.htButton1.ImageIndex = 0;
|
|
this.htButton1.Location = new System.Drawing.Point(698, 9);
|
|
this.htButton1.Name = "htButton1";
|
|
this.htButton1.Size = new System.Drawing.Size(40, 40);
|
|
this.htButton1.TabIndex = 40;
|
|
this.htButton1.UseVisualStyleBackColor = false;
|
|
//
|
|
// runStepBtn
|
|
//
|
|
this.runStepBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.runStepBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.runStepBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.runStepBtn.ForeColor = System.Drawing.Color.White;
|
|
this.runStepBtn.Location = new System.Drawing.Point(12, 442);
|
|
this.runStepBtn.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
|
|
this.runStepBtn.Name = "runStepBtn";
|
|
this.runStepBtn.Size = new System.Drawing.Size(203, 47);
|
|
this.runStepBtn.TabIndex = 42;
|
|
this.runStepBtn.Text = "Run This Step";
|
|
this.runStepBtn.UseVisualStyleBackColor = false;
|
|
this.runStepBtn.Click += new System.EventHandler(this.runStepBtn_Click);
|
|
//
|
|
// stepSelector
|
|
//
|
|
this.stepSelector.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.stepSelector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.stepSelector.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.stepSelector.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.stepSelector.ForeColor = System.Drawing.Color.White;
|
|
this.stepSelector.FormattingEnabled = true;
|
|
this.stepSelector.Items.AddRange(new object[] {
|
|
"1) Import/Extract Frames",
|
|
"2) Run Interpolation",
|
|
"3) Export",
|
|
"4) Cleanup & Reset"});
|
|
this.stepSelector.Location = new System.Drawing.Point(12, 418);
|
|
this.stepSelector.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
|
|
this.stepSelector.Name = "stepSelector";
|
|
this.stepSelector.Size = new System.Drawing.Size(203, 24);
|
|
this.stepSelector.TabIndex = 73;
|
|
//
|
|
// busyControlsPanel
|
|
//
|
|
this.busyControlsPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.busyControlsPanel.Controls.Add(this.tableLayoutPanel1);
|
|
this.busyControlsPanel.Location = new System.Drawing.Point(12, 418);
|
|
this.busyControlsPanel.Name = "busyControlsPanel";
|
|
this.busyControlsPanel.Size = new System.Drawing.Size(203, 71);
|
|
this.busyControlsPanel.TabIndex = 74;
|
|
this.busyControlsPanel.Visible = false;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 51F));
|
|
this.tableLayoutPanel1.Controls.Add(this.pauseBtn, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.cancelBtn, 0, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(203, 71);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// pauseBtn
|
|
//
|
|
this.pauseBtn.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.pauseBtn.BackgroundImage = global::Flowframes.Properties.Resources.baseline_pause_white_48dp;
|
|
this.pauseBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pauseBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DarkOrange;
|
|
this.pauseBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.pauseBtn.ForeColor = System.Drawing.Color.DarkOrange;
|
|
this.pauseBtn.Location = new System.Drawing.Point(126, 10);
|
|
this.pauseBtn.Name = "pauseBtn";
|
|
this.pauseBtn.Size = new System.Drawing.Size(50, 50);
|
|
this.pauseBtn.TabIndex = 1;
|
|
this.pauseBtn.UseVisualStyleBackColor = true;
|
|
this.pauseBtn.Visible = false;
|
|
this.pauseBtn.Click += new System.EventHandler(this.pauseBtn_Click);
|
|
//
|
|
// cancelBtn
|
|
//
|
|
this.cancelBtn.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.cancelBtn.BackgroundImage = global::Flowframes.Properties.Resources.baseline_stop_white_48dp;
|
|
this.cancelBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.cancelBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Firebrick;
|
|
this.cancelBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.cancelBtn.ForeColor = System.Drawing.Color.Firebrick;
|
|
this.cancelBtn.Location = new System.Drawing.Point(24, 10);
|
|
this.cancelBtn.Name = "cancelBtn";
|
|
this.cancelBtn.Size = new System.Drawing.Size(50, 50);
|
|
this.cancelBtn.TabIndex = 0;
|
|
this.cancelBtn.UseVisualStyleBackColor = true;
|
|
this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click);
|
|
//
|
|
// menuStripQueue
|
|
//
|
|
this.menuStripQueue.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.addCurrentConfigurationToQueueToolStripMenuItem});
|
|
this.menuStripQueue.Name = "menuStripQueue";
|
|
this.menuStripQueue.Size = new System.Drawing.Size(269, 26);
|
|
//
|
|
// addCurrentConfigurationToQueueToolStripMenuItem
|
|
//
|
|
this.addCurrentConfigurationToQueueToolStripMenuItem.Name = "addCurrentConfigurationToQueueToolStripMenuItem";
|
|
this.addCurrentConfigurationToQueueToolStripMenuItem.Size = new System.Drawing.Size(268, 22);
|
|
this.addCurrentConfigurationToQueueToolStripMenuItem.Text = "Add Current Configuration to Queue";
|
|
this.addCurrentConfigurationToQueueToolStripMenuItem.Click += new System.EventHandler(this.addCurrentConfigurationToQueueToolStripMenuItem_Click);
|
|
//
|
|
// Form1
|
|
//
|
|
this.AllowDrop = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
|
this.ClientSize = new System.Drawing.Size(934, 501);
|
|
this.Controls.Add(this.debugBtn);
|
|
this.Controls.Add(this.busyControlsPanel);
|
|
this.Controls.Add(this.runBtn);
|
|
this.Controls.Add(this.stepSelector);
|
|
this.Controls.Add(this.runStepBtn);
|
|
this.Controls.Add(this.updateBtn);
|
|
this.Controls.Add(this.htButton1);
|
|
this.Controls.Add(this.queueBtn);
|
|
this.Controls.Add(this.mainTabControl);
|
|
this.Controls.Add(this.settingsBtn);
|
|
this.Controls.Add(this.patreonBtn);
|
|
this.Controls.Add(this.paypalBtn);
|
|
this.Controls.Add(this.discordBtn);
|
|
this.Controls.Add(this.longProgBar);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.logBox);
|
|
this.Controls.Add(this.progressCircle);
|
|
this.Controls.Add(this.titleLabel);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "Form1";
|
|
this.Opacity = 0D;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Flowframes";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.Shown += new System.EventHandler(this.Form1_Shown);
|
|
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
|
|
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.Form1_DragEnter);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.info1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
|
this.mainTabControl.ResumeLayout(false);
|
|
this.welcomeTab.ResumeLayout(false);
|
|
this.welcomeTab.PerformLayout();
|
|
this.panel8.ResumeLayout(false);
|
|
this.panel8.PerformLayout();
|
|
this.panel6.ResumeLayout(false);
|
|
this.panel6.PerformLayout();
|
|
this.interpOptsTab.ResumeLayout(false);
|
|
this.interpOptsTab.PerformLayout();
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
this.flowLayoutPanel1.PerformLayout();
|
|
this.completionActionPanel.ResumeLayout(false);
|
|
this.completionActionPanel.PerformLayout();
|
|
this.quickSettingsTab.ResumeLayout(false);
|
|
this.quickSettingsTab.PerformLayout();
|
|
this.mpDedupePanel.ResumeLayout(false);
|
|
this.magickDedupePanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dedupThresh)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.scnDetectValue)).EndInit();
|
|
this.trimPanel.ResumeLayout(false);
|
|
this.trimPanel.PerformLayout();
|
|
this.abtTab.ResumeLayout(false);
|
|
this.busyControlsPanel.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.menuStripQueue.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label titleLabel;
|
|
private System.Windows.Forms.Button runBtn;
|
|
private System.Windows.Forms.TextBox inputTbox;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox outputTbox;
|
|
private System.Windows.Forms.ComboBox interpFactorCombox;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox fpsOutTbox;
|
|
private System.Windows.Forms.TextBox fpsInTbox;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
private CircularProgressBar.CircularProgressBar progressCircle;
|
|
private System.Windows.Forms.TextBox logBox;
|
|
private System.Windows.Forms.FolderBrowserDialog inFolderDialog;
|
|
private System.Windows.Forms.OpenFileDialog inFileDialog;
|
|
private System.Windows.Forms.FolderBrowserDialog outFolderDialog;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label statusLabel;
|
|
private System.Windows.Forms.ComboBox aiCombox;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.ComboBox aiModel;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.PictureBox info1;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.PictureBox pictureBox4;
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
private System.Windows.Forms.Label label23;
|
|
private HTAlt.WinForms.HTProgressBar longProgBar;
|
|
private HTAlt.WinForms.HTButton discordBtn;
|
|
private HTAlt.WinForms.HTButton paypalBtn;
|
|
private HTAlt.WinForms.HTButton patreonBtn;
|
|
private HTAlt.WinForms.HTButton settingsBtn;
|
|
private HTAlt.WinForms.HTButton browseOutBtn;
|
|
private HTAlt.WinForms.HTButton browseInputFileBtn;
|
|
private HTAlt.WinForms.HTButton browseInputBtn;
|
|
public HTAlt.WinForms.HTTabControl mainTabControl;
|
|
private HTAlt.WinForms.HTButton queueBtn;
|
|
private HTAlt.WinForms.HTButton htButton1;
|
|
private HTAlt.WinForms.HTButton updateBtn;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Panel panel6;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Panel panel8;
|
|
private System.Windows.Forms.Label patronsLabel;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Label newsLabel;
|
|
private System.Windows.Forms.Label welcomeLabel2;
|
|
private System.Windows.Forms.Button runStepBtn;
|
|
private System.Windows.Forms.ComboBox stepSelector;
|
|
private System.Windows.Forms.Label inputInfo;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox trimEndBox;
|
|
private System.Windows.Forms.TextBox trimStartBox;
|
|
private System.Windows.Forms.ComboBox trimCombox;
|
|
private System.Windows.Forms.Panel trimPanel;
|
|
private HTAlt.WinForms.HTButton trimResetBtn;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label34;
|
|
private System.Windows.Forms.Panel panel10;
|
|
private System.Windows.Forms.ComboBox maxVidHeight;
|
|
private System.Windows.Forms.CheckBox scnDetect;
|
|
private System.Windows.Forms.CheckBox enableLoop;
|
|
private System.Windows.Forms.NumericUpDown scnDetectValue;
|
|
private System.Windows.Forms.Panel panel14;
|
|
private System.Windows.Forms.Label label52;
|
|
private System.Windows.Forms.Label label51;
|
|
private System.Windows.Forms.Label dedupeSensLabel;
|
|
private System.Windows.Forms.ComboBox dedupMode;
|
|
private System.Windows.Forms.Panel magickDedupePanel;
|
|
private System.Windows.Forms.NumericUpDown dedupThresh;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Panel mpDedupePanel;
|
|
private System.Windows.Forms.ComboBox mpdecimateMode;
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
private System.Windows.Forms.Panel busyControlsPanel;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Button pauseBtn;
|
|
private System.Windows.Forms.Button cancelBtn;
|
|
private HTAlt.WinForms.HTButton debugBtn;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.ComboBox maxFps;
|
|
private System.Windows.Forms.Label label24;
|
|
private System.Windows.Forms.Panel completionActionPanel;
|
|
private System.Windows.Forms.ComboBox completionAction;
|
|
private System.Windows.Forms.Label label25;
|
|
private System.Windows.Forms.ComboBox outSpeedCombox;
|
|
private System.Windows.Forms.PictureBox pictureBox5;
|
|
private HTAlt.WinForms.HTButton aiInfoBtn;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
public System.Windows.Forms.ComboBox comboxOutputFormat;
|
|
public System.Windows.Forms.ComboBox comboxOutputColors;
|
|
public System.Windows.Forms.ComboBox comboxOutputEncoder;
|
|
public System.Windows.Forms.ComboBox comboxOutputQuality;
|
|
private System.Windows.Forms.Label labelOutput;
|
|
private System.Windows.Forms.ContextMenuStrip menuStripQueue;
|
|
private System.Windows.Forms.ToolStripMenuItem addCurrentConfigurationToQueueToolStripMenuItem;
|
|
private System.Windows.Forms.TextBox textboxOutputQualityCust;
|
|
public System.Windows.Forms.TabPage interpOptsTab;
|
|
public System.Windows.Forms.TabPage quickSettingsTab;
|
|
public System.Windows.Forms.TabPage abtTab;
|
|
public System.Windows.Forms.TabPage welcomeTab;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.ComboBox vfrHandling;
|
|
}
|
|
}
|
|
|