namespace APAX_5017H { partial class Form_APAX_5017H { /// /// 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() { this.components = new System.ComponentModel.Container(); this.Btn_Quit = new System.Windows.Forms.Button(); this.btnStart = new System.Windows.Forms.Button(); this.StatusBar_IO = new System.Windows.Forms.StatusBar(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabModuleInfo = new System.Windows.Forms.TabPage(); this.btnLocate = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.labADVer = new System.Windows.Forms.Label(); this.txtAIOFwVer = new System.Windows.Forms.TextBox(); this.txtModule = new System.Windows.Forms.TextBox(); this.labModule = new System.Windows.Forms.Label(); this.labID = new System.Windows.Forms.Label(); this.labFwVer = new System.Windows.Forms.Label(); this.txtID = new System.Windows.Forms.TextBox(); this.txtFwVer = new System.Windows.Forms.TextBox(); this.txtSupportKernelFw = new System.Windows.Forms.TextBox(); this.labSupportKernelFw = new System.Windows.Forms.Label(); this.tabAI = new System.Windows.Forms.TabPage(); this.listViewChInfo = new System.Windows.Forms.ListView(); this.clmType = new System.Windows.Forms.ColumnHeader(); this.clmCh = new System.Windows.Forms.ColumnHeader(); this.clmMbAddr = new System.Windows.Forms.ColumnHeader(); this.clmValue = new System.Windows.Forms.ColumnHeader(); this.clmChStatus = new System.Windows.Forms.ColumnHeader(); this.clmRange = new System.Windows.Forms.ColumnHeader(); this.panel1 = new System.Windows.Forms.Panel(); this.cbxSampleRate = new System.Windows.Forms.ComboBox(); this.labSampleRate = new System.Windows.Forms.Label(); this.btnSampleRate = new System.Windows.Forms.Button(); this.labBurnout = new System.Windows.Forms.Label(); this.btnBurnoutFcn = new System.Windows.Forms.Button(); this.chkBurnoutFcn = new System.Windows.Forms.CheckBox(); this.cbxBurnoutValue = new System.Windows.Forms.ComboBox(); this.labBurnoutValue = new System.Windows.Forms.Label(); this.cbxRange = new System.Windows.Forms.ComboBox(); this.chkApplyAll = new System.Windows.Forms.CheckBox(); this.btnApplySelRange = new System.Windows.Forms.Button(); this.labRange = new System.Windows.Forms.Label(); this.btnBurnoutValue = new System.Windows.Forms.Button(); this.panelMain = new System.Windows.Forms.Panel(); this.chbxShowRawData = new System.Windows.Forms.CheckBox(); this.chbxHide = new System.Windows.Forms.CheckBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.tabControl1.SuspendLayout(); this.tabModuleInfo.SuspendLayout(); this.tabAI.SuspendLayout(); this.panel1.SuspendLayout(); this.panelMain.SuspendLayout(); this.SuspendLayout(); // // Btn_Quit // this.Btn_Quit.Location = new System.Drawing.Point(542, 335); this.Btn_Quit.Name = "Btn_Quit"; this.Btn_Quit.Size = new System.Drawing.Size(73, 21); this.Btn_Quit.TabIndex = 30; this.Btn_Quit.Text = "Quit"; this.Btn_Quit.Click += new System.EventHandler(this.Btn_Quit_Click); // // btnStart // this.btnStart.Location = new System.Drawing.Point(463, 335); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(73, 21); this.btnStart.TabIndex = 29; this.btnStart.Text = "Start"; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // StatusBar_IO // this.StatusBar_IO.Location = new System.Drawing.Point(0, 363); this.StatusBar_IO.Name = "StatusBar_IO"; this.StatusBar_IO.Size = new System.Drawing.Size(620, 24); this.StatusBar_IO.TabIndex = 31; // // tabControl1 // this.tabControl1.Controls.Add(this.tabModuleInfo); this.tabControl1.Controls.Add(this.tabAI); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(620, 329); this.tabControl1.TabIndex = 28; this.tabControl1.Visible = false; this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // tabModuleInfo // this.tabModuleInfo.Controls.Add(this.btnLocate); this.tabModuleInfo.Controls.Add(this.label1); this.tabModuleInfo.Controls.Add(this.labADVer); this.tabModuleInfo.Controls.Add(this.txtAIOFwVer); this.tabModuleInfo.Controls.Add(this.txtModule); this.tabModuleInfo.Controls.Add(this.labModule); this.tabModuleInfo.Controls.Add(this.labID); this.tabModuleInfo.Controls.Add(this.labFwVer); this.tabModuleInfo.Controls.Add(this.txtID); this.tabModuleInfo.Controls.Add(this.txtFwVer); this.tabModuleInfo.Controls.Add(this.txtSupportKernelFw); this.tabModuleInfo.Controls.Add(this.labSupportKernelFw); this.tabModuleInfo.Location = new System.Drawing.Point(4, 22); this.tabModuleInfo.Name = "tabModuleInfo"; this.tabModuleInfo.Size = new System.Drawing.Size(612, 303); this.tabModuleInfo.TabIndex = 0; this.tabModuleInfo.Text = "Module Information"; // // btnLocate // this.btnLocate.Location = new System.Drawing.Point(157, 164); this.btnLocate.Name = "btnLocate"; this.btnLocate.Size = new System.Drawing.Size(72, 20); this.btnLocate.TabIndex = 48; this.btnLocate.Text = "Enable"; this.btnLocate.Click += new System.EventHandler(this.btnLocate_Click); // // label1 // this.label1.Location = new System.Drawing.Point(4, 164); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 20); this.label1.TabIndex = 49; this.label1.Text = "Locate"; // // labADVer // this.labADVer.Location = new System.Drawing.Point(4, 136); this.labADVer.Name = "labADVer"; this.labADVer.Size = new System.Drawing.Size(149, 20); this.labADVer.TabIndex = 50; this.labADVer.Text = "AIO Firmware Version :"; // // txtAIOFwVer // this.txtAIOFwVer.Location = new System.Drawing.Point(157, 135); this.txtAIOFwVer.Name = "txtAIOFwVer"; this.txtAIOFwVer.ReadOnly = true; this.txtAIOFwVer.Size = new System.Drawing.Size(208, 22); this.txtAIOFwVer.TabIndex = 41; // // txtModule // this.txtModule.Location = new System.Drawing.Point(157, 8); this.txtModule.Name = "txtModule"; this.txtModule.ReadOnly = true; this.txtModule.Size = new System.Drawing.Size(208, 22); this.txtModule.TabIndex = 36; // // labModule // this.labModule.Location = new System.Drawing.Point(4, 9); this.labModule.Name = "labModule"; this.labModule.Size = new System.Drawing.Size(100, 20); this.labModule.TabIndex = 51; this.labModule.Text = "Module :"; // // labID // this.labID.Location = new System.Drawing.Point(4, 41); this.labID.Name = "labID"; this.labID.Size = new System.Drawing.Size(100, 20); this.labID.TabIndex = 52; this.labID.Text = "Switch ID :"; // // labFwVer // this.labFwVer.Location = new System.Drawing.Point(4, 104); this.labFwVer.Name = "labFwVer"; this.labFwVer.Size = new System.Drawing.Size(124, 20); this.labFwVer.TabIndex = 53; this.labFwVer.Text = "Firmware Version:"; // // txtID // this.txtID.Location = new System.Drawing.Point(157, 40); this.txtID.Name = "txtID"; this.txtID.ReadOnly = true; this.txtID.Size = new System.Drawing.Size(208, 22); this.txtID.TabIndex = 37; // // txtFwVer // this.txtFwVer.Location = new System.Drawing.Point(157, 103); this.txtFwVer.Name = "txtFwVer"; this.txtFwVer.ReadOnly = true; this.txtFwVer.Size = new System.Drawing.Size(208, 22); this.txtFwVer.TabIndex = 39; // // txtSupportKernelFw // this.txtSupportKernelFw.Location = new System.Drawing.Point(157, 71); this.txtSupportKernelFw.Name = "txtSupportKernelFw"; this.txtSupportKernelFw.ReadOnly = true; this.txtSupportKernelFw.Size = new System.Drawing.Size(208, 22); this.txtSupportKernelFw.TabIndex = 40; // // labSupportKernelFw // this.labSupportKernelFw.Location = new System.Drawing.Point(4, 72); this.labSupportKernelFw.Name = "labSupportKernelFw"; this.labSupportKernelFw.Size = new System.Drawing.Size(124, 20); this.labSupportKernelFw.TabIndex = 54; this.labSupportKernelFw.Text = "Support Kernel Fw:"; // // tabAI // this.tabAI.Controls.Add(this.listViewChInfo); this.tabAI.Controls.Add(this.panel1); this.tabAI.Controls.Add(this.panelMain); this.tabAI.Location = new System.Drawing.Point(4, 22); this.tabAI.Name = "tabAI"; this.tabAI.Size = new System.Drawing.Size(612, 303); this.tabAI.TabIndex = 1; this.tabAI.Text = "AI"; // // listViewChInfo // this.listViewChInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.clmType, this.clmCh, this.clmMbAddr, this.clmValue, this.clmChStatus, this.clmRange}); this.listViewChInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.listViewChInfo.FullRowSelect = true; this.listViewChInfo.Location = new System.Drawing.Point(0, 180); this.listViewChInfo.Name = "listViewChInfo"; this.listViewChInfo.Size = new System.Drawing.Size(612, 123); this.listViewChInfo.TabIndex = 2; this.listViewChInfo.UseCompatibleStateImageBehavior = false; this.listViewChInfo.View = System.Windows.Forms.View.Details; this.listViewChInfo.SelectedIndexChanged += new System.EventHandler(this.listViewChInfo_SelectedIndexChanged); // // clmType // this.clmType.Text = "Type"; // // clmCh // this.clmCh.Text = "CH"; // // clmMbAddr // this.clmMbAddr.Text = "Modbus Addr"; this.clmMbAddr.Width = 90; // // clmValue // this.clmValue.Text = "Value"; // // clmChStatus // this.clmChStatus.Text = "Ch Status"; this.clmChStatus.Width = 80; // // clmRange // this.clmRange.Text = "Range"; this.clmRange.Width = 200; // // panel1 // this.panel1.BackColor = System.Drawing.Color.SkyBlue; this.panel1.Controls.Add(this.cbxSampleRate); this.panel1.Controls.Add(this.labSampleRate); this.panel1.Controls.Add(this.btnSampleRate); this.panel1.Controls.Add(this.labBurnout); this.panel1.Controls.Add(this.btnBurnoutFcn); this.panel1.Controls.Add(this.chkBurnoutFcn); this.panel1.Controls.Add(this.cbxBurnoutValue); this.panel1.Controls.Add(this.labBurnoutValue); this.panel1.Controls.Add(this.cbxRange); this.panel1.Controls.Add(this.chkApplyAll); this.panel1.Controls.Add(this.btnApplySelRange); this.panel1.Controls.Add(this.labRange); this.panel1.Controls.Add(this.btnBurnoutValue); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 28); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(612, 152); this.panel1.TabIndex = 3; // // cbxSampleRate // this.cbxSampleRate.Location = new System.Drawing.Point(149, 117); this.cbxSampleRate.Name = "cbxSampleRate"; this.cbxSampleRate.Size = new System.Drawing.Size(181, 20); this.cbxSampleRate.TabIndex = 35; // // labSampleRate // this.labSampleRate.Location = new System.Drawing.Point(8, 118); this.labSampleRate.Name = "labSampleRate"; this.labSampleRate.Size = new System.Drawing.Size(153, 20); this.labSampleRate.TabIndex = 36; this.labSampleRate.Text = "Sampling Rate (Hz/Ch):"; // // btnSampleRate // this.btnSampleRate.Location = new System.Drawing.Point(346, 116); this.btnSampleRate.Name = "btnSampleRate"; this.btnSampleRate.Size = new System.Drawing.Size(86, 24); this.btnSampleRate.TabIndex = 36; this.btnSampleRate.Text = "Apply"; this.btnSampleRate.Click += new System.EventHandler(this.btnSampleRate_Click); // // labBurnout // this.labBurnout.Location = new System.Drawing.Point(8, 62); this.labBurnout.Name = "labBurnout"; this.labBurnout.Size = new System.Drawing.Size(100, 20); this.labBurnout.TabIndex = 37; this.labBurnout.Text = "Burnout Detect:"; // // btnBurnoutFcn // this.btnBurnoutFcn.Location = new System.Drawing.Point(346, 60); this.btnBurnoutFcn.Name = "btnBurnoutFcn"; this.btnBurnoutFcn.Size = new System.Drawing.Size(86, 24); this.btnBurnoutFcn.TabIndex = 31; this.btnBurnoutFcn.Text = "Apply"; this.btnBurnoutFcn.Click += new System.EventHandler(this.btnBurnoutFcn_Click); // // chkBurnoutFcn // this.chkBurnoutFcn.Location = new System.Drawing.Point(149, 62); this.chkBurnoutFcn.Name = "chkBurnoutFcn"; this.chkBurnoutFcn.Size = new System.Drawing.Size(168, 20); this.chkBurnoutFcn.TabIndex = 32; this.chkBurnoutFcn.Text = "Enable"; // // cbxBurnoutValue // this.cbxBurnoutValue.Location = new System.Drawing.Point(149, 89); this.cbxBurnoutValue.Name = "cbxBurnoutValue"; this.cbxBurnoutValue.Size = new System.Drawing.Size(181, 20); this.cbxBurnoutValue.TabIndex = 15; // // labBurnoutValue // this.labBurnoutValue.Location = new System.Drawing.Point(8, 90); this.labBurnoutValue.Name = "labBurnoutValue"; this.labBurnoutValue.Size = new System.Drawing.Size(153, 20); this.labBurnoutValue.TabIndex = 38; this.labBurnoutValue.Text = "Burnout Detect Mode :"; // // cbxRange // this.cbxRange.Location = new System.Drawing.Point(149, 33); this.cbxRange.Name = "cbxRange"; this.cbxRange.Size = new System.Drawing.Size(181, 20); this.cbxRange.TabIndex = 19; // // chkApplyAll // this.chkApplyAll.Location = new System.Drawing.Point(8, 2); this.chkApplyAll.Name = "chkApplyAll"; this.chkApplyAll.Size = new System.Drawing.Size(203, 24); this.chkApplyAll.TabIndex = 21; this.chkApplyAll.Text = "Apply to All Channels"; // // btnApplySelRange // this.btnApplySelRange.Location = new System.Drawing.Point(346, 32); this.btnApplySelRange.Name = "btnApplySelRange"; this.btnApplySelRange.Size = new System.Drawing.Size(86, 24); this.btnApplySelRange.TabIndex = 23; this.btnApplySelRange.Text = "Apply"; this.btnApplySelRange.Click += new System.EventHandler(this.btnApplySelRange_Click); // // labRange // this.labRange.Location = new System.Drawing.Point(8, 34); this.labRange.Name = "labRange"; this.labRange.Size = new System.Drawing.Size(118, 20); this.labRange.TabIndex = 39; this.labRange.Text = "Range :"; // // btnBurnoutValue // this.btnBurnoutValue.Location = new System.Drawing.Point(346, 88); this.btnBurnoutValue.Name = "btnBurnoutValue"; this.btnBurnoutValue.Size = new System.Drawing.Size(86, 24); this.btnBurnoutValue.TabIndex = 29; this.btnBurnoutValue.Text = "Apply"; this.btnBurnoutValue.Click += new System.EventHandler(this.btnBurnoutValue_Click); // // panelMain // this.panelMain.Controls.Add(this.chbxShowRawData); this.panelMain.Controls.Add(this.chbxHide); this.panelMain.Dock = System.Windows.Forms.DockStyle.Top; this.panelMain.Location = new System.Drawing.Point(0, 0); this.panelMain.Name = "panelMain"; this.panelMain.Size = new System.Drawing.Size(612, 28); this.panelMain.TabIndex = 4; // // chbxShowRawData // this.chbxShowRawData.Location = new System.Drawing.Point(176, 3); this.chbxShowRawData.Name = "chbxShowRawData"; this.chbxShowRawData.Size = new System.Drawing.Size(128, 20); this.chbxShowRawData.TabIndex = 30; this.chbxShowRawData.Text = "Show Raw Data"; // // chbxHide // this.chbxHide.Location = new System.Drawing.Point(8, 5); this.chbxHide.Name = "chbxHide"; this.chbxHide.Size = new System.Drawing.Size(168, 20); this.chbxHide.TabIndex = 1; this.chbxHide.Text = "Hide Setting Panel"; this.chbxHide.CheckedChanged += new System.EventHandler(this.chbxHide_CheckedChanged); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // Form_APAX_5017H // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(620, 387); this.Controls.Add(this.Btn_Quit); this.Controls.Add(this.btnStart); this.Controls.Add(this.StatusBar_IO); this.Controls.Add(this.tabControl1); this.Name = "Form_APAX_5017H"; this.Text = "APAX-5017H"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_APAX_5017H_FormClosing); this.tabControl1.ResumeLayout(false); this.tabModuleInfo.ResumeLayout(false); this.tabModuleInfo.PerformLayout(); this.tabAI.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panelMain.ResumeLayout(false); this.ResumeLayout(false); } #endregion internal System.Windows.Forms.Button Btn_Quit; internal System.Windows.Forms.Button btnStart; internal System.Windows.Forms.StatusBar StatusBar_IO; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabModuleInfo; private System.Windows.Forms.Button btnLocate; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label labADVer; private System.Windows.Forms.TextBox txtAIOFwVer; private System.Windows.Forms.TextBox txtModule; private System.Windows.Forms.Label labModule; private System.Windows.Forms.Label labID; private System.Windows.Forms.Label labFwVer; private System.Windows.Forms.TextBox txtID; private System.Windows.Forms.TextBox txtFwVer; private System.Windows.Forms.TextBox txtSupportKernelFw; private System.Windows.Forms.Label labSupportKernelFw; private System.Windows.Forms.TabPage tabAI; private System.Windows.Forms.ListView listViewChInfo; private System.Windows.Forms.ColumnHeader clmType; private System.Windows.Forms.ColumnHeader clmCh; private System.Windows.Forms.ColumnHeader clmMbAddr; private System.Windows.Forms.ColumnHeader clmValue; private System.Windows.Forms.ColumnHeader clmChStatus; private System.Windows.Forms.ColumnHeader clmRange; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ComboBox cbxSampleRate; private System.Windows.Forms.Label labSampleRate; private System.Windows.Forms.Button btnSampleRate; private System.Windows.Forms.Label labBurnout; private System.Windows.Forms.Button btnBurnoutFcn; private System.Windows.Forms.CheckBox chkBurnoutFcn; private System.Windows.Forms.ComboBox cbxBurnoutValue; private System.Windows.Forms.Label labBurnoutValue; private System.Windows.Forms.ComboBox cbxRange; private System.Windows.Forms.CheckBox chkApplyAll; private System.Windows.Forms.Button btnApplySelRange; private System.Windows.Forms.Label labRange; private System.Windows.Forms.Button btnBurnoutValue; private System.Windows.Forms.Panel panelMain; private System.Windows.Forms.CheckBox chbxShowRawData; private System.Windows.Forms.CheckBox chbxHide; private System.Windows.Forms.Timer timer1; } }