namespace _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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.cmbSlot = new System.Windows.Forms.ComboBox();
this.txtChannel = new System.Windows.Forms.TextBox();
this.txtHexValue = new System.Windows.Forms.TextBox();
this.btnWriteDO = new System.Windows.Forms.Button();
this.btnClear = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = 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(84, 44);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 34);
this.label1.Text = "slot";
//
// label2
//
this.label2.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
this.label2.Location = new System.Drawing.Point(15, 37);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(169, 32);
this.label2.Text = "Total Channel";
//
// label3
//
this.label3.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
this.label3.Location = new System.Drawing.Point(15, 72);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(160, 29);
this.label3.Text = "DO Value(HEX)";
//
// cmbSlot
//
this.cmbSlot.Font = new System.Drawing.Font("Tahoma", 16F, 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(153, 44);
this.cmbSlot.Name = "cmbSlot";
this.cmbSlot.Size = new System.Drawing.Size(100, 32);
this.cmbSlot.TabIndex = 3;
//
// txtChannel
//
this.txtChannel.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
this.txtChannel.Location = new System.Drawing.Point(153, 37);
this.txtChannel.Name = "txtChannel";
this.txtChannel.Size = new System.Drawing.Size(100, 32);
this.txtChannel.TabIndex = 7;
this.txtChannel.Text = "16";
//
// txtHexValue
//
this.txtHexValue.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
this.txtHexValue.Location = new System.Drawing.Point(153, 69);
this.txtHexValue.Name = "txtHexValue";
this.txtHexValue.Size = new System.Drawing.Size(100, 32);
this.txtHexValue.TabIndex = 8;
this.txtHexValue.Text = "0";
//
// btnWriteDO
//
this.btnWriteDO.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
this.btnWriteDO.Location = new System.Drawing.Point(15, 111);
this.btnWriteDO.Name = "btnWriteDO";
this.btnWriteDO.Size = new System.Drawing.Size(100, 38);
this.btnWriteDO.TabIndex = 9;
this.btnWriteDO.Text = "Write DO";
this.btnWriteDO.Click += new System.EventHandler(this.btnWriteDO_Click);
//
// btnClear
//
this.btnClear.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
this.btnClear.Location = new System.Drawing.Point(161, 111);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(100, 38);
this.btnClear.TabIndex = 10;
this.btnClear.Text = "Clear";
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// label4
//
this.label4.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
this.label4.Location = new System.Drawing.Point(88, 17);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(173, 27);
this.label4.Text = "select insert slot";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.cmbSlot);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(20, 9);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(286, 86);
//
// label6
//
this.label6.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
this.label6.Location = new System.Drawing.Point(14, 11);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(91, 38);
this.label6.Text = "Step 1:";
//
// label5
//
this.label5.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
this.label5.Location = new System.Drawing.Point(88, 12);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(195, 22);
this.label5.Text = "input your output channel";
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.label7);
this.panel2.Controls.Add(this.txtChannel);
this.panel2.Controls.Add(this.label2);
this.panel2.Location = new System.Drawing.Point(20, 115);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(286, 81);
//
// label7
//
this.label7.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
this.label7.Location = new System.Drawing.Point(14, 8);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(91, 26);
this.label7.Text = "Step 2:";
//
// label8
//
this.label8.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
this.label8.Location = new System.Drawing.Point(88, 12);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(195, 60);
this.label8.Text = "input your data and click \'Write DO\' button to write data";
//
// label9
//
this.label9.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
this.label9.Location = new System.Drawing.Point(14, 12);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(91, 26);
this.label9.Text = "Step 3:";
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.panel3.Controls.Add(this.txtHexValue);
this.panel3.Controls.Add(this.label8);
this.panel3.Controls.Add(this.label9);
this.panel3.Controls.Add(this.btnClear);
this.panel3.Controls.Add(this.label3);
this.panel3.Controls.Add(this.btnWriteDO);
this.panel3.Location = new System.Drawing.Point(20, 215);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(286, 164);
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.panel4.Controls.Add(this.label10);
this.panel4.Controls.Add(this.label11);
this.panel4.Controls.Add(this.button1);
this.panel4.Controls.Add(this.button2);
this.panel4.Location = new System.Drawing.Point(321, 215);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(286, 164);
//
// label10
//
this.label10.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
this.label10.Location = new System.Drawing.Point(88, 12);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(195, 60);
this.label10.Text = "input your data and click \'Write DO\' button to write data";
//
// label11
//
this.label11.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
this.label11.Location = new System.Drawing.Point(14, 12);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(91, 26);
this.label11.Text = "Step 3:";
//
// button1
//
this.button1.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
this.button1.ForeColor = System.Drawing.Color.Blue;
this.button1.Location = new System.Drawing.Point(161, 111);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(100, 38);
this.button1.TabIndex = 10;
this.button1.Text = "Clear_MF";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
this.button2.ForeColor = System.Drawing.Color.Blue;
this.button2.Location = new System.Drawing.Point(15, 111);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(140, 38);
this.button2.TabIndex = 9;
this.button2.Text = "Write DO_MF";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(321, 9);
this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2";
this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox2.Size = new System.Drawing.Size(286, 187);
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(627, 395);
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_do";
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.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cmbSlot;
private System.Windows.Forms.TextBox txtChannel;
private System.Windows.Forms.TextBox txtHexValue;
private System.Windows.Forms.Button btnWriteDO;
private System.Windows.Forms.Button btnClear;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox2;
}
}