namespace pac_i8093W_Dotnet { 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.label3 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.txtCH00 = new System.Windows.Forms.TextBox(); this.txtCH01 = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.txtCH02 = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.btnRead = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); this.cboSlotIndex = new System.Windows.Forms.ComboBox(); this.cboMode = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.txtLibVer = new System.Windows.Forms.TextBox(); this.txtLibDate = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtFirmware = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.btnInit = new System.Windows.Forms.Button(); this.btnReset = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.btnSetMode = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.txtL2 = new System.Windows.Forms.TextBox(); this.txtL1 = new System.Windows.Forms.TextBox(); this.txtL0 = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.txtZ2 = new System.Windows.Forms.TextBox(); this.txtZ1 = new System.Windows.Forms.TextBox(); this.txtZ0 = new System.Windows.Forms.TextBox(); this.ckXOR0 = new System.Windows.Forms.CheckBox(); this.ckXOR1 = new System.Windows.Forms.CheckBox(); this.ckXOR2 = new System.Windows.Forms.CheckBox(); this.label13 = new System.Windows.Forms.Label(); this.txtPreset0 = new System.Windows.Forms.TextBox(); this.txtPreset1 = new System.Windows.Forms.TextBox(); this.txtPreset2 = new System.Windows.Forms.TextBox(); this.txtFreq0 = new System.Windows.Forms.TextBox(); this.txtFreq1 = new System.Windows.Forms.TextBox(); this.txtFreq2 = new System.Windows.Forms.TextBox(); this.cmdPreset0 = new System.Windows.Forms.Button(); this.cmdPreset1 = new System.Windows.Forms.Button(); this.cmdPreset2 = new System.Windows.Forms.Button(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.txtEn2 = new System.Windows.Forms.TextBox(); this.txtEn1 = new System.Windows.Forms.TextBox(); this.txtEn0 = new System.Windows.Forms.TextBox(); this.ckLatch2 = new System.Windows.Forms.CheckBox(); this.ckLatch1 = new System.Windows.Forms.CheckBox(); this.ckLatch0 = new System.Windows.Forms.CheckBox(); this.label7 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(2, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(152, 20); this.label1.Text = "Select 8093W slot Index"; // // label3 // this.label3.Location = new System.Drawing.Point(2, 32); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(171, 22); this.label3.Text = "8093W Channel Mode"; // // label10 // this.label10.Location = new System.Drawing.Point(10, 123); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(42, 28); this.label10.Text = "CH:00"; // // txtCH00 // this.txtCH00.Location = new System.Drawing.Point(58, 231); this.txtCH00.Name = "txtCH00"; this.txtCH00.Size = new System.Drawing.Size(133, 23); this.txtCH00.TabIndex = 19; // // txtCH01 // this.txtCH01.Location = new System.Drawing.Point(58, 260); this.txtCH01.Name = "txtCH01"; this.txtCH01.Size = new System.Drawing.Size(133, 23); this.txtCH01.TabIndex = 21; // // label11 // this.label11.Location = new System.Drawing.Point(10, 152); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(42, 28); this.label11.Text = "CH:01"; // // txtCH02 // this.txtCH02.Location = new System.Drawing.Point(58, 289); this.txtCH02.Name = "txtCH02"; this.txtCH02.Size = new System.Drawing.Size(133, 23); this.txtCH02.TabIndex = 24; // // label12 // this.label12.Location = new System.Drawing.Point(10, 181); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(42, 28); this.label12.Text = "CH:02"; // // btnRead // this.btnRead.Location = new System.Drawing.Point(376, 220); this.btnRead.Name = "btnRead"; this.btnRead.Size = new System.Drawing.Size(129, 28); this.btnRead.TabIndex = 65; this.btnRead.Text = "Read Encoder"; this.btnRead.Click += new System.EventHandler(this.btnRead_Click); // // btnExit // this.btnExit.Location = new System.Drawing.Point(376, 289); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(129, 24); this.btnExit.TabIndex = 66; this.btnExit.Text = "Exit"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // cboSlotIndex // this.cboSlotIndex.Items.Add("Slot 0"); this.cboSlotIndex.Items.Add("Slot 1"); this.cboSlotIndex.Items.Add("Slot 2"); this.cboSlotIndex.Items.Add("Slot 3"); this.cboSlotIndex.Items.Add("Slot 4"); this.cboSlotIndex.Items.Add("Slot 5"); this.cboSlotIndex.Items.Add("Slot 6"); this.cboSlotIndex.Items.Add("Slot 7"); this.cboSlotIndex.Location = new System.Drawing.Point(158, 6); this.cboSlotIndex.Name = "cboSlotIndex"; this.cboSlotIndex.Size = new System.Drawing.Size(150, 23); this.cboSlotIndex.TabIndex = 67; // // cboMode // this.cboMode.Items.Add("Stop"); this.cboMode.Items.Add("CW/CCW"); this.cboMode.Items.Add("Dir/Pulse"); this.cboMode.Items.Add("A/B Phase"); this.cboMode.Location = new System.Drawing.Point(155, 35); this.cboMode.Name = "cboMode"; this.cboMode.Size = new System.Drawing.Size(150, 23); this.cboMode.TabIndex = 68; // // label4 // this.label4.Location = new System.Drawing.Point(3, 66); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(95, 24); this.label4.Text = "Library Version"; // // txtLibVer // this.txtLibVer.Location = new System.Drawing.Point(104, 66); this.txtLibVer.Name = "txtLibVer"; this.txtLibVer.ReadOnly = true; this.txtLibVer.Size = new System.Drawing.Size(75, 23); this.txtLibVer.TabIndex = 90; // // txtLibDate // this.txtLibDate.Location = new System.Drawing.Point(265, 65); this.txtLibDate.Name = "txtLibDate"; this.txtLibDate.ReadOnly = true; this.txtLibDate.Size = new System.Drawing.Size(65, 23); this.txtLibDate.TabIndex = 92; // // label6 // this.label6.Location = new System.Drawing.Point(185, 66); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(88, 24); this.label6.Text = "Library Date"; // // txtFirmware // this.txtFirmware.Location = new System.Drawing.Point(449, 65); this.txtFirmware.Name = "txtFirmware"; this.txtFirmware.ReadOnly = true; this.txtFirmware.Size = new System.Drawing.Size(56, 23); this.txtFirmware.TabIndex = 95; // // label2 // this.label2.Location = new System.Drawing.Point(336, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(117, 24); this.label2.Text = "Firmware Version"; // // btnInit // this.btnInit.Location = new System.Drawing.Point(322, 7); this.btnInit.Name = "btnInit"; this.btnInit.Size = new System.Drawing.Size(132, 22); this.btnInit.TabIndex = 109; this.btnInit.Text = " Init Module"; this.btnInit.Click += new System.EventHandler(this.btnInit_Click); // // btnReset // this.btnReset.Location = new System.Drawing.Point(376, 254); this.btnReset.Name = "btnReset"; this.btnReset.Size = new System.Drawing.Size(129, 28); this.btnReset.TabIndex = 110; this.btnReset.Text = "Reset Encoder"; this.btnReset.Click += new System.EventHandler(this.btnReset_Click_1); // // label5 // this.label5.Location = new System.Drawing.Point(79, 207); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 24); this.label5.Text = "Encoder Value"; // // btnSetMode // this.btnSetMode.Location = new System.Drawing.Point(325, 35); this.btnSetMode.Name = "btnSetMode"; this.btnSetMode.Size = new System.Drawing.Size(129, 23); this.btnSetMode.TabIndex = 123; this.btnSetMode.Text = "Set Channel Mode"; this.btnSetMode.Click += new System.EventHandler(this.btnSetMode_Click); // // label8 // this.label8.Location = new System.Drawing.Point(306, 207); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(69, 18); this.label8.Text = "Latched_Z"; // // txtL2 // this.txtL2.Location = new System.Drawing.Point(322, 288); this.txtL2.Name = "txtL2"; this.txtL2.Size = new System.Drawing.Size(26, 23); this.txtL2.TabIndex = 142; // // txtL1 // this.txtL1.Location = new System.Drawing.Point(322, 259); this.txtL1.Name = "txtL1"; this.txtL1.Size = new System.Drawing.Size(26, 23); this.txtL1.TabIndex = 141; // // txtL0 // this.txtL0.Location = new System.Drawing.Point(322, 230); this.txtL0.Name = "txtL0"; this.txtL0.Size = new System.Drawing.Size(26, 23); this.txtL0.TabIndex = 140; // // label9 // this.label9.Location = new System.Drawing.Point(273, 93); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(59, 24); this.label9.Text = "Z_Index"; // // txtZ2 // this.txtZ2.Location = new System.Drawing.Point(292, 177); this.txtZ2.Name = "txtZ2"; this.txtZ2.Size = new System.Drawing.Size(27, 23); this.txtZ2.TabIndex = 147; // // txtZ1 // this.txtZ1.Location = new System.Drawing.Point(292, 148); this.txtZ1.Name = "txtZ1"; this.txtZ1.Size = new System.Drawing.Size(27, 23); this.txtZ1.TabIndex = 146; // // txtZ0 // this.txtZ0.Location = new System.Drawing.Point(292, 119); this.txtZ0.Name = "txtZ0"; this.txtZ0.Size = new System.Drawing.Size(27, 23); this.txtZ0.TabIndex = 145; // // ckXOR0 // this.ckXOR0.Location = new System.Drawing.Point(208, 120); this.ckXOR0.Name = "ckXOR0"; this.ckXOR0.Size = new System.Drawing.Size(83, 24); this.ckXOR0.TabIndex = 149; this.ckXOR0.Text = "XOR Bit"; this.ckXOR0.CheckStateChanged += new System.EventHandler(this.ckXOR0_CheckStateChanged); // // ckXOR1 // this.ckXOR1.Location = new System.Drawing.Point(208, 148); this.ckXOR1.Name = "ckXOR1"; this.ckXOR1.Size = new System.Drawing.Size(83, 24); this.ckXOR1.TabIndex = 150; this.ckXOR1.Text = "XOR Bit"; this.ckXOR1.CheckStateChanged += new System.EventHandler(this.ckXOR1_CheckStateChanged); // // ckXOR2 // this.ckXOR2.Location = new System.Drawing.Point(208, 177); this.ckXOR2.Name = "ckXOR2"; this.ckXOR2.Size = new System.Drawing.Size(83, 24); this.ckXOR2.TabIndex = 151; this.ckXOR2.Text = "XOR Bit"; this.ckXOR2.CheckStateChanged += new System.EventHandler(this.ckXOR2_CheckStateChanged); // // label13 // this.label13.Location = new System.Drawing.Point(54, 95); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(120, 18); this.label13.Text = "Preset Value (Hex)"; // // txtPreset0 // this.txtPreset0.Location = new System.Drawing.Point(54, 122); this.txtPreset0.Name = "txtPreset0"; this.txtPreset0.Size = new System.Drawing.Size(108, 23); this.txtPreset0.TabIndex = 165; this.txtPreset0.Text = "0"; // // txtPreset1 // this.txtPreset1.Location = new System.Drawing.Point(54, 149); this.txtPreset1.Name = "txtPreset1"; this.txtPreset1.Size = new System.Drawing.Size(108, 23); this.txtPreset1.TabIndex = 166; this.txtPreset1.Text = "0"; // // txtPreset2 // this.txtPreset2.Location = new System.Drawing.Point(54, 178); this.txtPreset2.Name = "txtPreset2"; this.txtPreset2.Size = new System.Drawing.Size(108, 23); this.txtPreset2.TabIndex = 167; this.txtPreset2.Text = "0"; // // txtFreq0 // this.txtFreq0.Location = new System.Drawing.Point(204, 231); this.txtFreq0.Name = "txtFreq0"; this.txtFreq0.Size = new System.Drawing.Size(93, 23); this.txtFreq0.TabIndex = 168; // // txtFreq1 // this.txtFreq1.Location = new System.Drawing.Point(204, 259); this.txtFreq1.Name = "txtFreq1"; this.txtFreq1.Size = new System.Drawing.Size(93, 23); this.txtFreq1.TabIndex = 169; // // txtFreq2 // this.txtFreq2.Location = new System.Drawing.Point(204, 288); this.txtFreq2.Name = "txtFreq2"; this.txtFreq2.Size = new System.Drawing.Size(93, 23); this.txtFreq2.TabIndex = 170; // // cmdPreset0 // this.cmdPreset0.Location = new System.Drawing.Point(168, 122); this.cmdPreset0.Name = "cmdPreset0"; this.cmdPreset0.Size = new System.Drawing.Size(34, 24); this.cmdPreset0.TabIndex = 171; this.cmdPreset0.Tag = "0"; this.cmdPreset0.Text = "Set"; this.cmdPreset0.Click += new System.EventHandler(this.SetPresetValue); // // cmdPreset1 // this.cmdPreset1.Location = new System.Drawing.Point(168, 152); this.cmdPreset1.Name = "cmdPreset1"; this.cmdPreset1.Size = new System.Drawing.Size(34, 23); this.cmdPreset1.TabIndex = 172; this.cmdPreset1.Tag = "1"; this.cmdPreset1.Text = "Set"; this.cmdPreset1.Click += new System.EventHandler(this.SetPresetValue); // // cmdPreset2 // this.cmdPreset2.Location = new System.Drawing.Point(168, 181); this.cmdPreset2.Name = "cmdPreset2"; this.cmdPreset2.Size = new System.Drawing.Size(34, 21); this.cmdPreset2.TabIndex = 173; this.cmdPreset2.Tag = "2"; this.cmdPreset2.Text = "Set"; this.cmdPreset2.Click += new System.EventHandler(this.SetPresetValue); // // label14 // this.label14.Location = new System.Drawing.Point(204, 207); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(77, 24); this.label14.Text = "Frequency"; // // label15 // this.label15.Location = new System.Drawing.Point(10, 289); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(42, 28); this.label15.Text = "CH:02"; // // label16 // this.label16.Location = new System.Drawing.Point(10, 260); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(42, 28); this.label16.Text = "CH:01"; // // label17 // this.label17.Location = new System.Drawing.Point(10, 231); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(42, 28); this.label17.Text = "CH:00"; // // txtEn2 // this.txtEn2.Location = new System.Drawing.Point(349, 176); this.txtEn2.Name = "txtEn2"; this.txtEn2.Size = new System.Drawing.Size(26, 23); this.txtEn2.TabIndex = 189; // // txtEn1 // this.txtEn1.Location = new System.Drawing.Point(349, 147); this.txtEn1.Name = "txtEn1"; this.txtEn1.Size = new System.Drawing.Size(26, 23); this.txtEn1.TabIndex = 188; // // txtEn0 // this.txtEn0.Location = new System.Drawing.Point(349, 118); this.txtEn0.Name = "txtEn0"; this.txtEn0.Size = new System.Drawing.Size(26, 23); this.txtEn0.TabIndex = 187; // // ckLatch2 // this.ckLatch2.Location = new System.Drawing.Point(394, 175); this.ckLatch2.Name = "ckLatch2"; this.ckLatch2.Size = new System.Drawing.Size(146, 24); this.ckLatch2.TabIndex = 192; this.ckLatch2.Text = "Enable Latch Index"; this.ckLatch2.CheckStateChanged += new System.EventHandler(this.SetLatchIndex); // // ckLatch1 // this.ckLatch1.Location = new System.Drawing.Point(394, 146); this.ckLatch1.Name = "ckLatch1"; this.ckLatch1.Size = new System.Drawing.Size(146, 24); this.ckLatch1.TabIndex = 191; this.ckLatch1.Text = "Enable Latch Index"; this.ckLatch1.CheckStateChanged += new System.EventHandler(this.SetLatchIndex); // // ckLatch0 // this.ckLatch0.Location = new System.Drawing.Point(394, 118); this.ckLatch0.Name = "ckLatch0"; this.ckLatch0.Size = new System.Drawing.Size(146, 24); this.ckLatch0.TabIndex = 190; this.ckLatch0.Text = "Enable Latch Index"; this.ckLatch0.CheckStateChanged += new System.EventHandler(this.SetLatchIndex); // // label7 // this.label7.Location = new System.Drawing.Point(325, 95); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(129, 18); this.label7.Text = "Latch Enable Status"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(566, 324); this.Controls.Add(this.label7); this.Controls.Add(this.ckLatch2); this.Controls.Add(this.ckLatch1); this.Controls.Add(this.ckLatch0); this.Controls.Add(this.txtEn2); this.Controls.Add(this.txtEn1); this.Controls.Add(this.txtEn0); this.Controls.Add(this.label15); this.Controls.Add(this.label16); this.Controls.Add(this.label17); this.Controls.Add(this.label14); this.Controls.Add(this.cmdPreset2); this.Controls.Add(this.cmdPreset1); this.Controls.Add(this.cmdPreset0); this.Controls.Add(this.txtFreq2); this.Controls.Add(this.txtFreq1); this.Controls.Add(this.txtFreq0); this.Controls.Add(this.txtPreset2); this.Controls.Add(this.txtPreset1); this.Controls.Add(this.txtPreset0); this.Controls.Add(this.label13); this.Controls.Add(this.ckXOR2); this.Controls.Add(this.ckXOR1); this.Controls.Add(this.ckXOR0); this.Controls.Add(this.label9); this.Controls.Add(this.txtZ2); this.Controls.Add(this.txtZ1); this.Controls.Add(this.txtZ0); this.Controls.Add(this.label8); this.Controls.Add(this.txtL2); this.Controls.Add(this.txtL1); this.Controls.Add(this.txtL0); this.Controls.Add(this.btnSetMode); this.Controls.Add(this.label5); this.Controls.Add(this.btnReset); this.Controls.Add(this.btnInit); this.Controls.Add(this.txtFirmware); this.Controls.Add(this.label2); this.Controls.Add(this.txtLibDate); this.Controls.Add(this.label6); this.Controls.Add(this.txtLibVer); this.Controls.Add(this.label4); this.Controls.Add(this.cboMode); this.Controls.Add(this.cboSlotIndex); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnRead); this.Controls.Add(this.txtCH02); this.Controls.Add(this.label12); this.Controls.Add(this.txtCH01); this.Controls.Add(this.label11); this.Controls.Add(this.txtCH00); this.Controls.Add(this.label10); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "i-8093W Demo for DotNet Version"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox txtCH00; private System.Windows.Forms.TextBox txtCH01; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox txtCH02; private System.Windows.Forms.Label label12; private System.Windows.Forms.Button btnRead; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.ComboBox cboSlotIndex; private System.Windows.Forms.ComboBox cboMode; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtLibVer; private System.Windows.Forms.TextBox txtLibDate; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtFirmware; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnInit; private System.Windows.Forms.Button btnReset; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button btnSetMode; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtL2; private System.Windows.Forms.TextBox txtL1; private System.Windows.Forms.TextBox txtL0; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox txtZ2; private System.Windows.Forms.TextBox txtZ1; private System.Windows.Forms.TextBox txtZ0; private System.Windows.Forms.CheckBox ckXOR0; private System.Windows.Forms.CheckBox ckXOR1; private System.Windows.Forms.CheckBox ckXOR2; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox txtPreset0; private System.Windows.Forms.TextBox txtPreset1; private System.Windows.Forms.TextBox txtPreset2; private System.Windows.Forms.TextBox txtFreq0; private System.Windows.Forms.TextBox txtFreq1; private System.Windows.Forms.TextBox txtFreq2; private System.Windows.Forms.Button cmdPreset0; private System.Windows.Forms.Button cmdPreset1; private System.Windows.Forms.Button cmdPreset2; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; private System.Windows.Forms.TextBox txtEn2; private System.Windows.Forms.TextBox txtEn1; private System.Windows.Forms.TextBox txtEn0; private System.Windows.Forms.CheckBox ckLatch2; private System.Windows.Forms.CheckBox ckLatch1; private System.Windows.Forms.CheckBox ckLatch0; private System.Windows.Forms.Label label7; } }