namespace _87K_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.btnCloseCom = new System.Windows.Forms.Button(); this.btnOpenCom = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.btnSend = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.txtCmd = new System.Windows.Forms.TextBox(); this.txtResponse = new System.Windows.Forms.TextBox(); this.cmbSlot = new System.Windows.Forms.ComboBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.btnCloseCom); this.groupBox1.Controls.Add(this.btnOpenCom); this.groupBox1.Location = new System.Drawing.Point(50, 13); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(168, 68); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "COM1,115200"; // // btnCloseCom // this.btnCloseCom.Location = new System.Drawing.Point(87, 16); this.btnCloseCom.Name = "btnCloseCom"; this.btnCloseCom.Size = new System.Drawing.Size(75, 41); this.btnCloseCom.TabIndex = 1; this.btnCloseCom.Text = "Close com"; this.btnCloseCom.UseVisualStyleBackColor = true; this.btnCloseCom.Click += new System.EventHandler(this.btnCloseCom_Click); // // btnOpenCom // this.btnOpenCom.Location = new System.Drawing.Point(6, 17); this.btnOpenCom.Name = "btnOpenCom"; this.btnOpenCom.Size = new System.Drawing.Size(75, 41); this.btnOpenCom.TabIndex = 0; this.btnOpenCom.Text = "Open com"; this.btnOpenCom.UseVisualStyleBackColor = true; this.btnOpenCom.Click += new System.EventHandler(this.btnOpenCom_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(34, 12); this.label1.TabIndex = 1; this.label1.Text = "Step1:\r\n"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(224, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(34, 12); this.label2.TabIndex = 2; this.label2.Text = "Step2:\r\n"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(264, 9); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(23, 12); this.label3.TabIndex = 3; this.label3.Text = "Slot"; // // btnSend // this.btnSend.Location = new System.Drawing.Point(266, 30); this.btnSend.Name = "btnSend"; this.btnSend.Size = new System.Drawing.Size(60, 33); this.btnSend.TabIndex = 5; this.btnSend.Text = "Send"; this.btnSend.UseVisualStyleBackColor = true; this.btnSend.Click += new System.EventHandler(this.btnSend_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(269, 71); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(49, 12); this.label4.TabIndex = 6; this.label4.Text = "Response"; // // txtCmd // this.txtCmd.Location = new System.Drawing.Point(336, 36); this.txtCmd.Name = "txtCmd"; this.txtCmd.Size = new System.Drawing.Size(100, 22); this.txtCmd.TabIndex = 7; this.txtCmd.Text = "$00M"; // // txtResponse // this.txtResponse.Location = new System.Drawing.Point(335, 66); this.txtResponse.Name = "txtResponse"; this.txtResponse.Size = new System.Drawing.Size(100, 22); this.txtResponse.TabIndex = 8; // // cmbSlot // this.cmbSlot.FormattingEnabled = true; this.cmbSlot.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7"}); this.cmbSlot.Location = new System.Drawing.Point(292, 5); this.cmbSlot.Name = "cmbSlot"; this.cmbSlot.Size = new System.Drawing.Size(70, 20); this.cmbSlot.TabIndex = 9; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(448, 105); this.Controls.Add(this.cmbSlot); this.Controls.Add(this.txtResponse); this.Controls.Add(this.txtCmd); this.Controls.Add(this.label4); this.Controls.Add(this.btnSend); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "87K Basic"; this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnCloseCom; private System.Windows.Forms.Button btnOpenCom; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btnSend; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtCmd; private System.Windows.Forms.TextBox txtResponse; private System.Windows.Forms.ComboBox cmbSlot; } }