namespace _7K87K_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.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.btnClose = new System.Windows.Forms.Button(); this.btnOpen = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.txtAddress = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtRead = new System.Windows.Forms.TextBox(); this.cmbBaudRate = new System.Windows.Forms.ComboBox(); this.txtValue = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtChannels = new System.Windows.Forms.TextBox(); this.cmbCOMPort = new System.Windows.Forms.ComboBox(); this.panel1 = new System.Windows.Forms.Panel(); this.btnGetWDT = new System.Windows.Forms.Button(); this.btnReadSafe_MF = new System.Windows.Forms.Button(); this.btnReadSafe = new System.Windows.Forms.Button(); this.btnReadPower_MF = new System.Windows.Forms.Button(); this.btnWrite_MF = new System.Windows.Forms.Button(); this.btnReadPower = new System.Windows.Forms.Button(); this.btnClear_MF = new System.Windows.Forms.Button(); this.btnCfgWDT = new System.Windows.Forms.Button(); this.btnRead_MF = new System.Windows.Forms.Button(); this.btnWrite = new System.Windows.Forms.Button(); this.btnWriteSafe_MF = new System.Windows.Forms.Button(); this.btnRestWDT = new System.Windows.Forms.Button(); this.btnWritePower_MF = new System.Windows.Forms.Button(); this.btnClear = new System.Windows.Forms.Button(); this.btnRead = new System.Windows.Forms.Button(); this.labWTDTimeout = new System.Windows.Forms.Label(); this.btnWriteSafe = new System.Windows.Forms.Button(); this.txtbWTDTimeout = new System.Windows.Forms.TextBox(); this.btnRefreshWDT = new System.Windows.Forms.Button(); this.btnWritePower = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(437, 10); 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 = 101; this.textBox2.Text = resources.GetString("textBox2.Text"); // // label5 // this.label5.Location = new System.Drawing.Point(9, 65); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 20); this.label5.TabIndex = 102; this.label5.Text = "Address"; // // label4 // this.label4.Location = new System.Drawing.Point(9, 38); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 20); this.label4.TabIndex = 103; this.label4.Text = "Baud Rate"; // // btnClose // this.btnClose.Location = new System.Drawing.Point(286, 98); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(118, 37); this.btnClose.TabIndex = 100; this.btnClose.Text = "Close"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnOpen // this.btnOpen.Location = new System.Drawing.Point(286, 53); this.btnOpen.Name = "btnOpen"; this.btnOpen.Size = new System.Drawing.Size(118, 37); this.btnOpen.TabIndex = 99; this.btnOpen.Text = "Open"; this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click); // // label1 // this.label1.Location = new System.Drawing.Point(9, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(81, 25); this.label1.TabIndex = 104; this.label1.Text = "COM Port"; // // txtAddress // this.txtAddress.Location = new System.Drawing.Point(137, 64); this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(118, 22); this.txtAddress.TabIndex = 98; this.txtAddress.Text = "00"; // // label2 // this.label2.Location = new System.Drawing.Point(9, 93); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(96, 25); this.label2.TabIndex = 105; this.label2.Text = "Total Channels"; // // txtRead // this.txtRead.Location = new System.Drawing.Point(9, 145); this.txtRead.Multiline = true; this.txtRead.Name = "txtRead"; this.txtRead.Size = new System.Drawing.Size(246, 39); this.txtRead.TabIndex = 96; // // cmbBaudRate // this.cmbBaudRate.Items.AddRange(new object[] { "115200", "9600"}); this.cmbBaudRate.Location = new System.Drawing.Point(137, 37); this.cmbBaudRate.Name = "cmbBaudRate"; this.cmbBaudRate.Size = new System.Drawing.Size(118, 20); this.cmbBaudRate.TabIndex = 97; // // txtValue // this.txtValue.Location = new System.Drawing.Point(137, 118); this.txtValue.Name = "txtValue"; this.txtValue.Size = new System.Drawing.Size(118, 22); this.txtValue.TabIndex = 95; this.txtValue.Text = "ffff"; // // label3 // this.label3.Location = new System.Drawing.Point(9, 118); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(96, 25); this.label3.TabIndex = 106; this.label3.Text = "DO Value(Hex)"; // // txtChannels // this.txtChannels.Location = new System.Drawing.Point(137, 91); this.txtChannels.Name = "txtChannels"; this.txtChannels.Size = new System.Drawing.Size(118, 22); this.txtChannels.TabIndex = 94; this.txtChannels.Text = "16"; // // cmbCOMPort // this.cmbCOMPort.Location = new System.Drawing.Point(137, 10); this.cmbCOMPort.Name = "cmbCOMPort"; this.cmbCOMPort.Size = new System.Drawing.Size(118, 20); this.cmbCOMPort.TabIndex = 93; // // panel1 // this.panel1.Controls.Add(this.btnGetWDT); this.panel1.Controls.Add(this.btnReadSafe_MF); this.panel1.Controls.Add(this.btnReadSafe); this.panel1.Controls.Add(this.btnReadPower_MF); this.panel1.Controls.Add(this.btnWrite_MF); this.panel1.Controls.Add(this.btnReadPower); this.panel1.Controls.Add(this.btnClear_MF); this.panel1.Controls.Add(this.btnCfgWDT); this.panel1.Controls.Add(this.btnRead_MF); this.panel1.Controls.Add(this.btnWrite); this.panel1.Controls.Add(this.btnWriteSafe_MF); this.panel1.Controls.Add(this.btnRestWDT); this.panel1.Controls.Add(this.btnWritePower_MF); 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(6, 190); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(741, 246); this.panel1.TabIndex = 107; // // 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); // // btnReadSafe_MF // this.btnReadSafe_MF.ForeColor = System.Drawing.Color.Blue; this.btnReadSafe_MF.Location = new System.Drawing.Point(555, 156); this.btnReadSafe_MF.Name = "btnReadSafe_MF"; this.btnReadSafe_MF.Size = new System.Drawing.Size(181, 39); this.btnReadSafe_MF.TabIndex = 85; this.btnReadSafe_MF.Text = "Read Safe ValueDO_MF"; this.btnReadSafe_MF.Click += new System.EventHandler(this.btnReadSafe_MF_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); // // btnReadPower_MF // this.btnReadPower_MF.ForeColor = System.Drawing.Color.Blue; this.btnReadPower_MF.Location = new System.Drawing.Point(555, 66); this.btnReadPower_MF.Name = "btnReadPower_MF"; this.btnReadPower_MF.Size = new System.Drawing.Size(181, 39); this.btnReadPower_MF.TabIndex = 84; this.btnReadPower_MF.Text = "Read PowerOn ValueDO_MF"; this.btnReadPower_MF.Click += new System.EventHandler(this.btnReadPower_MF_Click); // // btnWrite_MF // this.btnWrite_MF.ForeColor = System.Drawing.Color.Blue; this.btnWrite_MF.Location = new System.Drawing.Point(431, 154); this.btnWrite_MF.Name = "btnWrite_MF"; this.btnWrite_MF.Size = new System.Drawing.Size(118, 37); this.btnWrite_MF.TabIndex = 79; this.btnWrite_MF.Text = "Write DO_MF"; this.btnWrite_MF.Click += new System.EventHandler(this.btnWrite_MF_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); // // btnClear_MF // this.btnClear_MF.ForeColor = System.Drawing.Color.Blue; this.btnClear_MF.Location = new System.Drawing.Point(431, 197); this.btnClear_MF.Name = "btnClear_MF"; this.btnClear_MF.Size = new System.Drawing.Size(118, 37); this.btnClear_MF.TabIndex = 80; this.btnClear_MF.Text = "Clear_MF"; this.btnClear_MF.Click += new System.EventHandler(this.btnClear_MF_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); // // btnRead_MF // this.btnRead_MF.ForeColor = System.Drawing.Color.Blue; this.btnRead_MF.Location = new System.Drawing.Point(431, 111); this.btnRead_MF.Name = "btnRead_MF"; this.btnRead_MF.Size = new System.Drawing.Size(118, 37); this.btnRead_MF.TabIndex = 81; this.btnRead_MF.Text = "Read DO_MF"; this.btnRead_MF.Click += new System.EventHandler(this.btnRead_MF_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); // // btnWriteSafe_MF // this.btnWriteSafe_MF.ForeColor = System.Drawing.Color.Blue; this.btnWriteSafe_MF.Location = new System.Drawing.Point(555, 201); this.btnWriteSafe_MF.Name = "btnWriteSafe_MF"; this.btnWriteSafe_MF.Size = new System.Drawing.Size(181, 39); this.btnWriteSafe_MF.TabIndex = 82; this.btnWriteSafe_MF.Text = "Write Safe ValueDO_MF"; this.btnWriteSafe_MF.Click += new System.EventHandler(this.btnWriteSafe_MF_Click); // // 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); // // btnWritePower_MF // this.btnWritePower_MF.ForeColor = System.Drawing.Color.Blue; this.btnWritePower_MF.Location = new System.Drawing.Point(555, 111); this.btnWritePower_MF.Name = "btnWritePower_MF"; this.btnWritePower_MF.Size = new System.Drawing.Size(181, 39); this.btnWritePower_MF.TabIndex = 83; this.btnWritePower_MF.Text = "Write PowerOn ValueDO_MF"; this.btnWritePower_MF.Click += new System.EventHandler(this.btnWritePower_MF_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 DO"; this.btnRead.Click += new System.EventHandler(this.btnRead_Click); // // 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 = 86; this.labWTDTimeout.Text = "WTDTimeout (0.1s)"; // // 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); // // 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"; // // 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); // // 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); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(755, 444); 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 = "7K87K DO poweron_safe demo"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Button btnOpen; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtAddress; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtRead; private System.Windows.Forms.ComboBox cmbBaudRate; private System.Windows.Forms.TextBox txtValue; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtChannels; private System.Windows.Forms.ComboBox cmbCOMPort; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnGetWDT; private System.Windows.Forms.Button btnReadSafe_MF; private System.Windows.Forms.Button btnReadSafe; private System.Windows.Forms.Button btnReadPower_MF; private System.Windows.Forms.Button btnWrite_MF; private System.Windows.Forms.Button btnReadPower; private System.Windows.Forms.Button btnClear_MF; private System.Windows.Forms.Button btnCfgWDT; private System.Windows.Forms.Button btnRead_MF; private System.Windows.Forms.Button btnWrite; private System.Windows.Forms.Button btnWriteSafe_MF; private System.Windows.Forms.Button btnRestWDT; private System.Windows.Forms.Button btnWritePower_MF; private System.Windows.Forms.Button btnClear; private System.Windows.Forms.Button btnRead; private System.Windows.Forms.Label labWTDTimeout; private System.Windows.Forms.Button btnWriteSafe; private System.Windows.Forms.TextBox txtbWTDTimeout; private System.Windows.Forms.Button btnRefreshWDT; private System.Windows.Forms.Button btnWritePower; } }