|
亿众国际点对点文件传输程序(7) this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.textBox4); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.label9); this.groupBox2.Location = new System.Drawing.Point(0, 96); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(416, 72); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "系统设置"; // // label3 // this.label3.Location = new System.Drawing.Point(16, 24); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 16); this.label3.TabIndex = 0; this.label3.Text = "本机IP地址:"; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(96, 16); this.textBox4.Name = "textBox4"; this.textBox4.ReadOnly = true; this.textBox4.Size = new System.Drawing.Size(144, 21); this.textBox4.TabIndex = 1; this.textBox4.Text = ""; // // label4 // this.label4.Location = new System.Drawing.Point(256, 24); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 16); this.label4.TabIndex = 2; this.label4.Text = "传输端口:"; // // textBox5 // this.textBox5.Location = new System.Drawing.Point(320, 16);
|