| // textBox2 // this.textBox2.Location = new System.Drawing.Point(24, 123); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(234, 131); this.textBox2.TabIndex = 2; // // btnStartReceive // this.btnStartReceive.Location = new System.Drawing.Point(24, 84); this.btnStartReceive.Name = "btnStartReceive"; this.btnStartReceive.Size = new System.Drawing.Size(75, 23); this.btnStartReceive.TabIndex = 3; this.btnStartReceive.Text = "开始接收"; this.btnStartReceive.UseVisualStyleBackColor = true; // // btnStopRecevie // this.btnStopRecevie.Location = new System.Drawing.Point(164, 84); this.btnStopRecevie.Name = "btnStopRecevie"; this.btnStopRecevie.Size = new System.Drawing.Size(75, 23); this.btnStopRecevie.TabIndex = 4; this.btnStopRecevie.Text = "停止接收"; this.btnStopRecevie.UseVisualStyleBackColor = true; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 266); this.Controls.Add(this.btnStopRecevie); this.Controls.Add(this.btnStartReceive); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.btnSend); this.Name = "Form1"; this.Text = "Form1"; this.Load = new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnSend; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Button btnStartReceive; private System.Windows.Forms.Button btnStopRecevie; } }
|
| 共3页: 上一页 [1] [2] 3 下一页 |
评论加载中…