namespace Sample1 { partial class FormSample1 { /// /// 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.btnExit = new System.Windows.Forms.Button(); this.txtStatus = new System.Windows.Forms.TextBox(); this.btnDevice = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.label5 = new System.Windows.Forms.Label(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.label6 = new System.Windows.Forms.Label(); this.checkInB15 = new System.Windows.Forms.CheckBox(); this.txtReadA = new System.Windows.Forms.TextBox(); this.checkInB14 = new System.Windows.Forms.CheckBox(); this.checkInB13 = new System.Windows.Forms.CheckBox(); this.checkInB8 = new System.Windows.Forms.CheckBox(); this.checkInB9 = new System.Windows.Forms.CheckBox(); this.btnReadPortA = new System.Windows.Forms.Button(); this.checkInB10 = new System.Windows.Forms.CheckBox(); this.checkInB11 = new System.Windows.Forms.CheckBox(); this.checkInB12 = new System.Windows.Forms.CheckBox(); this.checkInA0 = new System.Windows.Forms.CheckBox(); this.txtReadB = new System.Windows.Forms.TextBox(); this.checkInA4 = new System.Windows.Forms.CheckBox(); this.btnReadPortB = new System.Windows.Forms.Button(); this.checkInA7 = new System.Windows.Forms.CheckBox(); this.checkInA3 = new System.Windows.Forms.CheckBox(); this.checkInA1 = new System.Windows.Forms.CheckBox(); this.checkInA2 = new System.Windows.Forms.CheckBox(); this.checkInA6 = new System.Windows.Forms.CheckBox(); this.checkInA5 = new System.Windows.Forms.CheckBox(); this.txtReadAllHex = new System.Windows.Forms.TextBox(); this.btnReadAll = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.label4 = new System.Windows.Forms.Label(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.btnOutB15 = new System.Windows.Forms.Button(); this.label10 = new System.Windows.Forms.Label(); this.btnOutB14 = new System.Windows.Forms.Button(); this.label9 = new System.Windows.Forms.Label(); this.btnOutB13 = new System.Windows.Forms.Button(); this.btnOutB12 = new System.Windows.Forms.Button(); this.btnOutB11 = new System.Windows.Forms.Button(); this.checkOutB8 = new System.Windows.Forms.CheckBox(); this.btnOutA5 = new System.Windows.Forms.Button(); this.checkOutB12 = new System.Windows.Forms.CheckBox(); this.btnWritePortA = new System.Windows.Forms.Button(); this.checkOutB9 = new System.Windows.Forms.CheckBox(); this.txtWriteA = new System.Windows.Forms.TextBox(); this.btnOutB8 = new System.Windows.Forms.Button(); this.btnOutA6 = new System.Windows.Forms.Button(); this.checkOutB10 = new System.Windows.Forms.CheckBox(); this.checkOutA0 = new System.Windows.Forms.CheckBox(); this.checkOutB11 = new System.Windows.Forms.CheckBox(); this.btnOutA4 = new System.Windows.Forms.Button(); this.btnOutB9 = new System.Windows.Forms.Button(); this.btnOutA7 = new System.Windows.Forms.Button(); this.btnOutB10 = new System.Windows.Forms.Button(); this.checkOutA7 = new System.Windows.Forms.CheckBox(); this.checkOutB13 = new System.Windows.Forms.CheckBox(); this.checkOutA1 = new System.Windows.Forms.CheckBox(); this.checkOutA6 = new System.Windows.Forms.CheckBox(); this.checkOutB14 = new System.Windows.Forms.CheckBox(); this.checkOutA5 = new System.Windows.Forms.CheckBox(); this.checkOutB15 = new System.Windows.Forms.CheckBox(); this.btnOutA2 = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.btnOutA0 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.checkOutA4 = new System.Windows.Forms.CheckBox(); this.txtWriteB = new System.Windows.Forms.TextBox(); this.checkOutA3 = new System.Windows.Forms.CheckBox(); this.btnWritePortB = new System.Windows.Forms.Button(); this.btnOutA3 = new System.Windows.Forms.Button(); this.checkOutA2 = new System.Windows.Forms.CheckBox(); this.btnOutA1 = new System.Windows.Forms.Button(); this.txtWriteAll = new System.Windows.Forms.TextBox(); this.btnWriteAll = new System.Windows.Forms.Button(); this.labelStatus = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.label7 = new System.Windows.Forms.Label(); this.txtReadAllBin = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.groupBox5.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // btnExit // this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnExit.Location = new System.Drawing.Point(595, 430); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(75, 23); this.btnExit.TabIndex = 7; this.btnExit.Text = "Exit"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // txtStatus // this.txtStatus.BackColor = System.Drawing.SystemColors.ControlLight; this.txtStatus.Location = new System.Drawing.Point(54, 432); this.txtStatus.Name = "txtStatus"; this.txtStatus.Size = new System.Drawing.Size(454, 20); this.txtStatus.TabIndex = 5; // // btnDevice // this.btnDevice.Location = new System.Drawing.Point(514, 430); this.btnDevice.Name = "btnDevice"; this.btnDevice.Size = new System.Drawing.Size(75, 23); this.btnDevice.TabIndex = 6; this.btnDevice.Text = "Device"; this.btnDevice.UseVisualStyleBackColor = true; this.btnDevice.Click += new System.EventHandler(this.btnDevice_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.groupBox5); this.groupBox1.Controls.Add(this.checkInB15); this.groupBox1.Controls.Add(this.txtReadA); this.groupBox1.Controls.Add(this.checkInB14); this.groupBox1.Controls.Add(this.checkInB13); this.groupBox1.Controls.Add(this.checkInB8); this.groupBox1.Controls.Add(this.checkInB9); this.groupBox1.Controls.Add(this.btnReadPortA); this.groupBox1.Controls.Add(this.checkInB10); this.groupBox1.Controls.Add(this.checkInB11); this.groupBox1.Controls.Add(this.checkInB12); this.groupBox1.Controls.Add(this.checkInA0); this.groupBox1.Controls.Add(this.txtReadB); this.groupBox1.Controls.Add(this.checkInA4); this.groupBox1.Controls.Add(this.btnReadPortB); this.groupBox1.Controls.Add(this.checkInA7); this.groupBox1.Controls.Add(this.checkInA3); this.groupBox1.Controls.Add(this.checkInA1); this.groupBox1.Controls.Add(this.checkInA2); this.groupBox1.Controls.Add(this.checkInA6); this.groupBox1.Controls.Add(this.checkInA5); this.groupBox1.Location = new System.Drawing.Point(10, 8); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(663, 150); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Input Ports"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(291, 63); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(66, 13); this.label12.TabIndex = 59; this.label12.Text = "Byte Index 3"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(580, 62); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(66, 13); this.label11.TabIndex = 58; this.label11.Text = "Byte Index 2"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(27, 24); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(62, 13); this.label8.TabIndex = 39; this.label8.Text = "Input State:"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox5 // this.groupBox5.Controls.Add(this.checkBox3); this.groupBox5.Controls.Add(this.label5); this.groupBox5.Controls.Add(this.checkBox4); this.groupBox5.Controls.Add(this.label6); this.groupBox5.Location = new System.Drawing.Point(15, 93); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(636, 50); this.groupBox5.TabIndex = 55; this.groupBox5.TabStop = false; this.groupBox5.Text = "Key to Isolated Input State"; // // checkBox3 // this.checkBox3.Appearance = System.Windows.Forms.Appearance.Button; this.checkBox3.BackColor = System.Drawing.Color.Blue; this.checkBox3.Enabled = false; this.checkBox3.FlatAppearance.CheckedBackColor = System.Drawing.Color.Blue; this.checkBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBox3.Location = new System.Drawing.Point(579, 16); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(29, 23); this.checkBox3.TabIndex = 3; this.checkBox3.UseVisualStyleBackColor = false; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(446, 22); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(131, 13); this.label5.TabIndex = 2; this.label5.Text = "Isolated Input is low \"0\" : "; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkBox4 // this.checkBox4.Appearance = System.Windows.Forms.Appearance.Button; this.checkBox4.BackColor = System.Drawing.Color.Lime; this.checkBox4.Enabled = false; this.checkBox4.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBox4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBox4.Location = new System.Drawing.Point(284, 16); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(29, 23); this.checkBox4.TabIndex = 1; this.checkBox4.UseVisualStyleBackColor = false; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(153, 22); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(129, 13); this.label6.TabIndex = 0; this.label6.Text = "Isolated Input is high \"1\" :"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkInB15 // this.checkInB15.Appearance = System.Windows.Forms.Appearance.Button; this.checkInB15.BackColor = System.Drawing.Color.Blue; this.checkInB15.Enabled = false; this.checkInB15.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInB15.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInB15.Location = new System.Drawing.Point(93, 19); this.checkInB15.Name = "checkInB15"; this.checkInB15.Size = new System.Drawing.Size(29, 23); this.checkInB15.TabIndex = 54; this.checkInB15.Text = "15"; this.checkInB15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInB15.UseVisualStyleBackColor = false; // // txtReadA // this.txtReadA.Location = new System.Drawing.Point(473, 58); this.txtReadA.Name = "txtReadA"; this.txtReadA.Size = new System.Drawing.Size(100, 20); this.txtReadA.TabIndex = 1; // // checkInB14 // this.checkInB14.Appearance = System.Windows.Forms.Appearance.Button; this.checkInB14.BackColor = System.Drawing.Color.Blue; this.checkInB14.Enabled = false; this.checkInB14.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInB14.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInB14.Location = new System.Drawing.Point(126, 19); this.checkInB14.Name = "checkInB14"; this.checkInB14.Size = new System.Drawing.Size(29, 23); this.checkInB14.TabIndex = 53; this.checkInB14.Text = "14"; this.checkInB14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInB14.UseVisualStyleBackColor = false; // // checkInB13 // this.checkInB13.Appearance = System.Windows.Forms.Appearance.Button; this.checkInB13.BackColor = System.Drawing.Color.Blue; this.checkInB13.Enabled = false; this.checkInB13.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInB13.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInB13.Location = new System.Drawing.Point(161, 19); this.checkInB13.Name = "checkInB13"; this.checkInB13.Size = new System.Drawing.Size(29, 23); this.checkInB13.TabIndex = 52; this.checkInB13.Text = "13"; this.checkInB13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInB13.UseVisualStyleBackColor = false; // // checkInB8 // this.checkInB8.Appearance = System.Windows.Forms.Appearance.Button; this.checkInB8.BackColor = System.Drawing.Color.Blue; this.checkInB8.Enabled = false; this.checkInB8.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInB8.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInB8.Location = new System.Drawing.Point(328, 19); this.checkInB8.Name = "checkInB8"; this.checkInB8.Size = new System.Drawing.Size(29, 23); this.checkInB8.TabIndex = 47; this.checkInB8.Text = "8"; this.checkInB8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInB8.UseVisualStyleBackColor = false; // // checkInB9 // this.checkInB9.Appearance = System.Windows.Forms.Appearance.Button; this.checkInB9.BackColor = System.Drawing.Color.Blue; this.checkInB9.Enabled = false; this.checkInB9.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInB9.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInB9.Location = new System.Drawing.Point(295, 19); this.checkInB9.Name = "checkInB9"; this.checkInB9.Size = new System.Drawing.Size(29, 23); this.checkInB9.TabIndex = 48; this.checkInB9.Text = "9"; this.checkInB9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInB9.UseVisualStyleBackColor = false; // // btnReadPortA // this.btnReadPortA.Location = new System.Drawing.Point(373, 56); this.btnReadPortA.Name = "btnReadPortA"; this.btnReadPortA.Size = new System.Drawing.Size(75, 23); this.btnReadPortA.TabIndex = 0; this.btnReadPortA.Text = "Read Port A"; this.btnReadPortA.UseVisualStyleBackColor = true; this.btnReadPortA.Click += new System.EventHandler(this.btnReadPortA_Click_1); // // checkInB10 // this.checkInB10.Appearance = System.Windows.Forms.Appearance.Button; this.checkInB10.BackColor = System.Drawing.Color.Blue; this.checkInB10.Enabled = false; this.checkInB10.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInB10.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInB10.Location = new System.Drawing.Point(262, 19); this.checkInB10.Name = "checkInB10"; this.checkInB10.Size = new System.Drawing.Size(29, 23); this.checkInB10.TabIndex = 49; this.checkInB10.Text = "10"; this.checkInB10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInB10.UseVisualStyleBackColor = false; // // checkInB11 // this.checkInB11.Appearance = System.Windows.Forms.Appearance.Button; this.checkInB11.BackColor = System.Drawing.Color.Blue; this.checkInB11.Enabled = false; this.checkInB11.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInB11.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInB11.Location = new System.Drawing.Point(228, 19); this.checkInB11.Name = "checkInB11"; this.checkInB11.Size = new System.Drawing.Size(29, 23); this.checkInB11.TabIndex = 50; this.checkInB11.Text = "11"; this.checkInB11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInB11.UseVisualStyleBackColor = false; // // checkInB12 // this.checkInB12.Appearance = System.Windows.Forms.Appearance.Button; this.checkInB12.BackColor = System.Drawing.Color.Blue; this.checkInB12.Enabled = false; this.checkInB12.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInB12.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInB12.Location = new System.Drawing.Point(195, 19); this.checkInB12.Name = "checkInB12"; this.checkInB12.Size = new System.Drawing.Size(29, 23); this.checkInB12.TabIndex = 51; this.checkInB12.Text = "12"; this.checkInB12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInB12.UseVisualStyleBackColor = false; // // checkInA0 // this.checkInA0.Appearance = System.Windows.Forms.Appearance.Button; this.checkInA0.BackColor = System.Drawing.Color.Blue; this.checkInA0.Enabled = false; this.checkInA0.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInA0.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInA0.Location = new System.Drawing.Point(623, 19); this.checkInA0.Name = "checkInA0"; this.checkInA0.Size = new System.Drawing.Size(29, 23); this.checkInA0.TabIndex = 39; this.checkInA0.Text = "0"; this.checkInA0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInA0.UseVisualStyleBackColor = false; // // txtReadB // this.txtReadB.Location = new System.Drawing.Point(185, 59); this.txtReadB.Name = "txtReadB"; this.txtReadB.Size = new System.Drawing.Size(100, 20); this.txtReadB.TabIndex = 3; // // checkInA4 // this.checkInA4.Appearance = System.Windows.Forms.Appearance.Button; this.checkInA4.BackColor = System.Drawing.Color.Blue; this.checkInA4.Enabled = false; this.checkInA4.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInA4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInA4.Location = new System.Drawing.Point(480, 19); this.checkInA4.Name = "checkInA4"; this.checkInA4.Size = new System.Drawing.Size(29, 23); this.checkInA4.TabIndex = 43; this.checkInA4.Text = "4"; this.checkInA4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInA4.UseVisualStyleBackColor = false; // // btnReadPortB // this.btnReadPortB.Location = new System.Drawing.Point(90, 58); this.btnReadPortB.Name = "btnReadPortB"; this.btnReadPortB.Size = new System.Drawing.Size(75, 23); this.btnReadPortB.TabIndex = 2; this.btnReadPortB.Text = "Read Port B"; this.btnReadPortB.UseVisualStyleBackColor = true; this.btnReadPortB.Click += new System.EventHandler(this.btnReadPortB_Click); // // checkInA7 // this.checkInA7.Appearance = System.Windows.Forms.Appearance.Button; this.checkInA7.BackColor = System.Drawing.Color.Blue; this.checkInA7.Enabled = false; this.checkInA7.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInA7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInA7.Location = new System.Drawing.Point(373, 19); this.checkInA7.Name = "checkInA7"; this.checkInA7.Size = new System.Drawing.Size(29, 23); this.checkInA7.TabIndex = 46; this.checkInA7.Text = "7"; this.checkInA7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInA7.UseVisualStyleBackColor = false; // // checkInA3 // this.checkInA3.Appearance = System.Windows.Forms.Appearance.Button; this.checkInA3.BackColor = System.Drawing.Color.Blue; this.checkInA3.Enabled = false; this.checkInA3.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInA3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInA3.Location = new System.Drawing.Point(515, 19); this.checkInA3.Name = "checkInA3"; this.checkInA3.Size = new System.Drawing.Size(29, 23); this.checkInA3.TabIndex = 42; this.checkInA3.Text = "3"; this.checkInA3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInA3.UseVisualStyleBackColor = false; // // checkInA1 // this.checkInA1.Appearance = System.Windows.Forms.Appearance.Button; this.checkInA1.BackColor = System.Drawing.Color.Blue; this.checkInA1.Enabled = false; this.checkInA1.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInA1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInA1.Location = new System.Drawing.Point(588, 19); this.checkInA1.Name = "checkInA1"; this.checkInA1.Size = new System.Drawing.Size(29, 23); this.checkInA1.TabIndex = 40; this.checkInA1.Text = "1"; this.checkInA1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInA1.UseVisualStyleBackColor = false; // // checkInA2 // this.checkInA2.Appearance = System.Windows.Forms.Appearance.Button; this.checkInA2.BackColor = System.Drawing.Color.Blue; this.checkInA2.Enabled = false; this.checkInA2.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInA2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInA2.Location = new System.Drawing.Point(552, 19); this.checkInA2.Name = "checkInA2"; this.checkInA2.Size = new System.Drawing.Size(29, 23); this.checkInA2.TabIndex = 41; this.checkInA2.Text = "2"; this.checkInA2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInA2.UseVisualStyleBackColor = false; // // checkInA6 // this.checkInA6.Appearance = System.Windows.Forms.Appearance.Button; this.checkInA6.BackColor = System.Drawing.Color.Blue; this.checkInA6.Enabled = false; this.checkInA6.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInA6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInA6.Location = new System.Drawing.Point(408, 19); this.checkInA6.Name = "checkInA6"; this.checkInA6.Size = new System.Drawing.Size(29, 23); this.checkInA6.TabIndex = 45; this.checkInA6.Text = "6"; this.checkInA6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInA6.UseVisualStyleBackColor = false; // // checkInA5 // this.checkInA5.Appearance = System.Windows.Forms.Appearance.Button; this.checkInA5.BackColor = System.Drawing.Color.Blue; this.checkInA5.Enabled = false; this.checkInA5.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkInA5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkInA5.Location = new System.Drawing.Point(444, 19); this.checkInA5.Name = "checkInA5"; this.checkInA5.Size = new System.Drawing.Size(29, 23); this.checkInA5.TabIndex = 44; this.checkInA5.Text = "5"; this.checkInA5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkInA5.UseVisualStyleBackColor = false; // // txtReadAllHex // this.txtReadAllHex.Location = new System.Drawing.Point(473, 19); this.txtReadAllHex.Name = "txtReadAllHex"; this.txtReadAllHex.Size = new System.Drawing.Size(100, 20); this.txtReadAllHex.TabIndex = 2; // // btnReadAll // this.btnReadAll.Location = new System.Drawing.Point(373, 17); this.btnReadAll.Name = "btnReadAll"; this.btnReadAll.Size = new System.Drawing.Size(75, 23); this.btnReadAll.TabIndex = 1; this.btnReadAll.Text = "Read All"; this.btnReadAll.UseVisualStyleBackColor = true; this.btnReadAll.Click += new System.EventHandler(this.btnReadPortAll_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.groupBox4); this.groupBox2.Controls.Add(this.btnOutB15); this.groupBox2.Controls.Add(this.label10); this.groupBox2.Controls.Add(this.btnOutB14); this.groupBox2.Controls.Add(this.label9); this.groupBox2.Controls.Add(this.btnOutB13); this.groupBox2.Controls.Add(this.btnOutB12); this.groupBox2.Controls.Add(this.btnOutB11); this.groupBox2.Controls.Add(this.checkOutB8); this.groupBox2.Controls.Add(this.btnOutA5); this.groupBox2.Controls.Add(this.checkOutB12); this.groupBox2.Controls.Add(this.btnWritePortA); this.groupBox2.Controls.Add(this.checkOutB9); this.groupBox2.Controls.Add(this.txtWriteA); this.groupBox2.Controls.Add(this.btnOutB8); this.groupBox2.Controls.Add(this.btnOutA6); this.groupBox2.Controls.Add(this.checkOutB10); this.groupBox2.Controls.Add(this.checkOutA0); this.groupBox2.Controls.Add(this.checkOutB11); this.groupBox2.Controls.Add(this.btnOutA4); this.groupBox2.Controls.Add(this.btnOutB9); this.groupBox2.Controls.Add(this.btnOutA7); this.groupBox2.Controls.Add(this.btnOutB10); this.groupBox2.Controls.Add(this.checkOutA7); this.groupBox2.Controls.Add(this.checkOutB13); this.groupBox2.Controls.Add(this.checkOutA1); this.groupBox2.Controls.Add(this.checkOutA6); this.groupBox2.Controls.Add(this.checkOutB14); this.groupBox2.Controls.Add(this.checkOutA5); this.groupBox2.Controls.Add(this.checkOutB15); this.groupBox2.Controls.Add(this.btnOutA2); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.btnOutA0); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.checkOutA4); this.groupBox2.Controls.Add(this.txtWriteB); this.groupBox2.Controls.Add(this.checkOutA3); this.groupBox2.Controls.Add(this.btnWritePortB); this.groupBox2.Controls.Add(this.btnOutA3); this.groupBox2.Controls.Add(this.checkOutA2); this.groupBox2.Controls.Add(this.btnOutA1); this.groupBox2.Location = new System.Drawing.Point(10, 165); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(663, 176); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "Output Ports"; // // groupBox4 // this.groupBox4.Controls.Add(this.checkBox2); this.groupBox4.Controls.Add(this.label4); this.groupBox4.Controls.Add(this.checkBox1); this.groupBox4.Controls.Add(this.label3); this.groupBox4.Location = new System.Drawing.Point(11, 120); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(640, 50); this.groupBox4.TabIndex = 38; this.groupBox4.TabStop = false; this.groupBox4.Text = "Key to FET State"; // // checkBox2 // this.checkBox2.Appearance = System.Windows.Forms.Appearance.Button; this.checkBox2.BackColor = System.Drawing.Color.Blue; this.checkBox2.Enabled = false; this.checkBox2.FlatAppearance.CheckedBackColor = System.Drawing.Color.Blue; this.checkBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBox2.Location = new System.Drawing.Point(583, 16); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(29, 23); this.checkBox2.TabIndex = 3; this.checkBox2.UseVisualStyleBackColor = false; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(466, 22); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(115, 13); this.label4.TabIndex = 2; this.label4.Text = "FET is Energized \"0\" : "; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkBox1 // this.checkBox1.Appearance = System.Windows.Forms.Appearance.Button; this.checkBox1.BackColor = System.Drawing.Color.Lime; this.checkBox1.Enabled = false; this.checkBox1.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBox1.Location = new System.Drawing.Point(288, 16); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(29, 23); this.checkBox1.TabIndex = 1; this.checkBox1.UseVisualStyleBackColor = false; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(155, 21); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(131, 13); this.label3.TabIndex = 0; this.label3.Text = "FET is De-Energizedi \"1\" :"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btnOutB15 // this.btnOutB15.Location = new System.Drawing.Point(92, 47); this.btnOutB15.Name = "btnOutB15"; this.btnOutB15.Size = new System.Drawing.Size(29, 23); this.btnOutB15.TabIndex = 33; this.btnOutB15.Tag = "15"; this.btnOutB15.Text = "15"; this.btnOutB15.UseVisualStyleBackColor = true; this.btnOutB15.Click += new System.EventHandler(this.btnOutRelay_Click); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(286, 91); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(66, 13); this.label10.TabIndex = 57; this.label10.Text = "Byte Index 1"; // // btnOutB14 // this.btnOutB14.Location = new System.Drawing.Point(125, 47); this.btnOutB14.Name = "btnOutB14"; this.btnOutB14.Size = new System.Drawing.Size(29, 23); this.btnOutB14.TabIndex = 32; this.btnOutB14.Tag = "14"; this.btnOutB14.Text = "14"; this.btnOutB14.UseVisualStyleBackColor = true; this.btnOutB14.Click += new System.EventHandler(this.btnOutRelay_Click); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(579, 92); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(66, 13); this.label9.TabIndex = 56; this.label9.Text = "Byte Index 0"; // // btnOutB13 // this.btnOutB13.Location = new System.Drawing.Point(158, 47); this.btnOutB13.Name = "btnOutB13"; this.btnOutB13.Size = new System.Drawing.Size(29, 23); this.btnOutB13.TabIndex = 31; this.btnOutB13.Tag = "13"; this.btnOutB13.Text = "13"; this.btnOutB13.UseVisualStyleBackColor = true; this.btnOutB13.Click += new System.EventHandler(this.btnOutRelay_Click); // // btnOutB12 // this.btnOutB12.Location = new System.Drawing.Point(191, 47); this.btnOutB12.Name = "btnOutB12"; this.btnOutB12.Size = new System.Drawing.Size(29, 23); this.btnOutB12.TabIndex = 30; this.btnOutB12.Tag = "12"; this.btnOutB12.Text = "12"; this.btnOutB12.UseVisualStyleBackColor = true; this.btnOutB12.Click += new System.EventHandler(this.btnOutRelay_Click); // // btnOutB11 // this.btnOutB11.Location = new System.Drawing.Point(224, 47); this.btnOutB11.Name = "btnOutB11"; this.btnOutB11.Size = new System.Drawing.Size(29, 23); this.btnOutB11.TabIndex = 29; this.btnOutB11.Tag = "11"; this.btnOutB11.Text = "11"; this.btnOutB11.UseVisualStyleBackColor = true; this.btnOutB11.Click += new System.EventHandler(this.btnOutRelay_Click); // // checkOutB8 // this.checkOutB8.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutB8.BackColor = System.Drawing.Color.Blue; this.checkOutB8.Enabled = false; this.checkOutB8.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutB8.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutB8.Location = new System.Drawing.Point(323, 18); this.checkOutB8.Name = "checkOutB8"; this.checkOutB8.Size = new System.Drawing.Size(29, 23); this.checkOutB8.TabIndex = 10; this.checkOutB8.UseVisualStyleBackColor = false; // // btnOutA5 // this.btnOutA5.Location = new System.Drawing.Point(442, 47); this.btnOutA5.Name = "btnOutA5"; this.btnOutA5.Size = new System.Drawing.Size(29, 23); this.btnOutA5.TabIndex = 23; this.btnOutA5.Tag = "5"; this.btnOutA5.Text = "5"; this.btnOutA5.UseVisualStyleBackColor = true; this.btnOutA5.Click += new System.EventHandler(this.btnOutRelay_Click); // // checkOutB12 // this.checkOutB12.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutB12.BackColor = System.Drawing.Color.Blue; this.checkOutB12.Enabled = false; this.checkOutB12.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutB12.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutB12.Location = new System.Drawing.Point(192, 19); this.checkOutB12.Name = "checkOutB12"; this.checkOutB12.Size = new System.Drawing.Size(29, 23); this.checkOutB12.TabIndex = 14; this.checkOutB12.UseVisualStyleBackColor = false; // // btnWritePortA // this.btnWritePortA.Location = new System.Drawing.Point(373, 88); this.btnWritePortA.Name = "btnWritePortA"; this.btnWritePortA.Size = new System.Drawing.Size(75, 23); this.btnWritePortA.TabIndex = 34; this.btnWritePortA.Text = "Write Port A"; this.btnWritePortA.UseVisualStyleBackColor = true; this.btnWritePortA.Click += new System.EventHandler(this.btnWritePortA_Click); // // checkOutB9 // this.checkOutB9.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutB9.BackColor = System.Drawing.Color.Blue; this.checkOutB9.Enabled = false; this.checkOutB9.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutB9.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutB9.Location = new System.Drawing.Point(291, 19); this.checkOutB9.Name = "checkOutB9"; this.checkOutB9.Size = new System.Drawing.Size(29, 23); this.checkOutB9.TabIndex = 11; this.checkOutB9.UseVisualStyleBackColor = false; // // txtWriteA // this.txtWriteA.Location = new System.Drawing.Point(473, 88); this.txtWriteA.Name = "txtWriteA"; this.txtWriteA.Size = new System.Drawing.Size(100, 20); this.txtWriteA.TabIndex = 35; // // btnOutB8 // this.btnOutB8.Location = new System.Drawing.Point(323, 47); this.btnOutB8.Name = "btnOutB8"; this.btnOutB8.Size = new System.Drawing.Size(29, 23); this.btnOutB8.TabIndex = 26; this.btnOutB8.Tag = "8"; this.btnOutB8.Text = "8"; this.btnOutB8.UseVisualStyleBackColor = true; this.btnOutB8.Click += new System.EventHandler(this.btnOutRelay_Click); // // btnOutA6 // this.btnOutA6.Location = new System.Drawing.Point(406, 47); this.btnOutA6.Name = "btnOutA6"; this.btnOutA6.Size = new System.Drawing.Size(29, 23); this.btnOutA6.TabIndex = 24; this.btnOutA6.Tag = "6"; this.btnOutA6.Text = "6"; this.btnOutA6.UseVisualStyleBackColor = true; this.btnOutA6.Click += new System.EventHandler(this.btnOutRelay_Click); // // checkOutB10 // this.checkOutB10.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutB10.BackColor = System.Drawing.Color.Blue; this.checkOutB10.Enabled = false; this.checkOutB10.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutB10.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutB10.Location = new System.Drawing.Point(258, 19); this.checkOutB10.Name = "checkOutB10"; this.checkOutB10.Size = new System.Drawing.Size(29, 23); this.checkOutB10.TabIndex = 12; this.checkOutB10.UseVisualStyleBackColor = false; // // checkOutA0 // this.checkOutA0.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutA0.BackColor = System.Drawing.Color.Blue; this.checkOutA0.Enabled = false; this.checkOutA0.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutA0.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutA0.Location = new System.Drawing.Point(623, 19); this.checkOutA0.Name = "checkOutA0"; this.checkOutA0.Size = new System.Drawing.Size(29, 23); this.checkOutA0.TabIndex = 2; this.checkOutA0.UseVisualStyleBackColor = false; // // checkOutB11 // this.checkOutB11.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutB11.BackColor = System.Drawing.Color.Blue; this.checkOutB11.Enabled = false; this.checkOutB11.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutB11.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutB11.Location = new System.Drawing.Point(225, 19); this.checkOutB11.Name = "checkOutB11"; this.checkOutB11.Size = new System.Drawing.Size(29, 23); this.checkOutB11.TabIndex = 13; this.checkOutB11.UseVisualStyleBackColor = false; // // btnOutA4 // this.btnOutA4.Location = new System.Drawing.Point(478, 47); this.btnOutA4.Name = "btnOutA4"; this.btnOutA4.Size = new System.Drawing.Size(29, 23); this.btnOutA4.TabIndex = 22; this.btnOutA4.Tag = "4"; this.btnOutA4.Text = "4"; this.btnOutA4.UseVisualStyleBackColor = true; this.btnOutA4.Click += new System.EventHandler(this.btnOutRelay_Click); // // btnOutB9 // this.btnOutB9.Location = new System.Drawing.Point(290, 47); this.btnOutB9.Name = "btnOutB9"; this.btnOutB9.Size = new System.Drawing.Size(29, 23); this.btnOutB9.TabIndex = 27; this.btnOutB9.Tag = "9"; this.btnOutB9.Text = "9"; this.btnOutB9.UseVisualStyleBackColor = true; this.btnOutB9.Click += new System.EventHandler(this.btnOutRelay_Click); // // btnOutA7 // this.btnOutA7.Location = new System.Drawing.Point(373, 47); this.btnOutA7.Name = "btnOutA7"; this.btnOutA7.Size = new System.Drawing.Size(29, 23); this.btnOutA7.TabIndex = 25; this.btnOutA7.Tag = "7"; this.btnOutA7.Text = "7"; this.btnOutA7.UseVisualStyleBackColor = true; this.btnOutA7.Click += new System.EventHandler(this.btnOutRelay_Click); // // btnOutB10 // this.btnOutB10.Location = new System.Drawing.Point(257, 47); this.btnOutB10.Name = "btnOutB10"; this.btnOutB10.Size = new System.Drawing.Size(29, 23); this.btnOutB10.TabIndex = 28; this.btnOutB10.Tag = "10"; this.btnOutB10.Text = "10"; this.btnOutB10.UseVisualStyleBackColor = true; this.btnOutB10.Click += new System.EventHandler(this.btnOutRelay_Click); // // checkOutA7 // this.checkOutA7.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutA7.BackColor = System.Drawing.Color.Blue; this.checkOutA7.Enabled = false; this.checkOutA7.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutA7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutA7.Location = new System.Drawing.Point(373, 19); this.checkOutA7.Name = "checkOutA7"; this.checkOutA7.Size = new System.Drawing.Size(29, 23); this.checkOutA7.TabIndex = 9; this.checkOutA7.UseVisualStyleBackColor = false; // // checkOutB13 // this.checkOutB13.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutB13.BackColor = System.Drawing.Color.Blue; this.checkOutB13.Enabled = false; this.checkOutB13.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutB13.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutB13.Location = new System.Drawing.Point(159, 19); this.checkOutB13.Name = "checkOutB13"; this.checkOutB13.Size = new System.Drawing.Size(29, 23); this.checkOutB13.TabIndex = 15; this.checkOutB13.UseVisualStyleBackColor = false; // // checkOutA1 // this.checkOutA1.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutA1.BackColor = System.Drawing.Color.Blue; this.checkOutA1.Enabled = false; this.checkOutA1.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutA1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutA1.Location = new System.Drawing.Point(588, 19); this.checkOutA1.Name = "checkOutA1"; this.checkOutA1.Size = new System.Drawing.Size(29, 23); this.checkOutA1.TabIndex = 3; this.checkOutA1.UseVisualStyleBackColor = false; // // checkOutA6 // this.checkOutA6.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutA6.BackColor = System.Drawing.Color.Blue; this.checkOutA6.Enabled = false; this.checkOutA6.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutA6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutA6.Location = new System.Drawing.Point(408, 19); this.checkOutA6.Name = "checkOutA6"; this.checkOutA6.Size = new System.Drawing.Size(29, 23); this.checkOutA6.TabIndex = 8; this.checkOutA6.UseVisualStyleBackColor = false; // // checkOutB14 // this.checkOutB14.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutB14.BackColor = System.Drawing.Color.Blue; this.checkOutB14.Enabled = false; this.checkOutB14.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutB14.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutB14.Location = new System.Drawing.Point(126, 19); this.checkOutB14.Name = "checkOutB14"; this.checkOutB14.Size = new System.Drawing.Size(29, 23); this.checkOutB14.TabIndex = 16; this.checkOutB14.UseVisualStyleBackColor = false; // // checkOutA5 // this.checkOutA5.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutA5.BackColor = System.Drawing.Color.Blue; this.checkOutA5.Enabled = false; this.checkOutA5.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutA5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutA5.Location = new System.Drawing.Point(444, 19); this.checkOutA5.Name = "checkOutA5"; this.checkOutA5.Size = new System.Drawing.Size(29, 23); this.checkOutA5.TabIndex = 7; this.checkOutA5.UseVisualStyleBackColor = false; // // checkOutB15 // this.checkOutB15.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutB15.BackColor = System.Drawing.Color.Blue; this.checkOutB15.Enabled = false; this.checkOutB15.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutB15.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutB15.Location = new System.Drawing.Point(93, 18); this.checkOutB15.Name = "checkOutB15"; this.checkOutB15.Size = new System.Drawing.Size(29, 23); this.checkOutB15.TabIndex = 17; this.checkOutB15.UseVisualStyleBackColor = false; // // btnOutA2 // this.btnOutA2.Location = new System.Drawing.Point(550, 47); this.btnOutA2.Name = "btnOutA2"; this.btnOutA2.Size = new System.Drawing.Size(29, 23); this.btnOutA2.TabIndex = 20; this.btnOutA2.Tag = "2"; this.btnOutA2.Text = "2"; this.btnOutA2.UseVisualStyleBackColor = true; this.btnOutA2.Click += new System.EventHandler(this.btnOutRelay_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(17, 52); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 13); this.label2.TabIndex = 1; this.label2.Text = "FET Switch:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btnOutA0 // this.btnOutA0.Location = new System.Drawing.Point(622, 47); this.btnOutA0.Name = "btnOutA0"; this.btnOutA0.Size = new System.Drawing.Size(29, 23); this.btnOutA0.TabIndex = 18; this.btnOutA0.Tag = "0"; this.btnOutA0.Text = "0"; this.btnOutA0.UseVisualStyleBackColor = true; this.btnOutA0.Click += new System.EventHandler(this.btnOutRelay_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(25, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 13); this.label1.TabIndex = 0; this.label1.Text = "FET State:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkOutA4 // this.checkOutA4.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutA4.BackColor = System.Drawing.Color.Blue; this.checkOutA4.Enabled = false; this.checkOutA4.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutA4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutA4.Location = new System.Drawing.Point(480, 19); this.checkOutA4.Name = "checkOutA4"; this.checkOutA4.Size = new System.Drawing.Size(29, 23); this.checkOutA4.TabIndex = 6; this.checkOutA4.UseVisualStyleBackColor = false; // // txtWriteB // this.txtWriteB.Location = new System.Drawing.Point(185, 88); this.txtWriteB.Name = "txtWriteB"; this.txtWriteB.Size = new System.Drawing.Size(100, 20); this.txtWriteB.TabIndex = 37; // // checkOutA3 // this.checkOutA3.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutA3.BackColor = System.Drawing.Color.Blue; this.checkOutA3.Enabled = false; this.checkOutA3.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutA3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutA3.Location = new System.Drawing.Point(515, 19); this.checkOutA3.Name = "checkOutA3"; this.checkOutA3.Size = new System.Drawing.Size(29, 23); this.checkOutA3.TabIndex = 5; this.checkOutA3.UseVisualStyleBackColor = false; // // btnWritePortB // this.btnWritePortB.Location = new System.Drawing.Point(90, 88); this.btnWritePortB.Name = "btnWritePortB"; this.btnWritePortB.Size = new System.Drawing.Size(75, 23); this.btnWritePortB.TabIndex = 36; this.btnWritePortB.Text = "Write Port B"; this.btnWritePortB.UseVisualStyleBackColor = true; this.btnWritePortB.Click += new System.EventHandler(this.btnWritePortB_Click); // // btnOutA3 // this.btnOutA3.Location = new System.Drawing.Point(514, 47); this.btnOutA3.Name = "btnOutA3"; this.btnOutA3.Size = new System.Drawing.Size(29, 23); this.btnOutA3.TabIndex = 21; this.btnOutA3.Tag = "3"; this.btnOutA3.Text = "3"; this.btnOutA3.UseVisualStyleBackColor = true; this.btnOutA3.Click += new System.EventHandler(this.btnOutRelay_Click); // // checkOutA2 // this.checkOutA2.Appearance = System.Windows.Forms.Appearance.Button; this.checkOutA2.BackColor = System.Drawing.Color.Blue; this.checkOutA2.Enabled = false; this.checkOutA2.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkOutA2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkOutA2.Location = new System.Drawing.Point(552, 19); this.checkOutA2.Name = "checkOutA2"; this.checkOutA2.Size = new System.Drawing.Size(29, 23); this.checkOutA2.TabIndex = 4; this.checkOutA2.UseVisualStyleBackColor = false; // // btnOutA1 // this.btnOutA1.Location = new System.Drawing.Point(586, 47); this.btnOutA1.Name = "btnOutA1"; this.btnOutA1.Size = new System.Drawing.Size(29, 23); this.btnOutA1.TabIndex = 19; this.btnOutA1.Tag = "1"; this.btnOutA1.Text = "1"; this.btnOutA1.UseVisualStyleBackColor = true; this.btnOutA1.Click += new System.EventHandler(this.btnOutRelay_Click); // // txtWriteAll // this.txtWriteAll.Location = new System.Drawing.Point(185, 22); this.txtWriteAll.Name = "txtWriteAll"; this.txtWriteAll.Size = new System.Drawing.Size(100, 20); this.txtWriteAll.TabIndex = 3; // // btnWriteAll // this.btnWriteAll.Location = new System.Drawing.Point(90, 20); this.btnWriteAll.Name = "btnWriteAll"; this.btnWriteAll.Size = new System.Drawing.Size(75, 23); this.btnWriteAll.TabIndex = 0; this.btnWriteAll.Text = "Write All"; this.btnWriteAll.UseVisualStyleBackColor = true; this.btnWriteAll.Click += new System.EventHandler(this.btnWritePortAll_Click); // // labelStatus // this.labelStatus.AutoSize = true; this.labelStatus.Location = new System.Drawing.Point(11, 435); this.labelStatus.Name = "labelStatus"; this.labelStatus.Size = new System.Drawing.Size(40, 13); this.labelStatus.TabIndex = 4; this.labelStatus.Text = "Status:"; // // groupBox3 // this.groupBox3.Controls.Add(this.label7); this.groupBox3.Controls.Add(this.txtReadAllBin); this.groupBox3.Controls.Add(this.btnReadAll); this.groupBox3.Controls.Add(this.btnWriteAll); this.groupBox3.Controls.Add(this.txtReadAllHex); this.groupBox3.Controls.Add(this.txtWriteAll); this.groupBox3.Location = new System.Drawing.Point(10, 345); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(663, 78); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "All Ports"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(331, 56); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(39, 13); this.label7.TabIndex = 5; this.label7.Text = "Binary:"; // // txtReadAllBin // this.txtReadAllBin.Location = new System.Drawing.Point(373, 52); this.txtReadAllBin.Name = "txtReadAllBin"; this.txtReadAllBin.Size = new System.Drawing.Size(203, 20); this.txtReadAllBin.TabIndex = 4; // // FormSample1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnExit; this.ClientSize = new System.Drawing.Size(682, 461); this.Controls.Add(this.labelStatus); this.Controls.Add(this.groupBox1); this.Controls.Add(this.txtStatus); this.Controls.Add(this.btnDevice); this.Controls.Add(this.btnExit); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "FormSample1"; this.ShowIcon = false; this.Text = " USB-IDIO Visual C# Sample 1 "; this.Load += new System.EventHandler(this.FormSample1_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnExit; private System.Windows.Forms.TextBox txtStatus; private System.Windows.Forms.Button btnDevice; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox txtReadB; private System.Windows.Forms.TextBox txtReadAllHex; private System.Windows.Forms.Button btnReadPortB; private System.Windows.Forms.Button btnReadAll; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox txtWriteB; private System.Windows.Forms.TextBox txtWriteAll; private System.Windows.Forms.Button btnWritePortB; private System.Windows.Forms.Button btnWriteAll; private System.Windows.Forms.Label labelStatus; private System.Windows.Forms.CheckBox checkOutA0; private System.Windows.Forms.CheckBox checkOutA7; private System.Windows.Forms.CheckBox checkOutA6; private System.Windows.Forms.CheckBox checkOutA5; private System.Windows.Forms.CheckBox checkOutA4; private System.Windows.Forms.CheckBox checkOutA3; private System.Windows.Forms.CheckBox checkOutA2; private System.Windows.Forms.CheckBox checkOutA1; private System.Windows.Forms.CheckBox checkOutB15; private System.Windows.Forms.CheckBox checkOutB14; private System.Windows.Forms.CheckBox checkOutB13; private System.Windows.Forms.CheckBox checkOutB12; private System.Windows.Forms.CheckBox checkOutB11; private System.Windows.Forms.CheckBox checkOutB10; private System.Windows.Forms.CheckBox checkOutB9; private System.Windows.Forms.CheckBox checkOutB8; private System.Windows.Forms.TextBox txtReadA; private System.Windows.Forms.Button btnReadPortA; private System.Windows.Forms.TextBox txtWriteA; private System.Windows.Forms.Button btnWritePortA; private System.Windows.Forms.Button btnOutA0; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button btnOutA7; private System.Windows.Forms.Button btnOutA6; private System.Windows.Forms.Button btnOutA5; private System.Windows.Forms.Button btnOutA4; private System.Windows.Forms.Button btnOutA3; private System.Windows.Forms.Button btnOutA2; private System.Windows.Forms.Button btnOutA1; private System.Windows.Forms.Button btnOutB15; private System.Windows.Forms.Button btnOutB14; private System.Windows.Forms.Button btnOutB13; private System.Windows.Forms.Button btnOutB12; private System.Windows.Forms.Button btnOutB11; private System.Windows.Forms.Button btnOutB10; private System.Windows.Forms.Button btnOutB9; private System.Windows.Forms.Button btnOutB8; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.Label label4; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox checkInB15; private System.Windows.Forms.CheckBox checkInB14; private System.Windows.Forms.CheckBox checkInB13; private System.Windows.Forms.CheckBox checkInB12; private System.Windows.Forms.CheckBox checkInB11; private System.Windows.Forms.CheckBox checkInA1; private System.Windows.Forms.CheckBox checkInB10; private System.Windows.Forms.CheckBox checkInA0; private System.Windows.Forms.CheckBox checkInB9; private System.Windows.Forms.CheckBox checkInA2; private System.Windows.Forms.CheckBox checkInB8; private System.Windows.Forms.CheckBox checkInA3; private System.Windows.Forms.CheckBox checkInA7; private System.Windows.Forms.CheckBox checkInA4; private System.Windows.Forms.CheckBox checkInA6; private System.Windows.Forms.CheckBox checkInA5; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.CheckBox checkBox3; private System.Windows.Forms.Label label5; private System.Windows.Forms.CheckBox checkBox4; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtReadAllBin; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label10; } }