| this.groupBox1.Controls.Add(this.button2); this.groupBox1.Controls.Add(this.t_port); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.t_rate); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.t_bytesize); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.t_stopbyte); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.t_parity); this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(64)), ((System.Byte)(0))); this.groupBox1.Location = new System.Drawing.Point(8, 304); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(176, 216); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "参数设置"; // // button2 // this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button2.Location = new System.Drawing.Point(80, 184); this.button2.Name = "button2"; this.button2.TabIndex = 3; this.button2.Text = "应用设置"; this.button2.Click = new System.EventHandler(this.button2_Click); // // t_port // this.t_port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.t_port.Location = new System.Drawing.Point(80, 16); this.t_port.Name = "t_port"; this.t_port.Size = new System.Drawing.Size(80, 21); this.t_port.TabIndex = 2; this.t_port.Text = "1"; // // label3 // this.label3.Location = new System.Drawing.Point(16, 58); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 16); this.label3.TabIndex = 1; this.label3.Text = "波特率:"; // // t_rate // this.t_rate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.t_rate.Location = new System.Drawing.Point(80, 50); this.t_rate.Name = "t_rate"; this.t_rate.Size = new System.Drawing.Size(80, 21); this.t_rate.TabIndex = 2; this.t_rate.Text = "9600"; // // label4 // this.label4.Location = new System.Drawing.Point(16, 92); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 16); this.label4.TabIndex = 1; this.label4.Text = "数据位:"; // // t_bytesize // this.t_bytesize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.t_bytesize.Location = new System.Drawing.Point(80, 84); this.t_bytesize.Name = "t_bytesize"; this.t_bytesize.Size = new System.Drawing.Size(80, 21); this.t_bytesize.TabIndex = 2;
|
| 共6页: 上一页 [1] [2] 3 [4] [5] [6] 下一页 |
评论加载中…