namespace _87k_do_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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.textBox2 = new System.Windows.Forms.TextBox(); this.btnReadSafe_MF = new System.Windows.Forms.Button(); this.btnReadPower_MF = new System.Windows.Forms.Button(); this.btnWritePower_MF = new System.Windows.Forms.Button(); this.btnWriteSafe_MF = new System.Windows.Forms.Button(); this.btnRead_MF = new System.Windows.Forms.Button(); this.btnClear_MF = new System.Windows.Forms.Button(); this.btnWrite_MF = new System.Windows.Forms.Button(); this.btnGetWDT = new System.Windows.Forms.Button(); this.btnReadSafe = new System.Windows.Forms.Button(); this.btnReadPower = new System.Windows.Forms.Button(); this.btnCfgWDT = new System.Windows.Forms.Button(); this.btnResetWDT = new System.Windows.Forms.Button(); this.txtRead = new System.Windows.Forms.TextBox(); this.labWTDTimeout = new System.Windows.Forms.Label(); this.txtbWTDTimeout = new System.Windows.Forms.TextBox(); 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.SuspendLayout(); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(440, 13); 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 = 97; this.textBox2.Text = resources.GetString("textBox2.Text"); // // btnReadSafe_MF // this.btnReadSafe_MF.ForeColor = System.Drawing.Color.Blue; this.btnReadSafe_MF.Location = new System.Drawing.Point(463, 334); this.btnReadSafe_MF.Name = "btnReadSafe_MF"; this.btnReadSafe_MF.Size = new System.Drawing.Size(183, 39); this.btnReadSafe_MF.TabIndex = 96; this.btnReadSafe_MF.Text = "Read Safe ValueDO_MF"; this.btnReadSafe_MF.Click += new System.EventHandler(this.btnReadSafe_MF_Click); // // btnReadPower_MF // this.btnReadPower_MF.ForeColor = System.Drawing.Color.Blue; this.btnReadPower_MF.Location = new System.Drawing.Point(463, 223); this.btnReadPower_MF.Name = "btnReadPower_MF"; this.btnReadPower_MF.Size = new System.Drawing.Size(183, 39); this.btnReadPower_MF.TabIndex = 95; this.btnReadPower_MF.Text = "Read PowerOn ValueDO_MF\r\n"; this.btnReadPower_MF.Click += new System.EventHandler(this.btnReadPower_MF_Click); // // btnWritePower_MF // this.btnWritePower_MF.ForeColor = System.Drawing.Color.Blue; this.btnWritePower_MF.Location = new System.Drawing.Point(463, 268); this.btnWritePower_MF.Name = "btnWritePower_MF"; this.btnWritePower_MF.Size = new System.Drawing.Size(183, 39); this.btnWritePower_MF.TabIndex = 94; this.btnWritePower_MF.Text = "Write PowerOn ValueDO_MF"; this.btnWritePower_MF.Click += new System.EventHandler(this.btnWritePower_MF_Click); // // btnWriteSafe_MF // this.btnWriteSafe_MF.ForeColor = System.Drawing.Color.Blue; this.btnWriteSafe_MF.Location = new System.Drawing.Point(463, 379); this.btnWriteSafe_MF.Name = "btnWriteSafe_MF"; this.btnWriteSafe_MF.Size = new System.Drawing.Size(183, 39); this.btnWriteSafe_MF.TabIndex = 93; this.btnWriteSafe_MF.Text = "Write Safe ValueDO_MF"; this.btnWriteSafe_MF.Click += new System.EventHandler(this.btnWriteSafe_MF_Click); // // btnRead_MF // this.btnRead_MF.ForeColor = System.Drawing.Color.Blue; this.btnRead_MF.Location = new System.Drawing.Point(296, 315); this.btnRead_MF.Name = "btnRead_MF"; this.btnRead_MF.Size = new System.Drawing.Size(118, 37); this.btnRead_MF.TabIndex = 92; this.btnRead_MF.Text = "Read DO_MF"; this.btnRead_MF.Click += new System.EventHandler(this.btnRead_MF_Click); // // btnClear_MF // this.btnClear_MF.ForeColor = System.Drawing.Color.Blue; this.btnClear_MF.Location = new System.Drawing.Point(296, 358); this.btnClear_MF.Name = "btnClear_MF"; this.btnClear_MF.Size = new System.Drawing.Size(118, 37); this.btnClear_MF.TabIndex = 91; this.btnClear_MF.Text = "Clear_MF"; this.btnClear_MF.Click += new System.EventHandler(this.btnClear_MF_Click); // // btnWrite_MF // this.btnWrite_MF.ForeColor = System.Drawing.Color.Blue; this.btnWrite_MF.Location = new System.Drawing.Point(296, 261); this.btnWrite_MF.Name = "btnWrite_MF"; this.btnWrite_MF.Size = new System.Drawing.Size(118, 37); this.btnWrite_MF.TabIndex = 90; this.btnWrite_MF.Text = "Write DO_MF"; this.btnWrite_MF.Click += new System.EventHandler(this.btnWrite_MF_Click); // // btnGetWDT // this.btnGetWDT.Location = new System.Drawing.Point(141, 347); this.btnGetWDT.Name = "btnGetWDT"; this.btnGetWDT.Size = new System.Drawing.Size(113, 39); this.btnGetWDT.TabIndex = 89; this.btnGetWDT.Text = "Get WDT Config"; this.btnGetWDT.Click += new System.EventHandler(this.btnGetWDT_Click); // // btnReadSafe // this.btnReadSafe.Location = new System.Drawing.Point(277, 125); this.btnReadSafe.Name = "btnReadSafe"; this.btnReadSafe.Size = new System.Drawing.Size(157, 39); this.btnReadSafe.TabIndex = 88; this.btnReadSafe.Text = "Read Safe ValueDO"; this.btnReadSafe.Click += new System.EventHandler(this.btnReadSafe_Click); // // btnReadPower // this.btnReadPower.Location = new System.Drawing.Point(277, 14); this.btnReadPower.Name = "btnReadPower"; this.btnReadPower.Size = new System.Drawing.Size(157, 39); this.btnReadPower.TabIndex = 87; this.btnReadPower.Text = "Read PowerOn ValueDO"; this.btnReadPower.Click += new System.EventHandler(this.btnReadPower_Click); // // btnCfgWDT // this.btnCfgWDT.Location = new System.Drawing.Point(13, 347); this.btnCfgWDT.Name = "btnCfgWDT"; this.btnCfgWDT.Size = new System.Drawing.Size(113, 39); this.btnCfgWDT.TabIndex = 86; this.btnCfgWDT.Text = "Config WDT"; this.btnCfgWDT.Click += new System.EventHandler(this.btnCfgWDT_Click); // // btnResetWDT // this.btnResetWDT.Location = new System.Drawing.Point(13, 392); this.btnResetWDT.Name = "btnResetWDT"; this.btnResetWDT.Size = new System.Drawing.Size(113, 39); this.btnResetWDT.TabIndex = 85; this.btnResetWDT.Text = "Reset WDT"; this.btnResetWDT.Click += new System.EventHandler(this.btnResetWDT_Click); // // txtRead // this.txtRead.Location = new System.Drawing.Point(13, 140); this.txtRead.Multiline = true; this.txtRead.Name = "txtRead"; this.txtRead.Size = new System.Drawing.Size(246, 39); this.txtRead.TabIndex = 84; // // labWTDTimeout // this.labWTDTimeout.Location = new System.Drawing.Point(13, 292); this.labWTDTimeout.Name = "labWTDTimeout"; this.labWTDTimeout.Size = new System.Drawing.Size(125, 25); this.labWTDTimeout.TabIndex = 98; this.labWTDTimeout.Text = "WTDTimeout (0.1s)"; // // txtbWTDTimeout // this.txtbWTDTimeout.Location = new System.Drawing.Point(141, 291); this.txtbWTDTimeout.Name = "txtbWTDTimeout"; this.txtbWTDTimeout.Size = new System.Drawing.Size(113, 22); this.txtbWTDTimeout.TabIndex = 83; this.txtbWTDTimeout.Text = "50"; // // btnWritePower // this.btnWritePower.Location = new System.Drawing.Point(277, 59); this.btnWritePower.Name = "btnWritePower"; this.btnWritePower.Size = new System.Drawing.Size(157, 39); this.btnWritePower.TabIndex = 82; this.btnWritePower.Text = "Write PowerOn ValueDO"; this.btnWritePower.Click += new System.EventHandler(this.btnWritePower_Click); // // btnRefreshWDT // this.btnRefreshWDT.Location = new System.Drawing.Point(141, 392); this.btnRefreshWDT.Name = "btnRefreshWDT"; this.btnRefreshWDT.Size = new System.Drawing.Size(113, 39); this.btnRefreshWDT.TabIndex = 81; this.btnRefreshWDT.Text = "Refresh WTD"; this.btnRefreshWDT.Click += new System.EventHandler(this.btnRefreshWDT_Click); // // btnWriteSafe // this.btnWriteSafe.Location = new System.Drawing.Point(277, 170); this.btnWriteSafe.Name = "btnWriteSafe"; this.btnWriteSafe.Size = new System.Drawing.Size(157, 39); this.btnWriteSafe.TabIndex = 80; this.btnWriteSafe.Text = "Write Safe ValueDO"; this.btnWriteSafe.Click += new System.EventHandler(this.btnWriteSafe_Click); // // btnRead // this.btnRead.Location = new System.Drawing.Point(141, 194); this.btnRead.Name = "btnRead"; this.btnRead.Size = new System.Drawing.Size(118, 37); this.btnRead.TabIndex = 79; this.btnRead.Text = "Read DO"; this.btnRead.Click += new System.EventHandler(this.btnRead_Click); // // btnClear // this.btnClear.Location = new System.Drawing.Point(13, 237); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(118, 37); this.btnClear.TabIndex = 78; this.btnClear.Text = "Clear"; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // btnWrite // this.btnWrite.Location = new System.Drawing.Point(13, 194); this.btnWrite.Name = "btnWrite"; this.btnWrite.Size = new System.Drawing.Size(118, 37); this.btnWrite.TabIndex = 77; this.btnWrite.Text = "Write DO"; this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click); // // txtValue // this.txtValue.Location = new System.Drawing.Point(141, 98); this.txtValue.Name = "txtValue"; this.txtValue.Size = new System.Drawing.Size(118, 22); this.txtValue.TabIndex = 76; this.txtValue.Text = "ffff"; // // txtChannels // this.txtChannels.Location = new System.Drawing.Point(141, 56); this.txtChannels.Name = "txtChannels"; this.txtChannels.Size = new System.Drawing.Size(118, 22); this.txtChannels.TabIndex = 75; this.txtChannels.Text = "16"; // // cmbSlot // this.cmbSlot.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7"}); this.cmbSlot.Location = new System.Drawing.Point(141, 14); this.cmbSlot.Name = "cmbSlot"; this.cmbSlot.Size = new System.Drawing.Size(118, 20); this.cmbSlot.TabIndex = 74; // // label3 // this.label3.Location = new System.Drawing.Point(13, 97); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(96, 25); this.label3.TabIndex = 99; this.label3.Text = "DO Value(Hex)"; // // label2 // this.label2.Location = new System.Drawing.Point(13, 55); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(96, 25); this.label2.TabIndex = 100; this.label2.Text = "Total Channels"; // // label1 // this.label1.Location = new System.Drawing.Point(13, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(81, 25); this.label1.TabIndex = 101; this.label1.Text = "Slot"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(671, 445); this.Controls.Add(this.textBox2); this.Controls.Add(this.btnReadSafe_MF); this.Controls.Add(this.btnReadPower_MF); this.Controls.Add(this.btnWritePower_MF); this.Controls.Add(this.btnWriteSafe_MF); this.Controls.Add(this.btnRead_MF); this.Controls.Add(this.btnClear_MF); this.Controls.Add(this.btnWrite_MF); this.Controls.Add(this.btnGetWDT); this.Controls.Add(this.btnReadSafe); this.Controls.Add(this.btnReadPower); this.Controls.Add(this.btnCfgWDT); this.Controls.Add(this.btnResetWDT); 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 demo"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Button btnReadSafe_MF; private System.Windows.Forms.Button btnReadPower_MF; private System.Windows.Forms.Button btnWritePower_MF; private System.Windows.Forms.Button btnWriteSafe_MF; private System.Windows.Forms.Button btnRead_MF; private System.Windows.Forms.Button btnClear_MF; private System.Windows.Forms.Button btnWrite_MF; private System.Windows.Forms.Button btnGetWDT; private System.Windows.Forms.Button btnReadSafe; private System.Windows.Forms.Button btnReadPower; private System.Windows.Forms.Button btnCfgWDT; private System.Windows.Forms.Button btnResetWDT; private System.Windows.Forms.TextBox txtRead; private System.Windows.Forms.Label labWTDTimeout; private System.Windows.Forms.TextBox txtbWTDTimeout; 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; } }