namespace _7K87K_cnt { 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.panel2 = new System.Windows.Forms.Panel(); this.btnReadCountOverflow = new System.Windows.Forms.Button(); this.txtDiValue = new System.Windows.Forms.TextBox(); this.btnClearCount = new System.Windows.Forms.Button(); this.btnReadCount = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.txtChannel = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label8 = new System.Windows.Forms.Label(); this.label7 = 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.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.panel2.Controls.Add(this.btnReadCountOverflow); this.panel2.Controls.Add(this.txtDiValue); this.panel2.Controls.Add(this.btnClearCount); this.panel2.Controls.Add(this.btnReadCount); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.txtChannel); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.label10); this.panel2.Location = new System.Drawing.Point(336, 13); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(310, 279); this.panel2.TabIndex = 2; // // btnReadCountOverflow // this.btnReadCountOverflow.Font = new System.Drawing.Font("Tahoma", 16F); this.btnReadCountOverflow.Location = new System.Drawing.Point(17, 219); this.btnReadCountOverflow.Name = "btnReadCountOverflow"; this.btnReadCountOverflow.Size = new System.Drawing.Size(280, 43); this.btnReadCountOverflow.TabIndex = 16; this.btnReadCountOverflow.Text = "Read count Overflow"; this.btnReadCountOverflow.Click += new System.EventHandler(this.btnReadCountOverflow_Click); // // txtDiValue // this.txtDiValue.Font = new System.Drawing.Font("Tahoma", 16F); this.txtDiValue.Location = new System.Drawing.Point(175, 132); this.txtDiValue.Name = "txtDiValue"; this.txtDiValue.Size = new System.Drawing.Size(85, 33); this.txtDiValue.TabIndex = 13; this.txtDiValue.Text = "0"; // // btnClearCount // this.btnClearCount.Font = new System.Drawing.Font("Tahoma", 16F); this.btnClearCount.Location = new System.Drawing.Point(164, 170); this.btnClearCount.Name = "btnClearCount"; this.btnClearCount.Size = new System.Drawing.Size(133, 43); this.btnClearCount.TabIndex = 15; this.btnClearCount.Text = "Clear count"; this.btnClearCount.Click += new System.EventHandler(this.btnClearCount_Click); // // btnReadCount // this.btnReadCount.Font = new System.Drawing.Font("Tahoma", 16F); this.btnReadCount.Location = new System.Drawing.Point(17, 170); this.btnReadCount.Name = "btnReadCount"; this.btnReadCount.Size = new System.Drawing.Size(143, 43); this.btnReadCount.TabIndex = 14; this.btnReadCount.Text = "Read count"; this.btnReadCount.Click += new System.EventHandler(this.btnReadCount_Click); // // label5 // this.label5.Font = new System.Drawing.Font("Tahoma", 14F); this.label5.Location = new System.Drawing.Point(49, 132); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(155, 32); this.label5.TabIndex = 17; this.label5.Text = "CNT Value"; // // txtChannel // this.txtChannel.Font = new System.Drawing.Font("Tahoma", 16F); this.txtChannel.Location = new System.Drawing.Point(175, 94); this.txtChannel.Name = "txtChannel"; this.txtChannel.Size = new System.Drawing.Size(85, 33); this.txtChannel.TabIndex = 5; this.txtChannel.Text = "0"; // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 14F); this.label4.Location = new System.Drawing.Point(32, 94); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(155, 33); this.label4.TabIndex = 18; this.label4.Text = "Current Channel"; // // label9 // this.label9.Font = new System.Drawing.Font("Tahoma", 12F); this.label9.Location = new System.Drawing.Point(98, 11); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(188, 65); this.label9.TabIndex = 19; this.label9.Text = "input your read channel and press button to read data"; // // label10 // this.label10.Font = new System.Drawing.Font("Tahoma", 14F); this.label10.Location = new System.Drawing.Point(13, 11); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(72, 28); this.label10.TabIndex = 20; this.label10.Text = "Step 2:"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.btnCloseCom); this.panel1.Controls.Add(this.btnOpenCom); this.panel1.Controls.Add(this.txtBaurdRate); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.txtAddress); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.cmbComPort); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(7, 13); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(310, 279); this.panel1.TabIndex = 3; // // label8 // this.label8.Font = new System.Drawing.Font("Tahoma", 12F); this.label8.Location = new System.Drawing.Point(90, 10); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(211, 81); this.label8.TabIndex = 0; this.label8.Text = "Select com port and input address, baud rate and total channel to open com port"; // // label7 // this.label7.Font = new System.Drawing.Font("Tahoma", 14F); this.label7.Location = new System.Drawing.Point(11, 10); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(73, 33); this.label7.TabIndex = 1; this.label7.Text = "Step 1:"; // // btnCloseCom // this.btnCloseCom.Enabled = false; this.btnCloseCom.Font = new System.Drawing.Font("Tahoma", 14F); this.btnCloseCom.Location = new System.Drawing.Point(181, 228); this.btnCloseCom.Name = "btnCloseCom"; this.btnCloseCom.Size = new System.Drawing.Size(120, 41); this.btnCloseCom.TabIndex = 11; 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, 228); this.btnOpenCom.Name = "btnOpenCom"; this.btnOpenCom.Size = new System.Drawing.Size(120, 41); this.btnOpenCom.TabIndex = 10; 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(181, 187); this.txtBaurdRate.Name = "txtBaurdRate"; this.txtBaurdRate.Size = new System.Drawing.Size(120, 30); this.txtBaurdRate.TabIndex = 6; this.txtBaurdRate.Text = "9600"; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 14F); this.label3.Location = new System.Drawing.Point(13, 189); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(97, 27); this.label3.TabIndex = 12; this.label3.Text = "Baurd rate"; // // txtAddress // this.txtAddress.Font = new System.Drawing.Font("Tahoma", 14F); this.txtAddress.Location = new System.Drawing.Point(181, 139); this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(120, 30); this.txtAddress.TabIndex = 4; this.txtAddress.Text = "01"; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 14F); this.label2.Location = new System.Drawing.Point(13, 140); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(90, 28); this.label2.TabIndex = 13; this.label2.Text = "Address"; // // cmbComPort // this.cmbComPort.Font = new System.Drawing.Font("Tahoma", 14F); this.cmbComPort.Location = new System.Drawing.Point(181, 94); this.cmbComPort.Name = "cmbComPort"; this.cmbComPort.Size = new System.Drawing.Size(120, 31); this.cmbComPort.TabIndex = 1; // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 14F); this.label1.Location = new System.Drawing.Point(13, 94); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(90, 28); this.label1.TabIndex = 14; this.label1.Text = "COM port"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(656, 300); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "Form1"; this.Text = "7K87K count demo"; this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button btnReadCountOverflow; private System.Windows.Forms.TextBox txtDiValue; private System.Windows.Forms.Button btnClearCount; private System.Windows.Forms.Button btnReadCount; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtChannel; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; 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; } }