namespace LFP_Manager.Forms
{
partial class fmxMain
{
///
/// 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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fmxMain));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.configToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.commConfigToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.firmwareUpdateCANToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.firmwareImageConveterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.historyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.historyViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.databaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.checkDBToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.edMaxModule = new DevExpress.XtraEditors.TextEdit();
this.btnPrevID = new DevExpress.XtraEditors.SimpleButton();
this.ModuleIdSet = new LFP_Manager.Controls.ucModuleIdSet();
this.btnNextID = new DevExpress.XtraEditors.SimpleButton();
this.ucCommConfig = new LFP_Manager.Controls.ucCommConfig2();
this.chbPolling = new DevExpress.XtraEditors.CheckEdit();
this.edSystemId = new DevExpress.XtraEditors.TextEdit();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.CommStausBar = new System.Windows.Forms.ToolStripStatusLabel();
this.HeatBeatStatusBar = new System.Windows.Forms.ToolStripStatusLabel();
this.LogStatusBar = new System.Windows.Forms.ToolStripStatusLabel();
this.uDataLog = new LFP_Manager.Controls.ucDataLog();
this.uEventLog = new LFP_Manager.Controls.ucEventLog();
this.tabStatus = new DevExpress.XtraTab.XtraTabControl();
this.pgSystem = new DevExpress.XtraTab.XtraTabPage();
this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
this.ucSystem = new LFP_Manager.Controls.ucShelfStatus();
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlMain = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
this.lcitemSystemId = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
this.tmrCheckThreadMsg = new System.Windows.Forms.Timer(this.components);
this.tmrTest = new System.Windows.Forms.Timer(this.components);
this.chkDcp = new DevExpress.XtraEditors.CheckEdit();
this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.edMaxModule.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chbPolling.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edSystemId.Properties)).BeginInit();
this.statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tabStatus)).BeginInit();
this.tabStatus.SuspendLayout();
this.pgSystem.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
this.layoutControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lcitemSystemId)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chkDcp.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.configToolStripMenuItem,
this.updateToolStripMenuItem,
this.historyToolStripMenuItem,
this.databaseToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1334, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "File";
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(93, 22);
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// configToolStripMenuItem
//
this.configToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.commConfigToolStripMenuItem});
this.configToolStripMenuItem.Name = "configToolStripMenuItem";
this.configToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
this.configToolStripMenuItem.Text = "Config";
//
// commConfigToolStripMenuItem
//
this.commConfigToolStripMenuItem.Name = "commConfigToolStripMenuItem";
this.commConfigToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
this.commConfigToolStripMenuItem.Text = "Comm.Config";
this.commConfigToolStripMenuItem.Click += new System.EventHandler(this.commConfigToolStripMenuItem_Click);
//
// updateToolStripMenuItem
//
this.updateToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.firmwareUpdateCANToolStripMenuItem1,
this.firmwareImageConveterToolStripMenuItem});
this.updateToolStripMenuItem.Name = "updateToolStripMenuItem";
this.updateToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
this.updateToolStripMenuItem.Text = "Update";
//
// firmwareUpdateCANToolStripMenuItem1
//
this.firmwareUpdateCANToolStripMenuItem1.Name = "firmwareUpdateCANToolStripMenuItem1";
this.firmwareUpdateCANToolStripMenuItem1.Size = new System.Drawing.Size(212, 22);
this.firmwareUpdateCANToolStripMenuItem1.Text = "Firmware Update (CAN)";
this.firmwareUpdateCANToolStripMenuItem1.Click += new System.EventHandler(this.firmwareUpdateCANToolStripMenuItem_Click);
//
// firmwareImageConveterToolStripMenuItem
//
this.firmwareImageConveterToolStripMenuItem.Name = "firmwareImageConveterToolStripMenuItem";
this.firmwareImageConveterToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
this.firmwareImageConveterToolStripMenuItem.Text = "Firmware Image Conveter";
this.firmwareImageConveterToolStripMenuItem.Click += new System.EventHandler(this.firmwareImageConveterToolStripMenuItem_Click);
//
// historyToolStripMenuItem
//
this.historyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.historyViewToolStripMenuItem});
this.historyToolStripMenuItem.Name = "historyToolStripMenuItem";
this.historyToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
this.historyToolStripMenuItem.Text = "History";
//
// historyViewToolStripMenuItem
//
this.historyViewToolStripMenuItem.Name = "historyViewToolStripMenuItem";
this.historyViewToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.historyViewToolStripMenuItem.Text = "History View";
this.historyViewToolStripMenuItem.Click += new System.EventHandler(this.historyViewToolStripMenuItem_Click);
//
// databaseToolStripMenuItem
//
this.databaseToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.checkDBToolStripMenuItem});
this.databaseToolStripMenuItem.Name = "databaseToolStripMenuItem";
this.databaseToolStripMenuItem.Size = new System.Drawing.Size(68, 20);
this.databaseToolStripMenuItem.Text = "Database";
//
// checkDBToolStripMenuItem
//
this.checkDBToolStripMenuItem.Name = "checkDBToolStripMenuItem";
this.checkDBToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
this.checkDBToolStripMenuItem.Text = "Check DB";
this.checkDBToolStripMenuItem.Click += new System.EventHandler(this.checkDBToolStripMenuItem_Click);
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.chkDcp);
this.layoutControl1.Controls.Add(this.edMaxModule);
this.layoutControl1.Controls.Add(this.btnPrevID);
this.layoutControl1.Controls.Add(this.ModuleIdSet);
this.layoutControl1.Controls.Add(this.btnNextID);
this.layoutControl1.Controls.Add(this.ucCommConfig);
this.layoutControl1.Controls.Add(this.chbPolling);
this.layoutControl1.Controls.Add(this.edSystemId);
this.layoutControl1.Controls.Add(this.statusStrip1);
this.layoutControl1.Controls.Add(this.uDataLog);
this.layoutControl1.Controls.Add(this.uEventLog);
this.layoutControl1.Controls.Add(this.tabStatus);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 24);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(305, 211, 613, 350);
this.layoutControl1.Root = this.layoutControlMain;
this.layoutControl1.Size = new System.Drawing.Size(1334, 744);
this.layoutControl1.TabIndex = 1;
this.layoutControl1.Text = "layoutControl1";
//
// edMaxModule
//
this.edMaxModule.EditValue = "1";
this.edMaxModule.Location = new System.Drawing.Point(961, 555);
this.edMaxModule.Name = "edMaxModule";
this.edMaxModule.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.edMaxModule.Properties.Appearance.Options.UseFont = true;
this.edMaxModule.Properties.Appearance.Options.UseTextOptions = true;
this.edMaxModule.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.edMaxModule.Size = new System.Drawing.Size(82, 22);
this.edMaxModule.StyleController = this.layoutControl1;
this.edMaxModule.TabIndex = 10;
this.edMaxModule.EditValueChanged += new System.EventHandler(this.edMaxModule_EditValueChanged);
//
// btnPrevID
//
this.btnPrevID.Location = new System.Drawing.Point(1213, 555);
this.btnPrevID.Name = "btnPrevID";
this.btnPrevID.Size = new System.Drawing.Size(57, 22);
this.btnPrevID.StyleController = this.layoutControl1;
this.btnPrevID.TabIndex = 9;
this.btnPrevID.Text = "Prev";
this.btnPrevID.Click += new System.EventHandler(this.btnPrevID_Click);
//
// ModuleIdSet
//
this.ModuleIdSet.Location = new System.Drawing.Point(823, 581);
this.ModuleIdSet.Name = "ModuleIdSet";
this.ModuleIdSet.Size = new System.Drawing.Size(220, 136);
this.ModuleIdSet.TabIndex = 8;
//
// btnNextID
//
this.btnNextID.Location = new System.Drawing.Point(1274, 555);
this.btnNextID.Name = "btnNextID";
this.btnNextID.Size = new System.Drawing.Size(57, 22);
this.btnNextID.StyleController = this.layoutControl1;
this.btnNextID.TabIndex = 7;
this.btnNextID.Text = "Next";
this.btnNextID.Click += new System.EventHandler(this.btnNextID_Click);
//
// ucCommConfig
//
this.ucCommConfig.Location = new System.Drawing.Point(1213, 605);
this.ucCommConfig.Name = "ucCommConfig";
this.ucCommConfig.Size = new System.Drawing.Size(118, 112);
this.ucCommConfig.TabIndex = 6;
//
// chbPolling
//
this.chbPolling.Location = new System.Drawing.Point(1140, 555);
this.chbPolling.Name = "chbPolling";
this.chbPolling.Properties.Caption = "Polling";
this.chbPolling.Size = new System.Drawing.Size(69, 20);
this.chbPolling.StyleController = this.layoutControl1;
this.chbPolling.TabIndex = 4;
this.chbPolling.CheckedChanged += new System.EventHandler(this.chbPolling_CheckedChanged);
//
// edSystemId
//
this.edSystemId.EditValue = "1";
this.edSystemId.Location = new System.Drawing.Point(1082, 555);
this.edSystemId.Name = "edSystemId";
this.edSystemId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.edSystemId.Properties.Appearance.Options.UseFont = true;
this.edSystemId.Properties.Appearance.Options.UseTextOptions = true;
this.edSystemId.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.edSystemId.Size = new System.Drawing.Size(54, 22);
this.edSystemId.StyleController = this.layoutControl1;
this.edSystemId.TabIndex = 3;
this.edSystemId.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.edSystemId_KeyPress);
//
// statusStrip1
//
this.statusStrip1.AutoSize = false;
this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.CommStausBar,
this.HeatBeatStatusBar,
this.LogStatusBar});
this.statusStrip1.Location = new System.Drawing.Point(3, 721);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1328, 20);
this.statusStrip1.TabIndex = 1;
this.statusStrip1.Text = "statusStrip1";
//
// CommStausBar
//
this.CommStausBar.AutoSize = false;
this.CommStausBar.ForeColor = System.Drawing.Color.Black;
this.CommStausBar.Name = "CommStausBar";
this.CommStausBar.Size = new System.Drawing.Size(200, 15);
this.CommStausBar.Text = "Comm: OFF";
this.CommStausBar.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// HeatBeatStatusBar
//
this.HeatBeatStatusBar.AutoSize = false;
this.HeatBeatStatusBar.ForeColor = System.Drawing.Color.Black;
this.HeatBeatStatusBar.Name = "HeatBeatStatusBar";
this.HeatBeatStatusBar.Size = new System.Drawing.Size(200, 15);
this.HeatBeatStatusBar.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// LogStatusBar
//
this.LogStatusBar.AutoSize = false;
this.LogStatusBar.Name = "LogStatusBar";
this.LogStatusBar.Size = new System.Drawing.Size(650, 15);
this.LogStatusBar.Text = "Log Stop";
this.LogStatusBar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// uDataLog
//
this.uDataLog.Location = new System.Drawing.Point(1047, 581);
this.uDataLog.Name = "uDataLog";
this.uDataLog.Size = new System.Drawing.Size(162, 136);
this.uDataLog.TabIndex = 5;
//
// uEventLog
//
this.uEventLog.Location = new System.Drawing.Point(3, 555);
this.uEventLog.Name = "uEventLog";
this.uEventLog.Size = new System.Drawing.Size(816, 162);
this.uEventLog.TabIndex = 2;
//
// tabStatus
//
this.tabStatus.Location = new System.Drawing.Point(3, 3);
this.tabStatus.Name = "tabStatus";
this.tabStatus.SelectedTabPage = this.pgSystem;
this.tabStatus.Size = new System.Drawing.Size(1328, 548);
this.tabStatus.TabIndex = 0;
this.tabStatus.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.pgSystem});
//
// pgSystem
//
this.pgSystem.Controls.Add(this.layoutControl2);
this.pgSystem.Name = "pgSystem";
this.pgSystem.Size = new System.Drawing.Size(1326, 522);
this.pgSystem.Text = "SYSTEM";
//
// layoutControl2
//
this.layoutControl2.Controls.Add(this.ucSystem);
this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl2.Location = new System.Drawing.Point(0, 0);
this.layoutControl2.Name = "layoutControl2";
this.layoutControl2.Root = this.layoutControlGroup2;
this.layoutControl2.Size = new System.Drawing.Size(1326, 522);
this.layoutControl2.TabIndex = 0;
this.layoutControl2.Text = "layoutControl2";
//
// ucSystem
//
this.ucSystem.Location = new System.Drawing.Point(3, 3);
this.ucSystem.Name = "ucSystem";
this.ucSystem.Size = new System.Drawing.Size(1320, 516);
this.ucSystem.TabIndex = 4;
//
// layoutControlGroup2
//
this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.layoutControlGroup2.GroupBordersVisible = false;
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem3});
this.layoutControlGroup2.Name = "layoutControlGroup2";
this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
this.layoutControlGroup2.Size = new System.Drawing.Size(1326, 522);
this.layoutControlGroup2.TextVisible = false;
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.ucSystem;
this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Size = new System.Drawing.Size(1324, 520);
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem3.TextVisible = false;
//
// layoutControlMain
//
this.layoutControlMain.CustomizationFormText = "layoutControlGroup1";
this.layoutControlMain.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.layoutControlMain.GroupBordersVisible = false;
this.layoutControlMain.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem2,
this.layoutControlItem6,
this.layoutControlItem7,
this.layoutControlItem8,
this.lcitemSystemId,
this.layoutControlItem16,
this.layoutControlItem1,
this.layoutControlItem4,
this.layoutControlItem5,
this.layoutControlItem9,
this.layoutControlItem10,
this.layoutControlItem11});
this.layoutControlMain.Name = "Root";
this.layoutControlMain.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
this.layoutControlMain.Size = new System.Drawing.Size(1334, 744);
this.layoutControlMain.TextVisible = false;
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.tabStatus;
this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(1332, 552);
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem2.TextVisible = false;
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.uEventLog;
this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
this.layoutControlItem6.Location = new System.Drawing.Point(0, 552);
this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 166);
this.layoutControlItem6.MinSize = new System.Drawing.Size(209, 166);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Size = new System.Drawing.Size(820, 166);
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem6.TextVisible = false;
//
// layoutControlItem7
//
this.layoutControlItem7.Control = this.uDataLog;
this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
this.layoutControlItem7.Location = new System.Drawing.Point(1044, 578);
this.layoutControlItem7.MaxSize = new System.Drawing.Size(166, 0);
this.layoutControlItem7.MinSize = new System.Drawing.Size(166, 24);
this.layoutControlItem7.Name = "layoutControlItem7";
this.layoutControlItem7.Size = new System.Drawing.Size(166, 140);
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem7.TextVisible = false;
//
// layoutControlItem8
//
this.layoutControlItem8.Control = this.statusStrip1;
this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
this.layoutControlItem8.Location = new System.Drawing.Point(0, 718);
this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 24);
this.layoutControlItem8.MinSize = new System.Drawing.Size(104, 24);
this.layoutControlItem8.Name = "layoutControlItem8";
this.layoutControlItem8.Size = new System.Drawing.Size(1332, 24);
this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem8.TextVisible = false;
//
// lcitemSystemId
//
this.lcitemSystemId.Control = this.edSystemId;
this.lcitemSystemId.CustomizationFormText = "System Id";
this.lcitemSystemId.Location = new System.Drawing.Point(1044, 552);
this.lcitemSystemId.MinSize = new System.Drawing.Size(57, 26);
this.lcitemSystemId.Name = "lcitemSystemId";
this.lcitemSystemId.Size = new System.Drawing.Size(93, 26);
this.lcitemSystemId.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.lcitemSystemId.Text = " ID ";
this.lcitemSystemId.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
this.lcitemSystemId.TextSize = new System.Drawing.Size(30, 14);
this.lcitemSystemId.TextToControlDistance = 5;
//
// layoutControlItem16
//
this.layoutControlItem16.Control = this.chbPolling;
this.layoutControlItem16.CustomizationFormText = "layoutControlItem16";
this.layoutControlItem16.Location = new System.Drawing.Point(1137, 552);
this.layoutControlItem16.Name = "layoutControlItem16";
this.layoutControlItem16.Size = new System.Drawing.Size(73, 26);
this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem16.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.ucCommConfig;
this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
this.layoutControlItem1.Location = new System.Drawing.Point(1210, 602);
this.layoutControlItem1.MaxSize = new System.Drawing.Size(122, 0);
this.layoutControlItem1.MinSize = new System.Drawing.Size(122, 50);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(122, 116);
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.btnNextID;
this.layoutControlItem4.Location = new System.Drawing.Point(1271, 552);
this.layoutControlItem4.MinSize = new System.Drawing.Size(60, 26);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(61, 26);
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem4.TextVisible = false;
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.ModuleIdSet;
this.layoutControlItem5.Location = new System.Drawing.Point(820, 578);
this.layoutControlItem5.MaxSize = new System.Drawing.Size(224, 0);
this.layoutControlItem5.MinSize = new System.Drawing.Size(224, 140);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(224, 140);
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem5.TextVisible = false;
//
// layoutControlItem9
//
this.layoutControlItem9.Control = this.btnPrevID;
this.layoutControlItem9.Location = new System.Drawing.Point(1210, 552);
this.layoutControlItem9.MinSize = new System.Drawing.Size(40, 26);
this.layoutControlItem9.Name = "layoutControlItem9";
this.layoutControlItem9.Size = new System.Drawing.Size(61, 26);
this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem9.TextVisible = false;
//
// layoutControlItem10
//
this.layoutControlItem10.Control = this.edMaxModule;
this.layoutControlItem10.Location = new System.Drawing.Point(820, 552);
this.layoutControlItem10.MinSize = new System.Drawing.Size(121, 26);
this.layoutControlItem10.Name = "layoutControlItem10";
this.layoutControlItem10.Size = new System.Drawing.Size(224, 26);
this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem10.Text = " Max Module per String";
this.layoutControlItem10.TextSize = new System.Drawing.Size(126, 14);
//
// tmrCheckThreadMsg
//
this.tmrCheckThreadMsg.Tick += new System.EventHandler(this.tmrCheckThreadMsg_Tick);
//
// tmrTest
//
this.tmrTest.Enabled = true;
this.tmrTest.Interval = 2000;
this.tmrTest.Tick += new System.EventHandler(this.tmrTest_Tick);
//
// chkDcp
//
this.chkDcp.Location = new System.Drawing.Point(1213, 581);
this.chkDcp.Name = "chkDcp";
this.chkDcp.Properties.Caption = " DCP";
this.chkDcp.Size = new System.Drawing.Size(118, 20);
this.chkDcp.StyleController = this.layoutControl1;
this.chkDcp.TabIndex = 11;
this.chkDcp.CheckedChanged += new System.EventHandler(this.chkDcp_CheckedChanged);
//
// layoutControlItem11
//
this.layoutControlItem11.Control = this.chkDcp;
this.layoutControlItem11.Location = new System.Drawing.Point(1210, 578);
this.layoutControlItem11.Name = "layoutControlItem11";
this.layoutControlItem11.Size = new System.Drawing.Size(122, 24);
this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem11.TextVisible = false;
//
// fmxMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1334, 768);
this.Controls.Add(this.layoutControl1);
this.Controls.Add(this.menuStrip1);
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("fmxMain.IconOptions.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "fmxMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "LFP SYSTEM";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.fmxMain_FormClosing);
this.Load += new System.EventHandler(this.fmxMain_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.edMaxModule.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chbPolling.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edSystemId.Properties)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tabStatus)).EndInit();
this.tabStatus.ResumeLayout(false);
this.pgSystem.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
this.layoutControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lcitemSystemId)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chkDcp.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem configToolStripMenuItem;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlMain;
private System.Windows.Forms.ToolStripMenuItem commConfigToolStripMenuItem;
private DevExpress.XtraTab.XtraTabControl tabStatus;
private DevExpress.XtraTab.XtraTabPage pgSystem;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControl layoutControl2;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
private Controls.ucShelfStatus ucSystem;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private Controls.ucEventLog uEventLog;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private System.Windows.Forms.Timer tmrCheckThreadMsg;
private Controls.ucDataLog uDataLog;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private System.Windows.Forms.StatusStrip statusStrip1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripStatusLabel CommStausBar;
private System.Windows.Forms.ToolStripStatusLabel LogStatusBar;
private System.Windows.Forms.ToolStripStatusLabel HeatBeatStatusBar;
private DevExpress.XtraEditors.TextEdit edSystemId;
private DevExpress.XtraLayout.LayoutControlItem lcitemSystemId;
private DevExpress.XtraEditors.CheckEdit chbPolling;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem firmwareUpdateCANToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem firmwareImageConveterToolStripMenuItem;
private Controls.ucCommConfig2 ucCommConfig;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private System.Windows.Forms.Timer tmrTest;
private System.Windows.Forms.ToolStripMenuItem databaseToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem checkDBToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem historyToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem historyViewToolStripMenuItem;
private DevExpress.XtraEditors.SimpleButton btnNextID;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private Controls.ucModuleIdSet ModuleIdSet;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraEditors.SimpleButton btnPrevID;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
private DevExpress.XtraEditors.TextEdit edMaxModule;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
private DevExpress.XtraEditors.CheckEdit chkDcp;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
}
}