|
亿众国际点对点文件传输程序(21) this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(80, 16); this.label8.TabIndex = 8; this.label8.Text = "包的总数量:"; // // label10 // this.label10.Location = new System.Drawing.Point(8, 96); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(120, 16); this.label10.TabIndex = 9; this.label10.Text = "最后一个包的大小:"; // // label11 // this.label11.Location = new System.Drawing.Point(200, 96); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(96, 16); this.label11.TabIndex = 7; this.label11.Text = "(单位:字节)"; // // label12 // this.label12.Location = new System.Drawing.Point(16, 120); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(104, 16); this.label12.TabIndex = 6; this.label12.Text = "已接收包的数量:"; // // textBox10 // this.textBox10.Location = new System.Drawing.Point(120, 112); this.textBox10.Name = "textBox10"; this.textBox10.ReadOnly = true; this.textBox10.Size = new System.Drawing.Size(80, 21); this.textBox10.TabIndex = 3; this.textBox10.Text = ""; // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(8, 152);
|