namespace APAX_5018
{
partial class Form_APAX_5018
{
///
/// 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.timer1 = new System.Windows.Forms.Timer(this.components);
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.labBurnout = new System.Windows.Forms.Label();
this.cbxBurnoutValue = new System.Windows.Forms.ComboBox();
this.labBurnoutValue = new System.Windows.Forms.Label();
this.btnBurnoutFcn = new System.Windows.Forms.Button();
this.chkBurnoutFcn = new System.Windows.Forms.CheckBox();
this.cbxRange = new System.Windows.Forms.ComboBox();
this.cbxIntegration = new System.Windows.Forms.ComboBox();
this.chkApplyAll = new System.Windows.Forms.CheckBox();
this.btnMaskEnable = new System.Windows.Forms.Button();
this.btnApplySelRange = new System.Windows.Forms.Button();
this.labRange = new System.Windows.Forms.Label();
this.labIntegration = new System.Windows.Forms.Label();
this.btnIntegration = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.btnMaskDisable = new System.Windows.Forms.Button();
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.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(536, 395);
this.Btn_Quit.Name = "Btn_Quit";
this.Btn_Quit.Size = new System.Drawing.Size(73, 21);
this.Btn_Quit.TabIndex = 43;
this.Btn_Quit.Text = "Quit";
this.Btn_Quit.Click += new System.EventHandler(this.Btn_Quit_Click);
//
// btnStart
//
this.btnStart.Location = new System.Drawing.Point(457, 395);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(73, 21);
this.btnStart.TabIndex = 42;
this.btnStart.Text = "Start";
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// StatusBar_IO
//
this.StatusBar_IO.Location = new System.Drawing.Point(0, 424);
this.StatusBar_IO.Name = "StatusBar_IO";
this.StatusBar_IO.Size = new System.Drawing.Size(613, 24);
this.StatusBar_IO.TabIndex = 44;
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// 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(613, 389);
this.tabControl1.TabIndex = 41;
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(605, 363);
this.tabModuleInfo.TabIndex = 0;
this.tabModuleInfo.Text = "Module Information";
//
// btnLocate
//
this.btnLocate.Location = new System.Drawing.Point(157, 163);
this.btnLocate.Name = "btnLocate";
this.btnLocate.Size = new System.Drawing.Size(72, 20);
this.btnLocate.TabIndex = 54;
this.btnLocate.Text = "Enable";
this.btnLocate.Click += new System.EventHandler(this.btnLocate_Click);
//
// label1
//
this.label1.Location = new System.Drawing.Point(4, 163);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 20);
this.label1.TabIndex = 55;
this.label1.Text = "Locate";
//
// labADVer
//
this.labADVer.Location = new System.Drawing.Point(4, 135);
this.labADVer.Name = "labADVer";
this.labADVer.Size = new System.Drawing.Size(149, 20);
this.labADVer.TabIndex = 56;
this.labADVer.Text = "AIO Firmware Version :";
//
// txtAIOFwVer
//
this.txtAIOFwVer.Location = new System.Drawing.Point(157, 134);
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 = 57;
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 = 58;
this.labID.Text = "Switch ID :";
//
// labFwVer
//
this.labFwVer.Location = new System.Drawing.Point(4, 103);
this.labFwVer.Name = "labFwVer";
this.labFwVer.Size = new System.Drawing.Size(124, 20);
this.labFwVer.TabIndex = 59;
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, 102);
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, 70);
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, 71);
this.labSupportKernelFw.Name = "labSupportKernelFw";
this.labSupportKernelFw.Size = new System.Drawing.Size(124, 20);
this.labSupportKernelFw.TabIndex = 60;
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(605, 363);
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, 208);
this.listViewChInfo.Name = "listViewChInfo";
this.listViewChInfo.Size = new System.Drawing.Size(605, 155);
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";
this.clmCh.Width = 40;
//
// 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 = 180;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.SkyBlue;
this.panel1.Controls.Add(this.labBurnout);
this.panel1.Controls.Add(this.cbxBurnoutValue);
this.panel1.Controls.Add(this.labBurnoutValue);
this.panel1.Controls.Add(this.btnBurnoutFcn);
this.panel1.Controls.Add(this.chkBurnoutFcn);
this.panel1.Controls.Add(this.cbxRange);
this.panel1.Controls.Add(this.cbxIntegration);
this.panel1.Controls.Add(this.chkApplyAll);
this.panel1.Controls.Add(this.btnMaskEnable);
this.panel1.Controls.Add(this.btnApplySelRange);
this.panel1.Controls.Add(this.labRange);
this.panel1.Controls.Add(this.labIntegration);
this.panel1.Controls.Add(this.btnIntegration);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.btnMaskDisable);
this.panel1.Controls.Add(this.btnBurnoutValue);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 30);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(605, 178);
this.panel1.TabIndex = 3;
//
// labBurnout
//
this.labBurnout.Location = new System.Drawing.Point(9, 92);
this.labBurnout.Name = "labBurnout";
this.labBurnout.Size = new System.Drawing.Size(100, 20);
this.labBurnout.TabIndex = 0;
this.labBurnout.Text = "Burnout Detect:";
//
// cbxBurnoutValue
//
this.cbxBurnoutValue.Location = new System.Drawing.Point(151, 149);
this.cbxBurnoutValue.Name = "cbxBurnoutValue";
this.cbxBurnoutValue.Size = new System.Drawing.Size(181, 20);
this.cbxBurnoutValue.TabIndex = 31;
//
// labBurnoutValue
//
this.labBurnoutValue.Location = new System.Drawing.Point(9, 150);
this.labBurnoutValue.Name = "labBurnoutValue";
this.labBurnoutValue.Size = new System.Drawing.Size(145, 20);
this.labBurnoutValue.TabIndex = 32;
this.labBurnoutValue.Text = "Burnout Detect Mode :";
//
// btnBurnoutFcn
//
this.btnBurnoutFcn.Location = new System.Drawing.Point(346, 90);
this.btnBurnoutFcn.Name = "btnBurnoutFcn";
this.btnBurnoutFcn.Size = new System.Drawing.Size(86, 24);
this.btnBurnoutFcn.TabIndex = 33;
this.btnBurnoutFcn.Text = "Apply";
this.btnBurnoutFcn.Click += new System.EventHandler(this.btnBurnoutFcn_Click);
//
// chkBurnoutFcn
//
this.chkBurnoutFcn.Location = new System.Drawing.Point(150, 92);
this.chkBurnoutFcn.Name = "chkBurnoutFcn";
this.chkBurnoutFcn.Size = new System.Drawing.Size(168, 20);
this.chkBurnoutFcn.TabIndex = 34;
this.chkBurnoutFcn.Text = "Enable";
//
// cbxRange
//
this.cbxRange.Location = new System.Drawing.Point(151, 33);
this.cbxRange.Name = "cbxRange";
this.cbxRange.Size = new System.Drawing.Size(181, 20);
this.cbxRange.TabIndex = 35;
//
// cbxIntegration
//
this.cbxIntegration.Location = new System.Drawing.Point(151, 120);
this.cbxIntegration.Name = "cbxIntegration";
this.cbxIntegration.Size = new System.Drawing.Size(181, 20);
this.cbxIntegration.TabIndex = 36;
//
// chkApplyAll
//
this.chkApplyAll.Location = new System.Drawing.Point(9, 5);
this.chkApplyAll.Name = "chkApplyAll";
this.chkApplyAll.Size = new System.Drawing.Size(209, 20);
this.chkApplyAll.TabIndex = 37;
this.chkApplyAll.Text = "Apply to All Channels";
//
// btnMaskEnable
//
this.btnMaskEnable.Location = new System.Drawing.Point(151, 61);
this.btnMaskEnable.Name = "btnMaskEnable";
this.btnMaskEnable.Size = new System.Drawing.Size(71, 24);
this.btnMaskEnable.TabIndex = 38;
this.btnMaskEnable.Text = "Enable";
this.btnMaskEnable.Click += new System.EventHandler(this.btnMaskEnable_Click);
//
// btnApplySelRange
//
this.btnApplySelRange.Location = new System.Drawing.Point(347, 32);
this.btnApplySelRange.Name = "btnApplySelRange";
this.btnApplySelRange.Size = new System.Drawing.Size(86, 24);
this.btnApplySelRange.TabIndex = 39;
this.btnApplySelRange.Text = "Apply";
this.btnApplySelRange.Click += new System.EventHandler(this.btnApplySelRange_Click);
//
// labRange
//
this.labRange.Location = new System.Drawing.Point(9, 34);
this.labRange.Name = "labRange";
this.labRange.Size = new System.Drawing.Size(118, 20);
this.labRange.TabIndex = 40;
this.labRange.Text = "Range :";
//
// labIntegration
//
this.labIntegration.Location = new System.Drawing.Point(9, 121);
this.labIntegration.Name = "labIntegration";
this.labIntegration.Size = new System.Drawing.Size(118, 20);
this.labIntegration.TabIndex = 41;
this.labIntegration.Text = "Integration Time :";
//
// btnIntegration
//
this.btnIntegration.Location = new System.Drawing.Point(347, 119);
this.btnIntegration.Name = "btnIntegration";
this.btnIntegration.Size = new System.Drawing.Size(86, 24);
this.btnIntegration.TabIndex = 42;
this.btnIntegration.Text = "Apply";
this.btnIntegration.Click += new System.EventHandler(this.btnIntegration_Click);
//
// label2
//
this.label2.Location = new System.Drawing.Point(9, 63);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(104, 20);
this.label2.TabIndex = 43;
this.label2.Text = "Channel Mask :";
//
// btnMaskDisable
//
this.btnMaskDisable.Location = new System.Drawing.Point(261, 61);
this.btnMaskDisable.Name = "btnMaskDisable";
this.btnMaskDisable.Size = new System.Drawing.Size(71, 24);
this.btnMaskDisable.TabIndex = 44;
this.btnMaskDisable.Text = "Disable";
this.btnMaskDisable.Click += new System.EventHandler(this.btnMaskDisable_Click);
//
// btnBurnoutValue
//
this.btnBurnoutValue.Location = new System.Drawing.Point(347, 148);
this.btnBurnoutValue.Name = "btnBurnoutValue";
this.btnBurnoutValue.Size = new System.Drawing.Size(86, 24);
this.btnBurnoutValue.TabIndex = 45;
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(605, 30);
this.panelMain.TabIndex = 4;
//
// chbxShowRawData
//
this.chbxShowRawData.Location = new System.Drawing.Point(176, 5);
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);
//
// Form_APAX_5018
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(613, 448);
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_5018";
this.Text = "APAX-5018";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_APAX_5018_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.Timer timer1;
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.Label labBurnout;
private System.Windows.Forms.ComboBox cbxBurnoutValue;
private System.Windows.Forms.Label labBurnoutValue;
private System.Windows.Forms.Button btnBurnoutFcn;
private System.Windows.Forms.CheckBox chkBurnoutFcn;
private System.Windows.Forms.ComboBox cbxRange;
private System.Windows.Forms.ComboBox cbxIntegration;
private System.Windows.Forms.CheckBox chkApplyAll;
private System.Windows.Forms.Button btnMaskEnable;
private System.Windows.Forms.Button btnApplySelRange;
private System.Windows.Forms.Label labRange;
private System.Windows.Forms.Label labIntegration;
private System.Windows.Forms.Button btnIntegration;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnMaskDisable;
private System.Windows.Forms.Button btnBurnoutValue;
private System.Windows.Forms.Panel panelMain;
private System.Windows.Forms.CheckBox chbxShowRawData;
private System.Windows.Forms.CheckBox chbxHide;
}
}