namespace _8K_di { 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.label3 = new System.Windows.Forms.Label(); 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.panel1 = new System.Windows.Forms.Panel(); this.SuspendLayout(); // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 12F); this.label3.Location = new System.Drawing.Point(16, 72); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(92, 20); this.label3.TabIndex = 18; this.label3.Text = "DI Value = "; // // 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(376, 14); this.cbbChannel.Name = "cbbChannel"; this.cbbChannel.Size = new System.Drawing.Size(78, 26); this.cbbChannel.TabIndex = 22; 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(71, 14); this.cbbSlot.Name = "cbbSlot"; this.cbbSlot.Size = new System.Drawing.Size(78, 26); this.cbbSlot.TabIndex = 21; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 12F); this.label2.Location = new System.Drawing.Point(195, 19); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(163, 20); this.label2.TabIndex = 23; this.label2.Text = "Total Channel of DIs"; // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 12F); this.label1.Location = new System.Drawing.Point(16, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(49, 20); this.label1.TabIndex = 24; this.label1.Text = "Slot"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Arial", 12F); this.textBox1.Location = new System.Drawing.Point(114, 67); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(165, 26); this.textBox1.TabIndex = 20; // // button1 // this.button1.Font = new System.Drawing.Font("Arial", 12F); this.button1.Location = new System.Drawing.Point(296, 55); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(158, 49); this.button1.TabIndex = 17; this.button1.Text = "Read DI"; this.button1.Click += new System.EventHandler(this.button1_Click); // // panel1 // this.panel1.Location = new System.Drawing.Point(25, 125); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(474, 382); this.panel1.TabIndex = 25; this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(511, 519); this.Controls.Add(this.panel1); this.Controls.Add(this.label3); 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 = "8K di demo"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label3; 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; private System.Windows.Forms.Panel panel1; } }