2020-11-23 16:51:05 +01:00
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 ( ) ;
2021-01-13 23:05:23 +01:00
this . aiModel = new System . Windows . Forms . ComboBox ( ) ;
2020-11-23 16:51:05 +01:00
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 . 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 ( ) ;
2021-01-13 23:27:46 +01:00
this . pictureBox1 = new System . Windows . Forms . PictureBox ( ) ;
2021-01-16 01:19:07 +01:00
this . pictureBox2 = new System . Windows . Forms . PictureBox ( ) ;
2021-02-23 15:53:32 +01:00
this . panel10 = new System . Windows . Forms . Panel ( ) ;
2021-02-26 09:58:52 +01:00
this . panel14 = new System . Windows . Forms . Panel ( ) ;
this . panel3 = new System . Windows . Forms . Panel ( ) ;
2021-05-04 12:30:49 +02:00
this . debugBtn = new HTAlt . WinForms . HTButton ( ) ;
2020-11-25 17:27:15 +01:00
this . longProgBar = new HTAlt . WinForms . HTProgressBar ( ) ;
this . mainTabControl = new HTAlt . WinForms . HTTabControl ( ) ;
2020-11-25 20:31:21 +01:00
this . welcomeTab = new System . Windows . Forms . TabPage ( ) ;
2020-11-27 14:35:32 +01:00
this . welcomeLabel2 = new System . Windows . Forms . Label ( ) ;
2020-11-25 20:31:21 +01:00
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 ( ) ;
2020-11-25 17:27:15 +01:00
this . interpOptsTab = new System . Windows . Forms . TabPage ( ) ;
2021-04-25 21:57:30 +02:00
this . scnDetectTestBtn = new HTAlt . WinForms . HTButton ( ) ;
2021-01-18 12:32:01 +01:00
this . inputInfo = new System . Windows . Forms . Label ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
2020-11-25 17:27:15 +01:00
this . browseOutBtn = new HTAlt . WinForms . HTButton ( ) ;
this . browseInputFileBtn = new HTAlt . WinForms . HTButton ( ) ;
this . browseInputBtn = new HTAlt . WinForms . HTButton ( ) ;
2021-02-23 12:13:30 +01:00
this . quickSettingsTab = new System . Windows . Forms . TabPage ( ) ;
2021-02-26 09:58:52 +01:00
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 ( ) ;
2021-02-23 15:53:32 +01:00
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 ( ) ;
2021-02-23 12:13:30 +01:00
this . trimPanel = new System . Windows . Forms . Panel ( ) ;
this . trimResetBtn = new HTAlt . WinForms . HTButton ( ) ;
this . trimStartBox = new System . Windows . Forms . TextBox ( ) ;
2020-11-25 17:27:15 +01:00
this . label10 = new System . Windows . Forms . Label ( ) ;
2021-02-23 12:13:30 +01:00
this . trimEndBox = new System . Windows . Forms . TextBox ( ) ;
this . trimCombox = new System . Windows . Forms . ComboBox ( ) ;
2020-11-25 17:27:15 +01:00
this . previewTab = new System . Windows . Forms . TabPage ( ) ;
2020-12-02 23:11:27 +01:00
this . label22 = new System . Windows . Forms . Label ( ) ;
2020-11-25 17:27:15 +01:00
this . previewPicturebox = new System . Windows . Forms . PictureBox ( ) ;
this . abtTab = new System . Windows . Forms . TabPage ( ) ;
this . htButton1 = new HTAlt . WinForms . HTButton ( ) ;
2020-11-29 16:10:31 +01:00
this . runStepBtn = new System . Windows . Forms . Button ( ) ;
this . stepSelector = new System . Windows . Forms . ComboBox ( ) ;
2021-04-29 22:57:00 +02:00
this . busyControlsPanel = new System . Windows . Forms . Panel ( ) ;
this . tableLayoutPanel1 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . pauseBtn = new System . Windows . Forms . Button ( ) ;
2021-04-30 16:54:54 +02:00
this . cancelBtn = new System . Windows . Forms . Button ( ) ;
2020-11-23 16:51:05 +01:00
this . panel1 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox4 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox3 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . info1 ) ) . BeginInit ( ) ;
2021-01-13 23:27:46 +01:00
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . BeginInit ( ) ;
2021-01-16 01:19:07 +01:00
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox2 ) ) . BeginInit ( ) ;
2020-11-25 17:27:15 +01:00
this . mainTabControl . SuspendLayout ( ) ;
2020-11-25 20:31:21 +01:00
this . welcomeTab . SuspendLayout ( ) ;
this . panel8 . SuspendLayout ( ) ;
this . panel6 . SuspendLayout ( ) ;
2020-11-25 17:27:15 +01:00
this . interpOptsTab . SuspendLayout ( ) ;
2021-02-23 12:13:30 +01:00
this . quickSettingsTab . SuspendLayout ( ) ;
2021-02-26 09:58:52 +01:00
this . mpDedupePanel . SuspendLayout ( ) ;
this . magickDedupePanel . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dedupThresh ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . scnDetectValue ) ) . BeginInit ( ) ;
2021-02-23 12:13:30 +01:00
this . trimPanel . SuspendLayout ( ) ;
2020-11-25 17:27:15 +01:00
this . previewTab . SuspendLayout ( ) ;
2020-11-23 16:51:05 +01:00
( ( System . ComponentModel . ISupportInitialize ) ( this . previewPicturebox ) ) . BeginInit ( ) ;
2020-11-25 17:27:15 +01:00
this . abtTab . SuspendLayout ( ) ;
2021-04-29 22:57:00 +02:00
this . busyControlsPanel . SuspendLayout ( ) ;
this . tableLayoutPanel1 . SuspendLayout ( ) ;
2020-11-23 16:51:05 +01:00
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" ;
//
2021-01-13 23:05:23 +01:00
// 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 ;
2021-01-18 12:32:01 +01:00
this . aiModel . Location = new System . Drawing . Point ( 281 , 126 ) ;
2021-01-13 23:05:23 +01:00
this . aiModel . Name = "aiModel" ;
2021-01-13 23:27:46 +01:00
this . aiModel . Size = new System . Drawing . Size ( 400 , 23 ) ;
2021-01-13 23:05:23 +01:00
this . aiModel . TabIndex = 25 ;
2020-11-23 16:51:05 +01:00
//
// 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 ;
2021-01-18 12:32:01 +01:00
this . aiCombox . Location = new System . Drawing . Point ( 281 , 7 ) ;
2020-11-23 16:51:05 +01:00
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 ;
2021-01-18 12:32:01 +01:00
this . label13 . Location = new System . Drawing . Point ( 11 , 10 ) ;
2020-11-23 16:51:05 +01:00
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 [ ] {
2021-04-30 16:54:54 +02:00
"MP4 Video (h264, h265, AV1)" ,
"MKV Video (h264, h265, AV1) (Best Audio/Subtitles Support)" ,
2021-01-16 00:31:52 +01:00
"WEBM Video (Google VP9)" ,
2020-12-23 16:13:04 +01:00
"MOV Video (Apple ProRes)" ,
2021-04-25 00:38:46 +02:00
"AVI Video (ffv1, huffyuv, magicyuv, rawvideo)" ,
2021-04-04 12:21:58 +02:00
"Animated GIF (Only supports up to 50 FPS)" ,
2021-04-29 09:20:35 +02:00
"Image Sequence (PNG, JPG, WEBP)" } ) ;
2021-01-18 12:32:01 +01:00
this . outModeCombox . Location = new System . Drawing . Point ( 281 , 157 ) ;
2020-11-23 16:51:05 +01:00
this . outModeCombox . Name = "outModeCombox" ;
2021-01-16 00:31:52 +01:00
this . outModeCombox . Size = new System . Drawing . Size ( 400 , 23 ) ;
2020-11-23 16:51:05 +01:00
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 ;
2021-01-18 12:32:01 +01:00
this . label9 . Location = new System . Drawing . Point ( 11 , 160 ) ;
2020-11-23 16:51:05 +01:00
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 ;
2021-01-18 12:32:01 +01:00
this . label8 . Location = new System . Drawing . Point ( 11 , 130 ) ;
2020-11-23 16:51:05 +01:00
this . label8 . Margin = new System . Windows . Forms . Padding ( 8 , 0 , 3 , 0 ) ;
this . label8 . Name = "label8" ;
2021-01-13 23:05:23 +01:00
this . label8 . Size = new System . Drawing . Size ( 49 , 13 ) ;
2020-11-23 16:51:05 +01:00
this . label8 . TabIndex = 13 ;
2021-01-13 23:05:23 +01:00
this . label8 . Text = "AI Model" ;
2020-11-23 16:51:05 +01:00
//
// label7
//
this . label7 . AutoSize = true ;
this . label7 . ForeColor = System . Drawing . Color . White ;
2021-01-18 12:32:01 +01:00
this . label7 . Location = new System . Drawing . Point ( 684 , 100 ) ;
2020-11-23 16:51:05 +01:00
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 ;
2021-01-18 12:32:01 +01:00
this . label6 . Location = new System . Drawing . Point ( 554 , 100 ) ;
2020-11-23 16:51:05 +01:00
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 ;
2021-01-18 12:32:01 +01:00
this . label5 . Location = new System . Drawing . Point ( 384 , 100 ) ;
2020-11-23 16:51:05 +01:00
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 ;
2021-01-18 12:32:01 +01:00
this . fpsOutTbox . Location = new System . Drawing . Point ( 574 , 97 ) ;
2020-11-23 16:51:05 +01:00
this . fpsOutTbox . MinimumSize = new System . Drawing . Size ( 4 , 21 ) ;
this . fpsOutTbox . Name = "fpsOutTbox" ;
this . fpsOutTbox . ReadOnly = true ;
2021-01-16 01:19:07 +01:00
this . fpsOutTbox . Size = new System . Drawing . Size ( 107 , 23 ) ;
2020-11-23 16:51:05 +01:00
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 ;
2021-01-18 12:32:01 +01:00
this . fpsInTbox . Location = new System . Drawing . Point ( 281 , 97 ) ;
2020-11-23 16:51:05 +01:00
this . fpsInTbox . MinimumSize = new System . Drawing . Size ( 4 , 21 ) ;
this . fpsInTbox . Name = "fpsInTbox" ;
2021-02-26 09:58:52 +01:00
this . fpsInTbox . ReadOnly = true ;
2020-11-23 16:51:05 +01:00
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" } ) ;
2021-01-18 12:32:01 +01:00
this . interpFactorCombox . Location = new System . Drawing . Point ( 447 , 96 ) ;
2020-11-23 16:51:05 +01:00
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 ;
2021-01-18 12:32:01 +01:00
this . label4 . Location = new System . Drawing . Point ( 11 , 100 ) ;
2020-11-23 16:51:05 +01:00
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 ;
2021-01-18 12:32:01 +01:00
this . outputTbox . Location = new System . Drawing . Point ( 281 , 67 ) ;
2020-11-23 16:51:05 +01:00
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 ;
2021-01-18 12:32:01 +01:00
this . inputTbox . Location = new System . Drawing . Point ( 281 , 37 ) ;
2020-11-23 16:51:05 +01:00
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 ;
2021-01-18 12:32:01 +01:00
this . label3 . Location = new System . Drawing . Point ( 11 , 70 ) ;
2020-11-23 16:51:05 +01:00
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 ;
2021-01-18 12:32:01 +01:00
this . label2 . Location = new System . Drawing . Point ( 11 , 40 ) ;
2020-11-23 16:51:05 +01:00
this . label2 . Margin = new System . Windows . Forms . Padding ( 8 , 0 , 3 , 0 ) ;
this . label2 . Name = "label2" ;
2021-02-18 14:30:56 +01:00
this . label2 . Size = new System . Drawing . Size ( 150 , 13 ) ;
2020-11-23 16:51:05 +01:00
this . label2 . TabIndex = 0 ;
2021-02-18 14:30:56 +01:00
this . label2 . Text = "Input Video (Or Frames Folder)" ;
2020-11-23 16:51:05 +01:00
//
// label23
//
this . label23 . AutoSize = true ;
this . label23 . ForeColor = System . Drawing . Color . White ;
2021-02-23 15:53:32 +01:00
this . label23 . Location = new System . Drawing . Point ( 8 , 130 ) ;
2020-11-23 16:51:05 +01:00
this . label23 . Margin = new System . Windows . Forms . Padding ( 8 , 0 , 3 , 0 ) ;
this . label23 . Name = "label23" ;
2021-02-27 14:54:32 +01:00
this . label23 . Size = new System . Drawing . Size ( 105 , 15 ) ;
2020-11-23 16:51:05 +01:00
this . label23 . TabIndex = 26 ;
2021-02-27 14:54:32 +01:00
this . label23 . Text = "Fix Scene Changes" ;
2020-11-23 16:51:05 +01:00
//
// label19
//
this . label19 . AutoSize = true ;
this . label19 . ForeColor = System . Drawing . Color . White ;
2021-02-23 15:53:32 +01:00
this . label19 . Location = new System . Drawing . Point ( 8 , 100 ) ;
2020-11-23 16:51:05 +01:00
this . label19 . Margin = new System . Windows . Forms . Padding ( 8 , 0 , 3 , 0 ) ;
this . label19 . Name = "label19" ;
2021-02-23 12:13:30 +01:00
this . label19 . Size = new System . Drawing . Size ( 34 , 15 ) ;
2020-11-23 16:51:05 +01:00
this . label19 . TabIndex = 20 ;
2021-02-23 12:13:30 +01:00
this . label19 . Text = "Loop" ;
2020-11-23 16:51:05 +01:00
//
// label17
//
this . label17 . AutoSize = true ;
this . label17 . ForeColor = System . Drawing . Color . White ;
2021-02-23 15:53:32 +01:00
this . label17 . Location = new System . Drawing . Point ( 8 , 70 ) ;
2020-11-23 16:51:05 +01:00
this . label17 . Margin = new System . Windows . Forms . Padding ( 8 , 0 , 3 , 0 ) ;
this . label17 . Name = "label17" ;
2021-02-23 12:13:30 +01:00
this . label17 . Size = new System . Drawing . Size ( 87 , 15 ) ;
2020-11-23 16:51:05 +01:00
this . label17 . TabIndex = 4 ;
2021-02-23 12:13:30 +01:00
this . label17 . Text = "De-Duplication" ;
2020-11-23 16:51:05 +01:00
//
// label16
//
this . label16 . AutoSize = true ;
this . label16 . ForeColor = System . Drawing . Color . White ;
2021-01-16 00:31:52 +01:00
this . label16 . Location = new System . Drawing . Point ( 10 , 10 ) ;
2021-02-23 15:53:32 +01:00
this . label16 . Margin = new System . Windows . Forms . Padding ( 8 , 0 , 3 , 0 ) ;
2020-11-23 16:51:05 +01:00
this . label16 . Name = "label16" ;
2021-02-23 12:13:30 +01:00
this . label16 . Size = new System . Drawing . Size ( 61 , 15 ) ;
2020-11-23 16:51:05 +01:00
this . label16 . TabIndex = 2 ;
2021-02-23 12:13:30 +01:00
this . label16 . Text = "Trim Input" ;
2020-11-23 16:51:05 +01:00
//
// 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 ;
2021-01-27 21:44:00 +01:00
this . label14 . Text = resources . GetString ( "label14.Text" ) ;
2020-11-23 16:51:05 +01:00
//
// 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 ) ) ) ) ) ;
2020-11-25 20:31:21 +01:00
this . logBox . Cursor = System . Windows . Forms . Cursors . Arrow ;
2020-11-23 16:51:05 +01:00
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" ;
2020-11-25 17:27:15 +01:00
this . logBox . ReadOnly = true ;
2020-11-23 16:51:05 +01:00
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 ;
2020-12-10 15:19:44 +01:00
this . logBox . Text = "Welcome to Flowframes!" ;
2020-11-23 16:51:05 +01:00
//
// 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" ;
//
2020-11-25 17:27:15 +01:00
// updateBtn
2020-11-23 16:51:05 +01:00
//
2020-11-25 17:27:15 +01:00
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 ;
2020-12-08 14:43:03 +01:00
this . updateBtn . Location = new System . Drawing . Point ( 790 , 12 ) ;
2020-11-25 17:27:15 +01:00
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 ) ;
2020-11-23 16:51:05 +01:00
//
2020-11-25 17:27:15 +01:00
// queueBtn
2020-11-23 16:51:05 +01:00
//
2020-11-25 17:27:15 +01:00
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 ;
2020-12-08 14:43:03 +01:00
this . queueBtn . Location = new System . Drawing . Point ( 836 , 12 ) ;
2020-11-25 17:27:15 +01:00
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 ) ;
2020-11-23 16:51:05 +01:00
//
2020-11-25 17:27:15 +01:00
// pictureBox4
2020-11-23 16:51:05 +01:00
//
2020-11-25 17:27:15 +01:00
this . pictureBox4 . BackgroundImage = global :: Flowframes . Properties . Resources . questmark_72px_bordeer ;
this . pictureBox4 . BackgroundImageLayout = System . Windows . Forms . ImageLayout . Zoom ;
2021-02-18 14:30:56 +01:00
this . pictureBox4 . Location = new System . Drawing . Point ( 167 , 37 ) ;
2020-11-25 17:27:15 +01:00
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." ) ;
2020-11-23 16:51:05 +01:00
//
2020-11-25 17:27:15 +01:00
// pictureBox3
2020-11-23 16:51:05 +01:00
//
2020-11-25 17:27:15 +01:00
this . pictureBox3 . BackgroundImage = global :: Flowframes . Properties . Resources . questmark_72px_bordeer ;
this . pictureBox3 . BackgroundImageLayout = System . Windows . Forms . ImageLayout . Zoom ;
2021-01-18 12:32:01 +01:00
this . pictureBox3 . Location = new System . Drawing . Point ( 101 , 67 ) ;
2020-11-25 17:27:15 +01:00
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." ) ;
2020-11-23 16:51:05 +01:00
//
2020-11-25 17:27:15 +01:00
// info1
2020-11-23 16:51:05 +01:00
//
2020-11-25 17:27:15 +01:00
this . info1 . BackgroundImage = global :: Flowframes . Properties . Resources . questmark_72px_bordeer ;
this . info1 . BackgroundImageLayout = System . Windows . Forms . ImageLayout . Zoom ;
2021-01-18 12:32:01 +01:00
this . info1 . Location = new System . Drawing . Point ( 165 , 97 ) ;
2020-11-25 17:27:15 +01:00
this . info1 . Name = "info1" ;
this . info1 . Size = new System . Drawing . Size ( 29 , 21 ) ;
this . info1 . TabIndex = 27 ;
this . info1 . TabStop = false ;
2021-01-16 00:31:52 +01:00
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." ) ;
2020-11-23 16:51:05 +01:00
//
// 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 ;
2021-05-04 00:20:31 +02:00
this . patreonBtn . Location = new System . Drawing . Point ( 606 , 12 ) ;
2020-11-23 16:51:05 +01:00
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 ;
2021-05-04 00:20:31 +02:00
this . paypalBtn . Location = new System . Drawing . Point ( 559 , 12 ) ;
2020-11-23 16:51:05 +01:00
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 ;
2021-05-04 00:20:31 +02:00
this . discordBtn . Location = new System . Drawing . Point ( 652 , 12 ) ;
2020-11-23 16:51:05 +01:00
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 ) ;
//
2021-01-13 23:27:46 +01:00
// pictureBox1
//
this . pictureBox1 . BackgroundImage = global :: Flowframes . Properties . Resources . questmark_72px_bordeer ;
this . pictureBox1 . BackgroundImageLayout = System . Windows . Forms . ImageLayout . Zoom ;
2021-01-18 12:32:01 +01:00
this . pictureBox1 . Location = new System . Drawing . Point ( 66 , 127 ) ;
2021-01-13 23:27:46 +01:00
this . pictureBox1 . Name = "pictureBox1" ;
this . pictureBox1 . Size = new System . Drawing . Size ( 29 , 21 ) ;
this . pictureBox1 . TabIndex = 28 ;
this . pictureBox1 . TabStop = false ;
2021-01-16 00:31:52 +01:00
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." ) ;
2021-01-16 01:19:07 +01:00
//
// pictureBox2
//
this . pictureBox2 . BackgroundImage = global :: Flowframes . Properties . Resources . questmark_72px_bordeer ;
this . pictureBox2 . BackgroundImageLayout = System . Windows . Forms . ImageLayout . Zoom ;
2021-01-18 12:32:01 +01:00
this . pictureBox2 . Location = new System . Drawing . Point ( 86 , 157 ) ;
2021-01-16 01:19:07 +01:00
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." ) ;
2021-02-23 15:53:32 +01:00
//
// 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 ( 378 , 37 ) ;
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." ) ;
2021-01-13 23:27:46 +01:00
//
2021-02-26 09:58:52 +01:00
// 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 ( 481 , 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." ) ;
//
2021-05-04 12:30:49 +02:00
// 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 ;
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 . ImageSizeMode = HTAlt . WinForms . HTButton . ButtonImageSizeMode . Zoom ;
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 ) ;
//
2020-11-25 17:27:15 +01:00
// longProgBar
2020-11-23 16:51:05 +01:00
//
2020-11-25 17:27:15 +01:00
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 ) ) ) ) ) ;
2020-11-25 20:31:21 +01:00
this . mainTabControl . Controls . Add ( this . welcomeTab ) ;
2020-11-25 17:27:15 +01:00
this . mainTabControl . Controls . Add ( this . interpOptsTab ) ;
2021-02-23 12:13:30 +01:00
this . mainTabControl . Controls . Add ( this . quickSettingsTab ) ;
2020-11-25 17:27:15 +01:00
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 ) ) ) ) ) ;
2020-11-25 20:31:21 +01:00
this . mainTabControl . HoverTabColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 63 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 63 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 70 ) ) ) ) ) ;
2020-11-25 17:27:15 +01:00
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 ) ) ) ) ) ;
2020-11-29 16:10:31 +01:00
this . mainTabControl . SelectedIndexChanged + = new System . EventHandler ( this . mainTabControl_SelectedIndexChanged ) ;
2020-11-25 17:27:15 +01:00
this . mainTabControl . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . Form1_DragDrop ) ;
this . mainTabControl . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . Form1_DragEnter ) ;
//
2020-11-25 20:31:21 +01:00
// welcomeTab
//
this . welcomeTab . BackColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 48 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 48 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 48 ) ) ) ) ) ;
2020-11-27 14:35:32 +01:00
this . welcomeTab . Controls . Add ( this . welcomeLabel2 ) ;
2020-11-25 20:31:21 +01:00
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" ;
//
2020-11-27 14:35:32 +01:00
// welcomeLabel2
2020-11-25 20:31:21 +01:00
//
2020-11-27 14:35:32 +01:00
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 ) ;
2020-11-25 20:31:21 +01:00
//
// 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!" ;
//
2020-11-25 17:27:15 +01:00
// interpOptsTab
//
this . interpOptsTab . AllowDrop = true ;
this . interpOptsTab . BackColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 48 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 48 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 48 ) ) ) ) ) ;
2021-03-19 19:34:48 +01:00
this . interpOptsTab . Controls . Add ( this . scnDetectTestBtn ) ;
2021-01-18 12:32:01 +01:00
this . interpOptsTab . Controls . Add ( this . inputInfo ) ;
this . interpOptsTab . Controls . Add ( this . label1 ) ;
2020-11-25 17:27:15 +01:00
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 ) ;
2021-01-13 23:05:23 +01:00
this . interpOptsTab . Controls . Add ( this . aiModel ) ;
2020-11-25 17:27:15 +01:00
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 ) ;
2020-11-25 20:31:21 +01:00
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 ) ;
2020-11-25 17:27:15 +01:00
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 ) ;
//
2021-04-25 21:57:30 +02:00
// scnDetectTestBtn
//
this . scnDetectTestBtn . BackColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 64 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 64 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 64 ) ) ) ) ) ;
this . scnDetectTestBtn . FlatAppearance . BorderSize = 0 ;
this . scnDetectTestBtn . FlatStyle = System . Windows . Forms . FlatStyle . Flat ;
this . scnDetectTestBtn . ForeColor = System . Drawing . Color . White ;
this . scnDetectTestBtn . Location = new System . Drawing . Point ( 692 , 229 ) ;
this . scnDetectTestBtn . Name = "scnDetectTestBtn" ;
this . scnDetectTestBtn . Size = new System . Drawing . Size ( 206 , 23 ) ;
this . scnDetectTestBtn . TabIndex = 38 ;
this . scnDetectTestBtn . Text = "Scn Detect Test" ;
this . scnDetectTestBtn . UseVisualStyleBackColor = false ;
this . scnDetectTestBtn . Visible = false ;
this . scnDetectTestBtn . Click + = new System . EventHandler ( this . scnDetectTestBtn_Click ) ;
//
2021-01-18 12:32:01 +01:00
// 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" ;
//
2020-11-25 17:27:15 +01:00
// 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 ;
2021-01-18 12:32:01 +01:00
this . browseOutBtn . Location = new System . Drawing . Point ( 689 , 67 ) ;
2020-11-25 17:27:15 +01:00
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 ;
2021-01-18 12:32:01 +01:00
this . browseInputFileBtn . Location = new System . Drawing . Point ( 795 , 38 ) ;
2020-11-25 17:27:15 +01:00
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 ;
2021-01-18 12:32:01 +01:00
this . browseInputBtn . Location = new System . Drawing . Point ( 689 , 38 ) ;
2020-11-25 17:27:15 +01:00
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 ) ;
//
2021-02-23 12:13:30 +01:00
// quickSettingsTab
//
this . quickSettingsTab . BackColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 48 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 48 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 48 ) ) ) ) ) ;
2021-02-23 15:53:32 +01:00
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 ) ;
2021-02-23 12:13:30 +01:00
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" ;
2021-02-28 13:46:50 +01:00
this . quickSettingsTab . Enter + = new System . EventHandler ( this . LoadQuickSettings ) ;
2021-02-23 15:53:32 +01:00
//
2021-02-26 09:58:52 +01:00
// 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 ( 243 , 15 ) ;
this . linkLabel1 . TabIndex = 86 ;
this . linkLabel1 . TabStop = true ;
this . linkLabel1 . Text = "Open the Settings Window for more 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 . Items . AddRange ( new object [ ] {
"Normal" ,
"Aggressive" } ) ;
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" ,
"1: After Extraction - Slow, Accurate" ,
"2: During Extraction - Fast, Less Accurate" } ) ;
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 [ ] {
5 ,
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 [ ] {
5 ,
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 ( 515 , 131 ) ;
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:" ;
//
2021-02-23 15:53:32 +01:00
// 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 ( 412 , 41 ) ;
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 . Margin = new System . Windows . Forms . Padding ( 3 , 3 , 8 , 3 ) ;
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 ) ;
2021-02-26 09:58:52 +01:00
this . maxVidHeight . TextChanged + = new System . EventHandler ( this . SaveQuickSettings ) ;
2021-02-23 15:53:32 +01:00
//
// 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)" ;
2021-02-23 12:13:30 +01:00
//
// 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 ) ;
2020-11-25 17:27:15 +01:00
//
// label10
//
this . label10 . AutoSize = true ;
this . label10 . ForeColor = System . Drawing . Color . White ;
2021-02-23 12:13:30 +01:00
this . label10 . Location = new System . Drawing . Point ( 84 , 3 ) ;
2020-11-25 17:27:15 +01:00
this . label10 . Name = "label10" ;
2021-02-23 12:13:30 +01:00
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" ;
2021-02-26 10:36:38 +01:00
this . trimEndBox . Leave + = new System . EventHandler ( this . trimBox_TextChanged ) ;
2021-02-23 12:13:30 +01:00
//
// 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 ) ;
2020-11-25 17:27:15 +01:00
//
// previewTab
//
this . previewTab . BackColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 48 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 48 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 48 ) ) ) ) ) ;
2020-11-30 02:14:04 +01:00
this . previewTab . Controls . Add ( this . label22 ) ;
2020-11-25 17:27:15 +01:00
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" ;
//
2020-12-02 23:11:27 +01:00
// label22
//
this . label22 . AutoSize = true ;
this . label22 . ForeColor = System . Drawing . Color . Silver ;
2021-01-16 00:31:52 +01:00
this . label22 . Location = new System . Drawing . Point ( 5 , 5 ) ;
2020-12-02 23:11:27 +01:00
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 ;
//
2020-11-25 17:27:15 +01:00
// 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 ;
2021-05-04 00:20:31 +02:00
this . htButton1 . Location = new System . Drawing . Point ( 698 , 9 ) ;
2020-11-25 17:27:15 +01:00
this . htButton1 . Name = "htButton1" ;
this . htButton1 . Size = new System . Drawing . Size ( 40 , 40 ) ;
this . htButton1 . TabIndex = 40 ;
this . htButton1 . UseVisualStyleBackColor = false ;
//
2020-11-29 16:10:31 +01:00
// 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 [ ] {
2021-02-21 12:39:25 +01:00
"1) Import/Extract Frames" ,
"2) Run Interpolation" ,
"3) Export" ,
"4) Cleanup & Reset" } ) ;
2020-11-29 16:10:31 +01:00
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 ;
//
2021-04-29 22:57:00 +02:00
// 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 ) ;
//
2021-04-30 16:54:54 +02:00
// 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 ) ;
//
2020-11-25 17:27:15 +01:00
// 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 ) ;
2021-05-04 00:20:31 +02:00
this . Controls . Add ( this . debugBtn ) ;
2021-04-29 22:57:00 +02:00
this . Controls . Add ( this . busyControlsPanel ) ;
2020-12-03 01:20:33 +01:00
this . Controls . Add ( this . runBtn ) ;
2020-11-29 16:10:31 +01:00
this . Controls . Add ( this . stepSelector ) ;
this . Controls . Add ( this . runStepBtn ) ;
2020-11-25 17:27:15 +01:00
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 ) ;
2020-11-23 16:51:05 +01:00
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 ) ;
2021-03-13 14:48:19 +01:00
this . Shown + = new System . EventHandler ( this . Form1_Shown ) ;
2020-11-23 16:51:05 +01:00
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 ( ) ;
2020-11-25 17:27:15 +01:00
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox4 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox3 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . info1 ) ) . EndInit ( ) ;
2021-01-13 23:27:46 +01:00
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . EndInit ( ) ;
2021-01-16 01:19:07 +01:00
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox2 ) ) . EndInit ( ) ;
2020-11-23 16:51:05 +01:00
this . mainTabControl . ResumeLayout ( false ) ;
2020-11-25 20:31:21 +01:00
this . welcomeTab . ResumeLayout ( false ) ;
this . welcomeTab . PerformLayout ( ) ;
this . panel8 . ResumeLayout ( false ) ;
this . panel8 . PerformLayout ( ) ;
this . panel6 . ResumeLayout ( false ) ;
this . panel6 . PerformLayout ( ) ;
2020-11-23 16:51:05 +01:00
this . interpOptsTab . ResumeLayout ( false ) ;
this . interpOptsTab . PerformLayout ( ) ;
2021-02-23 12:13:30 +01:00
this . quickSettingsTab . ResumeLayout ( false ) ;
this . quickSettingsTab . PerformLayout ( ) ;
2021-02-26 09:58:52 +01:00
this . mpDedupePanel . ResumeLayout ( false ) ;
this . magickDedupePanel . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dedupThresh ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . scnDetectValue ) ) . EndInit ( ) ;
2021-02-23 12:13:30 +01:00
this . trimPanel . ResumeLayout ( false ) ;
this . trimPanel . PerformLayout ( ) ;
2020-11-23 16:51:05 +01:00
this . previewTab . ResumeLayout ( false ) ;
2020-11-30 02:14:04 +01:00
this . previewTab . PerformLayout ( ) ;
2020-11-23 16:51:05 +01:00
( ( System . ComponentModel . ISupportInitialize ) ( this . previewPicturebox ) ) . EndInit ( ) ;
2020-11-25 17:27:15 +01:00
this . abtTab . ResumeLayout ( false ) ;
2021-04-29 22:57:00 +02:00
this . busyControlsPanel . ResumeLayout ( false ) ;
this . tableLayoutPanel1 . ResumeLayout ( false ) ;
2020-11-23 16:51:05 +01:00
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 ;
2021-01-13 23:05:23 +01:00
private System . Windows . Forms . ComboBox aiModel ;
2020-11-23 16:51:05 +01:00
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 System . Windows . Forms . TabPage interpOptsTab ;
2021-02-23 12:13:30 +01:00
private System . Windows . Forms . TabPage quickSettingsTab ;
2020-11-23 16:51:05 +01:00
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 HTAlt . WinForms . HTButton updateBtn ;
2020-11-25 20:31:21 +01:00
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 ;
2020-11-27 14:35:32 +01:00
private System . Windows . Forms . Label welcomeLabel2 ;
2020-11-29 16:10:31 +01:00
private System . Windows . Forms . Button runStepBtn ;
private System . Windows . Forms . ComboBox stepSelector ;
2020-11-30 02:14:04 +01:00
private System . Windows . Forms . Label label22 ;
2021-01-18 12:32:01 +01:00
private System . Windows . Forms . Label inputInfo ;
private System . Windows . Forms . Label label1 ;
2021-02-23 12:13:30 +01:00
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 ;
2021-02-23 15:53:32 +01:00
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 ;
2021-03-19 19:34:48 +01:00
private HTAlt . WinForms . HTButton scnDetectTestBtn ;
2021-04-29 22:57:00 +02:00
private System . Windows . Forms . Panel busyControlsPanel ;
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel1 ;
private System . Windows . Forms . Button pauseBtn ;
private System . Windows . Forms . Button cancelBtn ;
2021-05-04 00:20:31 +02:00
private HTAlt . WinForms . HTButton debugBtn ;
2020-11-23 16:51:05 +01:00
}
}