namespace _7K87K_ao_poweron_safe { 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.btnCloseCom = new System.Windows.Forms.Button(); this.btnOpenCom = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.btnWrite = new System.Windows.Forms.Button(); this.btnClear = new System.Windows.Forms.Button(); this.btnRead = new System.Windows.Forms.Button(); this.btnRefreshWDT = new System.Windows.Forms.Button(); this.txtbWTDTimeout = new System.Windows.Forms.TextBox(); this.labWTDTimeout = new System.Windows.Forms.Label(); this.btnRestWDT = new System.Windows.Forms.Button(); this.btnWritePower = new System.Windows.Forms.Button(); this.btnCfgWDT = new System.Windows.Forms.Button(); this.btnReadPower = new System.Windows.Forms.Button(); this.btnWriteSafe = new System.Windows.Forms.Button(); this.btnGetWDT = new System.Windows.Forms.Button(); this.btnReadSafe = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.txtAddress = new System.Windows.Forms.TextBox(); this.cmbBaudRate = new System.Windows.Forms.ComboBox(); this.cmbCOMPort = new System.Windows.Forms.ComboBox(); this.txtCurrentCH = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtRead = new System.Windows.Forms.TextBox(); this.txtValue = new System.Windows.Forms.TextBox(); this.txtTotalCH = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // btnCloseCom // this.btnCloseCom.Location = new System.Drawing.Point(298, 113); this.btnCloseCom.Name = "btnCloseCom"; this.btnCloseCom.Size = new System.Drawing.Size(118, 37); this.btnCloseCom.TabIndex = 112; this.btnCloseCom.Text = "Close"; this.btnCloseCom.Click += new System.EventHandler(this.btnCloseCom_Click); // // btnOpenCom // this.btnOpenCom.Location = new System.Drawing.Point(298, 68); this.btnOpenCom.Name = "btnOpenCom"; this.btnOpenCom.Size = new System.Drawing.Size(118, 37); this.btnOpenCom.TabIndex = 111; this.btnOpenCom.Text = "Open"; this.btnOpenCom.Click += new System.EventHandler(this.btnOpenCom_Click); // // panel1 // this.panel1.Controls.Add(this.btnWrite); this.panel1.Controls.Add(this.btnClear); this.panel1.Controls.Add(this.btnRead); this.panel1.Controls.Add(this.btnRefreshWDT); this.panel1.Controls.Add(this.txtbWTDTimeout); this.panel1.Controls.Add(this.labWTDTimeout); this.panel1.Controls.Add(this.btnRestWDT); this.panel1.Controls.Add(this.btnWritePower); this.panel1.Controls.Add(this.btnCfgWDT); this.panel1.Controls.Add(this.btnReadPower); this.panel1.Controls.Add(this.btnWriteSafe); this.panel1.Controls.Add(this.btnGetWDT); this.panel1.Controls.Add(this.btnReadSafe); this.panel1.Location = new System.Drawing.Point(11, 229); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(441, 216); this.panel1.TabIndex = 113; // // btnWrite // this.btnWrite.Location = new System.Drawing.Point(3, 3); this.btnWrite.Name = "btnWrite"; this.btnWrite.Size = new System.Drawing.Size(118, 37); this.btnWrite.TabIndex = 29; this.btnWrite.Text = "Write AO"; this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click); // // btnClear // this.btnClear.Location = new System.Drawing.Point(3, 46); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(118, 37); this.btnClear.TabIndex = 30; this.btnClear.Text = "Clear"; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // btnRead // this.btnRead.Location = new System.Drawing.Point(131, 3); this.btnRead.Name = "btnRead"; this.btnRead.Size = new System.Drawing.Size(118, 37); this.btnRead.TabIndex = 31; this.btnRead.Text = "Read AO"; this.btnRead.Click += new System.EventHandler(this.btnRead_Click); // // btnRefreshWDT // this.btnRefreshWDT.Location = new System.Drawing.Point(128, 174); this.btnRefreshWDT.Name = "btnRefreshWDT"; this.btnRefreshWDT.Size = new System.Drawing.Size(118, 37); this.btnRefreshWDT.TabIndex = 33; this.btnRefreshWDT.Text = "Refresh WTD"; this.btnRefreshWDT.Click += new System.EventHandler(this.btnRefreshWDT_Click); // // txtbWTDTimeout // this.txtbWTDTimeout.Location = new System.Drawing.Point(131, 100); this.txtbWTDTimeout.Name = "txtbWTDTimeout"; this.txtbWTDTimeout.Size = new System.Drawing.Size(113, 22); this.txtbWTDTimeout.TabIndex = 39; this.txtbWTDTimeout.Text = "50"; // // labWTDTimeout // this.labWTDTimeout.Location = new System.Drawing.Point(3, 101); this.labWTDTimeout.Name = "labWTDTimeout"; this.labWTDTimeout.Size = new System.Drawing.Size(125, 25); this.labWTDTimeout.TabIndex = 40; this.labWTDTimeout.Text = "WTDTimeout (0.1s)"; // // btnRestWDT // this.btnRestWDT.Location = new System.Drawing.Point(3, 174); this.btnRestWDT.Name = "btnRestWDT"; this.btnRestWDT.Size = new System.Drawing.Size(118, 37); this.btnRestWDT.TabIndex = 47; this.btnRestWDT.Text = "Reset WDT"; this.btnRestWDT.Click += new System.EventHandler(this.btnRestWDT_Click); // // btnWritePower // this.btnWritePower.Location = new System.Drawing.Point(269, 70); this.btnWritePower.Name = "btnWritePower"; this.btnWritePower.Size = new System.Drawing.Size(166, 37); this.btnWritePower.TabIndex = 80; this.btnWritePower.Text = "Write PowerOn ValueAO"; this.btnWritePower.Click += new System.EventHandler(this.btnWritePower_Click); // // btnCfgWDT // this.btnCfgWDT.Location = new System.Drawing.Point(3, 129); this.btnCfgWDT.Name = "btnCfgWDT"; this.btnCfgWDT.Size = new System.Drawing.Size(118, 37); this.btnCfgWDT.TabIndex = 48; this.btnCfgWDT.Text = "Config WDT"; this.btnCfgWDT.Click += new System.EventHandler(this.btnCfgWDT_Click); // // btnReadPower // this.btnReadPower.Location = new System.Drawing.Point(269, 27); this.btnReadPower.Name = "btnReadPower"; this.btnReadPower.Size = new System.Drawing.Size(166, 37); this.btnReadPower.TabIndex = 79; this.btnReadPower.Text = "Read PowerOn ValueAO"; this.btnReadPower.Click += new System.EventHandler(this.btnReadPower_Click); // // btnWriteSafe // this.btnWriteSafe.Location = new System.Drawing.Point(269, 171); this.btnWriteSafe.Name = "btnWriteSafe"; this.btnWriteSafe.Size = new System.Drawing.Size(166, 37); this.btnWriteSafe.TabIndex = 78; this.btnWriteSafe.Text = "Write Safe ValueAO"; this.btnWriteSafe.Click += new System.EventHandler(this.btnWriteSafe_Click); // // btnGetWDT // this.btnGetWDT.Location = new System.Drawing.Point(128, 129); this.btnGetWDT.Name = "btnGetWDT"; this.btnGetWDT.Size = new System.Drawing.Size(118, 37); this.btnGetWDT.TabIndex = 57; this.btnGetWDT.Text = "Get WDT Config"; this.btnGetWDT.Click += new System.EventHandler(this.btnGetWDT_Click); // // btnReadSafe // this.btnReadSafe.Location = new System.Drawing.Point(269, 126); this.btnReadSafe.Name = "btnReadSafe"; this.btnReadSafe.Size = new System.Drawing.Size(166, 37); this.btnReadSafe.TabIndex = 77; this.btnReadSafe.Text = "Read Safe ValueAO"; this.btnReadSafe.Click += new System.EventHandler(this.btnReadSafe_Click); // // label5 // this.label5.Location = new System.Drawing.Point(11, 69); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 20); this.label5.TabIndex = 114; this.label5.Text = "Address"; // // label1 // this.label1.Location = new System.Drawing.Point(11, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 20); this.label1.TabIndex = 115; this.label1.Text = "Baud Rate"; // // label6 // this.label6.Location = new System.Drawing.Point(11, 9); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(81, 25); this.label6.TabIndex = 116; this.label6.Text = "COM Port"; // // txtAddress // this.txtAddress.Location = new System.Drawing.Point(139, 68); this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(118, 22); this.txtAddress.TabIndex = 110; this.txtAddress.Text = "00"; // // cmbBaudRate // this.cmbBaudRate.Items.AddRange(new object[] { "115200", "9600"}); this.cmbBaudRate.Location = new System.Drawing.Point(139, 39); this.cmbBaudRate.Name = "cmbBaudRate"; this.cmbBaudRate.Size = new System.Drawing.Size(118, 20); this.cmbBaudRate.TabIndex = 109; // // cmbCOMPort // this.cmbCOMPort.Location = new System.Drawing.Point(139, 10); this.cmbCOMPort.Name = "cmbCOMPort"; this.cmbCOMPort.Size = new System.Drawing.Size(118, 20); this.cmbCOMPort.TabIndex = 108; // // txtCurrentCH // this.txtCurrentCH.Location = new System.Drawing.Point(139, 126); this.txtCurrentCH.Name = "txtCurrentCH"; this.txtCurrentCH.Size = new System.Drawing.Size(118, 22); this.txtCurrentCH.TabIndex = 107; this.txtCurrentCH.Text = "0"; // // label4 // this.label4.Location = new System.Drawing.Point(11, 125); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(113, 25); this.label4.TabIndex = 117; this.label4.Text = "Current Channel"; // // txtRead // this.txtRead.Location = new System.Drawing.Point(11, 186); this.txtRead.Multiline = true; this.txtRead.Name = "txtRead"; this.txtRead.Size = new System.Drawing.Size(246, 37); this.txtRead.TabIndex = 106; // // txtValue // this.txtValue.Location = new System.Drawing.Point(139, 155); this.txtValue.Name = "txtValue"; this.txtValue.Size = new System.Drawing.Size(118, 22); this.txtValue.TabIndex = 105; this.txtValue.Text = "1.23"; // // txtTotalCH // this.txtTotalCH.Location = new System.Drawing.Point(139, 97); this.txtTotalCH.Name = "txtTotalCH"; this.txtTotalCH.Size = new System.Drawing.Size(118, 22); this.txtTotalCH.TabIndex = 104; this.txtTotalCH.Text = "4"; // // label3 // this.label3.Location = new System.Drawing.Point(11, 154); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(113, 25); this.label3.TabIndex = 118; this.label3.Text = "AO Value(folat)"; // // label2 // this.label2.Location = new System.Drawing.Point(11, 96); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(96, 25); this.label2.TabIndex = 119; this.label2.Text = "Total Channels"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(461, 456); this.Controls.Add(this.btnCloseCom); this.Controls.Add(this.btnOpenCom); this.Controls.Add(this.panel1); this.Controls.Add(this.label5); this.Controls.Add(this.label1); this.Controls.Add(this.label6); this.Controls.Add(this.txtAddress); this.Controls.Add(this.cmbBaudRate); this.Controls.Add(this.cmbCOMPort); this.Controls.Add(this.txtCurrentCH); this.Controls.Add(this.label4); this.Controls.Add(this.txtRead); this.Controls.Add(this.txtValue); this.Controls.Add(this.txtTotalCH); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Name = "Form1"; this.Text = "7K87K_ao_poweron_safe demo"; this.Load += new System.EventHandler(this.Form1_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnCloseCom; private System.Windows.Forms.Button btnOpenCom; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnWrite; private System.Windows.Forms.Button btnClear; private System.Windows.Forms.Button btnRead; private System.Windows.Forms.Button btnRefreshWDT; private System.Windows.Forms.TextBox txtbWTDTimeout; private System.Windows.Forms.Label labWTDTimeout; private System.Windows.Forms.Button btnRestWDT; private System.Windows.Forms.Button btnWritePower; private System.Windows.Forms.Button btnCfgWDT; private System.Windows.Forms.Button btnReadPower; private System.Windows.Forms.Button btnWriteSafe; private System.Windows.Forms.Button btnGetWDT; private System.Windows.Forms.Button btnReadSafe; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtAddress; private System.Windows.Forms.ComboBox cmbBaudRate; private System.Windows.Forms.ComboBox cmbCOMPort; private System.Windows.Forms.TextBox txtCurrentCH; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtRead; private System.Windows.Forms.TextBox txtValue; private System.Windows.Forms.TextBox txtTotalCH; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; } }