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.label1 = new System.Windows.Forms.Label();
this.cmbSlot = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.txtDIChannel = new System.Windows.Forms.TextBox();
this.txtDOChannel = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.label4 = new System.Windows.Forms.Label();
this.txtDOValue = new System.Windows.Forms.TextBox();
this.btnWriteDO = new System.Windows.Forms.Button();
this.btnClearDO = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.txtDIValue = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.btnReadDI = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
this.label1.Location = new System.Drawing.Point(17, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(81, 36);
this.label1.Text = "Slot";
//
// cmbSlot
//
this.cmbSlot.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
this.cmbSlot.Items.Add("0");
this.cmbSlot.Items.Add("1");
this.cmbSlot.Items.Add("2");
this.cmbSlot.Items.Add("3");
this.cmbSlot.Items.Add("4");
this.cmbSlot.Items.Add("5");
this.cmbSlot.Items.Add("6");
this.cmbSlot.Items.Add("7");
this.cmbSlot.Location = new System.Drawing.Point(181, 17);
this.cmbSlot.Name = "cmbSlot";
this.cmbSlot.Size = new System.Drawing.Size(100, 29);
this.cmbSlot.TabIndex = 1;
//
// label2
//
this.label2.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
this.label2.Location = new System.Drawing.Point(17, 66);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(158, 25);
this.label2.Text = "DI Total Channel";
//
// txtDIChannel
//
this.txtDIChannel.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
this.txtDIChannel.Location = new System.Drawing.Point(181, 66);
this.txtDIChannel.Name = "txtDIChannel";
this.txtDIChannel.Size = new System.Drawing.Size(100, 29);
this.txtDIChannel.TabIndex = 3;
this.txtDIChannel.Text = "8";
//
// txtDOChannel
//
this.txtDOChannel.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
this.txtDOChannel.Location = new System.Drawing.Point(181, 115);
this.txtDOChannel.Name = "txtDOChannel";
this.txtDOChannel.Size = new System.Drawing.Size(100, 29);
this.txtDOChannel.TabIndex = 5;
this.txtDOChannel.Text = "8";
//
// label3
//
this.label3.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
this.label3.Location = new System.Drawing.Point(17, 115);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(158, 25);
this.label3.Text = "DO Total Channel";
//
// 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(24, 9);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(300, 169);
//
// label4
//
this.label4.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
this.label4.Location = new System.Drawing.Point(17, 12);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(139, 28);
this.label4.Text = "DO Value(HEX)";
//
// txtDOValue
//
this.txtDOValue.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
this.txtDOValue.Location = new System.Drawing.Point(181, 11);
this.txtDOValue.Name = "txtDOValue";
this.txtDOValue.Size = new System.Drawing.Size(100, 29);
this.txtDOValue.TabIndex = 9;
this.txtDOValue.Text = "0";
//
// btnWriteDO
//
this.btnWriteDO.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
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);
//
// btnClearDO
//
this.btnClearDO.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
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);
//
// 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(24, 201);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(300, 101);
//
// txtDIValue
//
this.txtDIValue.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
this.txtDIValue.Location = new System.Drawing.Point(177, 7);
this.txtDIValue.Name = "txtDIValue";
this.txtDIValue.Size = new System.Drawing.Size(100, 29);
this.txtDIValue.TabIndex = 13;
this.txtDIValue.Text = "0";
//
// label5
//
this.label5.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
this.label5.Location = new System.Drawing.Point(13, 8);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(139, 28);
this.label5.Text = "DI Value";
//
// btnReadDI
//
this.btnReadDI.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
this.btnReadDI.Location = new System.Drawing.Point(13, 39);
this.btnReadDI.Name = "btnReadDI";
this.btnReadDI.Size = new System.Drawing.Size(133, 35);
this.btnReadDI.TabIndex = 18;
this.btnReadDI.Text = "Read DI(HEX)";
this.btnReadDI.Click += new System.EventHandler(this.btnReadDI_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(28, 332);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(295, 89);
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.panel4.Controls.Add(this.button1);
this.panel4.Location = new System.Drawing.Point(341, 332);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(295, 89);
//
// button1
//
this.button1.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
this.button1.ForeColor = System.Drawing.Color.Blue;
this.button1.Location = new System.Drawing.Point(13, 39);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(221, 35);
this.button1.TabIndex = 18;
this.button1.Text = "Read DI_MF(HEX)";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(341, 9);
this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2";
this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox2.Size = new System.Drawing.Size(295, 293);
this.textBox2.TabIndex = 6;
this.textBox2.Text = resources.GetString("textBox2.Text");
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(659, 449);
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";
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cmbSlot;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtDIChannel;
private System.Windows.Forms.TextBox txtDOChannel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtDOValue;
private System.Windows.Forms.Button btnWriteDO;
private System.Windows.Forms.Button btnClearDO;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.TextBox txtDIValue;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnReadDI;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox2;
}
}