namespace _8k_87k_dio { 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.textBox2 = new System.Windows.Forms.TextBox(); this.btnDIRead_MF = new System.Windows.Forms.Button(); this.btnClear_MF = new System.Windows.Forms.Button(); this.btnWriteDO_MF = new System.Windows.Forms.Button(); this.panel5 = new System.Windows.Forms.Panel(); this.label7 = new System.Windows.Forms.Label(); this.panel6 = new System.Windows.Forms.Panel(); this.label8 = new System.Windows.Forms.Label(); this.txtDIValue2 = new System.Windows.Forms.TextBox(); this.panel7 = new System.Windows.Forms.Panel(); this.txtDOValue2 = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.panel8 = new System.Windows.Forms.Panel(); this.txtDOChannel2 = new System.Windows.Forms.TextBox(); this.txtDIChannel2 = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.cmbSlot2 = new System.Windows.Forms.ComboBox(); this.label12 = new System.Windows.Forms.Label(); this.btnDIRead = new System.Windows.Forms.Button(); this.btnClear = new System.Windows.Forms.Button(); this.btnWriteDO = new System.Windows.Forms.Button(); this.panel4 = new System.Windows.Forms.Panel(); this.label6 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.label5 = new System.Windows.Forms.Label(); this.txtDIValue = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.txtDOValue = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.txtDOChannel = new System.Windows.Forms.TextBox(); this.txtDIChannel = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.cmbSlot = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.panel5.SuspendLayout(); this.panel6.SuspendLayout(); this.panel7.SuspendLayout(); this.panel8.SuspendLayout(); this.panel4.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(623, 9); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox2.Size = new System.Drawing.Size(223, 386); this.textBox2.TabIndex = 27; this.textBox2.Text = resources.GetString("textBox2.Text"); // // btnDIRead_MF // this.btnDIRead_MF.Font = new System.Drawing.Font("Tahoma", 14F); this.btnDIRead_MF.ForeColor = System.Drawing.Color.Blue; this.btnDIRead_MF.Location = new System.Drawing.Point(520, 451); this.btnDIRead_MF.Name = "btnDIRead_MF"; this.btnDIRead_MF.Size = new System.Drawing.Size(208, 35); this.btnDIRead_MF.TabIndex = 26; this.btnDIRead_MF.Text = "Read DI(HEX)_MF"; this.btnDIRead_MF.Click += new System.EventHandler(this.btnDIRead_MF_Click); // // btnClear_MF // this.btnClear_MF.Font = new System.Drawing.Font("Tahoma", 14F); this.btnClear_MF.ForeColor = System.Drawing.Color.Blue; this.btnClear_MF.Location = new System.Drawing.Point(692, 410); this.btnClear_MF.Name = "btnClear_MF"; this.btnClear_MF.Size = new System.Drawing.Size(154, 35); this.btnClear_MF.TabIndex = 25; this.btnClear_MF.Text = "Clear_MF"; this.btnClear_MF.Click += new System.EventHandler(this.btnClear_MF_Click); // // btnWriteDO_MF // this.btnWriteDO_MF.Font = new System.Drawing.Font("Tahoma", 14F); this.btnWriteDO_MF.ForeColor = System.Drawing.Color.Blue; this.btnWriteDO_MF.Location = new System.Drawing.Point(520, 410); this.btnWriteDO_MF.Name = "btnWriteDO_MF"; this.btnWriteDO_MF.Size = new System.Drawing.Size(154, 35); this.btnWriteDO_MF.TabIndex = 24; this.btnWriteDO_MF.Text = "Write DO_MF"; this.btnWriteDO_MF.Click += new System.EventHandler(this.btnWriteDO_MF_Click); // // panel5 // this.panel5.Controls.Add(this.label7); this.panel5.Controls.Add(this.panel6); this.panel5.Controls.Add(this.panel7); this.panel5.Controls.Add(this.panel8); this.panel5.Location = new System.Drawing.Point(315, 9); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(302, 386); this.panel5.TabIndex = 28; // // label7 // this.label7.Font = new System.Drawing.Font("Tahoma", 14F); this.label7.Location = new System.Drawing.Point(16, 13); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(130, 27); this.label7.TabIndex = 0; this.label7.Text = "8k module"; // // panel6 // this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.panel6.Controls.Add(this.label8); this.panel6.Controls.Add(this.txtDIValue2); this.panel6.Location = new System.Drawing.Point(11, 293); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(278, 76); this.panel6.TabIndex = 1; // // label8 // this.label8.Font = new System.Drawing.Font("Tahoma", 14F); this.label8.Location = new System.Drawing.Point(6, 25); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(139, 34); this.label8.TabIndex = 0; this.label8.Text = "DI Value(HEX)"; // // txtDIValue2 // this.txtDIValue2.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDIValue2.Location = new System.Drawing.Point(168, 25); this.txtDIValue2.Name = "txtDIValue2"; this.txtDIValue2.Size = new System.Drawing.Size(100, 30); this.txtDIValue2.TabIndex = 12; this.txtDIValue2.Text = "0"; // // panel7 // this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.panel7.Controls.Add(this.txtDOValue2); this.panel7.Controls.Add(this.label9); this.panel7.Location = new System.Drawing.Point(11, 220); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(278, 53); this.panel7.TabIndex = 2; // // txtDOValue2 // this.txtDOValue2.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDOValue2.Location = new System.Drawing.Point(168, 7); this.txtDOValue2.Name = "txtDOValue2"; this.txtDOValue2.Size = new System.Drawing.Size(100, 30); this.txtDOValue2.TabIndex = 9; this.txtDOValue2.Text = "0"; // // label9 // this.label9.Font = new System.Drawing.Font("Tahoma", 14F); this.label9.Location = new System.Drawing.Point(5, 7); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(139, 34); this.label9.TabIndex = 10; this.label9.Text = "DO Value(HEX)"; // // panel8 // this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.panel8.Controls.Add(this.txtDOChannel2); this.panel8.Controls.Add(this.txtDIChannel2); this.panel8.Controls.Add(this.label10); this.panel8.Controls.Add(this.label11); this.panel8.Controls.Add(this.cmbSlot2); this.panel8.Controls.Add(this.label12); this.panel8.Location = new System.Drawing.Point(11, 52); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(278, 149); this.panel8.TabIndex = 3; // // txtDOChannel2 // this.txtDOChannel2.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDOChannel2.Location = new System.Drawing.Point(169, 106); this.txtDOChannel2.Name = "txtDOChannel2"; this.txtDOChannel2.Size = new System.Drawing.Size(100, 30); this.txtDOChannel2.TabIndex = 6; this.txtDOChannel2.Text = "8"; // // txtDIChannel2 // this.txtDIChannel2.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDIChannel2.Location = new System.Drawing.Point(169, 62); this.txtDIChannel2.Name = "txtDIChannel2"; this.txtDIChannel2.Size = new System.Drawing.Size(100, 30); this.txtDIChannel2.TabIndex = 3; this.txtDIChannel2.Text = "8"; // // label10 // this.label10.Font = new System.Drawing.Font("Tahoma", 14F); this.label10.Location = new System.Drawing.Point(5, 62); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(160, 29); this.label10.TabIndex = 7; this.label10.Text = "DI Total Channel"; // // label11 // this.label11.Font = new System.Drawing.Font("Tahoma", 14F); this.label11.Location = new System.Drawing.Point(6, 24); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(62, 23); this.label11.TabIndex = 8; this.label11.Text = "Slot"; // // cmbSlot2 // this.cmbSlot2.Font = new System.Drawing.Font("Tahoma", 14F); this.cmbSlot2.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7"}); this.cmbSlot2.Location = new System.Drawing.Point(168, 18); this.cmbSlot2.Name = "cmbSlot2"; this.cmbSlot2.Size = new System.Drawing.Size(100, 31); this.cmbSlot2.TabIndex = 0; // // label12 // this.label12.Font = new System.Drawing.Font("Tahoma", 14F); this.label12.Location = new System.Drawing.Point(5, 101); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(160, 34); this.label12.TabIndex = 9; this.label12.Text = "DO Total Channel"; // // btnDIRead // this.btnDIRead.Font = new System.Drawing.Font("Tahoma", 14F); this.btnDIRead.Location = new System.Drawing.Point(8, 451); this.btnDIRead.Name = "btnDIRead"; this.btnDIRead.Size = new System.Drawing.Size(155, 35); this.btnDIRead.TabIndex = 23; this.btnDIRead.Text = "Read DI(HEX)"; this.btnDIRead.Click += new System.EventHandler(this.btnDIRead_Click); // // btnClear // this.btnClear.Font = new System.Drawing.Font("Tahoma", 14F); this.btnClear.Location = new System.Drawing.Point(139, 410); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(101, 35); this.btnClear.TabIndex = 22; this.btnClear.Text = "Clear"; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // btnWriteDO // this.btnWriteDO.Font = new System.Drawing.Font("Tahoma", 14F); this.btnWriteDO.Location = new System.Drawing.Point(8, 410); this.btnWriteDO.Name = "btnWriteDO"; this.btnWriteDO.Size = new System.Drawing.Size(101, 35); this.btnWriteDO.TabIndex = 21; this.btnWriteDO.Text = "Write DO"; this.btnWriteDO.Click += new System.EventHandler(this.btnWriteDO_Click); // // panel4 // this.panel4.Controls.Add(this.label6); this.panel4.Controls.Add(this.panel3); this.panel4.Controls.Add(this.panel2); this.panel4.Controls.Add(this.panel1); this.panel4.Location = new System.Drawing.Point(8, 9); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(301, 386); this.panel4.TabIndex = 29; // // label6 // this.label6.Font = new System.Drawing.Font("Tahoma", 14F); this.label6.Location = new System.Drawing.Point(16, 13); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(130, 27); this.label6.TabIndex = 0; this.label6.Text = "87k module"; // // panel3 // this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.panel3.Controls.Add(this.label5); this.panel3.Controls.Add(this.txtDIValue); this.panel3.Location = new System.Drawing.Point(11, 293); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(278, 76); this.panel3.TabIndex = 1; // // label5 // this.label5.Font = new System.Drawing.Font("Tahoma", 14F); this.label5.Location = new System.Drawing.Point(6, 25); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(139, 34); this.label5.TabIndex = 0; this.label5.Text = "DI Value(HEX)"; // // txtDIValue // this.txtDIValue.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDIValue.Location = new System.Drawing.Point(168, 25); this.txtDIValue.Name = "txtDIValue"; this.txtDIValue.Size = new System.Drawing.Size(100, 30); this.txtDIValue.TabIndex = 12; this.txtDIValue.Text = "0"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.panel2.Controls.Add(this.txtDOValue); this.panel2.Controls.Add(this.label4); this.panel2.Location = new System.Drawing.Point(11, 220); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(278, 53); this.panel2.TabIndex = 2; // // txtDOValue // this.txtDOValue.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDOValue.Location = new System.Drawing.Point(168, 7); this.txtDOValue.Name = "txtDOValue"; this.txtDOValue.Size = new System.Drawing.Size(100, 30); this.txtDOValue.TabIndex = 9; this.txtDOValue.Text = "0"; // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 14F); this.label4.Location = new System.Drawing.Point(5, 7); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(139, 34); this.label4.TabIndex = 10; this.label4.Text = "DO Value(HEX)"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.panel1.Controls.Add(this.txtDOChannel); this.panel1.Controls.Add(this.txtDIChannel); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.cmbSlot); this.panel1.Controls.Add(this.label3); this.panel1.Location = new System.Drawing.Point(11, 52); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(278, 149); this.panel1.TabIndex = 3; // // txtDOChannel // this.txtDOChannel.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDOChannel.Location = new System.Drawing.Point(169, 106); this.txtDOChannel.Name = "txtDOChannel"; this.txtDOChannel.Size = new System.Drawing.Size(100, 30); this.txtDOChannel.TabIndex = 6; this.txtDOChannel.Text = "8"; // // txtDIChannel // this.txtDIChannel.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDIChannel.Location = new System.Drawing.Point(169, 62); this.txtDIChannel.Name = "txtDIChannel"; this.txtDIChannel.Size = new System.Drawing.Size(100, 30); this.txtDIChannel.TabIndex = 3; this.txtDIChannel.Text = "8"; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 14F); this.label2.Location = new System.Drawing.Point(5, 62); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(160, 29); this.label2.TabIndex = 7; this.label2.Text = "DI Total Channel"; // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 14F); this.label1.Location = new System.Drawing.Point(6, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(62, 23); this.label1.TabIndex = 8; this.label1.Text = "Slot"; // // cmbSlot // this.cmbSlot.Font = new System.Drawing.Font("Tahoma", 14F); this.cmbSlot.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7"}); this.cmbSlot.Location = new System.Drawing.Point(168, 18); this.cmbSlot.Name = "cmbSlot"; this.cmbSlot.Size = new System.Drawing.Size(100, 31); this.cmbSlot.TabIndex = 0; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 14F); this.label3.Location = new System.Drawing.Point(5, 101); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(160, 34); this.label3.TabIndex = 9; this.label3.Text = "DO Total Channel"; // // Form1 // this.ClientSize = new System.Drawing.Size(864, 500); this.Controls.Add(this.textBox2); this.Controls.Add(this.btnDIRead_MF); this.Controls.Add(this.btnClear_MF); this.Controls.Add(this.btnWriteDO_MF); this.Controls.Add(this.panel5); this.Controls.Add(this.btnDIRead); this.Controls.Add(this.btnClear); this.Controls.Add(this.btnWriteDO); this.Controls.Add(this.panel4); this.Name = "Form1"; this.Text = "8k_87k_dio demo"; this.panel5.ResumeLayout(false); this.panel6.ResumeLayout(false); this.panel6.PerformLayout(); this.panel7.ResumeLayout(false); this.panel7.PerformLayout(); this.panel8.ResumeLayout(false); this.panel8.PerformLayout(); this.panel4.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Button btnDIRead_MF; private System.Windows.Forms.Button btnClear_MF; private System.Windows.Forms.Button btnWriteDO_MF; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Label label7; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtDIValue2; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.TextBox txtDOValue2; private System.Windows.Forms.Label label9; private System.Windows.Forms.Panel panel8; private System.Windows.Forms.TextBox txtDOChannel2; private System.Windows.Forms.TextBox txtDIChannel2; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.ComboBox cmbSlot2; private System.Windows.Forms.Label label12; private System.Windows.Forms.Button btnDIRead; private System.Windows.Forms.Button btnClear; private System.Windows.Forms.Button btnWriteDO; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Label label6; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtDIValue; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TextBox txtDOValue; private System.Windows.Forms.Label label4; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox txtDOChannel; private System.Windows.Forms.TextBox txtDIChannel; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cmbSlot; private System.Windows.Forms.Label label3; } }