namespace _8k_87k_do { 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.btnClear_MF = new System.Windows.Forms.Button(); this.btnWriteDO_MF = new System.Windows.Forms.Button(); this.textBox2 = new System.Windows.Forms.TextBox(); this.panel5 = new System.Windows.Forms.Panel(); this.label11 = new System.Windows.Forms.Label(); this.panel6 = new System.Windows.Forms.Panel(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.cmbSlot2 = new System.Windows.Forms.ComboBox(); this.label14 = new System.Windows.Forms.Label(); this.panel7 = new System.Windows.Forms.Panel(); this.txtDOValue2 = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.panel8 = new System.Windows.Forms.Panel(); this.label18 = new System.Windows.Forms.Label(); this.txtChannel2 = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.label10 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.cmbSlot = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.txtDOValue = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.label7 = new System.Windows.Forms.Label(); this.txtChannel = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.btnClear = new System.Windows.Forms.Button(); this.btnWriteDO = new System.Windows.Forms.Button(); this.panel5.SuspendLayout(); this.panel6.SuspendLayout(); this.panel7.SuspendLayout(); this.panel8.SuspendLayout(); this.panel4.SuspendLayout(); this.panel1.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // 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(688, 447); this.btnClear_MF.Name = "btnClear_MF"; this.btnClear_MF.Size = new System.Drawing.Size(133, 43); this.btnClear_MF.TabIndex = 18; 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(532, 447); this.btnWriteDO_MF.Name = "btnWriteDO_MF"; this.btnWriteDO_MF.Size = new System.Drawing.Size(138, 43); this.btnWriteDO_MF.TabIndex = 17; this.btnWriteDO_MF.Text = "Write DO_MF"; this.btnWriteDO_MF.Click += new System.EventHandler(this.btnWriteDO_MF_Click); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(595, 16); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox2.Size = new System.Drawing.Size(226, 412); this.textBox2.TabIndex = 16; this.textBox2.Text = resources.GetString("textBox2.Text"); // // panel5 // this.panel5.Controls.Add(this.label11); 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(303, 16); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(286, 416); this.panel5.TabIndex = 19; // // label11 // this.label11.Font = new System.Drawing.Font("Tahoma", 14F); this.label11.Location = new System.Drawing.Point(14, 6); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(130, 26); this.label11.TabIndex = 0; this.label11.Text = "8k module"; // // panel6 // this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.panel6.Controls.Add(this.label12); this.panel6.Controls.Add(this.label13); this.panel6.Controls.Add(this.cmbSlot2); this.panel6.Controls.Add(this.label14); this.panel6.Location = new System.Drawing.Point(13, 35); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(260, 95); this.panel6.TabIndex = 1; // // label12 // this.label12.Font = new System.Drawing.Font("Tahoma", 12F); this.label12.Location = new System.Drawing.Point(78, 13); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(132, 34); this.label12.TabIndex = 0; this.label12.Text = "select insert slot"; // // label13 // this.label13.Font = new System.Drawing.Font("Tahoma", 14F); this.label13.Location = new System.Drawing.Point(7, 13); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(82, 34); this.label13.TabIndex = 1; this.label13.Text = "Step 1:"; // // 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(95, 47); this.cmbSlot2.Name = "cmbSlot2"; this.cmbSlot2.Size = new System.Drawing.Size(99, 31); this.cmbSlot2.TabIndex = 1; // // label14 // this.label14.Font = new System.Drawing.Font("Tahoma", 14F); this.label14.Location = new System.Drawing.Point(10, 47); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(66, 34); this.label14.TabIndex = 2; this.label14.Text = "Slot"; // // panel7 // this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.panel7.Controls.Add(this.txtDOValue2); this.panel7.Controls.Add(this.label15); this.panel7.Controls.Add(this.label16); this.panel7.Controls.Add(this.label17); this.panel7.Location = new System.Drawing.Point(13, 269); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(260, 133); this.panel7.TabIndex = 2; // // txtDOValue2 // this.txtDOValue2.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDOValue2.Location = new System.Drawing.Point(136, 83); this.txtDOValue2.Name = "txtDOValue2"; this.txtDOValue2.Size = new System.Drawing.Size(100, 30); this.txtDOValue2.TabIndex = 4; this.txtDOValue2.Text = "0"; // // label15 // this.label15.Font = new System.Drawing.Font("Tahoma", 12F); this.label15.Location = new System.Drawing.Point(82, 18); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(175, 62); this.label15.TabIndex = 5; this.label15.Text = "input your data and click \'Write DO\' button to write data"; // // label16 // this.label16.Font = new System.Drawing.Font("Tahoma", 14F); this.label16.Location = new System.Drawing.Point(2, 83); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(138, 26); this.label16.TabIndex = 6; this.label16.Text = "DO Value(HEX)"; // // label17 // this.label17.Font = new System.Drawing.Font("Tahoma", 14F); this.label17.Location = new System.Drawing.Point(5, 18); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(82, 34); this.label17.TabIndex = 7; this.label17.Text = "Step 3:"; // // panel8 // this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.panel8.Controls.Add(this.label18); this.panel8.Controls.Add(this.txtChannel2); this.panel8.Controls.Add(this.label19); this.panel8.Controls.Add(this.label20); this.panel8.Location = new System.Drawing.Point(13, 146); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(260, 107); this.panel8.TabIndex = 3; // // label18 // this.label18.Font = new System.Drawing.Font("Tahoma", 12F); this.label18.Location = new System.Drawing.Point(84, 9); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(142, 34); this.label18.TabIndex = 0; this.label18.Text = "input your channel"; // // txtChannel2 // this.txtChannel2.Font = new System.Drawing.Font("Tahoma", 14F); this.txtChannel2.Location = new System.Drawing.Point(130, 43); this.txtChannel2.Name = "txtChannel2"; this.txtChannel2.Size = new System.Drawing.Size(96, 30); this.txtChannel2.TabIndex = 3; this.txtChannel2.Text = "16"; // // label19 // this.label19.Font = new System.Drawing.Font("Tahoma", 14F); this.label19.Location = new System.Drawing.Point(7, 9); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(82, 34); this.label19.TabIndex = 4; this.label19.Text = "Step 2:"; // // label20 // this.label20.Font = new System.Drawing.Font("Tahoma", 14F); this.label20.Location = new System.Drawing.Point(3, 43); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(127, 26); this.label20.TabIndex = 5; this.label20.Text = "Total Channel"; // // panel4 // this.panel4.Controls.Add(this.label10); this.panel4.Controls.Add(this.panel1); this.panel4.Controls.Add(this.panel3); this.panel4.Controls.Add(this.panel2); this.panel4.Location = new System.Drawing.Point(11, 16); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(286, 416); this.panel4.TabIndex = 20; // // label10 // this.label10.Font = new System.Drawing.Font("Tahoma", 14F); this.label10.Location = new System.Drawing.Point(14, 6); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(130, 26); this.label10.TabIndex = 0; this.label10.Text = "87k module"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.cmbSlot); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(13, 35); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(260, 95); this.panel1.TabIndex = 1; // // label5 // this.label5.Font = new System.Drawing.Font("Tahoma", 12F); this.label5.Location = new System.Drawing.Point(78, 13); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(132, 34); this.label5.TabIndex = 0; this.label5.Text = "select insert slot"; // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 14F); this.label4.Location = new System.Drawing.Point(7, 13); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(82, 34); this.label4.TabIndex = 1; this.label4.Text = "Step 1:"; // // 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(95, 47); this.cmbSlot.Name = "cmbSlot"; this.cmbSlot.Size = new System.Drawing.Size(99, 31); this.cmbSlot.TabIndex = 1; // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 14F); this.label1.Location = new System.Drawing.Point(10, 47); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(66, 34); this.label1.TabIndex = 2; this.label1.Text = "Slot"; // // panel3 // this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.panel3.Controls.Add(this.txtDOValue); this.panel3.Controls.Add(this.label8); this.panel3.Controls.Add(this.label3); this.panel3.Controls.Add(this.label9); this.panel3.Location = new System.Drawing.Point(13, 269); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(260, 133); this.panel3.TabIndex = 2; // // txtDOValue // this.txtDOValue.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDOValue.Location = new System.Drawing.Point(136, 83); this.txtDOValue.Name = "txtDOValue"; this.txtDOValue.Size = new System.Drawing.Size(100, 30); this.txtDOValue.TabIndex = 4; this.txtDOValue.Text = "0"; // // label8 // this.label8.Font = new System.Drawing.Font("Tahoma", 12F); this.label8.Location = new System.Drawing.Point(82, 18); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(175, 62); this.label8.TabIndex = 5; this.label8.Text = "input your data and click \'Write DO\' button to write data"; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 14F); this.label3.Location = new System.Drawing.Point(2, 83); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(138, 26); this.label3.TabIndex = 6; this.label3.Text = "DO Value(HEX)"; // // label9 // this.label9.Font = new System.Drawing.Font("Tahoma", 14F); this.label9.Location = new System.Drawing.Point(5, 18); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(82, 34); this.label9.TabIndex = 7; this.label9.Text = "Step 3:"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.panel2.Controls.Add(this.label7); this.panel2.Controls.Add(this.txtChannel); this.panel2.Controls.Add(this.label6); this.panel2.Controls.Add(this.label2); this.panel2.Location = new System.Drawing.Point(13, 146); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(260, 107); this.panel2.TabIndex = 3; // // label7 // this.label7.Font = new System.Drawing.Font("Tahoma", 12F); this.label7.Location = new System.Drawing.Point(84, 9); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(142, 34); this.label7.TabIndex = 0; this.label7.Text = "input your channel"; // // txtChannel // this.txtChannel.Font = new System.Drawing.Font("Tahoma", 14F); this.txtChannel.Location = new System.Drawing.Point(130, 43); this.txtChannel.Name = "txtChannel"; this.txtChannel.Size = new System.Drawing.Size(96, 30); this.txtChannel.TabIndex = 3; this.txtChannel.Text = "16"; // // label6 // this.label6.Font = new System.Drawing.Font("Tahoma", 14F); this.label6.Location = new System.Drawing.Point(7, 9); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(82, 34); this.label6.TabIndex = 4; this.label6.Text = "Step 2:"; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 14F); this.label2.Location = new System.Drawing.Point(3, 43); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(127, 26); this.label2.TabIndex = 5; this.label2.Text = "Total Channel"; // // btnClear // this.btnClear.Font = new System.Drawing.Font("Tahoma", 14F); this.btnClear.Location = new System.Drawing.Point(137, 447); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(109, 43); this.btnClear.TabIndex = 15; 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(11, 447); this.btnWriteDO.Name = "btnWriteDO"; this.btnWriteDO.Size = new System.Drawing.Size(109, 43); this.btnWriteDO.TabIndex = 14; this.btnWriteDO.Text = "Write DO"; this.btnWriteDO.Click += new System.EventHandler(this.btnWriteDO_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(839, 499); this.Controls.Add(this.btnClear_MF); this.Controls.Add(this.btnWriteDO_MF); this.Controls.Add(this.textBox2); this.Controls.Add(this.panel5); this.Controls.Add(this.panel4); this.Controls.Add(this.btnClear); this.Controls.Add(this.btnWriteDO); this.Name = "Form1"; this.Text = "8k_87k_do demo"; this.panel5.ResumeLayout(false); this.panel6.ResumeLayout(false); this.panel7.ResumeLayout(false); this.panel7.PerformLayout(); this.panel8.ResumeLayout(false); this.panel8.PerformLayout(); this.panel4.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnClear_MF; private System.Windows.Forms.Button btnWriteDO_MF; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Label label11; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.ComboBox cmbSlot2; private System.Windows.Forms.Label label14; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.TextBox txtDOValue2; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; private System.Windows.Forms.Panel panel8; private System.Windows.Forms.Label label18; private System.Windows.Forms.TextBox txtChannel2; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label20; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Label label10; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox cmbSlot; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.TextBox txtDOValue; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label9; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtChannel; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnClear; private System.Windows.Forms.Button btnWriteDO; } }