namespace _041RW_demo { 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() { this.button4 = new System.Windows.Forms.Button(); this.butRefreshWTD = new System.Windows.Forms.Button(); this.butSetSafeValue = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.btnClearDO = new System.Windows.Forms.Button(); this.btnWriteDO = new System.Windows.Forms.Button(); this.txtbDOValue = new System.Windows.Forms.TextBox(); this.txtbDOChannels = new System.Windows.Forms.TextBox(); this.cmbDOSlot = 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.chkWTDOverwrite = new System.Windows.Forms.CheckBox(); this.txtbWTDTimeout = new System.Windows.Forms.TextBox(); this.labWTDTimeout = new System.Windows.Forms.Label(); this.txtbReadDo = new System.Windows.Forms.TextBox(); this.timer1 = new System.Windows.Forms.Timer(); this.SuspendLayout(); // // button4 // this.button4.Location = new System.Drawing.Point(3, 232); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(241, 39); this.button4.TabIndex = 34; this.button4.Text = "Set Power On Value"; this.button4.Click += new System.EventHandler(this.button4_Click); // // butRefreshWTD // this.butRefreshWTD.Location = new System.Drawing.Point(131, 338); this.butRefreshWTD.Name = "butRefreshWTD"; this.butRefreshWTD.Size = new System.Drawing.Size(113, 39); this.butRefreshWTD.TabIndex = 33; this.butRefreshWTD.Text = "Refresh WTD"; this.butRefreshWTD.Click += new System.EventHandler(this.button3_Click); // // butSetSafeValue // this.butSetSafeValue.Location = new System.Drawing.Point(3, 337); this.butSetSafeValue.Name = "butSetSafeValue"; this.butSetSafeValue.Size = new System.Drawing.Size(101, 39); this.butSetSafeValue.TabIndex = 32; this.butSetSafeValue.Text = "Set safe value"; this.butSetSafeValue.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(3, 189); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(118, 37); this.button1.TabIndex = 31; this.button1.Text = "Read DO"; this.button1.Click += new System.EventHandler(this.button1_Click); // // btnClearDO // this.btnClearDO.Location = new System.Drawing.Point(131, 146); this.btnClearDO.Name = "btnClearDO"; this.btnClearDO.Size = new System.Drawing.Size(113, 37); this.btnClearDO.TabIndex = 30; this.btnClearDO.Text = "Clear"; this.btnClearDO.Click += new System.EventHandler(this.btnClearDO_Click); // // btnWriteDO // this.btnWriteDO.Location = new System.Drawing.Point(3, 146); this.btnWriteDO.Name = "btnWriteDO"; this.btnWriteDO.Size = new System.Drawing.Size(118, 37); this.btnWriteDO.TabIndex = 29; this.btnWriteDO.Text = "Write DO"; this.btnWriteDO.Click += new System.EventHandler(this.btnWriteDO_Click); // // txtbDOValue // this.txtbDOValue.Location = new System.Drawing.Point(131, 104); this.txtbDOValue.Name = "txtbDOValue"; this.txtbDOValue.Size = new System.Drawing.Size(113, 23); this.txtbDOValue.TabIndex = 28; this.txtbDOValue.Text = "0"; // // txtbDOChannels // this.txtbDOChannels.Location = new System.Drawing.Point(131, 57); this.txtbDOChannels.Name = "txtbDOChannels"; this.txtbDOChannels.Size = new System.Drawing.Size(113, 23); this.txtbDOChannels.TabIndex = 27; this.txtbDOChannels.Text = "32"; // // cmbDOSlot // this.cmbDOSlot.Items.Add("0"); this.cmbDOSlot.Items.Add("1"); this.cmbDOSlot.Items.Add("2"); this.cmbDOSlot.Items.Add("3"); this.cmbDOSlot.Items.Add("4"); this.cmbDOSlot.Items.Add("5"); this.cmbDOSlot.Items.Add("6"); this.cmbDOSlot.Items.Add("7"); this.cmbDOSlot.Location = new System.Drawing.Point(131, 12); this.cmbDOSlot.Name = "cmbDOSlot"; this.cmbDOSlot.Size = new System.Drawing.Size(113, 23); this.cmbDOSlot.TabIndex = 26; // // label3 // this.label3.Location = new System.Drawing.Point(3, 102); 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, 55); 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"; // // chkWTDOverwrite // this.chkWTDOverwrite.Location = new System.Drawing.Point(3, 277); this.chkWTDOverwrite.Name = "chkWTDOverwrite"; this.chkWTDOverwrite.Size = new System.Drawing.Size(225, 29); this.chkWTDOverwrite.TabIndex = 38; this.chkWTDOverwrite.Text = "Enable WTD overwrite"; this.chkWTDOverwrite.CheckStateChanged += new System.EventHandler(this.chkWTDOverwrite_CheckStateChanged); // // txtbWTDTimeout // this.txtbWTDTimeout.Location = new System.Drawing.Point(131, 309); this.txtbWTDTimeout.Name = "txtbWTDTimeout"; this.txtbWTDTimeout.Size = new System.Drawing.Size(113, 23); this.txtbWTDTimeout.TabIndex = 39; this.txtbWTDTimeout.Text = "10"; // // labWTDTimeout // this.labWTDTimeout.Location = new System.Drawing.Point(3, 309); this.labWTDTimeout.Name = "labWTDTimeout"; this.labWTDTimeout.Size = new System.Drawing.Size(118, 25); this.labWTDTimeout.Text = "WTDTimeout (s)"; // // txtbReadDo // this.txtbReadDo.Location = new System.Drawing.Point(131, 203); this.txtbReadDo.Name = "txtbReadDo"; this.txtbReadDo.Size = new System.Drawing.Size(113, 23); this.txtbReadDo.TabIndex = 42; // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // 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(252, 400); this.Controls.Add(this.txtbReadDo); this.Controls.Add(this.labWTDTimeout); this.Controls.Add(this.txtbWTDTimeout); this.Controls.Add(this.chkWTDOverwrite); this.Controls.Add(this.button4); this.Controls.Add(this.butRefreshWTD); this.Controls.Add(this.butSetSafeValue); this.Controls.Add(this.button1); this.Controls.Add(this.btnClearDO); this.Controls.Add(this.btnWriteDO); this.Controls.Add(this.txtbDOValue); this.Controls.Add(this.txtbDOChannels); this.Controls.Add(this.cmbDOSlot); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "8041RW_demo"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button4; private System.Windows.Forms.Button butRefreshWTD; private System.Windows.Forms.Button butSetSafeValue; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button btnClearDO; private System.Windows.Forms.Button btnWriteDO; private System.Windows.Forms.TextBox txtbDOValue; private System.Windows.Forms.TextBox txtbDOChannels; private System.Windows.Forms.ComboBox cmbDOSlot; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox chkWTDOverwrite; private System.Windows.Forms.TextBox txtbWTDTimeout; private System.Windows.Forms.Label labWTDTimeout; private System.Windows.Forms.TextBox txtbReadDo; private System.Windows.Forms.Timer timer1; } }