namespace Sample1 { 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.btnTristateA = new System.Windows.Forms.Button(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.label5 = new System.Windows.Forms.Label(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.label6 = new System.Windows.Forms.Label(); this.checkBoxA0_8 = new System.Windows.Forms.CheckBox(); this.checkBoxA0_4 = new System.Windows.Forms.CheckBox(); this.checkBoxA0_1 = new System.Windows.Forms.CheckBox(); this.checkBoxA0_5 = new System.Windows.Forms.CheckBox(); this.checkBoxA0_7 = new System.Windows.Forms.CheckBox(); this.checkBoxA0_6 = new System.Windows.Forms.CheckBox(); this.btnToggle0 = new System.Windows.Forms.Button(); this.checkBoxA0_2 = new System.Windows.Forms.CheckBox(); this.label13 = new System.Windows.Forms.Label(); this.checkBoxA0_3 = new System.Windows.Forms.CheckBox(); this.checkBoxB0_9 = new System.Windows.Forms.CheckBox(); this.btnToggle1 = new System.Windows.Forms.Button(); this.checkBoxB0_10 = new System.Windows.Forms.CheckBox(); this.label14 = new System.Windows.Forms.Label(); this.checkBoxB0_11 = new System.Windows.Forms.CheckBox(); this.checkBoxC0_17 = new System.Windows.Forms.CheckBox(); this.btnToggle2 = new System.Windows.Forms.Button(); this.checkBoxC0_18 = new System.Windows.Forms.CheckBox(); this.label15 = new System.Windows.Forms.Label(); this.checkBoxC0_19 = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnTristateOther = new System.Windows.Forms.Button(); this.TristatelabelOther = new System.Windows.Forms.Label(); this.btnToggleFast = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.checkBoxA1_25 = new System.Windows.Forms.CheckBox(); this.checkBoxA1_26 = new System.Windows.Forms.CheckBox(); this.checkBoxA1_27 = new System.Windows.Forms.CheckBox(); this.btnToggle3 = new System.Windows.Forms.Button(); this.checkBoxB0_12 = new System.Windows.Forms.CheckBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.TristatelabelA = new System.Windows.Forms.Label(); this.btnDevice = new System.Windows.Forms.Button(); this.trackBarFreqA = new System.Windows.Forms.TrackBar(); this.label1 = new System.Windows.Forms.Label(); this.lblFreqA = new System.Windows.Forms.Label(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.richTextBoxData = new System.Windows.Forms.RichTextBox(); this.btnSendReceive = new System.Windows.Forms.Button(); this.checkBoxHex = new System.Windows.Forms.CheckBox(); this.btnClearData = new System.Windows.Forms.Button(); this.btnAddSampleData = new System.Windows.Forms.Button(); this.btnConfigSend = new System.Windows.Forms.Button(); this.btnConfigRecieve = new System.Windows.Forms.Button(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.label10 = new System.Windows.Forms.Label(); this.textBoxBlockSizeReturned = new System.Windows.Forms.TextBox(); this.btnReceive = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.textBoxBlockSize = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.groupBox5.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBarFreqA)).BeginInit(); this.groupBox4.SuspendLayout(); this.groupBox6.SuspendLayout(); this.groupBox7.SuspendLayout(); this.SuspendLayout(); // // btnTristateA // this.btnTristateA.Location = new System.Drawing.Point(35, 51); this.btnTristateA.Name = "btnTristateA"; this.btnTristateA.Size = new System.Drawing.Size(171, 23); this.btnTristateA.TabIndex = 56; this.btnTristateA.Tag = "0"; this.btnTristateA.Text = " EnterTristate Mode"; this.btnTristateA.UseVisualStyleBackColor = true; this.btnTristateA.Click += new System.EventHandler(this.btnTristate_Click); // // checkBox3 // this.checkBox3.Appearance = System.Windows.Forms.Appearance.Button; this.checkBox3.BackColor = System.Drawing.Color.Gray; 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(259, 12); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(29, 23); this.checkBox3.TabIndex = 3; this.checkBox3.Text = "1"; this.checkBox3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBox3.UseVisualStyleBackColor = false; // // 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(35, 144); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(302, 41); this.groupBox5.TabIndex = 57; this.groupBox5.TabStop = false; this.groupBox5.Text = "Key to Pin State"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(195, 17); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(69, 13); this.label5.TabIndex = 2; this.label5.Text = "Low (GND) : "; 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(141, 12); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(29, 23); this.checkBox4.TabIndex = 1; this.checkBox4.Text = "1"; this.checkBox4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBox4.UseVisualStyleBackColor = false; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(86, 17); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(57, 13); this.label6.TabIndex = 0; this.label6.Text = "High (5V) :"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkBoxA0_8 // this.checkBoxA0_8.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxA0_8.BackColor = System.Drawing.Color.Gray; this.checkBoxA0_8.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxA0_8.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxA0_8.Location = new System.Drawing.Point(83, 51); this.checkBoxA0_8.Name = "checkBoxA0_8"; this.checkBoxA0_8.Size = new System.Drawing.Size(29, 23); this.checkBoxA0_8.TabIndex = 90; this.checkBoxA0_8.Tag = "7"; this.checkBoxA0_8.Text = "7"; this.checkBoxA0_8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxA0_8.UseVisualStyleBackColor = false; this.checkBoxA0_8.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // checkBoxA0_4 // this.checkBoxA0_4.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxA0_4.BackColor = System.Drawing.Color.Gray; this.checkBoxA0_4.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxA0_4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxA0_4.Location = new System.Drawing.Point(207, 51); this.checkBoxA0_4.Name = "checkBoxA0_4"; this.checkBoxA0_4.Size = new System.Drawing.Size(29, 23); this.checkBoxA0_4.TabIndex = 94; this.checkBoxA0_4.Tag = "3"; this.checkBoxA0_4.Text = "3"; this.checkBoxA0_4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxA0_4.UseVisualStyleBackColor = false; this.checkBoxA0_4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // checkBoxA0_1 // this.checkBoxA0_1.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxA0_1.BackColor = System.Drawing.Color.Gray; this.checkBoxA0_1.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxA0_1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxA0_1.ForeColor = System.Drawing.SystemColors.ControlText; this.checkBoxA0_1.Location = new System.Drawing.Point(300, 51); this.checkBoxA0_1.Name = "checkBoxA0_1"; this.checkBoxA0_1.Size = new System.Drawing.Size(29, 23); this.checkBoxA0_1.TabIndex = 97; this.checkBoxA0_1.Tag = "0"; this.checkBoxA0_1.Text = "0"; this.checkBoxA0_1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxA0_1.UseVisualStyleBackColor = false; this.checkBoxA0_1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // checkBoxA0_5 // this.checkBoxA0_5.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxA0_5.BackColor = System.Drawing.Color.Gray; this.checkBoxA0_5.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxA0_5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxA0_5.Location = new System.Drawing.Point(176, 51); this.checkBoxA0_5.Name = "checkBoxA0_5"; this.checkBoxA0_5.Size = new System.Drawing.Size(29, 23); this.checkBoxA0_5.TabIndex = 93; this.checkBoxA0_5.Tag = "4"; this.checkBoxA0_5.Text = "4"; this.checkBoxA0_5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxA0_5.UseVisualStyleBackColor = false; this.checkBoxA0_5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // checkBoxA0_7 // this.checkBoxA0_7.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxA0_7.BackColor = System.Drawing.Color.Gray; this.checkBoxA0_7.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxA0_7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxA0_7.Location = new System.Drawing.Point(114, 51); this.checkBoxA0_7.Name = "checkBoxA0_7"; this.checkBoxA0_7.Size = new System.Drawing.Size(29, 23); this.checkBoxA0_7.TabIndex = 91; this.checkBoxA0_7.Tag = "6"; this.checkBoxA0_7.Text = "6"; this.checkBoxA0_7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxA0_7.UseVisualStyleBackColor = false; this.checkBoxA0_7.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // checkBoxA0_6 // this.checkBoxA0_6.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxA0_6.BackColor = System.Drawing.Color.Gray; this.checkBoxA0_6.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxA0_6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxA0_6.Location = new System.Drawing.Point(145, 51); this.checkBoxA0_6.Name = "checkBoxA0_6"; this.checkBoxA0_6.Size = new System.Drawing.Size(29, 23); this.checkBoxA0_6.TabIndex = 92; this.checkBoxA0_6.Tag = "5"; this.checkBoxA0_6.Text = "5"; this.checkBoxA0_6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxA0_6.UseVisualStyleBackColor = false; this.checkBoxA0_6.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // btnToggle0 // this.btnToggle0.Location = new System.Drawing.Point(82, 84); this.btnToggle0.Name = "btnToggle0"; this.btnToggle0.Size = new System.Drawing.Size(246, 23); this.btnToggle0.TabIndex = 89; this.btnToggle0.Tag = "0"; this.btnToggle0.Text = "Toggle to Output Mode"; this.btnToggle0.UseVisualStyleBackColor = true; this.btnToggle0.Click += new System.EventHandler(this.btnToggle_Click); // // checkBoxA0_2 // this.checkBoxA0_2.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxA0_2.BackColor = System.Drawing.Color.Gray; this.checkBoxA0_2.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxA0_2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxA0_2.Location = new System.Drawing.Point(269, 51); this.checkBoxA0_2.Name = "checkBoxA0_2"; this.checkBoxA0_2.Size = new System.Drawing.Size(29, 23); this.checkBoxA0_2.TabIndex = 96; this.checkBoxA0_2.Tag = "1"; this.checkBoxA0_2.Text = "1"; this.checkBoxA0_2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxA0_2.UseVisualStyleBackColor = false; this.checkBoxA0_2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(188, 31); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(36, 13); this.label13.TabIndex = 88; this.label13.Text = "Port A"; // // checkBoxA0_3 // this.checkBoxA0_3.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxA0_3.BackColor = System.Drawing.Color.Gray; this.checkBoxA0_3.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxA0_3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxA0_3.Location = new System.Drawing.Point(238, 51); this.checkBoxA0_3.Name = "checkBoxA0_3"; this.checkBoxA0_3.Size = new System.Drawing.Size(29, 23); this.checkBoxA0_3.TabIndex = 95; this.checkBoxA0_3.Tag = "2"; this.checkBoxA0_3.Text = "2"; this.checkBoxA0_3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxA0_3.UseVisualStyleBackColor = false; this.checkBoxA0_3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // checkBoxB0_9 // this.checkBoxB0_9.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxB0_9.BackColor = System.Drawing.Color.Gray; this.checkBoxB0_9.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxB0_9.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxB0_9.ForeColor = System.Drawing.SystemColors.ControlText; this.checkBoxB0_9.Location = new System.Drawing.Point(436, 51); this.checkBoxB0_9.Name = "checkBoxB0_9"; this.checkBoxB0_9.Size = new System.Drawing.Size(29, 23); this.checkBoxB0_9.TabIndex = 107; this.checkBoxB0_9.Tag = "8"; this.checkBoxB0_9.Text = "0"; this.checkBoxB0_9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxB0_9.UseVisualStyleBackColor = false; this.checkBoxB0_9.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // btnToggle1 // this.btnToggle1.Location = new System.Drawing.Point(338, 83); this.btnToggle1.Name = "btnToggle1"; this.btnToggle1.Size = new System.Drawing.Size(132, 23); this.btnToggle1.TabIndex = 99; this.btnToggle1.Tag = "1"; this.btnToggle1.Text = "Toggle to Output Mode"; this.btnToggle1.UseVisualStyleBackColor = true; this.btnToggle1.Click += new System.EventHandler(this.btnToggle_Click); // // checkBoxB0_10 // this.checkBoxB0_10.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxB0_10.BackColor = System.Drawing.Color.Gray; this.checkBoxB0_10.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxB0_10.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxB0_10.Location = new System.Drawing.Point(405, 51); this.checkBoxB0_10.Name = "checkBoxB0_10"; this.checkBoxB0_10.Size = new System.Drawing.Size(29, 23); this.checkBoxB0_10.TabIndex = 106; this.checkBoxB0_10.Tag = "9"; this.checkBoxB0_10.Text = "1"; this.checkBoxB0_10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxB0_10.UseVisualStyleBackColor = false; this.checkBoxB0_10.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(386, 31); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(36, 13); this.label14.TabIndex = 98; this.label14.Text = "Port B"; // // checkBoxB0_11 // this.checkBoxB0_11.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxB0_11.BackColor = System.Drawing.Color.Gray; this.checkBoxB0_11.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxB0_11.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxB0_11.Location = new System.Drawing.Point(374, 51); this.checkBoxB0_11.Name = "checkBoxB0_11"; this.checkBoxB0_11.Size = new System.Drawing.Size(29, 23); this.checkBoxB0_11.TabIndex = 105; this.checkBoxB0_11.Tag = "10"; this.checkBoxB0_11.Text = "2"; this.checkBoxB0_11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxB0_11.UseVisualStyleBackColor = false; this.checkBoxB0_11.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // checkBoxC0_17 // this.checkBoxC0_17.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxC0_17.BackColor = System.Drawing.Color.Gray; this.checkBoxC0_17.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxC0_17.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxC0_17.ForeColor = System.Drawing.SystemColors.ControlText; this.checkBoxC0_17.Location = new System.Drawing.Point(568, 50); this.checkBoxC0_17.Name = "checkBoxC0_17"; this.checkBoxC0_17.Size = new System.Drawing.Size(29, 23); this.checkBoxC0_17.TabIndex = 117; this.checkBoxC0_17.Tag = "16"; this.checkBoxC0_17.Text = "0"; this.checkBoxC0_17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxC0_17.UseVisualStyleBackColor = false; this.checkBoxC0_17.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // btnToggle2 // this.btnToggle2.Location = new System.Drawing.Point(479, 83); this.btnToggle2.Name = "btnToggle2"; this.btnToggle2.Size = new System.Drawing.Size(139, 23); this.btnToggle2.TabIndex = 109; this.btnToggle2.Tag = "2"; this.btnToggle2.Text = "Toggle to Output Mode"; this.btnToggle2.UseVisualStyleBackColor = true; this.btnToggle2.Click += new System.EventHandler(this.btnToggle_Click); // // checkBoxC0_18 // this.checkBoxC0_18.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxC0_18.BackColor = System.Drawing.Color.Gray; this.checkBoxC0_18.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxC0_18.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxC0_18.Location = new System.Drawing.Point(537, 50); this.checkBoxC0_18.Name = "checkBoxC0_18"; this.checkBoxC0_18.Size = new System.Drawing.Size(29, 23); this.checkBoxC0_18.TabIndex = 116; this.checkBoxC0_18.Tag = "17"; this.checkBoxC0_18.Text = "1"; this.checkBoxC0_18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxC0_18.UseVisualStyleBackColor = false; this.checkBoxC0_18.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(534, 31); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(36, 13); this.label15.TabIndex = 108; this.label15.Text = "Port C"; // // checkBoxC0_19 // this.checkBoxC0_19.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxC0_19.BackColor = System.Drawing.Color.Gray; this.checkBoxC0_19.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxC0_19.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxC0_19.Location = new System.Drawing.Point(506, 50); this.checkBoxC0_19.Name = "checkBoxC0_19"; this.checkBoxC0_19.Size = new System.Drawing.Size(29, 23); this.checkBoxC0_19.TabIndex = 115; this.checkBoxC0_19.Tag = "18"; this.checkBoxC0_19.Text = "2"; this.checkBoxC0_19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxC0_19.UseVisualStyleBackColor = false; this.checkBoxC0_19.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // groupBox2 // this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.groupBox1); this.groupBox2.Controls.Add(this.btnToggleFast); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.btnToggle2); this.groupBox2.Controls.Add(this.label15); this.groupBox2.Controls.Add(this.btnToggle1); this.groupBox2.Controls.Add(this.label14); this.groupBox2.Controls.Add(this.btnToggle0); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.checkBoxC0_17); this.groupBox2.Controls.Add(this.label13); this.groupBox2.Controls.Add(this.checkBoxA1_25); this.groupBox2.Controls.Add(this.checkBoxA0_8); this.groupBox2.Controls.Add(this.checkBoxC0_18); this.groupBox2.Controls.Add(this.checkBoxA0_3); this.groupBox2.Controls.Add(this.checkBoxA1_26); this.groupBox2.Controls.Add(this.checkBoxA0_4); this.groupBox2.Controls.Add(this.groupBox5); this.groupBox2.Controls.Add(this.checkBoxA1_27); this.groupBox2.Controls.Add(this.checkBoxC0_19); this.groupBox2.Controls.Add(this.btnToggle3); this.groupBox2.Controls.Add(this.checkBoxA0_2); this.groupBox2.Controls.Add(this.checkBoxA0_5); this.groupBox2.Controls.Add(this.checkBoxA0_1); this.groupBox2.Controls.Add(this.checkBoxA0_6); this.groupBox2.Controls.Add(this.checkBoxA0_7); this.groupBox2.Controls.Add(this.checkBoxB0_11); this.groupBox2.Controls.Add(this.checkBoxB0_10); this.groupBox2.Controls.Add(this.checkBoxB0_12); this.groupBox2.Controls.Add(this.checkBoxB0_9); this.groupBox2.Controls.Add(this.groupBox3); this.groupBox2.Location = new System.Drawing.Point(8, 367); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(913, 211); this.groupBox2.TabIndex = 118; this.groupBox2.TabStop = false; this.groupBox2.Text = "I/O Ports"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(812, 33); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(49, 13); this.label3.TabIndex = 124; this.label3.Text = "Fast Port"; // // groupBox1 // this.groupBox1.Controls.Add(this.btnTristateOther); this.groupBox1.Controls.Add(this.TristatelabelOther); this.groupBox1.Location = new System.Drawing.Point(620, 120); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(257, 81); this.groupBox1.TabIndex = 123; this.groupBox1.TabStop = false; this.groupBox1.Text = "Tristate Control Port B, C, D, and Fast Digital Port"; // // btnTristateOther // this.btnTristateOther.Location = new System.Drawing.Point(41, 51); this.btnTristateOther.Name = "btnTristateOther"; this.btnTristateOther.Size = new System.Drawing.Size(171, 23); this.btnTristateOther.TabIndex = 56; this.btnTristateOther.Tag = "1"; this.btnTristateOther.Text = " EnterTristate Mode"; this.btnTristateOther.UseVisualStyleBackColor = true; this.btnTristateOther.Click += new System.EventHandler(this.btnTristate_Click); // // TristatelabelOther // this.TristatelabelOther.Location = new System.Drawing.Point(15, 24); this.TristatelabelOther.Name = "TristatelabelOther"; this.TristatelabelOther.Size = new System.Drawing.Size(214, 19); this.TristatelabelOther.TabIndex = 120; this.TristatelabelOther.Tag = "1"; this.TristatelabelOther.Text = "Not Tristate Mode: I/O Buffers Disabled"; this.TristatelabelOther.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnToggleFast // this.btnToggleFast.Location = new System.Drawing.Point(766, 83); this.btnToggleFast.Name = "btnToggleFast"; this.btnToggleFast.Size = new System.Drawing.Size(133, 23); this.btnToggleFast.TabIndex = 121; this.btnToggleFast.Tag = "4"; this.btnToggleFast.Text = "Toggle to Output Mode"; this.btnToggleFast.UseVisualStyleBackColor = true; this.btnToggleFast.Click += new System.EventHandler(this.btnToggle_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 58); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(69, 13); this.label2.TabIndex = 3; this.label2.Text = "In/Out State:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(675, 31); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(37, 13); this.label4.TabIndex = 65; this.label4.Text = "Port D"; // // checkBoxA1_25 // this.checkBoxA1_25.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxA1_25.BackColor = System.Drawing.Color.Gray; this.checkBoxA1_25.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxA1_25.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxA1_25.Location = new System.Drawing.Point(710, 51); this.checkBoxA1_25.Name = "checkBoxA1_25"; this.checkBoxA1_25.Size = new System.Drawing.Size(30, 23); this.checkBoxA1_25.TabIndex = 67; this.checkBoxA1_25.Tag = "24"; this.checkBoxA1_25.Text = "0"; this.checkBoxA1_25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxA1_25.UseVisualStyleBackColor = false; this.checkBoxA1_25.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // checkBoxA1_26 // this.checkBoxA1_26.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxA1_26.BackColor = System.Drawing.Color.Gray; this.checkBoxA1_26.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxA1_26.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxA1_26.Location = new System.Drawing.Point(678, 51); this.checkBoxA1_26.Name = "checkBoxA1_26"; this.checkBoxA1_26.Size = new System.Drawing.Size(30, 23); this.checkBoxA1_26.TabIndex = 68; this.checkBoxA1_26.Tag = "25"; this.checkBoxA1_26.Text = "1"; this.checkBoxA1_26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxA1_26.UseVisualStyleBackColor = false; this.checkBoxA1_26.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // checkBoxA1_27 // this.checkBoxA1_27.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxA1_27.BackColor = System.Drawing.Color.Gray; this.checkBoxA1_27.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxA1_27.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxA1_27.Location = new System.Drawing.Point(646, 51); this.checkBoxA1_27.Name = "checkBoxA1_27"; this.checkBoxA1_27.Size = new System.Drawing.Size(30, 23); this.checkBoxA1_27.TabIndex = 69; this.checkBoxA1_27.Tag = "26"; this.checkBoxA1_27.Text = "2"; this.checkBoxA1_27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxA1_27.UseVisualStyleBackColor = false; this.checkBoxA1_27.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // btnToggle3 // this.btnToggle3.Location = new System.Drawing.Point(624, 83); this.btnToggle3.Name = "btnToggle3"; this.btnToggle3.Size = new System.Drawing.Size(133, 23); this.btnToggle3.TabIndex = 66; this.btnToggle3.Tag = "3"; this.btnToggle3.Text = "Toggle to Output Mode"; this.btnToggle3.UseVisualStyleBackColor = true; this.btnToggle3.Click += new System.EventHandler(this.btnToggle_Click); // // checkBoxB0_12 // this.checkBoxB0_12.Appearance = System.Windows.Forms.Appearance.Button; this.checkBoxB0_12.BackColor = System.Drawing.Color.Gray; this.checkBoxB0_12.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; this.checkBoxB0_12.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBoxB0_12.Location = new System.Drawing.Point(343, 51); this.checkBoxB0_12.Name = "checkBoxB0_12"; this.checkBoxB0_12.Size = new System.Drawing.Size(29, 23); this.checkBoxB0_12.TabIndex = 104; this.checkBoxB0_12.Tag = "11"; this.checkBoxB0_12.Text = "3"; this.checkBoxB0_12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxB0_12.UseVisualStyleBackColor = false; this.checkBoxB0_12.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkBoxPin_CheckedChanged); // // groupBox3 // this.groupBox3.Controls.Add(this.btnTristateA); this.groupBox3.Controls.Add(this.TristatelabelA); this.groupBox3.Location = new System.Drawing.Point(351, 120); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(252, 81); this.groupBox3.TabIndex = 122; this.groupBox3.TabStop = false; this.groupBox3.Text = "Tristate Control Port A"; // // TristatelabelA // this.TristatelabelA.Location = new System.Drawing.Point(12, 24); this.TristatelabelA.Name = "TristatelabelA"; this.TristatelabelA.Size = new System.Drawing.Size(214, 19); this.TristatelabelA.TabIndex = 120; this.TristatelabelA.Tag = "0"; this.TristatelabelA.Text = "Not Tristate Mode: I/O Buffers Disabled"; this.TristatelabelA.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnDevice // this.btnDevice.Location = new System.Drawing.Point(771, 640); this.btnDevice.Name = "btnDevice"; this.btnDevice.Size = new System.Drawing.Size(136, 23); this.btnDevice.TabIndex = 121; this.btnDevice.Text = "Device Select"; this.btnDevice.UseVisualStyleBackColor = true; this.btnDevice.Click += new System.EventHandler(this.btnDevice_Click); // // trackBarFreqA // this.trackBarFreqA.Location = new System.Drawing.Point(112, 628); this.trackBarFreqA.Maximum = 8000; this.trackBarFreqA.Name = "trackBarFreqA"; this.trackBarFreqA.Size = new System.Drawing.Size(446, 42); this.trackBarFreqA.TabIndex = 127; this.trackBarFreqA.Tag = "0"; this.trackBarFreqA.TickFrequency = 1000; this.trackBarFreqA.Scroll += new System.EventHandler(this.trackBarFreqX_Scroll); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(45, 51); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 13); this.label1.TabIndex = 130; this.label1.Text = "Data Rate"; // // lblFreqA // this.lblFreqA.AutoSize = true; this.lblFreqA.Location = new System.Drawing.Point(264, 28); this.lblFreqA.Name = "lblFreqA"; this.lblFreqA.Size = new System.Drawing.Size(73, 13); this.lblFreqA.TabIndex = 135; this.lblFreqA.Tag = "0"; this.lblFreqA.Text = "Rate: 0.00Hz"; // // richTextBox1 // this.richTextBox1.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.richTextBox1.Location = new System.Drawing.Point(9, 20); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical; this.richTextBox1.Size = new System.Drawing.Size(531, 319); this.richTextBox1.TabIndex = 149; this.richTextBox1.Text = resources.GetString("richTextBox1.Text"); // // richTextBoxData // this.richTextBoxData.Location = new System.Drawing.Point(5, 19); this.richTextBoxData.Name = "richTextBoxData"; this.richTextBoxData.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical; this.richTextBoxData.Size = new System.Drawing.Size(333, 223); this.richTextBoxData.TabIndex = 150; this.richTextBoxData.Text = "Test Data to transmit and receive."; this.richTextBoxData.TextChanged += new System.EventHandler(this.richTextBoxData_TextChanged); // // btnSendReceive // this.btnSendReceive.Location = new System.Drawing.Point(119, 319); this.btnSendReceive.Name = "btnSendReceive"; this.btnSendReceive.Size = new System.Drawing.Size(99, 23); this.btnSendReceive.TabIndex = 151; this.btnSendReceive.Text = "Send"; this.btnSendReceive.UseVisualStyleBackColor = true; this.btnSendReceive.Click += new System.EventHandler(this.btnSend_Click); // // checkBoxHex // this.checkBoxHex.AutoSize = true; this.checkBoxHex.Location = new System.Drawing.Point(9, 319); this.checkBoxHex.Name = "checkBoxHex"; this.checkBoxHex.Size = new System.Drawing.Size(88, 17); this.checkBoxHex.TabIndex = 152; this.checkBoxHex.Text = "Hex Receive"; this.checkBoxHex.UseVisualStyleBackColor = true; // // btnClearData // this.btnClearData.Location = new System.Drawing.Point(119, 287); this.btnClearData.Name = "btnClearData"; this.btnClearData.Size = new System.Drawing.Size(99, 23); this.btnClearData.TabIndex = 156; this.btnClearData.Text = "Clear Data"; this.btnClearData.UseVisualStyleBackColor = true; this.btnClearData.Click += new System.EventHandler(this.btnClearSampleData_Click); // // btnAddSampleData // this.btnAddSampleData.Location = new System.Drawing.Point(9, 287); this.btnAddSampleData.Name = "btnAddSampleData"; this.btnAddSampleData.Size = new System.Drawing.Size(99, 23); this.btnAddSampleData.TabIndex = 157; this.btnAddSampleData.Text = "Add Sample File"; this.btnAddSampleData.UseVisualStyleBackColor = true; this.btnAddSampleData.Click += new System.EventHandler(this.btnAddSampleData_Click); // // btnConfigSend // this.btnConfigSend.Location = new System.Drawing.Point(771, 598); this.btnConfigSend.Name = "btnConfigSend"; this.btnConfigSend.Size = new System.Drawing.Size(136, 23); this.btnConfigSend.TabIndex = 158; this.btnConfigSend.Text = "Sample Config Output"; this.btnConfigSend.UseVisualStyleBackColor = true; this.btnConfigSend.Click += new System.EventHandler(this.btnConfigSend_Click); // // btnConfigRecieve // this.btnConfigRecieve.Location = new System.Drawing.Point(625, 598); this.btnConfigRecieve.Name = "btnConfigRecieve"; this.btnConfigRecieve.Size = new System.Drawing.Size(136, 23); this.btnConfigRecieve.TabIndex = 159; this.btnConfigRecieve.Text = "Sample Config Input"; this.btnConfigRecieve.UseVisualStyleBackColor = true; this.btnConfigRecieve.Click += new System.EventHandler(this.btnConfigRecieve_Click); // // groupBox4 // this.groupBox4.Controls.Add(this.richTextBox1); this.groupBox4.Location = new System.Drawing.Point(8, 12); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(553, 349); this.groupBox4.TabIndex = 160; this.groupBox4.TabStop = false; this.groupBox4.Text = "Instructions"; // // groupBox6 // this.groupBox6.Controls.Add(this.label10); this.groupBox6.Controls.Add(this.textBoxBlockSizeReturned); this.groupBox6.Controls.Add(this.btnReceive); this.groupBox6.Controls.Add(this.button1); this.groupBox6.Controls.Add(this.label8); this.groupBox6.Controls.Add(this.richTextBoxData); this.groupBox6.Controls.Add(this.textBoxBlockSize); this.groupBox6.Controls.Add(this.btnClearData); this.groupBox6.Controls.Add(this.btnSendReceive); this.groupBox6.Controls.Add(this.btnAddSampleData); this.groupBox6.Controls.Add(this.checkBoxHex); this.groupBox6.Location = new System.Drawing.Point(568, 12); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(353, 349); this.groupBox6.TabIndex = 161; this.groupBox6.TabStop = false; this.groupBox6.Text = "Data Control"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(175, 261); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(89, 13); this.label10.TabIndex = 162; this.label10.Text = "Bytes transferred:"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBoxBlockSizeReturned // this.textBoxBlockSizeReturned.Location = new System.Drawing.Point(265, 258); this.textBoxBlockSizeReturned.Name = "textBoxBlockSizeReturned"; this.textBoxBlockSizeReturned.Size = new System.Drawing.Size(70, 20); this.textBoxBlockSizeReturned.TabIndex = 161; this.textBoxBlockSizeReturned.Text = "0"; // // btnReceive // this.btnReceive.Location = new System.Drawing.Point(236, 317); this.btnReceive.Name = "btnReceive"; this.btnReceive.Size = new System.Drawing.Size(99, 23); this.btnReceive.TabIndex = 160; this.btnReceive.Text = "Receive"; this.btnReceive.UseVisualStyleBackColor = true; this.btnReceive.Click += new System.EventHandler(this.btnReceive_Click); // // button1 // this.button1.Location = new System.Drawing.Point(237, 287); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(99, 23); this.button1.TabIndex = 159; this.button1.Text = "Save Sample File"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.btnSaveSampleData_Click); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(8, 261); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(91, 13); this.label8.TabIndex = 158; this.label8.Text = "Words to transfer:"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBoxBlockSize // this.textBoxBlockSize.Location = new System.Drawing.Point(104, 258); this.textBoxBlockSize.Name = "textBoxBlockSize"; this.textBoxBlockSize.Size = new System.Drawing.Size(63, 20); this.textBoxBlockSize.TabIndex = 157; this.textBoxBlockSize.Text = "256"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(113, 27); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(101, 13); this.label7.TabIndex = 162; this.label7.Text = "O == External Clock"; // // groupBox7 // this.groupBox7.Controls.Add(this.label7); this.groupBox7.Controls.Add(this.lblFreqA); this.groupBox7.Controls.Add(this.label1); this.groupBox7.Location = new System.Drawing.Point(5, 584); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(603, 92); this.groupBox7.TabIndex = 163; this.groupBox7.TabStop = false; this.groupBox7.Text = "Data Rate Control (optional)"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(933, 679); this.Controls.Add(this.btnConfigRecieve); this.Controls.Add(this.btnConfigSend); this.Controls.Add(this.trackBarFreqA); this.Controls.Add(this.groupBox2); this.Controls.Add(this.btnDevice); this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox7); this.MaximizeBox = false; this.Name = "Form1"; this.Tag = "0"; this.Text = "USB-DIO-16 Visual C# Sample1"; this.Load += new System.EventHandler(this.Form1_Load); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.trackBarFreqA)).EndInit(); this.groupBox4.ResumeLayout(false); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); this.groupBox7.ResumeLayout(false); this.groupBox7.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnTristateA; private System.Windows.Forms.CheckBox checkBox3; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Label label5; private System.Windows.Forms.CheckBox checkBox4; private System.Windows.Forms.Label label6; private System.Windows.Forms.CheckBox checkBoxA0_8; private System.Windows.Forms.CheckBox checkBoxA0_4; private System.Windows.Forms.CheckBox checkBoxA0_1; private System.Windows.Forms.CheckBox checkBoxA0_5; private System.Windows.Forms.CheckBox checkBoxA0_7; private System.Windows.Forms.CheckBox checkBoxA0_6; private System.Windows.Forms.Button btnToggle0; private System.Windows.Forms.CheckBox checkBoxA0_2; private System.Windows.Forms.Label label13; private System.Windows.Forms.CheckBox checkBoxA0_3; private System.Windows.Forms.CheckBox checkBoxB0_9; private System.Windows.Forms.Button btnToggle1; private System.Windows.Forms.CheckBox checkBoxB0_10; private System.Windows.Forms.Label label14; private System.Windows.Forms.CheckBox checkBoxB0_11; private System.Windows.Forms.CheckBox checkBoxC0_17; private System.Windows.Forms.Button btnToggle2; private System.Windows.Forms.CheckBox checkBoxC0_18; private System.Windows.Forms.Label label15; private System.Windows.Forms.CheckBox checkBoxC0_19; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label TristatelabelA; private System.Windows.Forms.Button btnDevice; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnToggle3; private System.Windows.Forms.CheckBox checkBoxA1_27; private System.Windows.Forms.CheckBox checkBoxA1_26; private System.Windows.Forms.CheckBox checkBoxA1_25; private System.Windows.Forms.TrackBar trackBarFreqA; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblFreqA; private System.Windows.Forms.CheckBox checkBoxB0_12; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnTristateOther; private System.Windows.Forms.Label TristatelabelOther; private System.Windows.Forms.Button btnToggleFast; private System.Windows.Forms.Label label3; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.RichTextBox richTextBoxData; private System.Windows.Forms.Button btnSendReceive; private System.Windows.Forms.CheckBox checkBoxHex; private System.Windows.Forms.Button btnClearData; private System.Windows.Forms.Button btnAddSampleData; private System.Windows.Forms.Button btnConfigSend; private System.Windows.Forms.Button btnConfigRecieve; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.GroupBox groupBox6; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox textBoxBlockSize; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label7; private System.Windows.Forms.GroupBox groupBox7; private System.Windows.Forms.Button btnReceive; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox textBoxBlockSizeReturned; } }