namespace _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.panel4 = new System.Windows.Forms.Panel(); this.btnReadDI_MF = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.btnReadDI = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.txtDIValue = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.btnClearDO = new System.Windows.Forms.Button(); this.btnWriteDO = new System.Windows.Forms.Button(); 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.label3 = new System.Windows.Forms.Label(); this.txtDIChannel = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.cmbSlot = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.panel5 = new System.Windows.Forms.Panel(); this.btnClear_DOMF = new System.Windows.Forms.Button(); this.btnWriteDO_MF = new System.Windows.Forms.Button(); this.panel4.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.panel5.SuspendLayout(); this.SuspendLayout(); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(329, 12); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox2.Size = new System.Drawing.Size(295, 186); this.textBox2.TabIndex = 11; this.textBox2.Text = resources.GetString("textBox2.Text"); // // panel4 // this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.panel4.Controls.Add(this.btnReadDI_MF); this.panel4.Location = new System.Drawing.Point(329, 314); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(295, 89); this.panel4.TabIndex = 12; // // btnReadDI_MF // this.btnReadDI_MF.Font = new System.Drawing.Font("Tahoma", 14F); this.btnReadDI_MF.ForeColor = System.Drawing.Color.Blue; this.btnReadDI_MF.Location = new System.Drawing.Point(13, 39); this.btnReadDI_MF.Name = "btnReadDI_MF"; this.btnReadDI_MF.Size = new System.Drawing.Size(221, 35); this.btnReadDI_MF.TabIndex = 18; this.btnReadDI_MF.Text = "Read DI_MF(HEX)"; this.btnReadDI_MF.Click += new System.EventHandler(this.btnReadDI_MF_Click); // // panel3 // this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.panel3.Controls.Add(this.btnReadDI); this.panel3.Controls.Add(this.label5); this.panel3.Controls.Add(this.txtDIValue); this.panel3.Location = new System.Drawing.Point(16, 314); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(295, 89); this.panel3.TabIndex = 13; // // btnReadDI // this.btnReadDI.Font = new System.Drawing.Font("Tahoma", 14F); this.btnReadDI.Location = new System.Drawing.Point(13, 39); this.btnReadDI.Name = "btnReadDI"; this.btnReadDI.Size = new System.Drawing.Size(139, 35); this.btnReadDI.TabIndex = 18; this.btnReadDI.Text = "Read DI(HEX)"; this.btnReadDI.Click += new System.EventHandler(this.btnReadDI_Click); // // label5 // this.label5.Font = new System.Drawing.Font("Tahoma", 14F); this.label5.Location = new System.Drawing.Point(13, 8); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(139, 28); this.label5.TabIndex = 19; this.label5.Text = "DI Value"; // // txtDIValue // this.txtDIValue.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDIValue.Location = new System.Drawing.Point(177, 7); this.txtDIValue.Name = "txtDIValue"; this.txtDIValue.Size = new System.Drawing.Size(100, 30); this.txtDIValue.TabIndex = 13; 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.btnClearDO); this.panel2.Controls.Add(this.btnWriteDO); this.panel2.Controls.Add(this.txtDOValue); this.panel2.Controls.Add(this.label4); this.panel2.Location = new System.Drawing.Point(12, 204); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(300, 101); this.panel2.TabIndex = 14; // // btnClearDO // this.btnClearDO.Font = new System.Drawing.Font("Tahoma", 14F); this.btnClearDO.Location = new System.Drawing.Point(181, 46); this.btnClearDO.Name = "btnClearDO"; this.btnClearDO.Size = new System.Drawing.Size(100, 35); this.btnClearDO.TabIndex = 11; this.btnClearDO.Text = "Clear"; this.btnClearDO.Click += new System.EventHandler(this.btnClearDO_Click); // // btnWriteDO // this.btnWriteDO.Font = new System.Drawing.Font("Tahoma", 14F); this.btnWriteDO.Location = new System.Drawing.Point(17, 47); this.btnWriteDO.Name = "btnWriteDO"; this.btnWriteDO.Size = new System.Drawing.Size(100, 35); this.btnWriteDO.TabIndex = 10; this.btnWriteDO.Text = "Write DO"; this.btnWriteDO.Click += new System.EventHandler(this.btnWriteDO_Click); // // txtDOValue // this.txtDOValue.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDOValue.Location = new System.Drawing.Point(181, 11); 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(17, 12); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(139, 28); this.label4.TabIndex = 12; 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.label3); this.panel1.Controls.Add(this.txtDIChannel); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.cmbSlot); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(12, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(300, 169); this.panel1.TabIndex = 15; // // txtDOChannel // this.txtDOChannel.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDOChannel.Location = new System.Drawing.Point(181, 115); this.txtDOChannel.Name = "txtDOChannel"; this.txtDOChannel.Size = new System.Drawing.Size(100, 30); this.txtDOChannel.TabIndex = 5; this.txtDOChannel.Text = "8"; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 14F); this.label3.Location = new System.Drawing.Point(17, 115); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(158, 25); this.label3.TabIndex = 6; this.label3.Text = "DO Total Channel"; // // txtDIChannel // this.txtDIChannel.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDIChannel.Location = new System.Drawing.Point(181, 66); 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(17, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(158, 25); this.label2.TabIndex = 7; this.label2.Text = "DI Total Channel"; // // 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(181, 17); this.cmbSlot.Name = "cmbSlot"; this.cmbSlot.Size = new System.Drawing.Size(100, 31); this.cmbSlot.TabIndex = 1; // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 14F); this.label1.Location = new System.Drawing.Point(17, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(81, 36); this.label1.TabIndex = 8; this.label1.Text = "Slot"; // // panel5 // this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.panel5.Controls.Add(this.btnClear_DOMF); this.panel5.Controls.Add(this.btnWriteDO_MF); this.panel5.Location = new System.Drawing.Point(329, 207); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(295, 101); this.panel5.TabIndex = 16; // // btnClear_DOMF // this.btnClear_DOMF.Font = new System.Drawing.Font("Tahoma", 14F); this.btnClear_DOMF.Location = new System.Drawing.Point(181, 46); this.btnClear_DOMF.Name = "btnClear_DOMF"; this.btnClear_DOMF.Size = new System.Drawing.Size(100, 35); this.btnClear_DOMF.TabIndex = 11; this.btnClear_DOMF.Text = "Clear_MF"; this.btnClear_DOMF.Click += new System.EventHandler(this.btnClear_DOMF_Click); // // btnWriteDO_MF // this.btnWriteDO_MF.Font = new System.Drawing.Font("Tahoma", 14F); this.btnWriteDO_MF.Location = new System.Drawing.Point(17, 47); this.btnWriteDO_MF.Name = "btnWriteDO_MF"; this.btnWriteDO_MF.Size = new System.Drawing.Size(139, 35); this.btnWriteDO_MF.TabIndex = 10; this.btnWriteDO_MF.Text = "Write DO_MF"; this.btnWriteDO_MF.Click += new System.EventHandler(this.btnWriteDO_MF_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(638, 422); this.Controls.Add(this.panel5); this.Controls.Add(this.textBox2); this.Controls.Add(this.panel4); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "Form1"; this.Text = "87K dio demo"; 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.panel5.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Button btnReadDI_MF; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Button btnReadDI; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtDIValue; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button btnClearDO; private System.Windows.Forms.Button btnWriteDO; 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.Label label3; private System.Windows.Forms.TextBox txtDIChannel; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cmbSlot; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Button btnClear_DOMF; private System.Windows.Forms.Button btnWriteDO_MF; } }