[ 来源:http://www.it55.com | 作者: | 时间:2007-11-05 | 收藏 | 推荐 ] 【大 中 小】
this.textBox2.Size = new System.Drawing.Size(186, 21);
this.textBox2.TabIndex = 1;
this.textBox2.Text = "G:\\";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(83, 12);
this.label1.TabIndex = 3;
this.label1.Text = "选择源文件夹:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 58);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(161, 12);
this.label2.TabIndex = 4;
this.label2.Text = "请选择你机器的最后一个盘: ";
//
// button3
//
this.button3.Location = new System.Drawing.Point(402, 19);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(100, 23);
this.button3.TabIndex = 10;
this.button3.Text = "浏览";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(403, 53);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(100, 23);
this.button4.TabIndex = 11;
this.button4.Text = " 浏览";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.Blue;
this.label4.Location = new System.Drawing.Point(204, 411);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(95, 12);
(编辑:IT资讯之家 www.it55.com)