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() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.labelCardName = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.textBoxStatus = new System.Windows.Forms.TextBox(); this.btnPerformIO = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); this.btnInit = new System.Windows.Forms.Button(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.textBoxVolts7 = new System.Windows.Forms.TextBox(); this.textBoxVolts6 = new System.Windows.Forms.TextBox(); this.textBoxVolts5 = new System.Windows.Forms.TextBox(); this.textBoxVolts4 = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.textBoxVolts3 = new System.Windows.Forms.TextBox(); this.textBoxVolts2 = new System.Windows.Forms.TextBox(); this.textBoxVolts1 = new System.Windows.Forms.TextBox(); this.textBoxVolts0 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.btnReset0 = new System.Windows.Forms.Button(); this.btnReset1 = new System.Windows.Forms.Button(); this.btnReset2 = new System.Windows.Forms.Button(); this.btnReset3 = new System.Windows.Forms.Button(); this.btnReset4 = new System.Windows.Forms.Button(); this.btnReset5 = new System.Windows.Forms.Button(); this.btnReset6 = new System.Windows.Forms.Button(); this.btnReset7 = new System.Windows.Forms.Button(); this.comboBoxMulti0 = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.comboBoxMulti1 = new System.Windows.Forms.ComboBox(); this.comboBoxMulti2 = new System.Windows.Forms.ComboBox(); this.comboBoxMulti3 = new System.Windows.Forms.ComboBox(); this.comboBoxMulti4 = new System.Windows.Forms.ComboBox(); this.comboBoxMulti5 = new System.Windows.Forms.ComboBox(); this.comboBoxMulti6 = new System.Windows.Forms.ComboBox(); this.comboBoxMulti7 = new System.Windows.Forms.ComboBox(); this.btnReverse = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.btnRead7 = new System.Windows.Forms.Button(); this.btnRead6 = new System.Windows.Forms.Button(); this.btnRead5 = new System.Windows.Forms.Button(); this.btnRead4 = new System.Windows.Forms.Button(); this.btnRead3 = new System.Windows.Forms.Button(); this.btnRead2 = new System.Windows.Forms.Button(); this.btnRead1 = new System.Windows.Forms.Button(); this.btnRead0 = new System.Windows.Forms.Button(); this.textBoxFlag7 = new System.Windows.Forms.TextBox(); this.textBoxFlag6 = new System.Windows.Forms.TextBox(); this.textBoxFlag5 = new System.Windows.Forms.TextBox(); this.textBoxFlag4 = new System.Windows.Forms.TextBox(); this.textBoxFlag3 = new System.Windows.Forms.TextBox(); this.textBoxFlag2 = new System.Windows.Forms.TextBox(); this.textBoxFlag1 = new System.Windows.Forms.TextBox(); this.textBoxFlag0 = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.textBoxCtrlReg = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(179, 11); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(162, 17); this.label1.TabIndex = 0; this.label1.Text = "Windows Quad8 Sample"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(27, 39); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(83, 17); this.label2.TabIndex = 1; this.label2.Text = "Card Name:"; // // labelCardName // this.labelCardName.AutoSize = true; this.labelCardName.Location = new System.Drawing.Point(118, 39); this.labelCardName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelCardName.Name = "labelCardName"; this.labelCardName.Size = new System.Drawing.Size(36, 17); this.labelCardName.TabIndex = 2; this.labelCardName.Text = "card"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(20, 376); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(52, 17); this.label8.TabIndex = 11; this.label8.Text = "Status:"; // // textBoxStatus // this.textBoxStatus.Location = new System.Drawing.Point(24, 408); this.textBoxStatus.Margin = new System.Windows.Forms.Padding(4); this.textBoxStatus.Multiline = true; this.textBoxStatus.Name = "textBoxStatus"; this.textBoxStatus.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBoxStatus.Size = new System.Drawing.Size(408, 107); this.textBoxStatus.TabIndex = 12; // // btnPerformIO // this.btnPerformIO.Location = new System.Drawing.Point(623, 484); this.btnPerformIO.Margin = new System.Windows.Forms.Padding(4); this.btnPerformIO.Name = "btnPerformIO"; this.btnPerformIO.Size = new System.Drawing.Size(100, 27); this.btnPerformIO.TabIndex = 13; this.btnPerformIO.Text = "&Perform I/O"; this.btnPerformIO.UseVisualStyleBackColor = true; this.btnPerformIO.Click += new System.EventHandler(this.btnPerformIO_Click); // // btnExit // this.btnExit.Location = new System.Drawing.Point(461, 705); this.btnExit.Margin = new System.Windows.Forms.Padding(4); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(100, 28); this.btnExit.TabIndex = 14; this.btnExit.Text = "Exit Program"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // btnInit // this.btnInit.Location = new System.Drawing.Point(624, 441); this.btnInit.Name = "btnInit"; this.btnInit.Size = new System.Drawing.Size(100, 27); this.btnInit.TabIndex = 99; this.btnInit.Text = "&Init"; this.btnInit.UseVisualStyleBackColor = true; this.btnInit.Click += new System.EventHandler(this.btnInit_Click); // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(23, 332); this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(64, 17); this.label12.TabIndex = 98; this.label12.Text = "Chanel 7"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(23, 301); this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(64, 17); this.label13.TabIndex = 97; this.label13.Text = "Chanel 6"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(23, 269); this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(64, 17); this.label14.TabIndex = 96; this.label14.Text = "Chanel 5"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(23, 237); this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(64, 17); this.label15.TabIndex = 95; this.label15.Text = "Chanel 4"; // // textBoxVolts7 // this.textBoxVolts7.Location = new System.Drawing.Point(92, 329); this.textBoxVolts7.Margin = new System.Windows.Forms.Padding(4); this.textBoxVolts7.Name = "textBoxVolts7"; this.textBoxVolts7.Size = new System.Drawing.Size(90, 22); this.textBoxVolts7.TabIndex = 94; // // textBoxVolts6 // this.textBoxVolts6.Location = new System.Drawing.Point(92, 297); this.textBoxVolts6.Margin = new System.Windows.Forms.Padding(4); this.textBoxVolts6.Name = "textBoxVolts6"; this.textBoxVolts6.Size = new System.Drawing.Size(90, 22); this.textBoxVolts6.TabIndex = 93; // // textBoxVolts5 // this.textBoxVolts5.Location = new System.Drawing.Point(92, 265); this.textBoxVolts5.Margin = new System.Windows.Forms.Padding(4); this.textBoxVolts5.Name = "textBoxVolts5"; this.textBoxVolts5.Size = new System.Drawing.Size(90, 22); this.textBoxVolts5.TabIndex = 92; // // textBoxVolts4 // this.textBoxVolts4.Location = new System.Drawing.Point(92, 233); this.textBoxVolts4.Margin = new System.Windows.Forms.Padding(4); this.textBoxVolts4.Name = "textBoxVolts4"; this.textBoxVolts4.Size = new System.Drawing.Size(90, 22); this.textBoxVolts4.TabIndex = 91; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(23, 204); this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(64, 17); this.label11.TabIndex = 90; this.label11.Text = "Chanel 3"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(23, 173); this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(64, 17); this.label10.TabIndex = 89; this.label10.Text = "Chanel 2"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(23, 141); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(64, 17); this.label9.TabIndex = 88; this.label9.Text = "Chanel 1"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(23, 109); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(64, 17); this.label7.TabIndex = 87; this.label7.Text = "Chanel 0"; // // textBoxVolts3 // this.textBoxVolts3.Location = new System.Drawing.Point(92, 201); this.textBoxVolts3.Margin = new System.Windows.Forms.Padding(4); this.textBoxVolts3.Name = "textBoxVolts3"; this.textBoxVolts3.Size = new System.Drawing.Size(90, 22); this.textBoxVolts3.TabIndex = 86; // // textBoxVolts2 // this.textBoxVolts2.Location = new System.Drawing.Point(92, 169); this.textBoxVolts2.Margin = new System.Windows.Forms.Padding(4); this.textBoxVolts2.Name = "textBoxVolts2"; this.textBoxVolts2.Size = new System.Drawing.Size(90, 22); this.textBoxVolts2.TabIndex = 85; // // textBoxVolts1 // this.textBoxVolts1.Location = new System.Drawing.Point(92, 137); this.textBoxVolts1.Margin = new System.Windows.Forms.Padding(4); this.textBoxVolts1.Name = "textBoxVolts1"; this.textBoxVolts1.Size = new System.Drawing.Size(90, 22); this.textBoxVolts1.TabIndex = 84; // // textBoxVolts0 // this.textBoxVolts0.Location = new System.Drawing.Point(92, 105); this.textBoxVolts0.Margin = new System.Windows.Forms.Padding(4); this.textBoxVolts0.Name = "textBoxVolts0"; this.textBoxVolts0.Size = new System.Drawing.Size(90, 22); this.textBoxVolts0.TabIndex = 82; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(83, 75); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(107, 17); this.label6.TabIndex = 81; this.label6.Text = "Current reading"; // // btnReset0 // this.btnReset0.Location = new System.Drawing.Point(200, 105); this.btnReset0.Name = "btnReset0"; this.btnReset0.Size = new System.Drawing.Size(75, 23); this.btnReset0.TabIndex = 100; this.btnReset0.Tag = "0"; this.btnReset0.Text = "Reset 0"; this.btnReset0.UseVisualStyleBackColor = true; this.btnReset0.Click += new System.EventHandler(this.btnReset_Click); // // btnReset1 // this.btnReset1.Location = new System.Drawing.Point(200, 137); this.btnReset1.Name = "btnReset1"; this.btnReset1.Size = new System.Drawing.Size(75, 23); this.btnReset1.TabIndex = 101; this.btnReset1.Tag = "1"; this.btnReset1.Text = "Reset 1"; this.btnReset1.UseVisualStyleBackColor = true; this.btnReset1.Click += new System.EventHandler(this.btnReset_Click); // // btnReset2 // this.btnReset2.Location = new System.Drawing.Point(200, 169); this.btnReset2.Name = "btnReset2"; this.btnReset2.Size = new System.Drawing.Size(75, 23); this.btnReset2.TabIndex = 102; this.btnReset2.Tag = "2"; this.btnReset2.Text = "Reset 2"; this.btnReset2.UseVisualStyleBackColor = true; this.btnReset2.Click += new System.EventHandler(this.btnReset_Click); // // btnReset3 // this.btnReset3.Location = new System.Drawing.Point(200, 201); this.btnReset3.Name = "btnReset3"; this.btnReset3.Size = new System.Drawing.Size(75, 23); this.btnReset3.TabIndex = 103; this.btnReset3.Tag = "3"; this.btnReset3.Text = "Reset 3"; this.btnReset3.UseVisualStyleBackColor = true; this.btnReset3.Click += new System.EventHandler(this.btnReset_Click); // // btnReset4 // this.btnReset4.Location = new System.Drawing.Point(200, 233); this.btnReset4.Name = "btnReset4"; this.btnReset4.Size = new System.Drawing.Size(75, 23); this.btnReset4.TabIndex = 104; this.btnReset4.Tag = "4"; this.btnReset4.Text = "Reset 4"; this.btnReset4.UseVisualStyleBackColor = true; this.btnReset4.Click += new System.EventHandler(this.btnReset_Click); // // btnReset5 // this.btnReset5.Location = new System.Drawing.Point(200, 265); this.btnReset5.Name = "btnReset5"; this.btnReset5.Size = new System.Drawing.Size(75, 23); this.btnReset5.TabIndex = 105; this.btnReset5.Tag = "5"; this.btnReset5.Text = "Reset 5"; this.btnReset5.UseVisualStyleBackColor = true; this.btnReset5.Click += new System.EventHandler(this.btnReset_Click); // // btnReset6 // this.btnReset6.Location = new System.Drawing.Point(200, 297); this.btnReset6.Name = "btnReset6"; this.btnReset6.Size = new System.Drawing.Size(75, 23); this.btnReset6.TabIndex = 106; this.btnReset6.Tag = "6"; this.btnReset6.Text = "Reset 6"; this.btnReset6.UseVisualStyleBackColor = true; this.btnReset6.Click += new System.EventHandler(this.btnReset_Click); // // btnReset7 // this.btnReset7.Location = new System.Drawing.Point(200, 329); this.btnReset7.Name = "btnReset7"; this.btnReset7.Size = new System.Drawing.Size(75, 23); this.btnReset7.TabIndex = 107; this.btnReset7.Tag = "7"; this.btnReset7.Text = "Reset 7"; this.btnReset7.UseVisualStyleBackColor = true; this.btnReset7.Click += new System.EventHandler(this.btnReset_Click); // // comboBoxMulti0 // this.comboBoxMulti0.FormattingEnabled = true; this.comboBoxMulti0.Items.AddRange(new object[] { "Non-quadrature", "x1 quadrature", "x2 quadrature", "x4 quadrature"}); this.comboBoxMulti0.Location = new System.Drawing.Point(292, 105); this.comboBoxMulti0.Name = "comboBoxMulti0"; this.comboBoxMulti0.Size = new System.Drawing.Size(140, 24); this.comboBoxMulti0.TabIndex = 108; this.comboBoxMulti0.Tag = "0"; this.comboBoxMulti0.SelectedIndexChanged += new System.EventHandler(this.comboBoxMulti_SelectedIndexChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(214, 77); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(45, 17); this.label3.TabIndex = 109; this.label3.Text = "Reset"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(307, 80); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(84, 17); this.label4.TabIndex = 110; this.label4.Text = "Count Mode"; // // comboBoxMulti1 // this.comboBoxMulti1.FormattingEnabled = true; this.comboBoxMulti1.Items.AddRange(new object[] { "Non-quadrature", "x1 quadrature", "x2 quadrature", "x4 quadrature"}); this.comboBoxMulti1.Location = new System.Drawing.Point(292, 137); this.comboBoxMulti1.Name = "comboBoxMulti1"; this.comboBoxMulti1.Size = new System.Drawing.Size(140, 24); this.comboBoxMulti1.TabIndex = 111; this.comboBoxMulti1.Tag = "1"; this.comboBoxMulti1.SelectedIndexChanged += new System.EventHandler(this.comboBoxMulti_SelectedIndexChanged); // // comboBoxMulti2 // this.comboBoxMulti2.FormattingEnabled = true; this.comboBoxMulti2.Items.AddRange(new object[] { "Non-quadrature", "x1 quadrature", "x2 quadrature", "x4 quadrature"}); this.comboBoxMulti2.Location = new System.Drawing.Point(292, 169); this.comboBoxMulti2.Name = "comboBoxMulti2"; this.comboBoxMulti2.Size = new System.Drawing.Size(140, 24); this.comboBoxMulti2.TabIndex = 112; this.comboBoxMulti2.Tag = "2"; this.comboBoxMulti2.SelectedIndexChanged += new System.EventHandler(this.comboBoxMulti_SelectedIndexChanged); // // comboBoxMulti3 // this.comboBoxMulti3.FormattingEnabled = true; this.comboBoxMulti3.Items.AddRange(new object[] { "Non-quadrature", "x1 quadrature", "x2 quadrature", "x4 quadrature"}); this.comboBoxMulti3.Location = new System.Drawing.Point(292, 201); this.comboBoxMulti3.Name = "comboBoxMulti3"; this.comboBoxMulti3.Size = new System.Drawing.Size(140, 24); this.comboBoxMulti3.TabIndex = 113; this.comboBoxMulti3.Tag = "3"; this.comboBoxMulti3.SelectedIndexChanged += new System.EventHandler(this.comboBoxMulti_SelectedIndexChanged); // // comboBoxMulti4 // this.comboBoxMulti4.FormattingEnabled = true; this.comboBoxMulti4.Items.AddRange(new object[] { "Non-quadrature", "x1 quadrature", "x2 quadrature", "x4 quadrature"}); this.comboBoxMulti4.Location = new System.Drawing.Point(292, 233); this.comboBoxMulti4.Name = "comboBoxMulti4"; this.comboBoxMulti4.Size = new System.Drawing.Size(140, 24); this.comboBoxMulti4.TabIndex = 114; this.comboBoxMulti4.Tag = "4"; this.comboBoxMulti4.SelectedIndexChanged += new System.EventHandler(this.comboBoxMulti_SelectedIndexChanged); // // comboBoxMulti5 // this.comboBoxMulti5.FormattingEnabled = true; this.comboBoxMulti5.Items.AddRange(new object[] { "Non-quadrature", "x1 quadrature", "x2 quadrature", "x4 quadrature"}); this.comboBoxMulti5.Location = new System.Drawing.Point(292, 265); this.comboBoxMulti5.Name = "comboBoxMulti5"; this.comboBoxMulti5.Size = new System.Drawing.Size(140, 24); this.comboBoxMulti5.TabIndex = 115; this.comboBoxMulti5.Tag = "5"; this.comboBoxMulti5.SelectedIndexChanged += new System.EventHandler(this.comboBoxMulti_SelectedIndexChanged); // // comboBoxMulti6 // this.comboBoxMulti6.FormattingEnabled = true; this.comboBoxMulti6.Items.AddRange(new object[] { "Non-quadrature", "x1 quadrature", "x2 quadrature", "x4 quadrature"}); this.comboBoxMulti6.Location = new System.Drawing.Point(292, 297); this.comboBoxMulti6.Name = "comboBoxMulti6"; this.comboBoxMulti6.Size = new System.Drawing.Size(140, 24); this.comboBoxMulti6.TabIndex = 116; this.comboBoxMulti6.Tag = "6"; this.comboBoxMulti6.SelectedIndexChanged += new System.EventHandler(this.comboBoxMulti_SelectedIndexChanged); // // comboBoxMulti7 // this.comboBoxMulti7.FormattingEnabled = true; this.comboBoxMulti7.Items.AddRange(new object[] { "Non-quadrature", "x1 quadrature", "x2 quadrature", "x4 quadrature"}); this.comboBoxMulti7.Location = new System.Drawing.Point(292, 329); this.comboBoxMulti7.Name = "comboBoxMulti7"; this.comboBoxMulti7.Size = new System.Drawing.Size(140, 24); this.comboBoxMulti7.TabIndex = 117; this.comboBoxMulti7.Tag = "7"; this.comboBoxMulti7.SelectedIndexChanged += new System.EventHandler(this.comboBoxMulti_SelectedIndexChanged); // // btnReverse // this.btnReverse.Location = new System.Drawing.Point(545, 573); this.btnReverse.Name = "btnReverse"; this.btnReverse.Size = new System.Drawing.Size(100, 27); this.btnReverse.TabIndex = 118; this.btnReverse.Text = "Reverse"; this.btnReverse.UseVisualStyleBackColor = true; this.btnReverse.Click += new System.EventHandler(this.btnReverse_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(637, 56); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(84, 17); this.label5.TabIndex = 120; this.label5.Text = "Flags (STR)"; // // btnRead7 // this.btnRead7.Location = new System.Drawing.Point(492, 330); this.btnRead7.Name = "btnRead7"; this.btnRead7.Size = new System.Drawing.Size(75, 23); this.btnRead7.TabIndex = 136; this.btnRead7.Tag = "7"; this.btnRead7.Text = "Read 7"; this.btnRead7.UseVisualStyleBackColor = true; this.btnRead7.Click += new System.EventHandler(this.btnReadFlags_Click); // // btnRead6 // this.btnRead6.Location = new System.Drawing.Point(492, 298); this.btnRead6.Name = "btnRead6"; this.btnRead6.Size = new System.Drawing.Size(75, 23); this.btnRead6.TabIndex = 135; this.btnRead6.Tag = "6"; this.btnRead6.Text = "Read 6"; this.btnRead6.UseVisualStyleBackColor = true; this.btnRead6.Click += new System.EventHandler(this.btnReadFlags_Click); // // btnRead5 // this.btnRead5.Location = new System.Drawing.Point(492, 266); this.btnRead5.Name = "btnRead5"; this.btnRead5.Size = new System.Drawing.Size(75, 23); this.btnRead5.TabIndex = 134; this.btnRead5.Tag = "5"; this.btnRead5.Text = "Read 5"; this.btnRead5.UseVisualStyleBackColor = true; this.btnRead5.Click += new System.EventHandler(this.btnReadFlags_Click); // // btnRead4 // this.btnRead4.Location = new System.Drawing.Point(492, 234); this.btnRead4.Name = "btnRead4"; this.btnRead4.Size = new System.Drawing.Size(75, 23); this.btnRead4.TabIndex = 133; this.btnRead4.Tag = "4"; this.btnRead4.Text = "Read 4"; this.btnRead4.UseVisualStyleBackColor = true; this.btnRead4.Click += new System.EventHandler(this.btnReadFlags_Click); // // btnRead3 // this.btnRead3.Location = new System.Drawing.Point(492, 202); this.btnRead3.Name = "btnRead3"; this.btnRead3.Size = new System.Drawing.Size(75, 23); this.btnRead3.TabIndex = 132; this.btnRead3.Tag = "3"; this.btnRead3.Text = "Read 3"; this.btnRead3.UseVisualStyleBackColor = true; this.btnRead3.Click += new System.EventHandler(this.btnReadFlags_Click); // // btnRead2 // this.btnRead2.Location = new System.Drawing.Point(492, 170); this.btnRead2.Name = "btnRead2"; this.btnRead2.Size = new System.Drawing.Size(75, 23); this.btnRead2.TabIndex = 131; this.btnRead2.Tag = "2"; this.btnRead2.Text = "Read 2"; this.btnRead2.UseVisualStyleBackColor = true; this.btnRead2.Click += new System.EventHandler(this.btnReadFlags_Click); // // btnRead1 // this.btnRead1.Location = new System.Drawing.Point(492, 138); this.btnRead1.Name = "btnRead1"; this.btnRead1.Size = new System.Drawing.Size(75, 23); this.btnRead1.TabIndex = 130; this.btnRead1.Tag = "1"; this.btnRead1.Text = "Read 1"; this.btnRead1.UseVisualStyleBackColor = true; this.btnRead1.Click += new System.EventHandler(this.btnReadFlags_Click); // // btnRead0 // this.btnRead0.Location = new System.Drawing.Point(492, 106); this.btnRead0.Name = "btnRead0"; this.btnRead0.Size = new System.Drawing.Size(75, 23); this.btnRead0.TabIndex = 129; this.btnRead0.Tag = "0"; this.btnRead0.Text = "Read 0"; this.btnRead0.UseVisualStyleBackColor = true; this.btnRead0.Click += new System.EventHandler(this.btnReadFlags_Click); // // textBoxFlag7 // this.textBoxFlag7.Location = new System.Drawing.Point(632, 330); this.textBoxFlag7.Margin = new System.Windows.Forms.Padding(4); this.textBoxFlag7.Name = "textBoxFlag7"; this.textBoxFlag7.Size = new System.Drawing.Size(90, 22); this.textBoxFlag7.TabIndex = 128; // // textBoxFlag6 // this.textBoxFlag6.Location = new System.Drawing.Point(632, 298); this.textBoxFlag6.Margin = new System.Windows.Forms.Padding(4); this.textBoxFlag6.Name = "textBoxFlag6"; this.textBoxFlag6.Size = new System.Drawing.Size(90, 22); this.textBoxFlag6.TabIndex = 127; // // textBoxFlag5 // this.textBoxFlag5.Location = new System.Drawing.Point(632, 266); this.textBoxFlag5.Margin = new System.Windows.Forms.Padding(4); this.textBoxFlag5.Name = "textBoxFlag5"; this.textBoxFlag5.Size = new System.Drawing.Size(90, 22); this.textBoxFlag5.TabIndex = 126; // // textBoxFlag4 // this.textBoxFlag4.Location = new System.Drawing.Point(632, 234); this.textBoxFlag4.Margin = new System.Windows.Forms.Padding(4); this.textBoxFlag4.Name = "textBoxFlag4"; this.textBoxFlag4.Size = new System.Drawing.Size(90, 22); this.textBoxFlag4.TabIndex = 125; // // textBoxFlag3 // this.textBoxFlag3.Location = new System.Drawing.Point(632, 202); this.textBoxFlag3.Margin = new System.Windows.Forms.Padding(4); this.textBoxFlag3.Name = "textBoxFlag3"; this.textBoxFlag3.Size = new System.Drawing.Size(90, 22); this.textBoxFlag3.TabIndex = 124; // // textBoxFlag2 // this.textBoxFlag2.Location = new System.Drawing.Point(632, 170); this.textBoxFlag2.Margin = new System.Windows.Forms.Padding(4); this.textBoxFlag2.Name = "textBoxFlag2"; this.textBoxFlag2.Size = new System.Drawing.Size(90, 22); this.textBoxFlag2.TabIndex = 123; // // textBoxFlag1 // this.textBoxFlag1.Location = new System.Drawing.Point(632, 138); this.textBoxFlag1.Margin = new System.Windows.Forms.Padding(4); this.textBoxFlag1.Name = "textBoxFlag1"; this.textBoxFlag1.Size = new System.Drawing.Size(90, 22); this.textBoxFlag1.TabIndex = 122; // // textBoxFlag0 // this.textBoxFlag0.Location = new System.Drawing.Point(632, 106); this.textBoxFlag0.Margin = new System.Windows.Forms.Padding(4); this.textBoxFlag0.Name = "textBoxFlag0"; this.textBoxFlag0.Size = new System.Drawing.Size(90, 22); this.textBoxFlag0.TabIndex = 121; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(493, 80); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(80, 17); this.label16.TabIndex = 137; this.label16.Text = "Read Flags"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(579, 82); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(200, 17); this.label17.TabIndex = 138; this.label17.Text = " CY BW CMP IDX CEN 0 U/D S"; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(543, 547); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(111, 17); this.label18.TabIndex = 139; this.label18.Text = "Swap Inputs A-B"; // // textBoxCtrlReg // this.textBoxCtrlReg.Location = new System.Drawing.Point(669, 407); this.textBoxCtrlReg.Name = "textBoxCtrlReg"; this.textBoxCtrlReg.Size = new System.Drawing.Size(54, 22); this.textBoxCtrlReg.TabIndex = 140; this.textBoxCtrlReg.Text = "2831"; this.textBoxCtrlReg.Visible = false; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(627, 387); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(98, 17); this.label19.TabIndex = 141; this.label19.Text = "Mode Ctrl Reg"; this.label19.Visible = false; // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(626, 411); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(36, 17); this.label20.TabIndex = 142; this.label20.Text = "Hex:"; this.label20.Visible = false; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(808, 548); this.Controls.Add(this.label20); this.Controls.Add(this.label19); this.Controls.Add(this.textBoxCtrlReg); this.Controls.Add(this.label18); this.Controls.Add(this.label17); this.Controls.Add(this.label16); this.Controls.Add(this.btnRead7); this.Controls.Add(this.btnRead6); this.Controls.Add(this.btnRead5); this.Controls.Add(this.btnRead4); this.Controls.Add(this.btnRead3); this.Controls.Add(this.btnRead2); this.Controls.Add(this.btnRead1); this.Controls.Add(this.btnRead0); this.Controls.Add(this.textBoxFlag7); this.Controls.Add(this.textBoxFlag6); this.Controls.Add(this.textBoxFlag5); this.Controls.Add(this.textBoxFlag4); this.Controls.Add(this.textBoxFlag3); this.Controls.Add(this.textBoxFlag2); this.Controls.Add(this.textBoxFlag1); this.Controls.Add(this.textBoxFlag0); this.Controls.Add(this.label5); this.Controls.Add(this.btnReverse); this.Controls.Add(this.comboBoxMulti7); this.Controls.Add(this.comboBoxMulti6); this.Controls.Add(this.comboBoxMulti5); this.Controls.Add(this.comboBoxMulti4); this.Controls.Add(this.comboBoxMulti3); this.Controls.Add(this.comboBoxMulti2); this.Controls.Add(this.comboBoxMulti1); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.comboBoxMulti0); this.Controls.Add(this.btnReset7); this.Controls.Add(this.btnReset6); this.Controls.Add(this.btnReset5); this.Controls.Add(this.btnReset4); this.Controls.Add(this.btnReset3); this.Controls.Add(this.btnReset2); this.Controls.Add(this.btnReset1); this.Controls.Add(this.btnReset0); this.Controls.Add(this.btnInit); this.Controls.Add(this.label12); this.Controls.Add(this.label13); this.Controls.Add(this.label14); this.Controls.Add(this.label15); this.Controls.Add(this.textBoxVolts7); this.Controls.Add(this.textBoxVolts6); this.Controls.Add(this.textBoxVolts5); this.Controls.Add(this.textBoxVolts4); this.Controls.Add(this.label11); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.label7); this.Controls.Add(this.textBoxVolts3); this.Controls.Add(this.textBoxVolts2); this.Controls.Add(this.textBoxVolts1); this.Controls.Add(this.textBoxVolts0); this.Controls.Add(this.label6); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnPerformIO); this.Controls.Add(this.textBoxStatus); this.Controls.Add(this.label8); this.Controls.Add(this.labelCardName); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.Name = "Form1"; this.Text = "Quad8 Sample"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label labelCardName; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox textBoxStatus; private System.Windows.Forms.Button btnPerformIO; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Button btnInit; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; private System.Windows.Forms.TextBox textBoxVolts7; private System.Windows.Forms.TextBox textBoxVolts6; private System.Windows.Forms.TextBox textBoxVolts5; private System.Windows.Forms.TextBox textBoxVolts4; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox textBoxVolts3; private System.Windows.Forms.TextBox textBoxVolts2; private System.Windows.Forms.TextBox textBoxVolts1; private System.Windows.Forms.TextBox textBoxVolts0; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button btnReset0; private System.Windows.Forms.Button btnReset1; private System.Windows.Forms.Button btnReset2; private System.Windows.Forms.Button btnReset3; private System.Windows.Forms.Button btnReset4; private System.Windows.Forms.Button btnReset5; private System.Windows.Forms.Button btnReset6; private System.Windows.Forms.Button btnReset7; private System.Windows.Forms.ComboBox comboBoxMulti0; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox comboBoxMulti1; private System.Windows.Forms.ComboBox comboBoxMulti2; private System.Windows.Forms.ComboBox comboBoxMulti3; private System.Windows.Forms.ComboBox comboBoxMulti4; private System.Windows.Forms.ComboBox comboBoxMulti5; private System.Windows.Forms.ComboBox comboBoxMulti6; private System.Windows.Forms.ComboBox comboBoxMulti7; private System.Windows.Forms.Button btnReverse; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button btnRead7; private System.Windows.Forms.Button btnRead6; private System.Windows.Forms.Button btnRead5; private System.Windows.Forms.Button btnRead4; private System.Windows.Forms.Button btnRead3; private System.Windows.Forms.Button btnRead2; private System.Windows.Forms.Button btnRead1; private System.Windows.Forms.Button btnRead0; private System.Windows.Forms.TextBox textBoxFlag7; private System.Windows.Forms.TextBox textBoxFlag6; private System.Windows.Forms.TextBox textBoxFlag5; private System.Windows.Forms.TextBox textBoxFlag4; private System.Windows.Forms.TextBox textBoxFlag3; private System.Windows.Forms.TextBox textBoxFlag2; private System.Windows.Forms.TextBox textBoxFlag1; private System.Windows.Forms.TextBox textBoxFlag0; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label18; private System.Windows.Forms.TextBox textBoxCtrlReg; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label20; } }