namespace _7K87K_ao { 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() { 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.txtChannel = new System.Windows.Forms.TextBox(); this.txtBaudRate = new System.Windows.Forms.TextBox(); this.txtAddress = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); 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.btnWriteData = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.txtWriteData = new System.Windows.Forms.TextBox(); this.txtWriteChannel = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); 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.txtChannel); this.groupBox1.Controls.Add(this.txtBaudRate); this.groupBox1.Controls.Add(this.txtAddress); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); 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(357, 339); 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(13, 18); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(330, 44); this.label8.TabIndex = 20; 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(173, 276); this.btnCloseCom.Name = "btnCloseCom"; this.btnCloseCom.Size = new System.Drawing.Size(102, 46); this.btnCloseCom.TabIndex = 26; 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(15, 276); this.btnOpenCom.Name = "btnOpenCom"; this.btnOpenCom.Size = new System.Drawing.Size(102, 46); this.btnOpenCom.TabIndex = 25; this.btnOpenCom.Text = "Open Com"; this.btnOpenCom.Click += new System.EventHandler(this.btnOpenCom_Click); // // txtChannel // this.txtChannel.Font = new System.Drawing.Font("Tahoma", 14F); this.txtChannel.Location = new System.Drawing.Point(173, 227); this.txtChannel.Name = "txtChannel"; this.txtChannel.Size = new System.Drawing.Size(111, 30); this.txtChannel.TabIndex = 24; this.txtChannel.Text = "1"; // // txtBaudRate // this.txtBaudRate.Font = new System.Drawing.Font("Tahoma", 14F); this.txtBaudRate.Location = new System.Drawing.Point(173, 177); this.txtBaudRate.Name = "txtBaudRate"; this.txtBaudRate.Size = new System.Drawing.Size(111, 30); this.txtBaudRate.TabIndex = 23; this.txtBaudRate.Text = "115200"; // // txtAddress // this.txtAddress.Font = new System.Drawing.Font("Tahoma", 14F); this.txtAddress.Location = new System.Drawing.Point(185, 133); this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(44, 30); this.txtAddress.TabIndex = 22; this.txtAddress.Text = "1"; // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 14F); this.label4.Location = new System.Drawing.Point(15, 230); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(118, 29); this.label4.TabIndex = 27; this.label4.Text = "Total channel"; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 14F); this.label3.Location = new System.Drawing.Point(15, 180); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(91, 29); this.label3.TabIndex = 28; this.label3.Text = "Baud rate"; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 14F); this.label2.Location = new System.Drawing.Point(15, 134); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(145, 29); this.label2.TabIndex = 29; this.label2.Text = "Address(0~255)"; // // cmbComPort // this.cmbComPort.Font = new System.Drawing.Font("Tahoma", 14F); this.cmbComPort.Location = new System.Drawing.Point(173, 82); this.cmbComPort.Name = "cmbComPort"; this.cmbComPort.Size = new System.Drawing.Size(111, 31); this.cmbComPort.TabIndex = 21; // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 14F); this.label1.Location = new System.Drawing.Point(15, 85); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(91, 29); this.label1.TabIndex = 30; this.label1.Text = "Com port"; // // groupBox2 // this.groupBox2.Controls.Add(this.label9); this.groupBox2.Controls.Add(this.btnWriteData); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.txtWriteData); this.groupBox2.Controls.Add(this.txtWriteChannel); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Location = new System.Drawing.Point(378, 13); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(293, 256); 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(12, 21); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(261, 44); this.label9.TabIndex = 22; this.label9.Text = "input your write channel and press button to read data"; // // btnWriteData // this.btnWriteData.Font = new System.Drawing.Font("Tahoma", 14F); this.btnWriteData.Location = new System.Drawing.Point(16, 184); this.btnWriteData.Name = "btnWriteData"; this.btnWriteData.Size = new System.Drawing.Size(111, 46); this.btnWriteData.TabIndex = 26; this.btnWriteData.Text = "Write AO"; this.btnWriteData.Click += new System.EventHandler(this.btnWriteData_Click); // // label6 // this.label6.Font = new System.Drawing.Font("Tahoma", 14F); this.label6.Location = new System.Drawing.Point(16, 125); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(108, 29); this.label6.TabIndex = 27; this.label6.Text = "AO value"; // // txtWriteData // this.txtWriteData.Font = new System.Drawing.Font("Tahoma", 14F); this.txtWriteData.Location = new System.Drawing.Point(157, 125); this.txtWriteData.Name = "txtWriteData"; this.txtWriteData.Size = new System.Drawing.Size(120, 30); this.txtWriteData.TabIndex = 25; // // txtWriteChannel // this.txtWriteChannel.Font = new System.Drawing.Font("Tahoma", 14F); this.txtWriteChannel.Location = new System.Drawing.Point(157, 76); this.txtWriteChannel.Name = "txtWriteChannel"; this.txtWriteChannel.Size = new System.Drawing.Size(120, 30); this.txtWriteChannel.TabIndex = 24; this.txtWriteChannel.Text = "1"; // // label5 // this.label5.Font = new System.Drawing.Font("Tahoma", 14F); this.label5.Location = new System.Drawing.Point(16, 76); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(180, 29); this.label5.TabIndex = 28; this.label5.Text = "Write channel"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(716, 363); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "7K87K ao demo"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #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 txtChannel; private System.Windows.Forms.TextBox txtBaudRate; private System.Windows.Forms.TextBox txtAddress; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; 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.Button btnWriteData; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtWriteData; private System.Windows.Forms.TextBox txtWriteChannel; private System.Windows.Forms.Label label5; } }