namespace Card_Dispenser_Service { 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.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.comboBox6 = new System.Windows.Forms.ComboBox(); this.button11 = new System.Windows.Forms.Button(); this.rtbLogs = new System.Windows.Forms.RichTextBox(); this.button29 = new System.Windows.Forms.Button(); this.button28 = new System.Windows.Forms.Button(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.comboBox5 = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.comboBox4 = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.button10 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.button6 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.button2); this.groupBox1.Controls.Add(this.button1); this.groupBox1.Controls.Add(this.comboBox2); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.comboBox1); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(16, 4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(624, 64); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Connect"; // // button2 // this.button2.Enabled = false; this.button2.Location = new System.Drawing.Point(519, 22); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 25); this.button2.TabIndex = 5; this.button2.Text = "DisConnect"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.disconnect_Click); // // button1 // this.button1.Location = new System.Drawing.Point(423, 22); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 25); this.button1.TabIndex = 4; this.button1.Text = "Connect"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.connect_Click); // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "2400", "4800", "9600", "19200", "38400", "57600", "115200"}); this.comboBox2.Location = new System.Drawing.Point(271, 24); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(110, 21); this.comboBox2.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(217, 28); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(50, 13); this.label2.TabIndex = 2; this.label2.Text = "Baudate:"; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(65, 24); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(110, 21); this.comboBox1.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 13); this.label1.TabIndex = 0; this.label1.Text = "Port:"; // // groupBox2 // this.groupBox2.Controls.Add(this.comboBox6); this.groupBox2.Controls.Add(this.button11); this.groupBox2.Controls.Add(this.rtbLogs); this.groupBox2.Controls.Add(this.button29); this.groupBox2.Controls.Add(this.button28); this.groupBox2.Controls.Add(this.groupBox4); this.groupBox2.Controls.Add(this.groupBox3); this.groupBox2.Location = new System.Drawing.Point(19, 67); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(621, 663); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Command"; // // comboBox6 // this.comboBox6.FormattingEnabled = true; this.comboBox6.Location = new System.Drawing.Point(420, 271); this.comboBox6.Name = "comboBox6"; this.comboBox6.Size = new System.Drawing.Size(121, 21); this.comboBox6.TabIndex = 10; this.comboBox6.SelectedIndexChanged += new System.EventHandler(this.comboBox6_SelectedIndexChanged); // // button11 // this.button11.Location = new System.Drawing.Point(10, 298); this.button11.Name = "button11"; this.button11.Size = new System.Drawing.Size(91, 34); this.button11.TabIndex = 18; this.button11.Text = "Clear Log"; this.button11.UseVisualStyleBackColor = true; this.button11.Click += new System.EventHandler(this.btnClearLog); // // rtbLogs // this.rtbLogs.Location = new System.Drawing.Point(10, 338); this.rtbLogs.Name = "rtbLogs"; this.rtbLogs.Size = new System.Drawing.Size(601, 319); this.rtbLogs.TabIndex = 17; this.rtbLogs.Text = ""; // // button29 // this.button29.Location = new System.Drawing.Point(218, 253); this.button29.Name = "button29"; this.button29.Size = new System.Drawing.Size(130, 39); this.button29.TabIndex = 16; this.button29.Text = "Read Data"; this.button29.UseVisualStyleBackColor = true; this.button29.Click += new System.EventHandler(this.btnRead_Click); // // button28 // this.button28.Location = new System.Drawing.Point(54, 253); this.button28.Name = "button28"; this.button28.Size = new System.Drawing.Size(130, 39); this.button28.TabIndex = 15; this.button28.Text = "Write Data"; this.button28.UseVisualStyleBackColor = true; this.button28.Click += new System.EventHandler(this.btnWrite_Click); // // groupBox4 // this.groupBox4.Controls.Add(this.textBox3); this.groupBox4.Controls.Add(this.label8); this.groupBox4.Controls.Add(this.textBox2); this.groupBox4.Controls.Add(this.label7); this.groupBox4.Controls.Add(this.comboBox5); this.groupBox4.Controls.Add(this.label6); this.groupBox4.Controls.Add(this.comboBox4); this.groupBox4.Controls.Add(this.label5); this.groupBox4.Controls.Add(this.comboBox3); this.groupBox4.Controls.Add(this.label4); this.groupBox4.Controls.Add(this.button10); this.groupBox4.Controls.Add(this.button9); this.groupBox4.Controls.Add(this.button8); this.groupBox4.Controls.Add(this.button7); this.groupBox4.Location = new System.Drawing.Point(10, 90); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(601, 147); this.groupBox4.TabIndex = 1; this.groupBox4.TabStop = false; this.groupBox4.Text = "S50 Option"; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(273, 115); this.textBox3.MaxLength = 12; this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(309, 20); this.textBox3.TabIndex = 14; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(180, 118); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(92, 13); this.label8.TabIndex = 13; this.label8.Text = "Read/Write Data:"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(66, 116); this.textBox2.MaxLength = 12; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(108, 20); this.textBox2.TabIndex = 12; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 121); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(59, 13); this.label7.TabIndex = 11; this.label7.Text = "PassWord:"; // // comboBox5 // this.comboBox5.FormattingEnabled = true; this.comboBox5.Items.AddRange(new object[] { "TypeA", "TypeB"}); this.comboBox5.Location = new System.Drawing.Point(485, 79); this.comboBox5.Name = "comboBox5"; this.comboBox5.Size = new System.Drawing.Size(71, 21); this.comboBox5.TabIndex = 10; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(395, 83); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(86, 13); this.label6.TabIndex = 9; this.label6.Text = "PassWord Type:"; // // comboBox4 // this.comboBox4.FormattingEnabled = true; this.comboBox4.Items.AddRange(new object[] { "00", "01", "02", "03"}); this.comboBox4.Location = new System.Drawing.Point(295, 79); this.comboBox4.Name = "comboBox4"; this.comboBox4.Size = new System.Drawing.Size(71, 21); this.comboBox4.TabIndex = 8; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(205, 83); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(78, 13); this.label5.TabIndex = 7; this.label5.Text = "Block Address:"; // // comboBox3 // this.comboBox3.FormattingEnabled = true; this.comboBox3.Items.AddRange(new object[] { "00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "0A", "0B", "0C", "0D", "0E", "0F"}); this.comboBox3.Location = new System.Drawing.Point(103, 78); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(71, 21); this.comboBox3.TabIndex = 6; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 82); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(82, 13); this.label4.TabIndex = 5; this.label4.Text = "Sector Address:"; // // button10 // this.button10.Location = new System.Drawing.Point(452, 22); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(130, 39); this.button10.TabIndex = 4; this.button10.Text = "Verify PassWord"; this.button10.UseVisualStyleBackColor = true; this.button10.Click += new System.EventHandler(this.button10_Click); // // button9 // this.button9.Location = new System.Drawing.Point(301, 22); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(130, 39); this.button9.TabIndex = 3; this.button9.Text = "Read Data"; this.button9.UseVisualStyleBackColor = true; this.button9.Click += new System.EventHandler(this.button9_Click); // // button8 // this.button8.Location = new System.Drawing.Point(152, 22); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(130, 39); this.button8.TabIndex = 2; this.button8.Text = "Get Card ID"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // button7 // this.button7.Location = new System.Drawing.Point(6, 22); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(130, 39); this.button7.TabIndex = 1; this.button7.Text = "Detect Card"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // groupBox3 // this.groupBox3.Controls.Add(this.button6); this.groupBox3.Controls.Add(this.button5); this.groupBox3.Controls.Add(this.button4); this.groupBox3.Controls.Add(this.button3); this.groupBox3.Location = new System.Drawing.Point(10, 14); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(601, 74); this.groupBox3.TabIndex = 0; this.groupBox3.TabStop = false; this.groupBox3.Text = "Card Move Option"; // // button6 // this.button6.Location = new System.Drawing.Point(452, 22); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(130, 39); this.button6.TabIndex = 3; this.button6.Text = "Dispense"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.btnDispense_Click); // // button5 // this.button5.Location = new System.Drawing.Point(301, 22); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(130, 39); this.button5.TabIndex = 2; this.button5.Text = "Recycle"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button4 // this.button4.Location = new System.Drawing.Point(152, 22); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(130, 39); this.button4.TabIndex = 1; this.button4.Text = "Clip Position"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button3 // this.button3.Location = new System.Drawing.Point(6, 22); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(130, 39); this.button3.TabIndex = 0; this.button3.Text = "Read Position"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(30, 744); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 13); this.label3.TabIndex = 2; this.label3.Text = "Command States:"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(128, 739); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(522, 20); this.textBox1.TabIndex = 3; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(658, 768); this.Controls.Add(this.textBox1); this.Controls.Add(this.label3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox3.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button10; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button7; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.ComboBox comboBox3; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox comboBox4; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox comboBox5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox comboBox6; private System.Windows.Forms.Button button28; private System.Windows.Forms.Button button29; private System.Windows.Forms.RichTextBox rtbLogs; private System.Windows.Forms.Button button11; } }