|
亿众国际点对点文件传输程序(9) this.button2.Name = "button2"; this.button2.TabIndex = 0; this.button2.Text = "开始发送"; this.button2.Click += new System.EventHandler(this.button2_Click); // // label5 // this.label5.Location = new System.Drawing.Point(24, 48); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(88, 16); this.label5.TabIndex = 2; this.label5.Text = "包的大小:"; // // textBox6 // this.textBox6.Location = new System.Drawing.Point(96, 40); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(72, 21); this.textBox6.TabIndex = 3; this.textBox6.Text = "50000"; // // label6 // this.label6.Location = new System.Drawing.Point(224, 72); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(96, 16); this.label6.TabIndex = 2; this.label6.Text = "(单位:字节)"; // // label7 // this.label7.Location = new System.Drawing.Point(32, 24); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(96, 16); this.label7.TabIndex = 2; this.label7.Text = "接收端IP地址:"; // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(8, 136); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(400, 23);
|