|
亿众国际点对点文件传输程序(22) this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(392, 23); this.progressBar1.Step = 1; this.progressBar1.TabIndex = 10; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(120, 40); this.textBox3.Name = "textBox3"; this.textBox3.ReadOnly = true; this.textBox3.Size = new System.Drawing.Size(160, 21); this.textBox3.TabIndex = 5; this.textBox3.Text = ""; // // label5 // this.label5.Location = new System.Drawing.Point(48, 48); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(72, 16); this.label5.TabIndex = 8; this.label5.Text = "包的大小:"; // // label6 // this.label6.Location = new System.Drawing.Point(288, 48); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(96, 16); this.label6.TabIndex = 7; this.label6.Text = "(单位:字节)"; // // EzoneReceive // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.ClientSize = new System.Drawing.Size(410, 311); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "EzoneReceive";
|