namespace _7K87K_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.groupBox1 = new System.Windows.Forms.GroupBox(); this.label8 = new System.Windows.Forms.Label(); this.btnClosePort = new System.Windows.Forms.Button(); this.btnOpenPort = new System.Windows.Forms.Button(); this.txtBaurdRate = new System.Windows.Forms.TextBox(); this.cmbComPort = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label9 = new System.Windows.Forms.Label(); this.btnSend = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.txtResponseValue = new System.Windows.Forms.TextBox(); this.txtSendValue = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.btnClosePort); this.groupBox1.Controls.Add(this.btnOpenPort); this.groupBox1.Controls.Add(this.txtBaurdRate); this.groupBox1.Controls.Add(this.cmbComPort); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(302, 223); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Step1"; // // label8 // this.label8.Font = new System.Drawing.Font("Tahoma", 12F); this.label8.Location = new System.Drawing.Point(9, 18); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(286, 48); this.label8.TabIndex = 9; this.label8.Text = "Select com port and input baud rate to open com port"; // // btnClosePort // this.btnClosePort.Enabled = false; this.btnClosePort.Font = new System.Drawing.Font("Tahoma", 14F); this.btnClosePort.Location = new System.Drawing.Point(167, 172); this.btnClosePort.Name = "btnClosePort"; this.btnClosePort.Size = new System.Drawing.Size(120, 40); this.btnClosePort.TabIndex = 14; this.btnClosePort.Text = "Close port"; this.btnClosePort.Click += new System.EventHandler(this.btnClosePort_Click); // // btnOpenPort // this.btnOpenPort.Font = new System.Drawing.Font("Tahoma", 14F); this.btnOpenPort.Location = new System.Drawing.Point(13, 172); this.btnOpenPort.Name = "btnOpenPort"; this.btnOpenPort.Size = new System.Drawing.Size(120, 40); this.btnOpenPort.TabIndex = 13; this.btnOpenPort.Text = "Open port"; this.btnOpenPort.Click += new System.EventHandler(this.btnOpenPort_Click); // // txtBaurdRate // this.txtBaurdRate.Font = new System.Drawing.Font("Tahoma", 14F); this.txtBaurdRate.Location = new System.Drawing.Point(167, 127); this.txtBaurdRate.Name = "txtBaurdRate"; this.txtBaurdRate.Size = new System.Drawing.Size(120, 30); this.txtBaurdRate.TabIndex = 12; this.txtBaurdRate.Text = "115200"; // // cmbComPort // this.cmbComPort.Font = new System.Drawing.Font("Tahoma", 14F); this.cmbComPort.Location = new System.Drawing.Point(167, 74); this.cmbComPort.Name = "cmbComPort"; this.cmbComPort.Size = new System.Drawing.Size(120, 31); this.cmbComPort.TabIndex = 11; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 14F); this.label2.Location = new System.Drawing.Point(13, 127); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(103, 29); this.label2.TabIndex = 15; this.label2.Text = "Baurd rate"; // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 14F); this.label1.Location = new System.Drawing.Point(13, 74); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(91, 29); this.label1.TabIndex = 16; this.label1.Text = "Com port"; // // groupBox2 // this.groupBox2.Controls.Add(this.label9); this.groupBox2.Controls.Add(this.btnSend); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.txtResponseValue); this.groupBox2.Controls.Add(this.txtSendValue); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Location = new System.Drawing.Point(324, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(255, 215); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Step2"; // // label9 // this.label9.Font = new System.Drawing.Font("Tahoma", 12F); this.label9.Location = new System.Drawing.Point(9, 18); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(231, 44); this.label9.TabIndex = 17; this.label9.Text = "input your send value and click \'send\' button to send data"; // // btnSend // this.btnSend.Font = new System.Drawing.Font("Tahoma", 14F); this.btnSend.Location = new System.Drawing.Point(13, 111); this.btnSend.Name = "btnSend"; this.btnSend.Size = new System.Drawing.Size(120, 40); this.btnSend.TabIndex = 20; this.btnSend.Text = "Send"; this.btnSend.Click += new System.EventHandler(this.btnSend_Click); // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 10F); this.label4.Location = new System.Drawing.Point(14, 159); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(78, 22); this.label4.TabIndex = 21; this.label4.Text = "Response"; // // txtResponseValue // this.txtResponseValue.Font = new System.Drawing.Font("Tahoma", 14F); this.txtResponseValue.Location = new System.Drawing.Point(99, 157); this.txtResponseValue.Name = "txtResponseValue"; this.txtResponseValue.Size = new System.Drawing.Size(120, 30); this.txtResponseValue.TabIndex = 19; // // txtSendValue // this.txtSendValue.Font = new System.Drawing.Font("Tahoma", 14F); this.txtSendValue.Location = new System.Drawing.Point(99, 74); this.txtSendValue.Name = "txtSendValue"; this.txtSendValue.Size = new System.Drawing.Size(120, 30); this.txtSendValue.TabIndex = 18; this.txtSendValue.Text = "$01M"; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 10F); this.label3.Location = new System.Drawing.Point(14, 77); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(78, 23); this.label3.TabIndex = 22; this.label3.Text = "command"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(591, 248); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "7K87K Basic demo"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button btnClosePort; private System.Windows.Forms.Button btnOpenPort; private System.Windows.Forms.TextBox txtBaurdRate; private System.Windows.Forms.ComboBox cmbComPort; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button btnSend; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtResponseValue; private System.Windows.Forms.TextBox txtSendValue; private System.Windows.Forms.Label label3; } }