|
亿众国际点对点文件传输程序(19) this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(80, 21); this.textBox5.TabIndex = 3; this.textBox5.Text = "8888"; // // label4 // this.label4.Location = new System.Drawing.Point(280, 48); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 16); this.label4.TabIndex = 2; this.label4.Text = "端口:"; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(104, 16); this.textBox4.Name = "textBox4"; this.textBox4.ReadOnly = true; this.textBox4.Size = new System.Drawing.Size(160, 21); this.textBox4.TabIndex = 1; this.textBox4.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地址:"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(104, 40); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(160, 21); this.textBox1.TabIndex = 1; this.textBox1.Text = ""; // // label1 // this.label1.Location = new System.Drawing.Point(16, 48); this.label1.Name = "label1";
|