namespace _87K_di_latch_count { 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.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.cbbChannel = new System.Windows.Forms.ComboBox(); this.cbbSlot = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label9 // this.label9.Font = new System.Drawing.Font("Tahoma", 12F); this.label9.Location = new System.Drawing.Point(23, 450); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(65, 20); this.label9.TabIndex = 23; this.label9.Text = "CH 24"; // // label8 // this.label8.Font = new System.Drawing.Font("Tahoma", 12F); this.label8.Location = new System.Drawing.Point(23, 352); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(65, 20); this.label8.TabIndex = 24; this.label8.Text = "CH 16"; // // label7 // this.label7.Font = new System.Drawing.Font("Tahoma", 12F); this.label7.Location = new System.Drawing.Point(23, 254); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(49, 20); this.label7.TabIndex = 26; this.label7.Text = "CH 8"; // // label6 // this.label6.Font = new System.Drawing.Font("Tahoma", 12F); this.label6.Location = new System.Drawing.Point(23, 156); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(49, 20); this.label6.TabIndex = 27; this.label6.Text = "CH 0"; // // button2 // this.button2.Font = new System.Drawing.Font("Arial", 12F); this.button2.Location = new System.Drawing.Point(382, 53); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(129, 26); this.button2.TabIndex = 32; this.button2.Text = "Clear DI Latch"; this.button2.Click += new System.EventHandler(this.button2_Click); // // textBox3 // this.textBox3.Font = new System.Drawing.Font("Arial", 12F); this.textBox3.Location = new System.Drawing.Point(206, 115); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(165, 26); this.textBox3.TabIndex = 31; // // textBox2 // this.textBox2.Font = new System.Drawing.Font("Arial", 12F); this.textBox2.Location = new System.Drawing.Point(206, 84); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(165, 26); this.textBox2.TabIndex = 30; // // label5 // this.label5.Font = new System.Drawing.Font("Tahoma", 12F); this.label5.Location = new System.Drawing.Point(23, 115); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(177, 20); this.label5.TabIndex = 33; this.label5.Text = "DI Low Latch Value = "; // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 12F); this.label4.Location = new System.Drawing.Point(23, 84); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(177, 20); this.label4.TabIndex = 34; this.label4.Text = "DI High Latch Value = "; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 12F); this.label3.Location = new System.Drawing.Point(23, 55); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(92, 20); this.label3.TabIndex = 35; this.label3.Text = "DI Value = "; // // panel1 // this.panel1.Location = new System.Drawing.Point(93, 146); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(418, 409); this.panel1.TabIndex = 36; this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); // // cbbChannel // this.cbbChannel.Font = new System.Drawing.Font("Arial", 12F); this.cbbChannel.Items.AddRange(new object[] { "8", "16", "32"}); this.cbbChannel.Location = new System.Drawing.Point(293, 14); this.cbbChannel.Name = "cbbChannel"; this.cbbChannel.Size = new System.Drawing.Size(78, 26); this.cbbChannel.TabIndex = 29; this.cbbChannel.SelectedIndexChanged += new System.EventHandler(this.cbbChannel_SelectedIndexChanged); // // cbbSlot // this.cbbSlot.Font = new System.Drawing.Font("Arial", 12F); this.cbbSlot.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7"}); this.cbbSlot.Location = new System.Drawing.Point(77, 14); this.cbbSlot.Name = "cbbSlot"; this.cbbSlot.Size = new System.Drawing.Size(78, 26); this.cbbSlot.TabIndex = 28; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 12F); this.label2.Location = new System.Drawing.Point(161, 19); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(126, 20); this.label2.TabIndex = 37; this.label2.Text = "Total Channel"; // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 12F); this.label1.Location = new System.Drawing.Point(22, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(49, 20); this.label1.TabIndex = 38; this.label1.Text = "Slot"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Arial", 12F); this.textBox1.Location = new System.Drawing.Point(206, 55); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(165, 26); this.textBox1.TabIndex = 25; // // button1 // this.button1.Font = new System.Drawing.Font("Arial", 12F); this.button1.Location = new System.Drawing.Point(382, 14); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(129, 26); this.button1.TabIndex = 22; this.button1.Text = "Read DI ..."; this.button1.Click += new System.EventHandler(this.button1_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(533, 569); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.button2); this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox2); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.panel1); this.Controls.Add(this.cbbChannel); this.Controls.Add(this.cbbSlot); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.textBox1); this.Controls.Add(this.button1); this.Name = "Form1"; this.Text = "87K demo for di,latch and count"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ComboBox cbbChannel; private System.Windows.Forms.ComboBox cbbSlot; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button1; } }