namespace _7K87K_di { 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.label8 = new System.Windows.Forms.Label(); this.btnCloseCom = new System.Windows.Forms.Button(); this.btnOpenCom = new System.Windows.Forms.Button(); this.txtBaurdRate = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtAddress = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.cmbComPort = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label9 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.btnRead = new System.Windows.Forms.Button(); this.txtReadData = new System.Windows.Forms.TextBox(); this.txtChannel = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.btnRead_MF = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.btnCloseCom); this.groupBox1.Controls.Add(this.btnOpenCom); this.groupBox1.Controls.Add(this.txtBaurdRate); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.txtAddress); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.cmbComPort); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(291, 272); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Step1"; // // label8 // this.label8.Font = new System.Drawing.Font("Tahoma", 12F); this.label8.Location = new System.Drawing.Point(9, 14); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(274, 64); this.label8.TabIndex = 15; this.label8.Text = "Select com port and input address, baud rate and total channel to open com port"; // // btnCloseCom // this.btnCloseCom.Enabled = false; this.btnCloseCom.Font = new System.Drawing.Font("Tahoma", 14F); this.btnCloseCom.Location = new System.Drawing.Point(152, 222); this.btnCloseCom.Name = "btnCloseCom"; this.btnCloseCom.Size = new System.Drawing.Size(120, 41); this.btnCloseCom.TabIndex = 20; this.btnCloseCom.Text = "Close com"; this.btnCloseCom.Click += new System.EventHandler(this.btnCloseCom_Click); // // btnOpenCom // this.btnOpenCom.Font = new System.Drawing.Font("Tahoma", 14F); this.btnOpenCom.Location = new System.Drawing.Point(13, 222); this.btnOpenCom.Name = "btnOpenCom"; this.btnOpenCom.Size = new System.Drawing.Size(120, 41); this.btnOpenCom.TabIndex = 19; this.btnOpenCom.Text = "Open com"; this.btnOpenCom.Click += new System.EventHandler(this.btnOpenCom_Click); // // txtBaurdRate // this.txtBaurdRate.Font = new System.Drawing.Font("Tahoma", 14F); this.txtBaurdRate.Location = new System.Drawing.Point(152, 181); this.txtBaurdRate.Name = "txtBaurdRate"; this.txtBaurdRate.Size = new System.Drawing.Size(120, 30); this.txtBaurdRate.TabIndex = 18; this.txtBaurdRate.Text = "9600"; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 14F); this.label3.Location = new System.Drawing.Point(13, 183); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(97, 27); this.label3.TabIndex = 21; this.label3.Text = "Baud rate"; // // txtAddress // this.txtAddress.Font = new System.Drawing.Font("Tahoma", 14F); this.txtAddress.Location = new System.Drawing.Point(177, 134); this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(44, 30); this.txtAddress.TabIndex = 17; this.txtAddress.Text = "1"; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 14F); this.label2.Location = new System.Drawing.Point(13, 134); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(144, 28); this.label2.TabIndex = 22; this.label2.Text = "Address(0~255)"; // // cmbComPort // this.cmbComPort.Font = new System.Drawing.Font("Tahoma", 14F); this.cmbComPort.Location = new System.Drawing.Point(152, 88); this.cmbComPort.Name = "cmbComPort"; this.cmbComPort.Size = new System.Drawing.Size(120, 31); this.cmbComPort.TabIndex = 16; // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 14F); this.label1.Location = new System.Drawing.Point(13, 88); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(90, 28); this.label1.TabIndex = 23; this.label1.Text = "COM port"; // // groupBox2 // this.groupBox2.Controls.Add(this.btnRead_MF); this.groupBox2.Controls.Add(this.label9); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.btnRead); this.groupBox2.Controls.Add(this.txtReadData); this.groupBox2.Controls.Add(this.txtChannel); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Location = new System.Drawing.Point(317, 10); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(292, 274); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Step2"; // // label9 // this.label9.Font = new System.Drawing.Font("Tahoma", 12F); this.label9.Location = new System.Drawing.Point(19, 17); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(258, 51); this.label9.TabIndex = 15; this.label9.Text = "input your read channel and press button to read data"; // // label5 // this.label5.Font = new System.Drawing.Font("Tahoma", 14F); this.label5.Location = new System.Drawing.Point(15, 120); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 20); this.label5.TabIndex = 17; this.label5.Text = "Read data"; // // btnRead // this.btnRead.Font = new System.Drawing.Font("Tahoma", 14F); this.btnRead.Location = new System.Drawing.Point(15, 155); this.btnRead.Name = "btnRead"; this.btnRead.Size = new System.Drawing.Size(142, 41); this.btnRead.TabIndex = 20; this.btnRead.Text = "Read DI(HEX)"; this.btnRead.Click += new System.EventHandler(this.btnRead_Click); // // txtReadData // this.txtReadData.Font = new System.Drawing.Font("Tahoma", 14F); this.txtReadData.Location = new System.Drawing.Point(157, 120); this.txtReadData.Name = "txtReadData"; this.txtReadData.Size = new System.Drawing.Size(120, 30); this.txtReadData.TabIndex = 19; // // txtChannel // this.txtChannel.Font = new System.Drawing.Font("Tahoma", 14F); this.txtChannel.Location = new System.Drawing.Point(212, 85); this.txtChannel.Name = "txtChannel"; this.txtChannel.Size = new System.Drawing.Size(65, 30); this.txtChannel.TabIndex = 18; this.txtChannel.Text = "1"; // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 14F); this.label4.Location = new System.Drawing.Point(15, 87); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(142, 27); this.label4.TabIndex = 21; this.label4.Text = "Total channels"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(12, 290); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox2.Size = new System.Drawing.Size(544, 140); this.textBox2.TabIndex = 8; this.textBox2.Text = resources.GetString("textBox2.Text"); // // btnRead_MF // this.btnRead_MF.Font = new System.Drawing.Font("Tahoma", 14F); this.btnRead_MF.Location = new System.Drawing.Point(15, 213); this.btnRead_MF.Name = "btnRead_MF"; this.btnRead_MF.Size = new System.Drawing.Size(187, 41); this.btnRead_MF.TabIndex = 22; this.btnRead_MF.Text = "Read DI(HEX)_MF"; this.btnRead_MF.Click += new System.EventHandler(this.btnRead_MF_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(616, 445); this.Controls.Add(this.textBox2); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "7K87K di demo"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button btnCloseCom; private System.Windows.Forms.Button btnOpenCom; private System.Windows.Forms.TextBox txtBaurdRate; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtAddress; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cmbComPort; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button btnRead; private System.Windows.Forms.TextBox txtReadData; private System.Windows.Forms.TextBox txtChannel; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnRead_MF; private System.Windows.Forms.TextBox textBox2; } }