| | |
| | | this.tb_FilePath = new System.Windows.Forms.TextBox(); |
| | | this.btn_SelectFile = new System.Windows.Forms.Button(); |
| | | this.button1 = new System.Windows.Forms.Button(); |
| | | this.ck_IsDeletefile = new System.Windows.Forms.CheckBox(); |
| | | this.groupBox1.SuspendLayout(); |
| | | this.groupBox2.SuspendLayout(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // btnPath |
| | | // |
| | | this.btnPath.Location = new System.Drawing.Point(453, 723); |
| | | this.btnPath.Location = new System.Drawing.Point(425, 720); |
| | | this.btnPath.Name = "btnPath"; |
| | | this.btnPath.Size = new System.Drawing.Size(97, 23); |
| | | this.btnPath.TabIndex = 1; |
| | |
| | | this.button1.UseVisualStyleBackColor = true; |
| | | this.button1.Click += new System.EventHandler(this.button1_Click_1); |
| | | // |
| | | // ck_IsDeletefile |
| | | // |
| | | this.ck_IsDeletefile.AutoSize = true; |
| | | this.ck_IsDeletefile.Checked = true; |
| | | this.ck_IsDeletefile.CheckState = System.Windows.Forms.CheckState.Checked; |
| | | this.ck_IsDeletefile.ForeColor = System.Drawing.Color.Red; |
| | | this.ck_IsDeletefile.Location = new System.Drawing.Point(561, 724); |
| | | this.ck_IsDeletefile.Name = "ck_IsDeletefile"; |
| | | this.ck_IsDeletefile.Size = new System.Drawing.Size(192, 16); |
| | | this.ck_IsDeletefile.TabIndex = 50; |
| | | this.ck_IsDeletefile.Text = "鐢熸垚鍓嶆槸鍚﹀厛娓呯悊鏂囦欢澶圭殑鏂囦欢"; |
| | | this.ck_IsDeletefile.UseVisualStyleBackColor = true; |
| | | this.ck_IsDeletefile.CheckedChanged += new System.EventHandler(this.ck_IsDeletefile_CheckedChanged); |
| | | // |
| | | // MainForm |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(1402, 831); |
| | | this.Controls.Add(this.ck_IsDeletefile); |
| | | this.Controls.Add(this.button1); |
| | | this.Controls.Add(this.btn_SelectFile); |
| | | this.Controls.Add(this.tb_FilePath); |
| | |
| | | private System.Windows.Forms.Button btn_SelectFile; |
| | | private System.Windows.Forms.Button button1; |
| | | private System.Windows.Forms.Label label1; |
| | | private System.Windows.Forms.CheckBox ck_IsDeletefile; |
| | | } |
| | | } |
| | | |