초기 커밋.
This commit is contained in:
971
LFP_Manager/fmMain.Designer.cs
generated
Normal file
971
LFP_Manager/fmMain.Designer.cs
generated
Normal file
@@ -0,0 +1,971 @@
|
||||
namespace LFP_Manager
|
||||
{
|
||||
partial class fmMain
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fmMain));
|
||||
this.tmrDisplay = new System.Windows.Forms.Timer(this.components);
|
||||
this.lcMain = new DevExpress.XtraLayout.LayoutControl();
|
||||
this.gbDataLog = new DevExpress.XtraEditors.GroupControl();
|
||||
this.layoutControl6 = new DevExpress.XtraLayout.LayoutControl();
|
||||
this.btnOpenLogFolder = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnLogStart = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.cbLogTime = new DevExpress.XtraEditors.ComboBoxEdit();
|
||||
this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
|
||||
this.lcitemLogTime = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.tabSystemStatus = new DevExpress.XtraTab.XtraTabControl();
|
||||
this.pgSystem1 = new DevExpress.XtraTab.XtraTabPage();
|
||||
this.layoutControl4 = new DevExpress.XtraLayout.LayoutControl();
|
||||
this.ucShelfA = new LFP_Manager.Controls.ucShelfStatus();
|
||||
this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
|
||||
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.pgSystem2 = new DevExpress.XtraTab.XtraTabPage();
|
||||
this.layoutControl3 = new DevExpress.XtraLayout.LayoutControl();
|
||||
this.ucShelfB = new LFP_Manager.Controls.ucShelfStatus();
|
||||
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
||||
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.pgSystem3 = new DevExpress.XtraTab.XtraTabPage();
|
||||
this.layoutControl5 = new DevExpress.XtraLayout.LayoutControl();
|
||||
this.ucShelfC = new LFP_Manager.Controls.ucShelfStatus();
|
||||
this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
|
||||
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.gcLogging = new DevExpress.XtraEditors.GroupControl();
|
||||
this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
|
||||
this.btnLogClear = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.tabDataLog = new DevExpress.XtraTab.XtraTabControl();
|
||||
this.tpDataLog = new DevExpress.XtraTab.XtraTabPage();
|
||||
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
||||
this.meDataLog = new DevExpress.XtraEditors.MemoEdit();
|
||||
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
||||
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.gcTargetConfig = new DevExpress.XtraEditors.GroupControl();
|
||||
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
||||
this.cbType = new DevExpress.XtraEditors.ComboBoxEdit();
|
||||
this.btnStart = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.teTargetIP = new IPAddressControlLib.IPAddressControl();
|
||||
this.lbTargetIP = new DevExpress.XtraEditors.LabelControl();
|
||||
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
||||
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
||||
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.lcitemType = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.lcgMain = new DevExpress.XtraLayout.LayoutControlGroup();
|
||||
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.tmrLogging = new System.Windows.Forms.Timer(this.components);
|
||||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||||
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
|
||||
((System.ComponentModel.ISupportInitialize)(this.lcMain)).BeginInit();
|
||||
this.lcMain.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gbDataLog)).BeginInit();
|
||||
this.gbDataLog.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl6)).BeginInit();
|
||||
this.layoutControl6.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbLogTime.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.lcitemLogTime)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabSystemStatus)).BeginInit();
|
||||
this.tabSystemStatus.SuspendLayout();
|
||||
this.pgSystem1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).BeginInit();
|
||||
this.layoutControl4.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
||||
this.pgSystem2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit();
|
||||
this.layoutControl3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
|
||||
this.pgSystem3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl5)).BeginInit();
|
||||
this.layoutControl5.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gcLogging)).BeginInit();
|
||||
this.gcLogging.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
|
||||
this.layoutControl2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabDataLog)).BeginInit();
|
||||
this.tabDataLog.SuspendLayout();
|
||||
this.tpDataLog.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
||||
this.panelControl1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.meDataLog.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gcTargetConfig)).BeginInit();
|
||||
this.gcTargetConfig.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
||||
this.layoutControl1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbType.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.lcitemType)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.lcgMain)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tmrDisplay
|
||||
//
|
||||
this.tmrDisplay.Interval = 50;
|
||||
this.tmrDisplay.Tick += new System.EventHandler(this.tmrDisplay_Tick);
|
||||
//
|
||||
// lcMain
|
||||
//
|
||||
this.lcMain.Controls.Add(this.gbDataLog);
|
||||
this.lcMain.Controls.Add(this.tabSystemStatus);
|
||||
this.lcMain.Controls.Add(this.gcLogging);
|
||||
this.lcMain.Controls.Add(this.gcTargetConfig);
|
||||
this.lcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lcMain.Location = new System.Drawing.Point(0, 0);
|
||||
this.lcMain.Name = "lcMain";
|
||||
this.lcMain.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(901, 311, 250, 350);
|
||||
this.lcMain.Root = this.lcgMain;
|
||||
this.lcMain.Size = new System.Drawing.Size(913, 729);
|
||||
this.lcMain.TabIndex = 0;
|
||||
this.lcMain.Text = "layoutControl1";
|
||||
//
|
||||
// gbDataLog
|
||||
//
|
||||
this.gbDataLog.Controls.Add(this.layoutControl6);
|
||||
this.gbDataLog.Location = new System.Drawing.Point(711, 580);
|
||||
this.gbDataLog.Name = "gbDataLog";
|
||||
this.gbDataLog.Size = new System.Drawing.Size(199, 146);
|
||||
this.gbDataLog.TabIndex = 8;
|
||||
this.gbDataLog.Text = "Data Logging";
|
||||
//
|
||||
// layoutControl6
|
||||
//
|
||||
this.layoutControl6.Controls.Add(this.btnOpenLogFolder);
|
||||
this.layoutControl6.Controls.Add(this.btnLogStart);
|
||||
this.layoutControl6.Controls.Add(this.cbLogTime);
|
||||
this.layoutControl6.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.layoutControl6.Location = new System.Drawing.Point(2, 22);
|
||||
this.layoutControl6.Name = "layoutControl6";
|
||||
this.layoutControl6.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1209, 389, 250, 350);
|
||||
this.layoutControl6.Root = this.layoutControlGroup6;
|
||||
this.layoutControl6.Size = new System.Drawing.Size(195, 122);
|
||||
this.layoutControl6.TabIndex = 0;
|
||||
this.layoutControl6.Text = "layoutControl6";
|
||||
//
|
||||
// btnOpenLogFolder
|
||||
//
|
||||
this.btnOpenLogFolder.Location = new System.Drawing.Point(3, 77);
|
||||
this.btnOpenLogFolder.Name = "btnOpenLogFolder";
|
||||
this.btnOpenLogFolder.Size = new System.Drawing.Size(189, 42);
|
||||
this.btnOpenLogFolder.StyleController = this.layoutControl6;
|
||||
this.btnOpenLogFolder.TabIndex = 6;
|
||||
this.btnOpenLogFolder.Text = "Open Log Folder";
|
||||
this.btnOpenLogFolder.Click += new System.EventHandler(this.btnOpenLogFolder_Click);
|
||||
//
|
||||
// btnLogStart
|
||||
//
|
||||
this.btnLogStart.Location = new System.Drawing.Point(3, 27);
|
||||
this.btnLogStart.Name = "btnLogStart";
|
||||
this.btnLogStart.Size = new System.Drawing.Size(189, 46);
|
||||
this.btnLogStart.StyleController = this.layoutControl6;
|
||||
this.btnLogStart.TabIndex = 5;
|
||||
this.btnLogStart.Text = "Log Start";
|
||||
this.btnLogStart.Click += new System.EventHandler(this.btnLogStart_Click);
|
||||
//
|
||||
// cbLogTime
|
||||
//
|
||||
this.cbLogTime.EditValue = "5";
|
||||
this.cbLogTime.Location = new System.Drawing.Point(68, 3);
|
||||
this.cbLogTime.Name = "cbLogTime";
|
||||
this.cbLogTime.Properties.Appearance.Options.UseTextOptions = true;
|
||||
this.cbLogTime.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
||||
this.cbLogTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||||
this.cbLogTime.Properties.Items.AddRange(new object[] {
|
||||
"1",
|
||||
"5",
|
||||
"10",
|
||||
"15",
|
||||
"30",
|
||||
"60"});
|
||||
this.cbLogTime.Size = new System.Drawing.Size(124, 20);
|
||||
this.cbLogTime.StyleController = this.layoutControl6;
|
||||
this.cbLogTime.TabIndex = 4;
|
||||
//
|
||||
// layoutControlGroup6
|
||||
//
|
||||
this.layoutControlGroup6.CustomizationFormText = "layoutControlGroup6";
|
||||
this.layoutControlGroup6.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
||||
this.layoutControlGroup6.GroupBordersVisible = false;
|
||||
this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
||||
this.lcitemLogTime,
|
||||
this.layoutControlItem13,
|
||||
this.layoutControlItem12});
|
||||
this.layoutControlGroup6.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlGroup6.Name = "layoutControlGroup6";
|
||||
this.layoutControlGroup6.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
||||
this.layoutControlGroup6.Size = new System.Drawing.Size(195, 122);
|
||||
this.layoutControlGroup6.Text = "layoutControlGroup6";
|
||||
this.layoutControlGroup6.TextVisible = false;
|
||||
//
|
||||
// lcitemLogTime
|
||||
//
|
||||
this.lcitemLogTime.AppearanceItemCaption.Options.UseTextOptions = true;
|
||||
this.lcitemLogTime.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||||
this.lcitemLogTime.Control = this.cbLogTime;
|
||||
this.lcitemLogTime.CustomizationFormText = "Log Time";
|
||||
this.lcitemLogTime.Location = new System.Drawing.Point(0, 0);
|
||||
this.lcitemLogTime.MinSize = new System.Drawing.Size(119, 24);
|
||||
this.lcitemLogTime.Name = "lcitemLogTime";
|
||||
this.lcitemLogTime.Size = new System.Drawing.Size(193, 24);
|
||||
this.lcitemLogTime.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.lcitemLogTime.Text = "Log Time";
|
||||
this.lcitemLogTime.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
||||
this.lcitemLogTime.TextSize = new System.Drawing.Size(60, 20);
|
||||
this.lcitemLogTime.TextToControlDistance = 5;
|
||||
//
|
||||
// layoutControlItem13
|
||||
//
|
||||
this.layoutControlItem13.Control = this.btnLogStart;
|
||||
this.layoutControlItem13.CustomizationFormText = "layoutControlItem13";
|
||||
this.layoutControlItem13.Location = new System.Drawing.Point(0, 24);
|
||||
this.layoutControlItem13.MinSize = new System.Drawing.Size(93, 26);
|
||||
this.layoutControlItem13.Name = "layoutControlItem13";
|
||||
this.layoutControlItem13.Size = new System.Drawing.Size(193, 50);
|
||||
this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem13.Text = "layoutControlItem13";
|
||||
this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem13.TextToControlDistance = 0;
|
||||
this.layoutControlItem13.TextVisible = false;
|
||||
//
|
||||
// layoutControlItem12
|
||||
//
|
||||
this.layoutControlItem12.Control = this.btnOpenLogFolder;
|
||||
this.layoutControlItem12.CustomizationFormText = "layoutControlItem12";
|
||||
this.layoutControlItem12.Location = new System.Drawing.Point(0, 74);
|
||||
this.layoutControlItem12.MinSize = new System.Drawing.Size(93, 26);
|
||||
this.layoutControlItem12.Name = "layoutControlItem12";
|
||||
this.layoutControlItem12.Size = new System.Drawing.Size(193, 46);
|
||||
this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem12.Text = "layoutControlItem12";
|
||||
this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem12.TextToControlDistance = 0;
|
||||
this.layoutControlItem12.TextVisible = false;
|
||||
//
|
||||
// tabSystemStatus
|
||||
//
|
||||
this.tabSystemStatus.Location = new System.Drawing.Point(3, 65);
|
||||
this.tabSystemStatus.Name = "tabSystemStatus";
|
||||
this.tabSystemStatus.SelectedTabPage = this.pgSystem1;
|
||||
this.tabSystemStatus.Size = new System.Drawing.Size(907, 511);
|
||||
this.tabSystemStatus.TabIndex = 7;
|
||||
this.tabSystemStatus.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
||||
this.pgSystem1,
|
||||
this.pgSystem2,
|
||||
this.pgSystem3});
|
||||
//
|
||||
// pgSystem1
|
||||
//
|
||||
this.pgSystem1.Controls.Add(this.layoutControl4);
|
||||
this.pgSystem1.Name = "pgSystem1";
|
||||
this.pgSystem1.Size = new System.Drawing.Size(901, 482);
|
||||
this.pgSystem1.Text = "SYSTEM #A";
|
||||
//
|
||||
// layoutControl4
|
||||
//
|
||||
this.layoutControl4.Controls.Add(this.ucShelfA);
|
||||
this.layoutControl4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.layoutControl4.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControl4.Name = "layoutControl4";
|
||||
this.layoutControl4.Root = this.layoutControlGroup4;
|
||||
this.layoutControl4.Size = new System.Drawing.Size(901, 482);
|
||||
this.layoutControl4.TabIndex = 0;
|
||||
this.layoutControl4.Text = "layoutControl4";
|
||||
//
|
||||
// ucShelfA
|
||||
//
|
||||
this.ucShelfA.Location = new System.Drawing.Point(3, 3);
|
||||
this.ucShelfA.Name = "ucShelfA";
|
||||
this.ucShelfA.Size = new System.Drawing.Size(895, 476);
|
||||
this.ucShelfA.TabIndex = 4;
|
||||
//
|
||||
// layoutControlGroup4
|
||||
//
|
||||
this.layoutControlGroup4.CustomizationFormText = "layoutControlGroup4";
|
||||
this.layoutControlGroup4.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
||||
this.layoutControlGroup4.GroupBordersVisible = false;
|
||||
this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
||||
this.layoutControlItem7});
|
||||
this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlGroup4.Name = "layoutControlGroup4";
|
||||
this.layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
||||
this.layoutControlGroup4.Size = new System.Drawing.Size(901, 482);
|
||||
this.layoutControlGroup4.Text = "layoutControlGroup4";
|
||||
this.layoutControlGroup4.TextVisible = false;
|
||||
//
|
||||
// layoutControlItem7
|
||||
//
|
||||
this.layoutControlItem7.Control = this.ucShelfA;
|
||||
this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
|
||||
this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlItem7.Name = "layoutControlItem7";
|
||||
this.layoutControlItem7.Size = new System.Drawing.Size(899, 480);
|
||||
this.layoutControlItem7.Text = "layoutControlItem7";
|
||||
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem7.TextToControlDistance = 0;
|
||||
this.layoutControlItem7.TextVisible = false;
|
||||
//
|
||||
// pgSystem2
|
||||
//
|
||||
this.pgSystem2.Controls.Add(this.layoutControl3);
|
||||
this.pgSystem2.Name = "pgSystem2";
|
||||
this.pgSystem2.Size = new System.Drawing.Size(901, 482);
|
||||
this.pgSystem2.Text = "SYSTEM #B";
|
||||
//
|
||||
// layoutControl3
|
||||
//
|
||||
this.layoutControl3.Controls.Add(this.ucShelfB);
|
||||
this.layoutControl3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.layoutControl3.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControl3.Name = "layoutControl3";
|
||||
this.layoutControl3.Root = this.layoutControlGroup3;
|
||||
this.layoutControl3.Size = new System.Drawing.Size(901, 482);
|
||||
this.layoutControl3.TabIndex = 0;
|
||||
this.layoutControl3.Text = "layoutControl3";
|
||||
//
|
||||
// ucShelfB
|
||||
//
|
||||
this.ucShelfB.Location = new System.Drawing.Point(3, 3);
|
||||
this.ucShelfB.Name = "ucShelfB";
|
||||
this.ucShelfB.Size = new System.Drawing.Size(895, 476);
|
||||
this.ucShelfB.TabIndex = 4;
|
||||
//
|
||||
// layoutControlGroup3
|
||||
//
|
||||
this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
|
||||
this.layoutControlGroup3.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
||||
this.layoutControlGroup3.GroupBordersVisible = false;
|
||||
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
||||
this.layoutControlItem9});
|
||||
this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlGroup3.Name = "layoutControlGroup3";
|
||||
this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
||||
this.layoutControlGroup3.Size = new System.Drawing.Size(901, 482);
|
||||
this.layoutControlGroup3.Text = "layoutControlGroup3";
|
||||
this.layoutControlGroup3.TextVisible = false;
|
||||
//
|
||||
// layoutControlItem9
|
||||
//
|
||||
this.layoutControlItem9.Control = this.ucShelfB;
|
||||
this.layoutControlItem9.CustomizationFormText = "layoutControlItem9";
|
||||
this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlItem9.Name = "layoutControlItem9";
|
||||
this.layoutControlItem9.Size = new System.Drawing.Size(899, 480);
|
||||
this.layoutControlItem9.Text = "layoutControlItem9";
|
||||
this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem9.TextToControlDistance = 0;
|
||||
this.layoutControlItem9.TextVisible = false;
|
||||
//
|
||||
// pgSystem3
|
||||
//
|
||||
this.pgSystem3.Controls.Add(this.layoutControl5);
|
||||
this.pgSystem3.Name = "pgSystem3";
|
||||
this.pgSystem3.Size = new System.Drawing.Size(901, 482);
|
||||
this.pgSystem3.Text = "SYSTEM #C";
|
||||
//
|
||||
// layoutControl5
|
||||
//
|
||||
this.layoutControl5.Controls.Add(this.ucShelfC);
|
||||
this.layoutControl5.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.layoutControl5.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControl5.Name = "layoutControl5";
|
||||
this.layoutControl5.Root = this.layoutControlGroup5;
|
||||
this.layoutControl5.Size = new System.Drawing.Size(901, 482);
|
||||
this.layoutControl5.TabIndex = 0;
|
||||
this.layoutControl5.Text = "layoutControl5";
|
||||
//
|
||||
// ucShelfC
|
||||
//
|
||||
this.ucShelfC.Location = new System.Drawing.Point(3, 3);
|
||||
this.ucShelfC.Name = "ucShelfC";
|
||||
this.ucShelfC.Size = new System.Drawing.Size(895, 476);
|
||||
this.ucShelfC.TabIndex = 4;
|
||||
//
|
||||
// layoutControlGroup5
|
||||
//
|
||||
this.layoutControlGroup5.CustomizationFormText = "layoutControlGroup5";
|
||||
this.layoutControlGroup5.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
||||
this.layoutControlGroup5.GroupBordersVisible = false;
|
||||
this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
||||
this.layoutControlItem10});
|
||||
this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlGroup5.Name = "layoutControlGroup5";
|
||||
this.layoutControlGroup5.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
||||
this.layoutControlGroup5.Size = new System.Drawing.Size(901, 482);
|
||||
this.layoutControlGroup5.Text = "layoutControlGroup5";
|
||||
this.layoutControlGroup5.TextVisible = false;
|
||||
//
|
||||
// layoutControlItem10
|
||||
//
|
||||
this.layoutControlItem10.Control = this.ucShelfC;
|
||||
this.layoutControlItem10.CustomizationFormText = "layoutControlItem10";
|
||||
this.layoutControlItem10.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlItem10.Name = "layoutControlItem10";
|
||||
this.layoutControlItem10.Size = new System.Drawing.Size(899, 480);
|
||||
this.layoutControlItem10.Text = "layoutControlItem10";
|
||||
this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem10.TextToControlDistance = 0;
|
||||
this.layoutControlItem10.TextVisible = false;
|
||||
//
|
||||
// gcLogging
|
||||
//
|
||||
this.gcLogging.Controls.Add(this.layoutControl2);
|
||||
this.gcLogging.Location = new System.Drawing.Point(3, 580);
|
||||
this.gcLogging.Name = "gcLogging";
|
||||
this.gcLogging.Size = new System.Drawing.Size(704, 146);
|
||||
this.gcLogging.TabIndex = 5;
|
||||
this.gcLogging.Text = "Event";
|
||||
//
|
||||
// layoutControl2
|
||||
//
|
||||
this.layoutControl2.Controls.Add(this.btnLogClear);
|
||||
this.layoutControl2.Controls.Add(this.tabDataLog);
|
||||
this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.layoutControl2.Location = new System.Drawing.Point(2, 22);
|
||||
this.layoutControl2.Name = "layoutControl2";
|
||||
this.layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1234, 235, 250, 350);
|
||||
this.layoutControl2.Root = this.layoutControlGroup2;
|
||||
this.layoutControl2.Size = new System.Drawing.Size(700, 122);
|
||||
this.layoutControl2.TabIndex = 0;
|
||||
this.layoutControl2.Text = "layoutControl2";
|
||||
//
|
||||
// btnLogClear
|
||||
//
|
||||
this.btnLogClear.Location = new System.Drawing.Point(640, 4);
|
||||
this.btnLogClear.Name = "btnLogClear";
|
||||
this.btnLogClear.Size = new System.Drawing.Size(56, 114);
|
||||
this.btnLogClear.StyleController = this.layoutControl2;
|
||||
this.btnLogClear.TabIndex = 5;
|
||||
this.btnLogClear.Text = "Clear";
|
||||
this.btnLogClear.Click += new System.EventHandler(this.btnLogClear_Click);
|
||||
//
|
||||
// tabDataLog
|
||||
//
|
||||
this.tabDataLog.Location = new System.Drawing.Point(4, 4);
|
||||
this.tabDataLog.Name = "tabDataLog";
|
||||
this.tabDataLog.SelectedTabPage = this.tpDataLog;
|
||||
this.tabDataLog.Size = new System.Drawing.Size(632, 114);
|
||||
this.tabDataLog.TabIndex = 4;
|
||||
this.tabDataLog.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
||||
this.tpDataLog});
|
||||
//
|
||||
// tpDataLog
|
||||
//
|
||||
this.tpDataLog.Controls.Add(this.panelControl1);
|
||||
this.tpDataLog.Name = "tpDataLog";
|
||||
this.tpDataLog.Size = new System.Drawing.Size(626, 85);
|
||||
this.tpDataLog.Text = "Data Log";
|
||||
//
|
||||
// panelControl1
|
||||
//
|
||||
this.panelControl1.Controls.Add(this.meDataLog);
|
||||
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
||||
this.panelControl1.Name = "panelControl1";
|
||||
this.panelControl1.Size = new System.Drawing.Size(626, 85);
|
||||
this.panelControl1.TabIndex = 0;
|
||||
//
|
||||
// meDataLog
|
||||
//
|
||||
this.meDataLog.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.meDataLog.Location = new System.Drawing.Point(2, 2);
|
||||
this.meDataLog.Name = "meDataLog";
|
||||
this.meDataLog.Size = new System.Drawing.Size(622, 81);
|
||||
this.meDataLog.TabIndex = 0;
|
||||
//
|
||||
// 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.layoutControlItem6,
|
||||
this.layoutControlItem14});
|
||||
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
||||
this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
|
||||
this.layoutControlGroup2.Size = new System.Drawing.Size(700, 122);
|
||||
this.layoutControlGroup2.Text = "layoutControlGroup2";
|
||||
this.layoutControlGroup2.TextVisible = false;
|
||||
//
|
||||
// layoutControlItem6
|
||||
//
|
||||
this.layoutControlItem6.Control = this.tabDataLog;
|
||||
this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
|
||||
this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlItem6.MinSize = new System.Drawing.Size(104, 24);
|
||||
this.layoutControlItem6.Name = "layoutControlItem6";
|
||||
this.layoutControlItem6.Size = new System.Drawing.Size(636, 118);
|
||||
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem6.Text = "layoutControlItem6";
|
||||
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem6.TextToControlDistance = 0;
|
||||
this.layoutControlItem6.TextVisible = false;
|
||||
//
|
||||
// layoutControlItem14
|
||||
//
|
||||
this.layoutControlItem14.Control = this.btnLogClear;
|
||||
this.layoutControlItem14.CustomizationFormText = "layoutControlItem14";
|
||||
this.layoutControlItem14.Location = new System.Drawing.Point(636, 0);
|
||||
this.layoutControlItem14.MinSize = new System.Drawing.Size(60, 26);
|
||||
this.layoutControlItem14.Name = "layoutControlItem14";
|
||||
this.layoutControlItem14.Size = new System.Drawing.Size(60, 118);
|
||||
this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem14.Text = "layoutControlItem14";
|
||||
this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem14.TextToControlDistance = 0;
|
||||
this.layoutControlItem14.TextVisible = false;
|
||||
//
|
||||
// gcTargetConfig
|
||||
//
|
||||
this.gcTargetConfig.Controls.Add(this.layoutControl1);
|
||||
this.gcTargetConfig.Location = new System.Drawing.Point(3, 3);
|
||||
this.gcTargetConfig.Name = "gcTargetConfig";
|
||||
this.gcTargetConfig.Size = new System.Drawing.Size(907, 58);
|
||||
this.gcTargetConfig.TabIndex = 4;
|
||||
this.gcTargetConfig.Text = "Target Config";
|
||||
this.gcTargetConfig.Paint += new System.Windows.Forms.PaintEventHandler(this.gcTargetConfig_Paint);
|
||||
//
|
||||
// layoutControl1
|
||||
//
|
||||
this.layoutControl1.Controls.Add(this.cbType);
|
||||
this.layoutControl1.Controls.Add(this.btnStart);
|
||||
this.layoutControl1.Controls.Add(this.teTargetIP);
|
||||
this.layoutControl1.Controls.Add(this.lbTargetIP);
|
||||
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.layoutControl1.Location = new System.Drawing.Point(2, 22);
|
||||
this.layoutControl1.Name = "layoutControl1";
|
||||
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(318, 219, 250, 350);
|
||||
this.layoutControl1.Root = this.layoutControlGroup1;
|
||||
this.layoutControl1.Size = new System.Drawing.Size(903, 34);
|
||||
this.layoutControl1.TabIndex = 0;
|
||||
this.layoutControl1.Text = "layoutControl1";
|
||||
//
|
||||
// cbType
|
||||
//
|
||||
this.cbType.Location = new System.Drawing.Point(399, 4);
|
||||
this.cbType.Name = "cbType";
|
||||
this.cbType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cbType.Properties.Appearance.Options.UseFont = true;
|
||||
this.cbType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||||
this.cbType.Properties.Items.AddRange(new object[] {
|
||||
"LFPS-48100",
|
||||
"LFPR-48300",
|
||||
"LFPR-48600",
|
||||
"LFPR-48900",
|
||||
"LFPS-48150"});
|
||||
this.cbType.Size = new System.Drawing.Size(178, 26);
|
||||
this.cbType.StyleController = this.layoutControl1;
|
||||
this.cbType.TabIndex = 7;
|
||||
this.cbType.SelectedIndexChanged += new System.EventHandler(this.cbType_SelectedIndexChanged);
|
||||
//
|
||||
// btnStart
|
||||
//
|
||||
this.btnStart.Location = new System.Drawing.Point(725, 4);
|
||||
this.btnStart.Name = "btnStart";
|
||||
this.btnStart.Size = new System.Drawing.Size(174, 26);
|
||||
this.btnStart.StyleController = this.layoutControl1;
|
||||
this.btnStart.TabIndex = 6;
|
||||
this.btnStart.Text = "START";
|
||||
this.btnStart.Click += new System.EventHandler(this.btnStart_ClickA);
|
||||
//
|
||||
// teTargetIP
|
||||
//
|
||||
this.teTargetIP.AllowInternalTab = false;
|
||||
this.teTargetIP.AutoHeight = true;
|
||||
this.teTargetIP.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.teTargetIP.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
||||
this.teTargetIP.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.teTargetIP.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
||||
this.teTargetIP.Location = new System.Drawing.Point(101, 4);
|
||||
this.teTargetIP.MinimumSize = new System.Drawing.Size(117, 26);
|
||||
this.teTargetIP.Name = "teTargetIP";
|
||||
this.teTargetIP.ReadOnly = false;
|
||||
this.teTargetIP.Size = new System.Drawing.Size(239, 26);
|
||||
this.teTargetIP.TabIndex = 5;
|
||||
this.teTargetIP.Text = "192.168.0.200";
|
||||
//
|
||||
// lbTargetIP
|
||||
//
|
||||
this.lbTargetIP.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||||
this.lbTargetIP.Location = new System.Drawing.Point(4, 4);
|
||||
this.lbTargetIP.Name = "lbTargetIP";
|
||||
this.lbTargetIP.Size = new System.Drawing.Size(93, 26);
|
||||
this.lbTargetIP.StyleController = this.layoutControl1;
|
||||
this.lbTargetIP.TabIndex = 4;
|
||||
this.lbTargetIP.Text = "IP Address";
|
||||
//
|
||||
// layoutControlGroup1
|
||||
//
|
||||
this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
|
||||
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
||||
this.layoutControlGroup1.GroupBordersVisible = false;
|
||||
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
||||
this.emptySpaceItem2,
|
||||
this.layoutControlItem2,
|
||||
this.layoutControlItem3,
|
||||
this.layoutControlItem4,
|
||||
this.lcitemType});
|
||||
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
||||
this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
|
||||
this.layoutControlGroup1.Size = new System.Drawing.Size(903, 34);
|
||||
this.layoutControlGroup1.Text = "layoutControlGroup1";
|
||||
this.layoutControlGroup1.TextVisible = false;
|
||||
//
|
||||
// emptySpaceItem2
|
||||
//
|
||||
this.emptySpaceItem2.AllowHotTrack = false;
|
||||
this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
|
||||
this.emptySpaceItem2.Location = new System.Drawing.Point(577, 0);
|
||||
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
||||
this.emptySpaceItem2.Size = new System.Drawing.Size(144, 30);
|
||||
this.emptySpaceItem2.Text = "emptySpaceItem2";
|
||||
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
||||
//
|
||||
// layoutControlItem2
|
||||
//
|
||||
this.layoutControlItem2.Control = this.lbTargetIP;
|
||||
this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
|
||||
this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlItem2.MinSize = new System.Drawing.Size(74, 18);
|
||||
this.layoutControlItem2.Name = "layoutControlItem2";
|
||||
this.layoutControlItem2.Size = new System.Drawing.Size(97, 30);
|
||||
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem2.Text = "layoutControlItem2";
|
||||
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem2.TextToControlDistance = 0;
|
||||
this.layoutControlItem2.TextVisible = false;
|
||||
//
|
||||
// layoutControlItem3
|
||||
//
|
||||
this.layoutControlItem3.Control = this.teTargetIP;
|
||||
this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
|
||||
this.layoutControlItem3.Location = new System.Drawing.Point(97, 0);
|
||||
this.layoutControlItem3.MinSize = new System.Drawing.Size(121, 30);
|
||||
this.layoutControlItem3.Name = "layoutControlItem3";
|
||||
this.layoutControlItem3.Size = new System.Drawing.Size(243, 30);
|
||||
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem3.Text = "layoutControlItem3";
|
||||
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem3.TextToControlDistance = 0;
|
||||
this.layoutControlItem3.TextVisible = false;
|
||||
//
|
||||
// layoutControlItem4
|
||||
//
|
||||
this.layoutControlItem4.Control = this.btnStart;
|
||||
this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
|
||||
this.layoutControlItem4.Location = new System.Drawing.Point(721, 0);
|
||||
this.layoutControlItem4.MinSize = new System.Drawing.Size(93, 26);
|
||||
this.layoutControlItem4.Name = "layoutControlItem4";
|
||||
this.layoutControlItem4.Size = new System.Drawing.Size(178, 30);
|
||||
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem4.Text = "layoutControlItem4";
|
||||
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem4.TextToControlDistance = 0;
|
||||
this.layoutControlItem4.TextVisible = false;
|
||||
//
|
||||
// lcitemType
|
||||
//
|
||||
this.lcitemType.AppearanceItemCaption.Options.UseTextOptions = true;
|
||||
this.lcitemType.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||||
this.lcitemType.Control = this.cbType;
|
||||
this.lcitemType.CustomizationFormText = "Type";
|
||||
this.lcitemType.Location = new System.Drawing.Point(340, 0);
|
||||
this.lcitemType.MinSize = new System.Drawing.Size(109, 28);
|
||||
this.lcitemType.Name = "lcitemType";
|
||||
this.lcitemType.Size = new System.Drawing.Size(237, 30);
|
||||
this.lcitemType.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.lcitemType.Text = "Type";
|
||||
this.lcitemType.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
||||
this.lcitemType.TextSize = new System.Drawing.Size(50, 20);
|
||||
this.lcitemType.TextToControlDistance = 5;
|
||||
//
|
||||
// lcgMain
|
||||
//
|
||||
this.lcgMain.CustomizationFormText = "lcgMain";
|
||||
this.lcgMain.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
||||
this.lcgMain.GroupBordersVisible = false;
|
||||
this.lcgMain.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
||||
this.layoutControlItem1,
|
||||
this.layoutControlItem5,
|
||||
this.layoutControlItem8,
|
||||
this.layoutControlItem11});
|
||||
this.lcgMain.Location = new System.Drawing.Point(0, 0);
|
||||
this.lcgMain.Name = "Root";
|
||||
this.lcgMain.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
||||
this.lcgMain.Size = new System.Drawing.Size(913, 729);
|
||||
this.lcgMain.Text = "Root";
|
||||
this.lcgMain.TextVisible = false;
|
||||
//
|
||||
// layoutControlItem1
|
||||
//
|
||||
this.layoutControlItem1.Control = this.gcTargetConfig;
|
||||
this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
|
||||
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 62);
|
||||
this.layoutControlItem1.MinSize = new System.Drawing.Size(104, 62);
|
||||
this.layoutControlItem1.Name = "layoutControlItem1";
|
||||
this.layoutControlItem1.Size = new System.Drawing.Size(911, 62);
|
||||
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem1.Text = "layoutControlItem1";
|
||||
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem1.TextToControlDistance = 0;
|
||||
this.layoutControlItem1.TextVisible = false;
|
||||
//
|
||||
// layoutControlItem5
|
||||
//
|
||||
this.layoutControlItem5.Control = this.gcLogging;
|
||||
this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
|
||||
this.layoutControlItem5.Location = new System.Drawing.Point(0, 577);
|
||||
this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 150);
|
||||
this.layoutControlItem5.MinSize = new System.Drawing.Size(104, 150);
|
||||
this.layoutControlItem5.Name = "layoutControlItem5";
|
||||
this.layoutControlItem5.Size = new System.Drawing.Size(708, 150);
|
||||
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem5.Text = "layoutControlItem5";
|
||||
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem5.TextToControlDistance = 0;
|
||||
this.layoutControlItem5.TextVisible = false;
|
||||
//
|
||||
// layoutControlItem8
|
||||
//
|
||||
this.layoutControlItem8.Control = this.tabSystemStatus;
|
||||
this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
|
||||
this.layoutControlItem8.Location = new System.Drawing.Point(0, 62);
|
||||
this.layoutControlItem8.Name = "layoutControlItem8";
|
||||
this.layoutControlItem8.Size = new System.Drawing.Size(911, 515);
|
||||
this.layoutControlItem8.Text = "layoutControlItem8";
|
||||
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem8.TextToControlDistance = 0;
|
||||
this.layoutControlItem8.TextVisible = false;
|
||||
//
|
||||
// layoutControlItem11
|
||||
//
|
||||
this.layoutControlItem11.Control = this.gbDataLog;
|
||||
this.layoutControlItem11.CustomizationFormText = "layoutControlItem11";
|
||||
this.layoutControlItem11.Location = new System.Drawing.Point(708, 577);
|
||||
this.layoutControlItem11.MaxSize = new System.Drawing.Size(203, 150);
|
||||
this.layoutControlItem11.MinSize = new System.Drawing.Size(203, 150);
|
||||
this.layoutControlItem11.Name = "layoutControlItem11";
|
||||
this.layoutControlItem11.Size = new System.Drawing.Size(203, 150);
|
||||
this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem11.Text = "layoutControlItem11";
|
||||
this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem11.TextToControlDistance = 0;
|
||||
this.layoutControlItem11.TextVisible = false;
|
||||
//
|
||||
// tmrLogging
|
||||
//
|
||||
this.tmrLogging.Interval = 500;
|
||||
this.tmrLogging.Tick += new System.EventHandler(this.tmrLogging_Tick);
|
||||
//
|
||||
// menuStrip1
|
||||
//
|
||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.toolStripMenuItem1});
|
||||
this.menuStrip1.Location = new System.Drawing.Point(1, 24);
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.Size = new System.Drawing.Size(686, 24);
|
||||
this.menuStrip1.TabIndex = 2;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
// toolStripMenuItem1
|
||||
//
|
||||
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
||||
this.toolStripMenuItem1.Size = new System.Drawing.Size(127, 20);
|
||||
this.toolStripMenuItem1.Text = "toolStripMenuItem1";
|
||||
//
|
||||
// serialPort1
|
||||
//
|
||||
this.serialPort1.ErrorReceived += new System.IO.Ports.SerialErrorReceivedEventHandler(this.serialPort1_ErrorReceived);
|
||||
this.serialPort1.PinChanged += new System.IO.Ports.SerialPinChangedEventHandler(this.serialPort1_PinChanged);
|
||||
this.serialPort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.serialPort1_DataReceived);
|
||||
//
|
||||
// fmMain
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(913, 729);
|
||||
this.Controls.Add(this.lcMain);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "fmMain";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "AMO LFP Monitor";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.fmMain_FormClosing);
|
||||
((System.ComponentModel.ISupportInitialize)(this.lcMain)).EndInit();
|
||||
this.lcMain.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.gbDataLog)).EndInit();
|
||||
this.gbDataLog.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl6)).EndInit();
|
||||
this.layoutControl6.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbLogTime.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.lcitemLogTime)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabSystemStatus)).EndInit();
|
||||
this.tabSystemStatus.ResumeLayout(false);
|
||||
this.pgSystem1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).EndInit();
|
||||
this.layoutControl4.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
||||
this.pgSystem2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit();
|
||||
this.layoutControl3.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
|
||||
this.pgSystem3.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl5)).EndInit();
|
||||
this.layoutControl5.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gcLogging)).EndInit();
|
||||
this.gcLogging.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
|
||||
this.layoutControl2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabDataLog)).EndInit();
|
||||
this.tabDataLog.ResumeLayout(false);
|
||||
this.tpDataLog.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
||||
this.panelControl1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.meDataLog.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gcTargetConfig)).EndInit();
|
||||
this.gcTargetConfig.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
||||
this.layoutControl1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbType.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.lcitemType)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.lcgMain)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
|
||||
this.menuStrip1.ResumeLayout(false);
|
||||
this.menuStrip1.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Timer tmrDisplay;
|
||||
private DevExpress.XtraLayout.LayoutControl lcMain;
|
||||
private DevExpress.XtraLayout.LayoutControlGroup lcgMain;
|
||||
private DevExpress.XtraEditors.GroupControl gcTargetConfig;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
||||
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
||||
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
||||
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
||||
private DevExpress.XtraEditors.LabelControl lbTargetIP;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
||||
private IPAddressControlLib.IPAddressControl teTargetIP;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
||||
private DevExpress.XtraEditors.SimpleButton btnStart;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
||||
private DevExpress.XtraEditors.GroupControl gcLogging;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
||||
private DevExpress.XtraLayout.LayoutControl layoutControl2;
|
||||
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
||||
private DevExpress.XtraTab.XtraTabControl tabDataLog;
|
||||
private DevExpress.XtraTab.XtraTabPage tpDataLog;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
||||
private DevExpress.XtraEditors.PanelControl panelControl1;
|
||||
private DevExpress.XtraEditors.MemoEdit meDataLog;
|
||||
private DevExpress.XtraTab.XtraTabControl tabSystemStatus;
|
||||
private DevExpress.XtraTab.XtraTabPage pgSystem1;
|
||||
private DevExpress.XtraTab.XtraTabPage pgSystem2;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
||||
private DevExpress.XtraLayout.LayoutControl layoutControl4;
|
||||
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
|
||||
private Controls.ucShelfStatus ucShelfA;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
||||
private DevExpress.XtraEditors.ComboBoxEdit cbType;
|
||||
private DevExpress.XtraLayout.LayoutControlItem lcitemType;
|
||||
private DevExpress.XtraLayout.LayoutControl layoutControl3;
|
||||
private Controls.ucShelfStatus ucShelfB;
|
||||
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
||||
private DevExpress.XtraTab.XtraTabPage pgSystem3;
|
||||
private DevExpress.XtraLayout.LayoutControl layoutControl5;
|
||||
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
|
||||
private Controls.ucShelfStatus ucShelfC;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
|
||||
private DevExpress.XtraEditors.GroupControl gbDataLog;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
|
||||
private DevExpress.XtraLayout.LayoutControl layoutControl6;
|
||||
private DevExpress.XtraEditors.SimpleButton btnLogStart;
|
||||
private DevExpress.XtraEditors.ComboBoxEdit cbLogTime;
|
||||
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
|
||||
private DevExpress.XtraLayout.LayoutControlItem lcitemLogTime;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
|
||||
private DevExpress.XtraEditors.SimpleButton btnOpenLogFolder;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
|
||||
private System.Windows.Forms.Timer tmrLogging;
|
||||
private System.Windows.Forms.MenuStrip menuStrip1;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
||||
private DevExpress.XtraEditors.SimpleButton btnLogClear;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
|
||||
private System.IO.Ports.SerialPort serialPort1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user