|
亿众国际点对点文件传输程序(6) this.button1.TabIndex = 1; this.button1.Text = "浏览"; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.Location = new System.Drawing.Point(16, 48); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(96, 16); this.label1.TabIndex = 2; this.label1.Text = "文件名:"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(80, 40); this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; this.textBox2.Size = new System.Drawing.Size(232, 21); this.textBox2.TabIndex = 3; this.textBox2.Text = ""; // // label2 // this.label2.Location = new System.Drawing.Point(8, 72); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 16); this.label2.TabIndex = 4; this.label2.Text = "文件大小:"; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(80, 64); this.textBox3.Name = "textBox3"; this.textBox3.ReadOnly = true; this.textBox3.Size = new System.Drawing.Size(136, 21); this.textBox3.TabIndex = 3; this.textBox3.Text = ""; // // groupBox2 // this.groupBox2.Controls.Add(this.textBox6); this.groupBox2.Controls.Add(this.textBox5);
|