namespace _87k_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.cmbSlot = 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.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.SuspendLayout(); // // btnWritePower // this.btnWritePower.Location = new System.Drawing.Point(267, 58); 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, 391); 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(267, 169); 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, 193); 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, 236); 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, 193); 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(131, 97); 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(131, 55); this.txtChannels.Name = "txtChannels"; this.txtChannels.Size = new System.Drawing.Size(118, 23); this.txtChannels.TabIndex = 27; this.txtChannels.Text = "16"; // // cmbSlot // this.cmbSlot.Items.Add("0"); this.cmbSlot.Items.Add("1"); this.cmbSlot.Items.Add("2"); this.cmbSlot.Items.Add("3"); this.cmbSlot.Items.Add("4"); this.cmbSlot.Items.Add("5"); this.cmbSlot.Items.Add("6"); this.cmbSlot.Items.Add("7"); this.cmbSlot.Location = new System.Drawing.Point(131, 13); this.cmbSlot.Name = "cmbSlot"; this.cmbSlot.Size = new System.Drawing.Size(118, 23); this.cmbSlot.TabIndex = 26; // // label3 // this.label3.Location = new System.Drawing.Point(3, 96); 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(3, 54); 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(3, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(81, 25); this.label1.Text = "Slot"; // // txtbWTDTimeout // this.txtbWTDTimeout.Location = new System.Drawing.Point(131, 290); 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, 291); 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(3, 139); 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, 391); 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, 346); 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(267, 13); 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(267, 124); 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, 346); 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); // // button1 // this.button1.ForeColor = System.Drawing.Color.Blue; this.button1.Location = new System.Drawing.Point(453, 333); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(183, 39); this.button1.TabIndex = 68; 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(453, 222); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(183, 39); this.button2.TabIndex = 67; this.button2.Text = "Read PowerOn ValueDO_MF\r\n"; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.ForeColor = System.Drawing.Color.Blue; this.button3.Location = new System.Drawing.Point(453, 267); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(183, 39); this.button3.TabIndex = 66; this.button3.Text = "Write PowerOn ValueDO_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(453, 378); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(183, 39); this.button4.TabIndex = 65; this.button4.Text = "Write Safe ValueDO_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(286, 314); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(118, 37); this.button5.TabIndex = 64; 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(286, 357); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(118, 37); this.button6.TabIndex = 63; this.button6.Text = "Clear_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(286, 260); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(118, 37); this.button7.TabIndex = 62; this.button7.Text = "Write DO_MF"; this.button7.Click += new System.EventHandler(this.button7_Click); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(430, 12); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox2.Size = new System.Drawing.Size(206, 188); this.textBox2.TabIndex = 69; 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(653, 441); this.Controls.Add(this.textBox2); this.Controls.Add(this.button1); this.Controls.Add(this.button2); this.Controls.Add(this.button3); this.Controls.Add(this.button4); this.Controls.Add(this.button5); this.Controls.Add(this.button6); this.Controls.Add(this.button7); this.Controls.Add(this.btnGetWDT); this.Controls.Add(this.btnReadSafe); this.Controls.Add(this.btnReadPower); this.Controls.Add(this.btnCfgWDT); this.Controls.Add(this.btnRestWDT); this.Controls.Add(this.txtRead); this.Controls.Add(this.labWTDTimeout); this.Controls.Add(this.txtbWTDTimeout); this.Controls.Add(this.btnWritePower); this.Controls.Add(this.btnRefreshWDT); this.Controls.Add(this.btnWriteSafe); this.Controls.Add(this.btnRead); this.Controls.Add(this.btnClear); this.Controls.Add(this.btnWrite); this.Controls.Add(this.txtValue); this.Controls.Add(this.txtChannels); this.Controls.Add(this.cmbSlot); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "87k_do_poweron_safe"; this.Load += new System.EventHandler(this.Form1_Load); 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 cmbSlot; 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.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; } }