|
亿众国际点对点文件传输程序(10) this.progressBar1.Step = 1; this.progressBar1.TabIndex = 3; // // textBox7 // this.textBox7.Location = new System.Drawing.Point(120, 16); this.textBox7.Name = "textBox7"; this.textBox7.ReadOnly = true; this.textBox7.Size = new System.Drawing.Size(160, 21); this.textBox7.TabIndex = 1; this.textBox7.Text = ""; // // label8 // this.label8.Location = new System.Drawing.Point(40, 48); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(80, 16); this.label8.TabIndex = 2; this.label8.Text = "包的总数量:"; // // label9 // this.label9.Location = new System.Drawing.Point(176, 48); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(224, 16); this.label9.TabIndex = 2; this.label9.Text = "(范围:10000 - 60000 单位:字节)"; // // textBox8 // this.textBox8.Location = new System.Drawing.Point(120, 40); this.textBox8.Name = "textBox8"; this.textBox8.ReadOnly = true; this.textBox8.Size = new System.Drawing.Size(160, 21); this.textBox8.TabIndex = 1; this.textBox8.Text = ""; // // label10 // this.label10.Location = new System.Drawing.Point(8, 72); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(120, 16);
|