Files
flowframes/Code/Form1.Designer.cs

1388 lines
79 KiB
C#

namespace Flowframes
{
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.outModeCombox = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = 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.label24 = new System.Windows.Forms.Label();
this.utilsConvCrf = new System.Windows.Forms.ComboBox();
this.utilsConvertMp4Btn = new System.Windows.Forms.Button();
this.label23 = new System.Windows.Forms.Label();
this.utilsSpeedCombox = new System.Windows.Forms.ComboBox();
this.utilsChangeSpeedBtn = new System.Windows.Forms.Button();
this.label20 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.utilsLoopTimesCombox = new System.Windows.Forms.ComboBox();
this.label18 = new System.Windows.Forms.Label();
this.utilsLoopVidBtn = new System.Windows.Forms.Button();
this.label17 = new System.Windows.Forms.Label();
this.debugExtractFramesBtn = new System.Windows.Forms.Button();
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.panel4 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
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.longProgBar = new HTAlt.WinForms.HTProgressBar();
this.cancelBtn = new System.Windows.Forms.Button();
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.browseOutBtn = new HTAlt.WinForms.HTButton();
this.browseInputFileBtn = new HTAlt.WinForms.HTButton();
this.browseInputBtn = new HTAlt.WinForms.HTButton();
this.videoUtilsTab = new System.Windows.Forms.TabPage();
this.label10 = new System.Windows.Forms.Label();
this.utilsExtractAudioCbox = new System.Windows.Forms.CheckBox();
this.previewTab = new System.Windows.Forms.TabPage();
this.label22 = new System.Windows.Forms.Label();
this.previewPicturebox = new System.Windows.Forms.PictureBox();
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.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();
this.mainTabControl.SuspendLayout();
this.welcomeTab.SuspendLayout();
this.panel8.SuspendLayout();
this.panel6.SuspendLayout();
this.interpOptsTab.SuspendLayout();
this.videoUtilsTab.SuspendLayout();
this.previewTab.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.previewPicturebox)).BeginInit();
this.abtTab.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, 127);
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, 8);
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, 11);
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";
//
// outModeCombox
//
this.outModeCombox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.outModeCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.outModeCombox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.outModeCombox.ForeColor = System.Drawing.Color.White;
this.outModeCombox.FormattingEnabled = true;
this.outModeCombox.Items.AddRange(new object[] {
"MP4 Video (h264, h265)",
"MKV Video (h264, h265) (Supports more audio codecs than MP4)",
"WEBM Video (Google VP9)",
"MOV Video (Apple ProRes)",
"AVI Video (ffv1, huffyuv, rawvideo)",
"Animated GIF (Not recommended for more than 40 FPS)",
"Image Sequence"});
this.outModeCombox.Location = new System.Drawing.Point(281, 158);
this.outModeCombox.Name = "outModeCombox";
this.outModeCombox.Size = new System.Drawing.Size(400, 23);
this.outModeCombox.TabIndex = 16;
//
// 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, 161);
this.label9.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(69, 13);
this.label9.TabIndex = 15;
this.label9.Text = "Output Mode";
//
// 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, 131);
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";
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.Color.White;
this.label7.Location = new System.Drawing.Point(684, 101);
this.label7.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(67, 15);
this.label7.TabIndex = 12;
this.label7.Text = "Output FPS";
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Location = new System.Drawing.Point(554, 101);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(15, 15);
this.label6.TabIndex = 11;
this.label6.Text = "=";
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.White;
this.label5.Location = new System.Drawing.Point(384, 101);
this.label5.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(57, 15);
this.label5.TabIndex = 10;
this.label5.Text = "Input FPS";
//
// 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(574, 98);
this.fpsOutTbox.MinimumSize = new System.Drawing.Size(4, 21);
this.fpsOutTbox.Name = "fpsOutTbox";
this.fpsOutTbox.ReadOnly = true;
this.fpsOutTbox.Size = new System.Drawing.Size(107, 23);
this.fpsOutTbox.TabIndex = 9;
//
// 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, 98);
this.fpsInTbox.MinimumSize = new System.Drawing.Size(4, 21);
this.fpsInTbox.Name = "fpsInTbox";
this.fpsInTbox.Size = new System.Drawing.Size(100, 23);
this.fpsInTbox.TabIndex = 8;
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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.interpFactorCombox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.interpFactorCombox.ForeColor = System.Drawing.Color.White;
this.interpFactorCombox.FormattingEnabled = true;
this.interpFactorCombox.Items.AddRange(new object[] {
"x2",
"x4",
"x8"});
this.interpFactorCombox.Location = new System.Drawing.Point(447, 97);
this.interpFactorCombox.Name = "interpFactorCombox";
this.interpFactorCombox.Size = new System.Drawing.Size(100, 23);
this.interpFactorCombox.TabIndex = 7;
this.interpFactorCombox.SelectedIndexChanged += 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, 101);
this.label4.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(148, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Set FPS / Interpolation Factor";
//
// 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, 68);
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, 38);
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, 71);
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, 41);
this.label2.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(160, 13);
this.label2.TabIndex = 0;
this.label2.Text = "Input Video (or image sequence)";
//
// label24
//
this.label24.AutoSize = true;
this.label24.ForeColor = System.Drawing.Color.White;
this.label24.Location = new System.Drawing.Point(441, 100);
this.label24.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(78, 15);
this.label24.TabIndex = 29;
this.label24.Text = "Quality Level:";
//
// utilsConvCrf
//
this.utilsConvCrf.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.utilsConvCrf.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.utilsConvCrf.ForeColor = System.Drawing.Color.White;
this.utilsConvCrf.FormattingEnabled = true;
this.utilsConvCrf.Items.AddRange(new object[] {
"Quality: High (CRF 16)",
"Quality: Normal (CRF 20)",
"Quality: Medium (CRF 24)",
"Quality: Low (CRF 28)"});
this.utilsConvCrf.Location = new System.Drawing.Point(575, 97);
this.utilsConvCrf.Name = "utilsConvCrf";
this.utilsConvCrf.Size = new System.Drawing.Size(147, 23);
this.utilsConvCrf.TabIndex = 28;
//
// utilsConvertMp4Btn
//
this.utilsConvertMp4Btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.utilsConvertMp4Btn.ForeColor = System.Drawing.Color.White;
this.utilsConvertMp4Btn.Location = new System.Drawing.Point(280, 95);
this.utilsConvertMp4Btn.Name = "utilsConvertMp4Btn";
this.utilsConvertMp4Btn.Size = new System.Drawing.Size(150, 23);
this.utilsConvertMp4Btn.TabIndex = 27;
this.utilsConvertMp4Btn.Text = "Convert Input Video";
this.utilsConvertMp4Btn.UseVisualStyleBackColor = true;
this.utilsConvertMp4Btn.Click += new System.EventHandler(this.utilsConvertMp4Btn_Click);
//
// label23
//
this.label23.AutoSize = true;
this.label23.ForeColor = System.Drawing.Color.White;
this.label23.Location = new System.Drawing.Point(10, 100);
this.label23.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(124, 15);
this.label23.TabIndex = 26;
this.label23.Text = "Convert Video To MP4";
//
// utilsSpeedCombox
//
this.utilsSpeedCombox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.utilsSpeedCombox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.utilsSpeedCombox.ForeColor = System.Drawing.Color.White;
this.utilsSpeedCombox.FormattingEnabled = true;
this.utilsSpeedCombox.Items.AddRange(new object[] {
"25%",
"50%",
"75%",
"125%",
"150%",
"200%"});
this.utilsSpeedCombox.Location = new System.Drawing.Point(575, 67);
this.utilsSpeedCombox.Name = "utilsSpeedCombox";
this.utilsSpeedCombox.Size = new System.Drawing.Size(100, 23);
this.utilsSpeedCombox.TabIndex = 23;
//
// utilsChangeSpeedBtn
//
this.utilsChangeSpeedBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.utilsChangeSpeedBtn.ForeColor = System.Drawing.Color.White;
this.utilsChangeSpeedBtn.Location = new System.Drawing.Point(280, 65);
this.utilsChangeSpeedBtn.Name = "utilsChangeSpeedBtn";
this.utilsChangeSpeedBtn.Size = new System.Drawing.Size(150, 23);
this.utilsChangeSpeedBtn.TabIndex = 22;
this.utilsChangeSpeedBtn.Text = "Change Video Speed";
this.utilsChangeSpeedBtn.UseVisualStyleBackColor = true;
this.utilsChangeSpeedBtn.Click += new System.EventHandler(this.utilsChangeSpeedBtn_Click);
//
// label20
//
this.label20.AutoSize = true;
this.label20.ForeColor = System.Drawing.Color.White;
this.label20.Location = new System.Drawing.Point(441, 70);
this.label20.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(69, 15);
this.label20.TabIndex = 21;
this.label20.Text = "New Speed:";
//
// label19
//
this.label19.AutoSize = true;
this.label19.ForeColor = System.Drawing.Color.White;
this.label19.Location = new System.Drawing.Point(10, 70);
this.label19.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(170, 15);
this.label19.TabIndex = 20;
this.label19.Text = "Change Video Speed Losslessly";
//
// utilsLoopTimesCombox
//
this.utilsLoopTimesCombox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.utilsLoopTimesCombox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.utilsLoopTimesCombox.ForeColor = System.Drawing.Color.White;
this.utilsLoopTimesCombox.FormattingEnabled = true;
this.utilsLoopTimesCombox.Items.AddRange(new object[] {
"2",
"4",
"8",
"10"});
this.utilsLoopTimesCombox.Location = new System.Drawing.Point(575, 37);
this.utilsLoopTimesCombox.Name = "utilsLoopTimesCombox";
this.utilsLoopTimesCombox.Size = new System.Drawing.Size(100, 23);
this.utilsLoopTimesCombox.TabIndex = 19;
//
// label18
//
this.label18.AutoSize = true;
this.label18.ForeColor = System.Drawing.Color.White;
this.label18.Location = new System.Drawing.Point(441, 40);
this.label18.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(128, 15);
this.label18.TabIndex = 6;
this.label18.Text = "Loop This Many Times:";
//
// utilsLoopVidBtn
//
this.utilsLoopVidBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.utilsLoopVidBtn.ForeColor = System.Drawing.Color.White;
this.utilsLoopVidBtn.Location = new System.Drawing.Point(280, 35);
this.utilsLoopVidBtn.Name = "utilsLoopVidBtn";
this.utilsLoopVidBtn.Size = new System.Drawing.Size(150, 23);
this.utilsLoopVidBtn.TabIndex = 5;
this.utilsLoopVidBtn.Text = "Create Looped Video";
this.utilsLoopVidBtn.UseVisualStyleBackColor = true;
this.utilsLoopVidBtn.Click += new System.EventHandler(this.utilsLoopVidBtn_Click);
//
// label17
//
this.label17.AutoSize = true;
this.label17.ForeColor = System.Drawing.Color.White;
this.label17.Location = new System.Drawing.Point(10, 40);
this.label17.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(121, 15);
this.label17.TabIndex = 4;
this.label17.Text = "Loop Video Losslessly";
//
// debugExtractFramesBtn
//
this.debugExtractFramesBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.debugExtractFramesBtn.ForeColor = System.Drawing.Color.White;
this.debugExtractFramesBtn.Location = new System.Drawing.Point(280, 6);
this.debugExtractFramesBtn.Name = "debugExtractFramesBtn";
this.debugExtractFramesBtn.Size = new System.Drawing.Size(150, 23);
this.debugExtractFramesBtn.TabIndex = 3;
this.debugExtractFramesBtn.Text = "Extract Frames";
this.debugExtractFramesBtn.UseVisualStyleBackColor = true;
this.debugExtractFramesBtn.Click += new System.EventHandler(this.debugExtractFramesBtn_Click);
//
// 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, 8, 3, 0);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(265, 15);
this.label16.TabIndex = 2;
this.label16.Text = "Extract Frames From Video Without Interpolating";
//
// 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, 142);
this.label14.TabIndex = 2;
this.label14.Text = "Flowframes - Created by n00mkrad aka nmkd\r\n\r\nBased on:\r\n- RIFE by hzwer\r\n- rife-n" +
"cnn-vulkan by nihui";
//
// 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(38, 13);
this.statusLabel.TabIndex = 7;
this.statusLabel.Text = "Ready";
//
// 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;
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.ImageSizeMode = HTAlt.WinForms.HTButton.ButtonImageSizeMode.Zoom;
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;
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.ImageSizeMode = HTAlt.WinForms.HTButton.ButtonImageSizeMode.Zoom;
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);
//
// 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(177, 38);
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, "Supports drag-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, 68);
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(165, 98);
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, "Note: RIFE does not support factors that are not a power of two (like 3x, or 5x)." +
"\r\nFuture interpolation AIs might support this however.");
//
// panel4
//
this.panel4.BackgroundImage = global::Flowframes.Properties.Resources.baseline_create_white_18dp_semiTransparent;
this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.panel4.Location = new System.Drawing.Point(728, 98);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(21, 21);
this.panel4.TabIndex = 60;
this.toolTip1.SetToolTip(this.panel4, "Allows custom input.");
//
// 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(681, 69);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(21, 21);
this.panel2.TabIndex = 59;
this.toolTip1.SetToolTip(this.panel2, "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(681, 39);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(21, 21);
this.panel3.TabIndex = 58;
this.toolTip1.SetToolTip(this.panel3, "Allows custom input.");
//
// 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;
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.ImageSizeMode = HTAlt.WinForms.HTButton.ButtonImageSizeMode.Zoom;
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;
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.ImageSizeMode = HTAlt.WinForms.HTButton.ButtonImageSizeMode.Zoom;
this.patreonBtn.Location = new System.Drawing.Point(652, 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.paypal256px;
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.ImageSizeMode = HTAlt.WinForms.HTButton.ButtonImageSizeMode.Zoom;
this.paypalBtn.Location = new System.Drawing.Point(605, 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 = global::Flowframes.Properties.Resources.discordIcoColored;
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.ImageSizeMode = HTAlt.WinForms.HTButton.ButtonImageSizeMode.Zoom;
this.discordBtn.Location = new System.Drawing.Point(698, 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, 128);
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 trained data the AI will use.\r\nDifferent AI models will produce sligh" +
"tly 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(86, 158);
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.");
//
// 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;
//
// cancelBtn
//
this.cancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cancelBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.cancelBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cancelBtn.ForeColor = System.Drawing.Color.LightCoral;
this.cancelBtn.Location = new System.Drawing.Point(12, 418);
this.cancelBtn.Name = "cancelBtn";
this.cancelBtn.Size = new System.Drawing.Size(203, 71);
this.cancelBtn.TabIndex = 34;
this.cancelBtn.Text = "Cancel";
this.cancelBtn.UseVisualStyleBackColor = false;
this.cancelBtn.Visible = false;
this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click);
//
// 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.videoUtilsTab);
this.mainTabControl.Controls.Add(this.previewTab);
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.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.label5);
this.interpOptsTab.Controls.Add(this.aiCombox);
this.interpOptsTab.Controls.Add(this.label6);
this.interpOptsTab.Controls.Add(this.label13);
this.interpOptsTab.Controls.Add(this.label7);
this.interpOptsTab.Controls.Add(this.label8);
this.interpOptsTab.Controls.Add(this.label9);
this.interpOptsTab.Controls.Add(this.outModeCombox);
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);
//
// 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, 68);
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, 39);
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, 39);
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);
//
// videoUtilsTab
//
this.videoUtilsTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.videoUtilsTab.Controls.Add(this.panel4);
this.videoUtilsTab.Controls.Add(this.panel2);
this.videoUtilsTab.Controls.Add(this.panel3);
this.videoUtilsTab.Controls.Add(this.label10);
this.videoUtilsTab.Controls.Add(this.utilsExtractAudioCbox);
this.videoUtilsTab.Controls.Add(this.label16);
this.videoUtilsTab.Controls.Add(this.debugExtractFramesBtn);
this.videoUtilsTab.Controls.Add(this.label17);
this.videoUtilsTab.Controls.Add(this.utilsLoopVidBtn);
this.videoUtilsTab.Controls.Add(this.label24);
this.videoUtilsTab.Controls.Add(this.label18);
this.videoUtilsTab.Controls.Add(this.utilsConvCrf);
this.videoUtilsTab.Controls.Add(this.utilsLoopTimesCombox);
this.videoUtilsTab.Controls.Add(this.utilsConvertMp4Btn);
this.videoUtilsTab.Controls.Add(this.label19);
this.videoUtilsTab.Controls.Add(this.label23);
this.videoUtilsTab.Controls.Add(this.label20);
this.videoUtilsTab.Controls.Add(this.utilsChangeSpeedBtn);
this.videoUtilsTab.Controls.Add(this.utilsSpeedCombox);
this.videoUtilsTab.Location = new System.Drawing.Point(4, 27);
this.videoUtilsTab.Name = "videoUtilsTab";
this.videoUtilsTab.Padding = new System.Windows.Forms.Padding(3);
this.videoUtilsTab.Size = new System.Drawing.Size(901, 258);
this.videoUtilsTab.TabIndex = 1;
this.videoUtilsTab.Text = "Video Utilities";
//
// label10
//
this.label10.AutoSize = true;
this.label10.ForeColor = System.Drawing.Color.White;
this.label10.Location = new System.Drawing.Point(441, 10);
this.label10.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(107, 15);
this.label10.TabIndex = 35;
this.label10.Text = "Also Extract Audio:";
//
// utilsExtractAudioCbox
//
this.utilsExtractAudioCbox.AutoSize = true;
this.utilsExtractAudioCbox.Checked = true;
this.utilsExtractAudioCbox.CheckState = System.Windows.Forms.CheckState.Checked;
this.utilsExtractAudioCbox.Location = new System.Drawing.Point(575, 11);
this.utilsExtractAudioCbox.Name = "utilsExtractAudioCbox";
this.utilsExtractAudioCbox.Size = new System.Drawing.Size(15, 14);
this.utilsExtractAudioCbox.TabIndex = 34;
this.utilsExtractAudioCbox.UseVisualStyleBackColor = true;
//
// previewTab
//
this.previewTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.previewTab.Controls.Add(this.label22);
this.previewTab.Controls.Add(this.previewPicturebox);
this.previewTab.Location = new System.Drawing.Point(4, 27);
this.previewTab.Margin = new System.Windows.Forms.Padding(0);
this.previewTab.Name = "previewTab";
this.previewTab.Size = new System.Drawing.Size(901, 258);
this.previewTab.TabIndex = 3;
this.previewTab.Text = "Preview";
//
// label22
//
this.label22.AutoSize = true;
this.label22.ForeColor = System.Drawing.Color.Silver;
this.label22.Location = new System.Drawing.Point(5, 5);
this.label22.Margin = new System.Windows.Forms.Padding(3);
this.label22.MaximumSize = new System.Drawing.Size(160, 0);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(158, 30);
this.label22.TabIndex = 38;
this.label22.Text = "Click on the preview to open it in a separate window.";
this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// previewPicturebox
//
this.previewPicturebox.Dock = System.Windows.Forms.DockStyle.Fill;
this.previewPicturebox.Image = global::Flowframes.Properties.Resources.baseline_image_white_48dp_4x_25pcAlpha;
this.previewPicturebox.Location = new System.Drawing.Point(0, 0);
this.previewPicturebox.Margin = new System.Windows.Forms.Padding(0);
this.previewPicturebox.Name = "previewPicturebox";
this.previewPicturebox.Size = new System.Drawing.Size(901, 258);
this.previewPicturebox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.previewPicturebox.TabIndex = 0;
this.previewPicturebox.TabStop = false;
this.previewPicturebox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.previewPicturebox_MouseClick);
//
// 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.ImageSizeMode = HTAlt.WinForms.HTButton.ButtonImageSizeMode.Zoom;
this.htButton1.Location = new System.Drawing.Point(744, 12);
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) Extract Scene Changes",
"2) Extract Video Frames",
"3) Run Interpolation",
"4) Create Output Video",
"5) Reset/Cleanup"});
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;
//
// 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.cancelBtn);
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.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.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();
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.videoUtilsTab.ResumeLayout(false);
this.videoUtilsTab.PerformLayout();
this.previewTab.ResumeLayout(false);
this.previewTab.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.previewPicturebox)).EndInit();
this.abtTab.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 label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox fpsOutTbox;
private System.Windows.Forms.TextBox fpsInTbox;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox outModeCombox;
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.Button debugExtractFramesBtn;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.ComboBox utilsLoopTimesCombox;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Button utilsLoopVidBtn;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.ComboBox utilsSpeedCombox;
private System.Windows.Forms.Button utilsChangeSpeedBtn;
private System.Windows.Forms.Label label20;
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.Button utilsConvertMp4Btn;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.ComboBox utilsConvCrf;
private System.Windows.Forms.Label label24;
private HTAlt.WinForms.HTProgressBar longProgBar;
private System.Windows.Forms.Button cancelBtn;
private HTAlt.WinForms.HTButton discordBtn;
private HTAlt.WinForms.HTButton paypalBtn;
private HTAlt.WinForms.HTButton patreonBtn;
private HTAlt.WinForms.HTButton settingsBtn;
private System.Windows.Forms.TabPage interpOptsTab;
private System.Windows.Forms.TabPage videoUtilsTab;
private System.Windows.Forms.TabPage abtTab;
private HTAlt.WinForms.HTButton browseOutBtn;
private HTAlt.WinForms.HTButton browseInputFileBtn;
private HTAlt.WinForms.HTButton browseInputBtn;
private System.Windows.Forms.TabPage previewTab;
private System.Windows.Forms.PictureBox previewPicturebox;
public HTAlt.WinForms.HTTabControl mainTabControl;
private HTAlt.WinForms.HTButton queueBtn;
private HTAlt.WinForms.HTButton htButton1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.CheckBox utilsExtractAudioCbox;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private HTAlt.WinForms.HTButton updateBtn;
private System.Windows.Forms.TabPage welcomeTab;
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 label22;
}
}