namespace _7k_basic { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cmbPort = new System.Windows.Forms.ComboBox(); this.txtBaurdRate = new System.Windows.Forms.TextBox(); this.btnOpenPort = new System.Windows.Forms.Button(); this.btnClosePort = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.txtSendValue = new System.Windows.Forms.TextBox(); this.txtResponseValue = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.btnSend = new System.Windows.Forms.Button(); this.label10 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular); this.label1.Location = new System.Drawing.Point(6, 74); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(91, 29); this.label1.Text = "Com port"; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular); this.label2.Location = new System.Drawing.Point(6, 127); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(103, 29); this.label2.Text = "Baurd rate"; // // cmbPort // this.cmbPort.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular); this.cmbPort.Items.Add("0"); this.cmbPort.Items.Add("1"); this.cmbPort.Items.Add("2"); this.cmbPort.Items.Add("3"); this.cmbPort.Items.Add("4"); this.cmbPort.Items.Add("5"); this.cmbPort.Location = new System.Drawing.Point(176, 74); this.cmbPort.Name = "cmbPort"; this.cmbPort.Size = new System.Drawing.Size(120, 29); this.cmbPort.TabIndex = 3; // // txtBaurdRate // this.txtBaurdRate.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular); this.txtBaurdRate.Location = new System.Drawing.Point(176, 127); this.txtBaurdRate.Name = "txtBaurdRate"; this.txtBaurdRate.Size = new System.Drawing.Size(120, 29); this.txtBaurdRate.TabIndex = 4; // // btnOpenPort // this.btnOpenPort.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular); this.btnOpenPort.Location = new System.Drawing.Point(6, 172); this.btnOpenPort.Name = "btnOpenPort"; this.btnOpenPort.Size = new System.Drawing.Size(120, 40); this.btnOpenPort.TabIndex = 5; this.btnOpenPort.Text = "Open port"; this.btnOpenPort.Click += new System.EventHandler(this.btn_OpenPort_Click); // // btnClosePort // this.btnClosePort.Enabled = false; this.btnClosePort.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular); this.btnClosePort.Location = new System.Drawing.Point(176, 172); this.btnClosePort.Name = "btnClosePort"; this.btnClosePort.Size = new System.Drawing.Size(120, 40); this.btnClosePort.TabIndex = 6; this.btnClosePort.Text = "Close port"; this.btnClosePort.Click += new System.EventHandler(this.btnClosePort_Click); // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular); this.label3.Location = new System.Drawing.Point(4, 84); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 29); this.label3.Text = "Send value"; // // txtSendValue // this.txtSendValue.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular); this.txtSendValue.Location = new System.Drawing.Point(150, 84); this.txtSendValue.Name = "txtSendValue"; this.txtSendValue.Size = new System.Drawing.Size(120, 29); this.txtSendValue.TabIndex = 9; // // txtResponseValue // this.txtResponseValue.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular); this.txtResponseValue.Location = new System.Drawing.Point(152, 137); this.txtResponseValue.Name = "txtResponseValue"; this.txtResponseValue.Size = new System.Drawing.Size(120, 29); this.txtResponseValue.TabIndex = 10; // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular); this.label4.Location = new System.Drawing.Point(4, 137); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(142, 29); this.label4.Text = "Response value"; // // btnSend // this.btnSend.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular); this.btnSend.Location = new System.Drawing.Point(4, 169); this.btnSend.Name = "btnSend"; this.btnSend.Size = new System.Drawing.Size(120, 40); this.btnSend.TabIndex = 13; this.btnSend.Text = "Send"; this.btnSend.Click += new System.EventHandler(this.btnSend_Click); // // label10 // this.label10.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular); this.label10.Location = new System.Drawing.Point(4, 5); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(68, 28); this.label10.Text = "Step 2:"; // // label8 // this.label8.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.label8.Location = new System.Drawing.Point(85, 14); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(211, 48); this.label8.Text = "Select com port and input baud rate to open com port"; // // label7 // this.label7.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular); this.label7.Location = new System.Drawing.Point(6, 14); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(73, 33); this.label7.Text = "Step 1:"; // // label9 // this.label9.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.label9.Location = new System.Drawing.Point(84, 5); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(188, 65); this.label9.Text = "input your send value and click \'send\' button to send data"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.btnClosePort); this.panel1.Controls.Add(this.btnOpenPort); this.panel1.Controls.Add(this.txtBaurdRate); this.panel1.Controls.Add(this.cmbPort); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(15, 19); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(311, 233); // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.panel2.Controls.Add(this.label10); this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.btnSend); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.txtResponseValue); this.panel2.Controls.Add(this.txtSendValue); this.panel2.Controls.Add(this.label3); this.panel2.Location = new System.Drawing.Point(353, 19); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(311, 233); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(680, 286); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "Form1"; this.Text = "7k_basic"; this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cmbPort; private System.Windows.Forms.TextBox txtBaurdRate; private System.Windows.Forms.Button btnOpenPort; private System.Windows.Forms.Button btnClosePort; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtSendValue; private System.Windows.Forms.TextBox txtResponseValue; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnSend; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label9; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; } }