|
@@ -0,0 +1,467 @@
|
|
|
+
|
|
|
+namespace QVCopier
|
|
|
+{
|
|
|
+ partial class QvcMainForm
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// 必需的设计器变量。
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 清理所有正在使用的资源。
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows 窗体设计器生成的代码
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 设计器支持所需的方法 - 不要修改
|
|
|
+ /// 使用代码编辑器修改此方法的内容。
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem(new string[] {
|
|
|
+ "c:\\from\\ep01.mp4",
|
|
|
+ "d:\\dest\\ep01.mp4",
|
|
|
+ "1.23 GB",
|
|
|
+ "Readed",
|
|
|
+ "AEDFCA / -",
|
|
|
+ ""}, -1);
|
|
|
+ System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem(new string[] {
|
|
|
+ "c:\\from\\file.ext",
|
|
|
+ "d:\\dest\\file.ext",
|
|
|
+ "123.45 MB",
|
|
|
+ "Pending",
|
|
|
+ "-/-",
|
|
|
+ "File already exist: Override"}, -1);
|
|
|
+ System.Windows.Forms.ListViewItem listViewItem11 = new System.Windows.Forms.ListViewItem(new string[] {
|
|
|
+ "c:\\from\\asdf.exe",
|
|
|
+ "d:\\dest\\asdf.exe",
|
|
|
+ "45.678 GB",
|
|
|
+ "Pending",
|
|
|
+ "-/-",
|
|
|
+ "File already exist: Skip"}, -1);
|
|
|
+ System.Windows.Forms.ListViewItem listViewItem12 = new System.Windows.Forms.ListViewItem(new string[] {
|
|
|
+ "2022-02-22 22:22:22",
|
|
|
+ "Application started"}, -1);
|
|
|
+ this.listView2 = new System.Windows.Forms.ListView();
|
|
|
+ this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.listView1 = new System.Windows.Forms.ListView();
|
|
|
+ this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
|
+ this.checkBox3 = new System.Windows.Forms.CheckBox();
|
|
|
+ this.checkBox4 = new System.Windows.Forms.CheckBox();
|
|
|
+ this.checkBox5 = new System.Windows.Forms.CheckBox();
|
|
|
+ this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
|
+ this.splitContainer1.Panel1.SuspendLayout();
|
|
|
+ this.splitContainer1.Panel2.SuspendLayout();
|
|
|
+ this.splitContainer1.SuspendLayout();
|
|
|
+ this.panel1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
|
|
+ this.tableLayoutPanel1.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // listView2
|
|
|
+ //
|
|
|
+ this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
+ this.columnHeader1,
|
|
|
+ this.columnHeader2,
|
|
|
+ this.columnHeader3,
|
|
|
+ this.columnHeader4,
|
|
|
+ this.columnHeader5,
|
|
|
+ this.columnHeader6});
|
|
|
+ this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.listView2.FullRowSelect = true;
|
|
|
+ this.listView2.GridLines = true;
|
|
|
+ this.listView2.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
|
|
|
+ listViewItem9,
|
|
|
+ listViewItem10,
|
|
|
+ listViewItem11});
|
|
|
+ this.listView2.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.listView2.Name = "listView2";
|
|
|
+ this.listView2.Size = new System.Drawing.Size(789, 270);
|
|
|
+ this.listView2.TabIndex = 1;
|
|
|
+ this.listView2.UseCompatibleStateImageBehavior = false;
|
|
|
+ this.listView2.View = System.Windows.Forms.View.Details;
|
|
|
+ //
|
|
|
+ // columnHeader1
|
|
|
+ //
|
|
|
+ this.columnHeader1.Text = "Source";
|
|
|
+ this.columnHeader1.Width = 155;
|
|
|
+ //
|
|
|
+ // columnHeader2
|
|
|
+ //
|
|
|
+ this.columnHeader2.Text = "Destination";
|
|
|
+ this.columnHeader2.Width = 134;
|
|
|
+ //
|
|
|
+ // columnHeader3
|
|
|
+ //
|
|
|
+ this.columnHeader3.Text = "Size";
|
|
|
+ this.columnHeader3.Width = 74;
|
|
|
+ //
|
|
|
+ // columnHeader4
|
|
|
+ //
|
|
|
+ this.columnHeader4.Text = "Status";
|
|
|
+ this.columnHeader4.Width = 66;
|
|
|
+ //
|
|
|
+ // columnHeader5
|
|
|
+ //
|
|
|
+ this.columnHeader5.Text = "Checksum";
|
|
|
+ this.columnHeader5.Width = 119;
|
|
|
+ //
|
|
|
+ // columnHeader6
|
|
|
+ //
|
|
|
+ this.columnHeader6.Text = "MoreInfo";
|
|
|
+ this.columnHeader6.Width = 203;
|
|
|
+ //
|
|
|
+ // splitContainer1
|
|
|
+ //
|
|
|
+ this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|
|
+ this.splitContainer1.Location = new System.Drawing.Point(0, 98);
|
|
|
+ this.splitContainer1.Name = "splitContainer1";
|
|
|
+ this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
+ //
|
|
|
+ // splitContainer1.Panel1
|
|
|
+ //
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.listView2);
|
|
|
+ //
|
|
|
+ // splitContainer1.Panel2
|
|
|
+ //
|
|
|
+ this.splitContainer1.Panel2.Controls.Add(this.listView1);
|
|
|
+ this.splitContainer1.Size = new System.Drawing.Size(789, 352);
|
|
|
+ this.splitContainer1.SplitterDistance = 270;
|
|
|
+ this.splitContainer1.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // panel1
|
|
|
+ //
|
|
|
+ this.panel1.Controls.Add(this.tableLayoutPanel1);
|
|
|
+ this.panel1.Controls.Add(this.button2);
|
|
|
+ this.panel1.Controls.Add(this.button1);
|
|
|
+ this.panel1.Controls.Add(this.textBox1);
|
|
|
+ this.panel1.Controls.Add(this.numericUpDown2);
|
|
|
+ this.panel1.Controls.Add(this.label5);
|
|
|
+ this.panel1.Controls.Add(this.numericUpDown1);
|
|
|
+ this.panel1.Controls.Add(this.label4);
|
|
|
+ this.panel1.Controls.Add(this.label6);
|
|
|
+ this.panel1.Controls.Add(this.label3);
|
|
|
+ this.panel1.Controls.Add(this.label2);
|
|
|
+ this.panel1.Controls.Add(this.label1);
|
|
|
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.panel1.Name = "panel1";
|
|
|
+ this.panel1.Size = new System.Drawing.Size(789, 98);
|
|
|
+ this.panel1.TabIndex = 3;
|
|
|
+ this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
|
|
|
+ //
|
|
|
+ // listView1
|
|
|
+ //
|
|
|
+ this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
+ this.columnHeader7,
|
|
|
+ this.columnHeader8});
|
|
|
+ this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.listView1.FullRowSelect = true;
|
|
|
+ this.listView1.GridLines = true;
|
|
|
+ this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
|
|
|
+ listViewItem12});
|
|
|
+ this.listView1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.listView1.Name = "listView1";
|
|
|
+ this.listView1.Size = new System.Drawing.Size(789, 78);
|
|
|
+ this.listView1.TabIndex = 0;
|
|
|
+ this.listView1.UseCompatibleStateImageBehavior = false;
|
|
|
+ this.listView1.View = System.Windows.Forms.View.Details;
|
|
|
+ //
|
|
|
+ // columnHeader7
|
|
|
+ //
|
|
|
+ this.columnHeader7.Text = "Time";
|
|
|
+ this.columnHeader7.Width = 146;
|
|
|
+ //
|
|
|
+ // columnHeader8
|
|
|
+ //
|
|
|
+ this.columnHeader8.Text = "Log";
|
|
|
+ this.columnHeader8.Width = 491;
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Location = new System.Drawing.Point(12, 18);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(83, 12);
|
|
|
+ this.label1.TabIndex = 0;
|
|
|
+ this.label1.Text = "Dest. folder:";
|
|
|
+ //
|
|
|
+ // numericUpDown1
|
|
|
+ //
|
|
|
+ this.numericUpDown1.Location = new System.Drawing.Point(299, 39);
|
|
|
+ this.numericUpDown1.Maximum = new decimal(new int[] {
|
|
|
+ 10240,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ this.numericUpDown1.Minimum = new decimal(new int[] {
|
|
|
+ 1,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ this.numericUpDown1.Name = "numericUpDown1";
|
|
|
+ this.numericUpDown1.Size = new System.Drawing.Size(69, 21);
|
|
|
+ this.numericUpDown1.TabIndex = 2;
|
|
|
+ this.numericUpDown1.Value = new decimal(new int[] {
|
|
|
+ 1024,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ //
|
|
|
+ // textBox1
|
|
|
+ //
|
|
|
+ this.textBox1.Location = new System.Drawing.Point(101, 12);
|
|
|
+ this.textBox1.Name = "textBox1";
|
|
|
+ this.textBox1.ReadOnly = true;
|
|
|
+ this.textBox1.Size = new System.Drawing.Size(595, 21);
|
|
|
+ this.textBox1.TabIndex = 4;
|
|
|
+ this.textBox1.Text = "(drag)";
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(470, 37);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(150, 23);
|
|
|
+ this.button1.TabIndex = 5;
|
|
|
+ this.button1.Text = "Quick Choose Dest.";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Location = new System.Drawing.Point(12, 41);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(71, 12);
|
|
|
+ this.label2.TabIndex = 0;
|
|
|
+ this.label2.Text = "Block Size:";
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Location = new System.Drawing.Point(216, 41);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(77, 12);
|
|
|
+ this.label3.TabIndex = 0;
|
|
|
+ this.label3.Text = "Buffer Size:";
|
|
|
+ //
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.button2.Location = new System.Drawing.Point(702, 7);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(75, 53);
|
|
|
+ this.button2.TabIndex = 5;
|
|
|
+ this.button2.Text = "Start";
|
|
|
+ this.button2.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Location = new System.Drawing.Point(374, 41);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(17, 12);
|
|
|
+ this.label4.TabIndex = 0;
|
|
|
+ this.label4.Text = "MB";
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Location = new System.Drawing.Point(176, 41);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(17, 12);
|
|
|
+ this.label5.TabIndex = 0;
|
|
|
+ this.label5.Text = "MB";
|
|
|
+ //
|
|
|
+ // numericUpDown2
|
|
|
+ //
|
|
|
+ this.numericUpDown2.Location = new System.Drawing.Point(101, 39);
|
|
|
+ this.numericUpDown2.Minimum = new decimal(new int[] {
|
|
|
+ 1,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ this.numericUpDown2.Name = "numericUpDown2";
|
|
|
+ this.numericUpDown2.Size = new System.Drawing.Size(69, 21);
|
|
|
+ this.numericUpDown2.TabIndex = 2;
|
|
|
+ this.numericUpDown2.Value = new decimal(new int[] {
|
|
|
+ 1,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ //
|
|
|
+ // checkBox1
|
|
|
+ //
|
|
|
+ this.checkBox1.Appearance = System.Windows.Forms.Appearance.Button;
|
|
|
+ this.checkBox1.AutoSize = true;
|
|
|
+ this.checkBox1.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.checkBox1.Name = "checkBox1";
|
|
|
+ this.checkBox1.Size = new System.Drawing.Size(51, 22);
|
|
|
+ this.checkBox1.TabIndex = 6;
|
|
|
+ this.checkBox1.Text = "All( )";
|
|
|
+ this.checkBox1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // label6
|
|
|
+ //
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Location = new System.Drawing.Point(12, 74);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(47, 12);
|
|
|
+ this.label6.TabIndex = 0;
|
|
|
+ this.label6.Text = "Filter:";
|
|
|
+ //
|
|
|
+ // checkBox2
|
|
|
+ //
|
|
|
+ this.checkBox2.Appearance = System.Windows.Forms.Appearance.Button;
|
|
|
+ this.checkBox2.AutoSize = true;
|
|
|
+ this.checkBox2.Location = new System.Drawing.Point(138, 3);
|
|
|
+ this.checkBox2.Name = "checkBox2";
|
|
|
+ this.checkBox2.Size = new System.Drawing.Size(75, 22);
|
|
|
+ this.checkBox2.TabIndex = 6;
|
|
|
+ this.checkBox2.Text = "Pending( )";
|
|
|
+ this.checkBox2.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // checkBox3
|
|
|
+ //
|
|
|
+ this.checkBox3.Appearance = System.Windows.Forms.Appearance.Button;
|
|
|
+ this.checkBox3.AutoSize = true;
|
|
|
+ this.checkBox3.Location = new System.Drawing.Point(273, 3);
|
|
|
+ this.checkBox3.Name = "checkBox3";
|
|
|
+ this.checkBox3.Size = new System.Drawing.Size(69, 22);
|
|
|
+ this.checkBox3.TabIndex = 6;
|
|
|
+ this.checkBox3.Text = "Copied( )";
|
|
|
+ this.checkBox3.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // checkBox4
|
|
|
+ //
|
|
|
+ this.checkBox4.Appearance = System.Windows.Forms.Appearance.Button;
|
|
|
+ this.checkBox4.AutoSize = true;
|
|
|
+ this.checkBox4.Location = new System.Drawing.Point(408, 3);
|
|
|
+ this.checkBox4.Name = "checkBox4";
|
|
|
+ this.checkBox4.Size = new System.Drawing.Size(81, 22);
|
|
|
+ this.checkBox4.TabIndex = 6;
|
|
|
+ this.checkBox4.Text = "Verified( )";
|
|
|
+ this.checkBox4.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // checkBox5
|
|
|
+ //
|
|
|
+ this.checkBox5.Appearance = System.Windows.Forms.Appearance.Button;
|
|
|
+ this.checkBox5.AutoSize = true;
|
|
|
+ this.checkBox5.Location = new System.Drawing.Point(543, 3);
|
|
|
+ this.checkBox5.Name = "checkBox5";
|
|
|
+ this.checkBox5.Size = new System.Drawing.Size(81, 22);
|
|
|
+ this.checkBox5.TabIndex = 6;
|
|
|
+ this.checkBox5.Text = "Mismatch( )";
|
|
|
+ this.checkBox5.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // tableLayoutPanel1
|
|
|
+ //
|
|
|
+ this.tableLayoutPanel1.ColumnCount = 5;
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.checkBox1, 0, 0);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.checkBox2, 1, 0);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.checkBox4, 3, 0);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.checkBox3, 2, 0);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.checkBox5, 4, 0);
|
|
|
+ this.tableLayoutPanel1.Location = new System.Drawing.Point(101, 66);
|
|
|
+ this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
+ this.tableLayoutPanel1.RowCount = 1;
|
|
|
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
+ this.tableLayoutPanel1.Size = new System.Drawing.Size(676, 42);
|
|
|
+ this.tableLayoutPanel1.TabIndex = 7;
|
|
|
+ //
|
|
|
+ // QvcMainForm
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(789, 450);
|
|
|
+ this.Controls.Add(this.splitContainer1);
|
|
|
+ this.Controls.Add(this.panel1);
|
|
|
+ this.Name = "QvcMainForm";
|
|
|
+ this.Text = "QVCopier";
|
|
|
+ this.splitContainer1.Panel1.ResumeLayout(false);
|
|
|
+ this.splitContainer1.Panel2.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
|
+ this.splitContainer1.ResumeLayout(false);
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
+ this.panel1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
|
|
+ this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
+ this.tableLayoutPanel1.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.ListView listView2;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader2;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader3;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader4;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader5;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader6;
|
|
|
+ private System.Windows.Forms.SplitContainer splitContainer1;
|
|
|
+ private System.Windows.Forms.ListView listView1;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader7;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader8;
|
|
|
+ private System.Windows.Forms.Panel panel1;
|
|
|
+ private System.Windows.Forms.TextBox textBox1;
|
|
|
+ private System.Windows.Forms.NumericUpDown numericUpDown1;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.NumericUpDown numericUpDown2;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.CheckBox checkBox5;
|
|
|
+ private System.Windows.Forms.CheckBox checkBox4;
|
|
|
+ private System.Windows.Forms.CheckBox checkBox3;
|
|
|
+ private System.Windows.Forms.CheckBox checkBox2;
|
|
|
+ private System.Windows.Forms.CheckBox checkBox1;
|
|
|
+ private System.Windows.Forms.Label label6;
|
|
|
+ private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|