|
亿众国际点对点文件传输程序(20) this.label1.Size = new System.Drawing.Size(100, 16); this.label1.TabIndex = 0; this.label1.Text = "服务端IP地址:"; // // label2 // this.label2.Location = new System.Drawing.Point(64, 24); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 16); this.label2.TabIndex = 0; this.label2.Text = "文件名:"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(120, 16); this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; this.textBox2.Size = new System.Drawing.Size(160, 21); this.textBox2.TabIndex = 1; this.textBox2.Text = ""; // // textBox8 // this.textBox8.Location = new System.Drawing.Point(120, 64); this.textBox8.Name = "textBox8"; this.textBox8.ReadOnly = true; this.textBox8.Size = new System.Drawing.Size(160, 21); this.textBox8.TabIndex = 5; this.textBox8.Text = ""; // // textBox9 // this.textBox9.Location = new System.Drawing.Point(120, 88); this.textBox9.Name = "textBox9"; this.textBox9.ReadOnly = true; this.textBox9.Size = new System.Drawing.Size(80, 21); this.textBox9.TabIndex = 4; this.textBox9.Text = ""; // // label8 // this.label8.Location = new System.Drawing.Point(40, 72);
|