357 lines
17 KiB
C#
357 lines
17 KiB
C#
namespace AgraV2
|
|
{
|
|
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.pbxOriginal = new System.Windows.Forms.PictureBox();
|
|
this.gpbx1 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.lblTimer1 = new System.Windows.Forms.Label();
|
|
this.btnDowload1 = new System.Windows.Forms.Button();
|
|
this.pbxResult1 = new System.Windows.Forms.PictureBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.lblTimer2 = new System.Windows.Forms.Label();
|
|
this.btnDownload2 = new System.Windows.Forms.Button();
|
|
this.pbxResult2 = new System.Windows.Forms.PictureBox();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.lblTimer3 = new System.Windows.Forms.Label();
|
|
this.btnDownload3 = new System.Windows.Forms.Button();
|
|
this.pbxResult3 = new System.Windows.Forms.PictureBox();
|
|
this.gpbxFiles = new System.Windows.Forms.GroupBox();
|
|
this.pnlFiles = new System.Windows.Forms.Panel();
|
|
this.btnChangeFolder = new System.Windows.Forms.Button();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.btnApply = new System.Windows.Forms.Button();
|
|
this.lsbEffects = new System.Windows.Forms.ListBox();
|
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
|
this.pnlEffectToolbox = new System.Windows.Forms.Panel();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxOriginal)).BeginInit();
|
|
this.gpbx1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxResult1)).BeginInit();
|
|
this.groupBox3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxResult2)).BeginInit();
|
|
this.groupBox4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxResult3)).BeginInit();
|
|
this.gpbxFiles.SuspendLayout();
|
|
this.groupBox5.SuspendLayout();
|
|
this.groupBox6.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pbxOriginal
|
|
//
|
|
this.pbxOriginal.Location = new System.Drawing.Point(6, 25);
|
|
this.pbxOriginal.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.pbxOriginal.Name = "pbxOriginal";
|
|
this.pbxOriginal.Size = new System.Drawing.Size(250, 250);
|
|
this.pbxOriginal.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbxOriginal.TabIndex = 0;
|
|
this.pbxOriginal.TabStop = false;
|
|
//
|
|
// gpbx1
|
|
//
|
|
this.gpbx1.Controls.Add(this.pbxOriginal);
|
|
this.gpbx1.Location = new System.Drawing.Point(12, 12);
|
|
this.gpbx1.Name = "gpbx1";
|
|
this.gpbx1.Size = new System.Drawing.Size(264, 283);
|
|
this.gpbx1.TabIndex = 5;
|
|
this.gpbx1.TabStop = false;
|
|
this.gpbx1.Text = "Original";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.lblTimer1);
|
|
this.groupBox2.Controls.Add(this.btnDowload1);
|
|
this.groupBox2.Controls.Add(this.pbxResult1);
|
|
this.groupBox2.Location = new System.Drawing.Point(282, 12);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(264, 283);
|
|
this.groupBox2.TabIndex = 6;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Result 1";
|
|
//
|
|
// lblTimer1
|
|
//
|
|
this.lblTimer1.AutoSize = true;
|
|
this.lblTimer1.BackColor = System.Drawing.Color.Black;
|
|
this.lblTimer1.ForeColor = System.Drawing.Color.Green;
|
|
this.lblTimer1.Location = new System.Drawing.Point(6, 25);
|
|
this.lblTimer1.Name = "lblTimer1";
|
|
this.lblTimer1.Size = new System.Drawing.Size(54, 20);
|
|
this.lblTimer1.TabIndex = 2;
|
|
this.lblTimer1.Text = "0.00s";
|
|
this.lblTimer1.Visible = false;
|
|
//
|
|
// btnDowload1
|
|
//
|
|
this.btnDowload1.Location = new System.Drawing.Point(44, 247);
|
|
this.btnDowload1.Name = "btnDowload1";
|
|
this.btnDowload1.Size = new System.Drawing.Size(168, 28);
|
|
this.btnDowload1.TabIndex = 1;
|
|
this.btnDowload1.Text = "Download";
|
|
this.btnDowload1.UseVisualStyleBackColor = true;
|
|
this.btnDowload1.Click += new System.EventHandler(this.btnDowload1_Click);
|
|
//
|
|
// pbxResult1
|
|
//
|
|
this.pbxResult1.Location = new System.Drawing.Point(6, 25);
|
|
this.pbxResult1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.pbxResult1.Name = "pbxResult1";
|
|
this.pbxResult1.Size = new System.Drawing.Size(250, 250);
|
|
this.pbxResult1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbxResult1.TabIndex = 0;
|
|
this.pbxResult1.TabStop = false;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.lblTimer2);
|
|
this.groupBox3.Controls.Add(this.btnDownload2);
|
|
this.groupBox3.Controls.Add(this.pbxResult2);
|
|
this.groupBox3.Location = new System.Drawing.Point(12, 301);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(264, 283);
|
|
this.groupBox3.TabIndex = 6;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Result 2";
|
|
//
|
|
// lblTimer2
|
|
//
|
|
this.lblTimer2.AutoSize = true;
|
|
this.lblTimer2.BackColor = System.Drawing.Color.Black;
|
|
this.lblTimer2.ForeColor = System.Drawing.Color.Green;
|
|
this.lblTimer2.Location = new System.Drawing.Point(6, 25);
|
|
this.lblTimer2.Name = "lblTimer2";
|
|
this.lblTimer2.Size = new System.Drawing.Size(54, 20);
|
|
this.lblTimer2.TabIndex = 3;
|
|
this.lblTimer2.Text = "0.00s";
|
|
this.lblTimer2.Visible = false;
|
|
//
|
|
// btnDownload2
|
|
//
|
|
this.btnDownload2.Location = new System.Drawing.Point(44, 247);
|
|
this.btnDownload2.Name = "btnDownload2";
|
|
this.btnDownload2.Size = new System.Drawing.Size(168, 28);
|
|
this.btnDownload2.TabIndex = 1;
|
|
this.btnDownload2.Text = "Download";
|
|
this.btnDownload2.UseVisualStyleBackColor = true;
|
|
this.btnDownload2.Click += new System.EventHandler(this.btnDownload2_Click);
|
|
//
|
|
// pbxResult2
|
|
//
|
|
this.pbxResult2.Location = new System.Drawing.Point(6, 25);
|
|
this.pbxResult2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.pbxResult2.Name = "pbxResult2";
|
|
this.pbxResult2.Size = new System.Drawing.Size(250, 250);
|
|
this.pbxResult2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbxResult2.TabIndex = 0;
|
|
this.pbxResult2.TabStop = false;
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.lblTimer3);
|
|
this.groupBox4.Controls.Add(this.btnDownload3);
|
|
this.groupBox4.Controls.Add(this.pbxResult3);
|
|
this.groupBox4.Location = new System.Drawing.Point(282, 301);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(264, 283);
|
|
this.groupBox4.TabIndex = 7;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Result3";
|
|
//
|
|
// lblTimer3
|
|
//
|
|
this.lblTimer3.AutoSize = true;
|
|
this.lblTimer3.BackColor = System.Drawing.Color.Black;
|
|
this.lblTimer3.ForeColor = System.Drawing.Color.Green;
|
|
this.lblTimer3.Location = new System.Drawing.Point(6, 25);
|
|
this.lblTimer3.Name = "lblTimer3";
|
|
this.lblTimer3.Size = new System.Drawing.Size(54, 20);
|
|
this.lblTimer3.TabIndex = 4;
|
|
this.lblTimer3.Text = "0.00s";
|
|
this.lblTimer3.Visible = false;
|
|
//
|
|
// btnDownload3
|
|
//
|
|
this.btnDownload3.Location = new System.Drawing.Point(44, 247);
|
|
this.btnDownload3.Name = "btnDownload3";
|
|
this.btnDownload3.Size = new System.Drawing.Size(168, 28);
|
|
this.btnDownload3.TabIndex = 1;
|
|
this.btnDownload3.Text = "Download";
|
|
this.btnDownload3.UseVisualStyleBackColor = true;
|
|
this.btnDownload3.Click += new System.EventHandler(this.btnDownload3_Click);
|
|
//
|
|
// pbxResult3
|
|
//
|
|
this.pbxResult3.Location = new System.Drawing.Point(6, 25);
|
|
this.pbxResult3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.pbxResult3.Name = "pbxResult3";
|
|
this.pbxResult3.Size = new System.Drawing.Size(250, 250);
|
|
this.pbxResult3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbxResult3.TabIndex = 0;
|
|
this.pbxResult3.TabStop = false;
|
|
//
|
|
// gpbxFiles
|
|
//
|
|
this.gpbxFiles.Controls.Add(this.pnlFiles);
|
|
this.gpbxFiles.Controls.Add(this.btnChangeFolder);
|
|
this.gpbxFiles.Location = new System.Drawing.Point(758, 12);
|
|
this.gpbxFiles.Name = "gpbxFiles";
|
|
this.gpbxFiles.Size = new System.Drawing.Size(200, 573);
|
|
this.gpbxFiles.TabIndex = 8;
|
|
this.gpbxFiles.TabStop = false;
|
|
this.gpbxFiles.Text = "Files";
|
|
//
|
|
// pnlFiles
|
|
//
|
|
this.pnlFiles.AutoScroll = true;
|
|
this.pnlFiles.Location = new System.Drawing.Point(6, 24);
|
|
this.pnlFiles.Name = "pnlFiles";
|
|
this.pnlFiles.Size = new System.Drawing.Size(188, 509);
|
|
this.pnlFiles.TabIndex = 3;
|
|
//
|
|
// btnChangeFolder
|
|
//
|
|
this.btnChangeFolder.Location = new System.Drawing.Point(6, 539);
|
|
this.btnChangeFolder.Name = "btnChangeFolder";
|
|
this.btnChangeFolder.Size = new System.Drawing.Size(188, 28);
|
|
this.btnChangeFolder.TabIndex = 2;
|
|
this.btnChangeFolder.Text = "ChangeFolder";
|
|
this.btnChangeFolder.UseVisualStyleBackColor = true;
|
|
this.btnChangeFolder.Click += new System.EventHandler(this.btnChangeFolder_Click);
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.btnApply);
|
|
this.groupBox5.Controls.Add(this.lsbEffects);
|
|
this.groupBox5.Location = new System.Drawing.Point(552, 12);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(200, 283);
|
|
this.groupBox5.TabIndex = 9;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "Effects";
|
|
//
|
|
// btnApply
|
|
//
|
|
this.btnApply.Location = new System.Drawing.Point(6, 249);
|
|
this.btnApply.Name = "btnApply";
|
|
this.btnApply.Size = new System.Drawing.Size(188, 28);
|
|
this.btnApply.TabIndex = 3;
|
|
this.btnApply.Text = "Apply";
|
|
this.btnApply.UseVisualStyleBackColor = true;
|
|
this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
|
|
//
|
|
// lsbEffects
|
|
//
|
|
this.lsbEffects.FormattingEnabled = true;
|
|
this.lsbEffects.ItemHeight = 20;
|
|
this.lsbEffects.Location = new System.Drawing.Point(6, 24);
|
|
this.lsbEffects.Name = "lsbEffects";
|
|
this.lsbEffects.Size = new System.Drawing.Size(188, 204);
|
|
this.lsbEffects.TabIndex = 4;
|
|
this.lsbEffects.SelectedIndexChanged += new System.EventHandler(this.lsbEffects_SelectedIndexChanged);
|
|
//
|
|
// groupBox6
|
|
//
|
|
this.groupBox6.Controls.Add(this.pnlEffectToolbox);
|
|
this.groupBox6.Location = new System.Drawing.Point(552, 302);
|
|
this.groupBox6.Name = "groupBox6";
|
|
this.groupBox6.Size = new System.Drawing.Size(200, 283);
|
|
this.groupBox6.TabIndex = 10;
|
|
this.groupBox6.TabStop = false;
|
|
this.groupBox6.Text = "Effect toolbox";
|
|
//
|
|
// pnlEffectToolbox
|
|
//
|
|
this.pnlEffectToolbox.Location = new System.Drawing.Point(6, 24);
|
|
this.pnlEffectToolbox.Name = "pnlEffectToolbox";
|
|
this.pnlEffectToolbox.Size = new System.Drawing.Size(188, 250);
|
|
this.pnlEffectToolbox.TabIndex = 2;
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(968, 593);
|
|
this.Controls.Add(this.groupBox6);
|
|
this.Controls.Add(this.groupBox5);
|
|
this.Controls.Add(this.gpbxFiles);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.gpbx1);
|
|
this.Font = new System.Drawing.Font("Cascadia Code SemiBold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "Form1";
|
|
this.Text = "Agra Sandbox";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxOriginal)).EndInit();
|
|
this.gpbx1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxResult1)).EndInit();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxResult2)).EndInit();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxResult3)).EndInit();
|
|
this.gpbxFiles.ResumeLayout(false);
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.groupBox6.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pbxOriginal;
|
|
private System.Windows.Forms.GroupBox gpbx1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Button btnDowload1;
|
|
private System.Windows.Forms.PictureBox pbxResult1;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.Button btnDownload2;
|
|
private System.Windows.Forms.PictureBox pbxResult2;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.Button btnDownload3;
|
|
private System.Windows.Forms.PictureBox pbxResult3;
|
|
private System.Windows.Forms.GroupBox gpbxFiles;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.Button btnChangeFolder;
|
|
private System.Windows.Forms.Button btnApply;
|
|
private System.Windows.Forms.ListBox lsbEffects;
|
|
private System.Windows.Forms.GroupBox groupBox6;
|
|
private System.Windows.Forms.Panel pnlFiles;
|
|
private System.Windows.Forms.Panel pnlEffectToolbox;
|
|
private System.Windows.Forms.Label lblTimer1;
|
|
private System.Windows.Forms.Label lblTimer2;
|
|
private System.Windows.Forms.Label lblTimer3;
|
|
}
|
|
}
|
|
|