|
亿众国际点对点文件传输程序(11) this.label10.TabIndex = 2; this.label10.Text = "最后一个包的大小:"; // // textBox9 // this.textBox9.Location = new System.Drawing.Point(120, 64); this.textBox9.Name = "textBox9"; this.textBox9.ReadOnly = true; this.textBox9.Size = new System.Drawing.Size(80, 21); this.textBox9.TabIndex = 1; this.textBox9.Text = ""; // // label11 // this.label11.Location = new System.Drawing.Point(200, 72); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(96, 16); this.label11.TabIndex = 2; this.label11.Text = "(单位:字节)"; // // label12 // this.label12.Location = new System.Drawing.Point(16, 96); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(104, 16); this.label12.TabIndex = 2; this.label12.Text = "已发送包的数量:"; // // textBox10 // this.textBox10.Location = new System.Drawing.Point(120, 88); this.textBox10.Name = "textBox10"; this.textBox10.ReadOnly = true; this.textBox10.Size = new System.Drawing.Size(80, 21); this.textBox10.TabIndex = 1; this.textBox10.Text = ""; // // EzoneSend // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.ClientSize = new System.Drawing.Size(416, 389); this.Controls.Add(this.groupBox4);
|