namespace _7k_do_poweron_safe { partial class Form1 { /// /// 設計工具所需的變數。 /// private System.ComponentModel.IContainer components = null; /// /// 清除任何使用中的資源。 /// /// 如果應該公開 Managed 資源則為 true,否則為 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 設計工具產生的程式碼 /// /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。 /// /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.btnWritePower = new System.Windows.Forms.Button(); this.btnRefreshWDT = new System.Windows.Forms.Button(); this.btnWriteSafe = new System.Windows.Forms.Button(); this.btnRead = new System.Windows.Forms.Button(); this.btnClear = new System.Windows.Forms.Button(); this.btnWrite = new System.Windows.Forms.Button(); this.txtValue = new System.Windows.Forms.TextBox(); this.txtChannels = new System.Windows.Forms.TextBox(); this.cmbCOMPort = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtbWTDTimeout = new System.Windows.Forms.TextBox(); this.labWTDTimeout = new System.Windows.Forms.Label(); this.txtRead = new System.Windows.Forms.TextBox(); this.btnRestWDT = new System.Windows.Forms.Button(); this.btnCfgWDT = new System.Windows.Forms.Button(); this.btnReadPower = new System.Windows.Forms.Button(); this.btnReadSafe = new System.Windows.Forms.Button(); this.btnGetWDT = new System.Windows.Forms.Button(); this.cmbBaudRate = new System.Windows.Forms.ComboBox(); this.txtAddress = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.btnOpen = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.textBox2 = new System.Windows.Forms.TextBox(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // btnWritePower // this.btnWritePower.Location = new System.Drawing.Point(264, 65); this.btnWritePower.Name = "btnWritePower"; this.btnWritePower.Size = new System.Drawing.Size(157, 39); this.btnWritePower.TabIndex = 34; this.btnWritePower.Text = "Write PowerOn ValueDO"; this.btnWritePower.Click += new System.EventHandler(this.btnWritePower_Click); // // btnRefreshWDT // this.btnRefreshWDT.Location = new System.Drawing.Point(131, 201); this.btnRefreshWDT.Name = "btnRefreshWDT"; this.btnRefreshWDT.Size = new System.Drawing.Size(113, 39); this.btnRefreshWDT.TabIndex = 33; this.btnRefreshWDT.Text = "Refresh WTD"; this.btnRefreshWDT.Click += new System.EventHandler(this.btnRefreshWDT_Click); // // btnWriteSafe // this.btnWriteSafe.Location = new System.Drawing.Point(264, 176); this.btnWriteSafe.Name = "btnWriteSafe"; this.btnWriteSafe.Size = new System.Drawing.Size(157, 39); this.btnWriteSafe.TabIndex = 32; this.btnWriteSafe.Text = "Write Safe ValueDO"; this.btnWriteSafe.Click += new System.EventHandler(this.btnWriteSafe_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 DO"; this.btnRead.Click += new System.EventHandler(this.btnRead_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); // // 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 DO"; this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click); // // txtValue // this.txtValue.Location = new System.Drawing.Point(134, 111); this.txtValue.Name = "txtValue"; this.txtValue.Size = new System.Drawing.Size(118, 23); this.txtValue.TabIndex = 28; this.txtValue.Text = "ffff"; // // txtChannels // this.txtChannels.Location = new System.Drawing.Point(134, 84); this.txtChannels.Name = "txtChannels"; this.txtChannels.Size = new System.Drawing.Size(118, 23); this.txtChannels.TabIndex = 27; this.txtChannels.Text = "16"; // // cmbCOMPort // this.cmbCOMPort.Items.Add("COM0"); this.cmbCOMPort.Items.Add("COM1"); this.cmbCOMPort.Items.Add("COM2"); this.cmbCOMPort.Items.Add("COM3"); this.cmbCOMPort.Items.Add("COM4"); this.cmbCOMPort.Items.Add("COM5"); this.cmbCOMPort.Items.Add(""); this.cmbCOMPort.Location = new System.Drawing.Point(134, 3); this.cmbCOMPort.Name = "cmbCOMPort"; this.cmbCOMPort.Size = new System.Drawing.Size(118, 23); this.cmbCOMPort.TabIndex = 26; // // label3 // this.label3.Location = new System.Drawing.Point(6, 111); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(96, 25); this.label3.Text = "DO Value(Hex)"; // // label2 // this.label2.Location = new System.Drawing.Point(6, 86); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(96, 25); this.label2.Text = "Total Channels"; // // label1 // this.label1.Location = new System.Drawing.Point(6, 2); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(81, 25); this.label1.Text = "COM Port"; // // txtbWTDTimeout // this.txtbWTDTimeout.Location = new System.Drawing.Point(131, 100); this.txtbWTDTimeout.Name = "txtbWTDTimeout"; this.txtbWTDTimeout.Size = new System.Drawing.Size(113, 23); 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.Text = "WTDTimeout (0.1s)"; // // txtRead // this.txtRead.Location = new System.Drawing.Point(6, 138); this.txtRead.Multiline = true; this.txtRead.Name = "txtRead"; this.txtRead.Size = new System.Drawing.Size(246, 39); this.txtRead.TabIndex = 42; // // btnRestWDT // this.btnRestWDT.Location = new System.Drawing.Point(3, 201); this.btnRestWDT.Name = "btnRestWDT"; this.btnRestWDT.Size = new System.Drawing.Size(113, 39); this.btnRestWDT.TabIndex = 47; this.btnRestWDT.Text = "Reset WDT"; this.btnRestWDT.Click += new System.EventHandler(this.btnRestWDT_Click); // // btnCfgWDT // this.btnCfgWDT.Location = new System.Drawing.Point(3, 156); this.btnCfgWDT.Name = "btnCfgWDT"; this.btnCfgWDT.Size = new System.Drawing.Size(113, 39); 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(264, 20); this.btnReadPower.Name = "btnReadPower"; this.btnReadPower.Size = new System.Drawing.Size(157, 39); this.btnReadPower.TabIndex = 53; this.btnReadPower.Text = "Read PowerOn ValueDO"; this.btnReadPower.Click += new System.EventHandler(this.btnReadPower_Click); // // btnReadSafe // this.btnReadSafe.Location = new System.Drawing.Point(264, 131); this.btnReadSafe.Name = "btnReadSafe"; this.btnReadSafe.Size = new System.Drawing.Size(157, 39); this.btnReadSafe.TabIndex = 54; this.btnReadSafe.Text = "Read Safe ValueDO"; this.btnReadSafe.Click += new System.EventHandler(this.btnReadSafe_Click); // // btnGetWDT // this.btnGetWDT.Location = new System.Drawing.Point(131, 156); this.btnGetWDT.Name = "btnGetWDT"; this.btnGetWDT.Size = new System.Drawing.Size(113, 39); this.btnGetWDT.TabIndex = 57; this.btnGetWDT.Text = "Get WDT Config"; this.btnGetWDT.Click += new System.EventHandler(this.btnGetWDT_Click); // // cmbBaudRate // this.cmbBaudRate.Items.Add("115200"); this.cmbBaudRate.Items.Add("9600"); this.cmbBaudRate.Location = new System.Drawing.Point(134, 30); this.cmbBaudRate.Name = "cmbBaudRate"; this.cmbBaudRate.Size = new System.Drawing.Size(118, 23); this.cmbBaudRate.TabIndex = 62; // // txtAddress // this.txtAddress.Location = new System.Drawing.Point(134, 57); this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(118, 23); this.txtAddress.TabIndex = 67; this.txtAddress.Text = "00"; // // panel1 // this.panel1.Controls.Add(this.btnGetWDT); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.btnReadSafe); this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.btnReadPower); this.panel1.Controls.Add(this.button4); this.panel1.Controls.Add(this.btnCfgWDT); this.panel1.Controls.Add(this.button5); this.panel1.Controls.Add(this.btnWrite); this.panel1.Controls.Add(this.button6); this.panel1.Controls.Add(this.btnRestWDT); this.panel1.Controls.Add(this.button7); this.panel1.Controls.Add(this.btnClear); this.panel1.Controls.Add(this.btnRead); this.panel1.Controls.Add(this.labWTDTimeout); this.panel1.Controls.Add(this.btnWriteSafe); this.panel1.Controls.Add(this.txtbWTDTimeout); this.panel1.Controls.Add(this.btnRefreshWDT); this.panel1.Controls.Add(this.btnWritePower); this.panel1.Location = new System.Drawing.Point(3, 183); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(741, 246); // // btnOpen // this.btnOpen.Location = new System.Drawing.Point(283, 46); this.btnOpen.Name = "btnOpen"; this.btnOpen.Size = new System.Drawing.Size(118, 37); this.btnOpen.TabIndex = 73; this.btnOpen.Text = "Open"; this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click); // // btnClose // this.btnClose.Location = new System.Drawing.Point(283, 91); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(118, 37); this.btnClose.TabIndex = 74; this.btnClose.Text = "Close"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // label4 // this.label4.Location = new System.Drawing.Point(6, 31); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 20); this.label4.Text = "Baud Rate"; // // label5 // this.label5.Location = new System.Drawing.Point(6, 58); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 20); this.label5.Text = "Address"; // // button1 // this.button1.ForeColor = System.Drawing.Color.Blue; this.button1.Location = new System.Drawing.Point(555, 156); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(181, 39); this.button1.TabIndex = 85; this.button1.Text = "Read Safe ValueDO_MF"; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.ForeColor = System.Drawing.Color.Blue; this.button2.Location = new System.Drawing.Point(555, 66); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(181, 39); this.button2.TabIndex = 84; this.button2.Text = "Read PowerOn ValueDO_MF"; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.ForeColor = System.Drawing.Color.Blue; this.button3.Location = new System.Drawing.Point(431, 154); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(118, 37); this.button3.TabIndex = 79; this.button3.Text = "Write DO_MF"; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.ForeColor = System.Drawing.Color.Blue; this.button4.Location = new System.Drawing.Point(431, 197); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(118, 37); this.button4.TabIndex = 80; this.button4.Text = "Clear_MF"; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.ForeColor = System.Drawing.Color.Blue; this.button5.Location = new System.Drawing.Point(431, 111); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(118, 37); this.button5.TabIndex = 81; this.button5.Text = "Read DO_MF"; this.button5.Click += new System.EventHandler(this.button5_Click); // // button6 // this.button6.ForeColor = System.Drawing.Color.Blue; this.button6.Location = new System.Drawing.Point(555, 201); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(181, 39); this.button6.TabIndex = 82; this.button6.Text = "Write Safe ValueDO_MF"; this.button6.Click += new System.EventHandler(this.button6_Click); // // button7 // this.button7.ForeColor = System.Drawing.Color.Blue; this.button7.Location = new System.Drawing.Point(555, 111); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(181, 39); this.button7.TabIndex = 83; this.button7.Text = "Write PowerOn ValueDO_MF"; this.button7.Click += new System.EventHandler(this.button7_Click); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(434, 3); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox2.Size = new System.Drawing.Size(305, 240); this.textBox2.TabIndex = 86; this.textBox2.Text = resources.GetString("textBox2.Text"); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(747, 432); this.Controls.Add(this.textBox2); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnOpen); this.Controls.Add(this.label1); this.Controls.Add(this.txtAddress); this.Controls.Add(this.label2); this.Controls.Add(this.txtRead); this.Controls.Add(this.cmbBaudRate); this.Controls.Add(this.txtValue); this.Controls.Add(this.label3); this.Controls.Add(this.txtChannels); this.Controls.Add(this.cmbCOMPort); this.Controls.Add(this.panel1); this.Name = "Form1"; this.Text = "7k_do_poweron_safe"; this.Load += new System.EventHandler(this.Form1_Load); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnWritePower; private System.Windows.Forms.Button btnRefreshWDT; private System.Windows.Forms.Button btnWriteSafe; private System.Windows.Forms.Button btnRead; private System.Windows.Forms.Button btnClear; private System.Windows.Forms.Button btnWrite; private System.Windows.Forms.TextBox txtValue; private System.Windows.Forms.TextBox txtChannels; private System.Windows.Forms.ComboBox cmbCOMPort; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtbWTDTimeout; private System.Windows.Forms.Label labWTDTimeout; private System.Windows.Forms.TextBox txtRead; private System.Windows.Forms.Button btnRestWDT; private System.Windows.Forms.Button btnCfgWDT; private System.Windows.Forms.Button btnReadPower; private System.Windows.Forms.Button btnReadSafe; private System.Windows.Forms.Button btnGetWDT; private System.Windows.Forms.ComboBox cmbBaudRate; private System.Windows.Forms.TextBox txtAddress; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnOpen; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button7; private System.Windows.Forms.TextBox textBox2; } }