namespace _7K87K_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.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.txtBaudRate = new System.Windows.Forms.TextBox(); this.txtAddress = new System.Windows.Forms.TextBox(); this.cmbComPort = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label5 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.btnWriteDO = new System.Windows.Forms.Button(); this.txtChannel = new System.Windows.Forms.TextBox(); this.txtWriteData = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.btnWriteDO_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.txtBaudRate); this.groupBox1.Controls.Add(this.txtAddress); this.groupBox1.Controls.Add(this.cmbComPort); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); 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(318, 253); 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(8, 16); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(259, 44); this.label8.TabIndex = 16; this.label8.Text = "Select com port and input address, baud rate to open com port"; // // btnCloseCom // this.btnCloseCom.Font = new System.Drawing.Font("Tahoma", 14F); this.btnCloseCom.Location = new System.Drawing.Point(178, 204); this.btnCloseCom.Name = "btnCloseCom"; this.btnCloseCom.Size = new System.Drawing.Size(124, 38); this.btnCloseCom.TabIndex = 21; 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, 204); this.btnOpenCom.Name = "btnOpenCom"; this.btnOpenCom.Size = new System.Drawing.Size(124, 38); this.btnOpenCom.TabIndex = 20; this.btnOpenCom.Text = "Open COM"; this.btnOpenCom.Click += new System.EventHandler(this.btnOpenCom_Click); // // txtBaudRate // this.txtBaudRate.Font = new System.Drawing.Font("Tahoma", 14F); this.txtBaudRate.Location = new System.Drawing.Point(157, 158); this.txtBaudRate.Name = "txtBaudRate"; this.txtBaudRate.Size = new System.Drawing.Size(145, 30); this.txtBaudRate.TabIndex = 19; this.txtBaudRate.Text = "9600"; // // txtAddress // this.txtAddress.Font = new System.Drawing.Font("Tahoma", 14F); this.txtAddress.Location = new System.Drawing.Point(230, 109); this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(37, 30); this.txtAddress.TabIndex = 18; this.txtAddress.Text = "1"; // // cmbComPort // this.cmbComPort.Font = new System.Drawing.Font("Tahoma", 14F); this.cmbComPort.Location = new System.Drawing.Point(157, 70); this.cmbComPort.Name = "cmbComPort"; this.cmbComPort.Size = new System.Drawing.Size(145, 31); this.cmbComPort.TabIndex = 17; // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 14F); this.label4.Location = new System.Drawing.Point(13, 112); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(144, 29); this.label4.TabIndex = 22; this.label4.Text = "Address(0~255)"; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 14F); this.label3.Location = new System.Drawing.Point(13, 158); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(109, 29); this.label3.TabIndex = 23; this.label3.Text = "Baud rate"; // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 14F); this.label1.Location = new System.Drawing.Point(13, 70); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(109, 29); this.label1.TabIndex = 24; this.label1.Text = "Com port"; // // groupBox2 // this.groupBox2.Controls.Add(this.btnWriteDO_MF); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.label9); this.groupBox2.Controls.Add(this.btnWriteDO); this.groupBox2.Controls.Add(this.txtChannel); this.groupBox2.Controls.Add(this.txtWriteData); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Location = new System.Drawing.Point(340, 16); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(275, 248); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Step2"; // // label5 // this.label5.Font = new System.Drawing.Font("Tahoma", 14F); this.label5.Location = new System.Drawing.Point(6, 133); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(140, 29); this.label5.TabIndex = 16; this.label5.Text = "DO value(HEX)"; // // label9 // this.label9.Font = new System.Drawing.Font("Tahoma", 12F); this.label9.Location = new System.Drawing.Point(10, 21); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(258, 42); this.label9.TabIndex = 18; this.label9.Text = "input your write channel and press button to write do data"; // // btnWriteDO // this.btnWriteDO.Font = new System.Drawing.Font("Tahoma", 10F); this.btnWriteDO.Location = new System.Drawing.Point(6, 189); this.btnWriteDO.Name = "btnWriteDO"; this.btnWriteDO.Size = new System.Drawing.Size(130, 38); this.btnWriteDO.TabIndex = 21; this.btnWriteDO.Text = "Write DO"; this.btnWriteDO.Click += new System.EventHandler(this.btnWriteDO_Click); // // txtChannel // this.txtChannel.Font = new System.Drawing.Font("Tahoma", 14F); this.txtChannel.Location = new System.Drawing.Point(165, 87); this.txtChannel.Name = "txtChannel"; this.txtChannel.Size = new System.Drawing.Size(103, 30); this.txtChannel.TabIndex = 19; this.txtChannel.Text = "2"; // // txtWriteData // this.txtWriteData.Font = new System.Drawing.Font("Tahoma", 14F); this.txtWriteData.Location = new System.Drawing.Point(165, 133); this.txtWriteData.Name = "txtWriteData"; this.txtWriteData.Size = new System.Drawing.Size(103, 30); this.txtWriteData.TabIndex = 20; this.txtWriteData.Text = "1"; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 14F); this.label2.Location = new System.Drawing.Point(6, 87); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(140, 29); this.label2.TabIndex = 22; this.label2.Text = "Total channels"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(12, 271); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox2.Size = new System.Drawing.Size(599, 135); this.textBox2.TabIndex = 9; this.textBox2.Text = resources.GetString("textBox2.Text"); // // btnWriteDO_MF // this.btnWriteDO_MF.Font = new System.Drawing.Font("Tahoma", 10F); this.btnWriteDO_MF.Location = new System.Drawing.Point(139, 189); this.btnWriteDO_MF.Name = "btnWriteDO_MF"; this.btnWriteDO_MF.Size = new System.Drawing.Size(130, 38); this.btnWriteDO_MF.TabIndex = 23; 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(629, 412); this.Controls.Add(this.textBox2); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "7K87K do 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 txtBaudRate; private System.Windows.Forms.TextBox txtAddress; private System.Windows.Forms.ComboBox cmbComPort; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button btnWriteDO; private System.Windows.Forms.TextBox txtChannel; private System.Windows.Forms.TextBox txtWriteData; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnWriteDO_MF; private System.Windows.Forms.TextBox textBox2; } }