| this.groupBox1 = new System.Windows.Forms.GroupBox(); this.button2 = new System.Windows.Forms.Button(); this.t_port = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.t_rate = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.t_bytesize = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.t_stopbyte = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.t_parity = new System.Windows.Forms.TextBox(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.textBox8 = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.button5 = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // msg // this.msg.ForeColor = System.Drawing.Color.Green; this.msg.Location = new System.Drawing.Point(0, 0); this.msg.Multiline = true; this.msg.Name = "msg"; this.msg.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.msg.Size = new System.Drawing.Size(512, 264); this.msg.TabIndex = 0; this.msg.Text = ""; // // label1 // this.label1.Location = new System.Drawing.Point(16, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 16); this.label1.TabIndex = 1; this.label1.Text = "串口号:"; // // label2 // this.label2.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(64)), ((System.Byte)(0))); this.label2.Location = new System.Drawing.Point(8, 280); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 16); this.label2.TabIndex = 1; this.label2.Text = "设置数据包:"; // // t_send // this.t_send.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.t_send.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(128)), ((System.Byte)(0))); this.t_send.Location = new System.Drawing.Point(80, 272); this.t_send.Name = "t_send"; this.t_send.Size = new System.Drawing.Size(344, 21); this.t_send.TabIndex = 2; this.t_send.Text = ""; // // button1 // this.button1.Location = new System.Drawing.Point(432, 272); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(40, 23); this.button1.TabIndex = 3; this.button1.Text = "发送"; this.button1.Click = new System.EventHandler(this.button1_Click); // // groupBox1 //
|
| 共6页: 上一页 [1] 2 [3] [4] [5] [6] 下一页 |
评论加载中…