namespace _7K87K_ai { 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.label7 = 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.txtBaurdRate = 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.label1 = new System.Windows.Forms.Label(); this.cmbComPort = new System.Windows.Forms.ComboBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.btnReadAI = new System.Windows.Forms.Button(); this.txtAIValue = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtReadChannel = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.btnCloseCOM); this.groupBox1.Controls.Add(this.btnOpenCOM); this.groupBox1.Controls.Add(this.txtChannel); this.groupBox1.Controls.Add(this.txtBaurdRate); 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.label1); this.groupBox1.Controls.Add(this.cmbComPort); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(304, 348); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Step1"; // // label7 // this.label7.Font = new System.Drawing.Font("Tahoma", 12F); this.label7.Location = new System.Drawing.Point(8, 17); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(280, 64); this.label7.TabIndex = 18; this.label7.Text = "Select your com port, input address, baurd rate and total Channel to open Com por" + "t"; // // btnCloseCOM // this.btnCloseCOM.Font = new System.Drawing.Font("Tahoma", 14F); this.btnCloseCOM.Location = new System.Drawing.Point(165, 288); this.btnCloseCOM.Name = "btnCloseCOM"; this.btnCloseCOM.Size = new System.Drawing.Size(105, 44); this.btnCloseCOM.TabIndex = 24; 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(19, 288); this.btnOpenCOM.Name = "btnOpenCOM"; this.btnOpenCOM.Size = new System.Drawing.Size(105, 44); this.btnOpenCOM.TabIndex = 23; 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(165, 231); this.txtChannel.Name = "txtChannel"; this.txtChannel.Size = new System.Drawing.Size(100, 30); this.txtChannel.TabIndex = 22; this.txtChannel.Text = "8"; // // txtBaurdRate // this.txtBaurdRate.Font = new System.Drawing.Font("Tahoma", 14F); this.txtBaurdRate.Location = new System.Drawing.Point(165, 181); this.txtBaurdRate.Name = "txtBaurdRate"; this.txtBaurdRate.Size = new System.Drawing.Size(100, 30); this.txtBaurdRate.TabIndex = 21; this.txtBaurdRate.Text = "115200"; // // txtAddress // this.txtAddress.Font = new System.Drawing.Font("Tahoma", 14F); this.txtAddress.Location = new System.Drawing.Point(171, 135); this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(53, 30); this.txtAddress.TabIndex = 20; this.txtAddress.Text = "1"; // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 14F); this.label4.Location = new System.Drawing.Point(19, 231); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(128, 35); this.label4.TabIndex = 25; this.label4.Text = "Total Channel"; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 14F); this.label3.Location = new System.Drawing.Point(19, 181); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(105, 35); this.label3.TabIndex = 26; this.label3.Text = "Baurd rate"; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 14F); this.label2.Location = new System.Drawing.Point(19, 134); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(146, 35); this.label2.TabIndex = 27; this.label2.Text = "Address(0~255)"; // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 14F); this.label1.Location = new System.Drawing.Point(19, 84); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(94, 35); this.label1.TabIndex = 28; this.label1.Text = "COM port"; // // cmbComPort // this.cmbComPort.Font = new System.Drawing.Font("Tahoma", 14F); this.cmbComPort.Location = new System.Drawing.Point(165, 84); this.cmbComPort.Name = "cmbComPort"; this.cmbComPort.Size = new System.Drawing.Size(100, 31); this.cmbComPort.TabIndex = 17; // // groupBox2 // this.groupBox2.Controls.Add(this.label9); this.groupBox2.Controls.Add(this.label8); this.groupBox2.Controls.Add(this.btnReadAI); this.groupBox2.Controls.Add(this.txtAIValue); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.txtReadChannel); this.groupBox2.Location = new System.Drawing.Point(331, 18); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(287, 351); 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(13, 21); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(283, 45); this.label9.TabIndex = 19; this.label9.Text = "input your read channel and press button to read data"; // // label8 // this.label8.Font = new System.Drawing.Font("Tahoma", 14F); this.label8.Location = new System.Drawing.Point(9, 124); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(139, 35); this.label8.TabIndex = 20; this.label8.Text = "Read data"; // // btnReadAI // this.btnReadAI.Font = new System.Drawing.Font("Tahoma", 14F); this.btnReadAI.Location = new System.Drawing.Point(9, 171); this.btnReadAI.Name = "btnReadAI"; this.btnReadAI.Size = new System.Drawing.Size(128, 44); this.btnReadAI.TabIndex = 24; this.btnReadAI.Text = "Read AI(float)"; this.btnReadAI.Click += new System.EventHandler(this.btnReadAI_Click); // // txtAIValue // this.txtAIValue.Font = new System.Drawing.Font("Tahoma", 14F); this.txtAIValue.Location = new System.Drawing.Point(154, 124); this.txtAIValue.Name = "txtAIValue"; this.txtAIValue.Size = new System.Drawing.Size(117, 30); this.txtAIValue.TabIndex = 23; // // label5 // this.label5.Font = new System.Drawing.Font("Tahoma", 14F); this.label5.Location = new System.Drawing.Point(9, 68); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(139, 35); this.label5.TabIndex = 25; this.label5.Text = "Read channel"; // // txtReadChannel // this.txtReadChannel.Font = new System.Drawing.Font("Tahoma", 14F); this.txtReadChannel.Location = new System.Drawing.Point(154, 68); this.txtReadChannel.Name = "txtReadChannel"; this.txtReadChannel.Size = new System.Drawing.Size(117, 30); this.txtReadChannel.TabIndex = 22; this.txtReadChannel.Text = "1"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(634, 384); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "7K87K ai 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 label7; private System.Windows.Forms.Button btnCloseCOM; private System.Windows.Forms.Button btnOpenCOM; private System.Windows.Forms.TextBox txtChannel; private System.Windows.Forms.TextBox txtBaurdRate; 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.Label label1; private System.Windows.Forms.ComboBox cmbComPort; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button btnReadAI; private System.Windows.Forms.TextBox txtAIValue; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtReadChannel; } }