388 lines
22 KiB
C#
388 lines
22 KiB
C#
namespace LFP_Manager.Forms
|
|
{
|
|
partial class fmxInventoryConfig
|
|
{
|
|
/// <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(fmxInventoryConfig));
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnInvWrite = new DevExpress.XtraEditors.SimpleButton();
|
|
this.gbSerialNo = new DevExpress.XtraEditors.GroupControl();
|
|
this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.nSerialNo = new DevExpress.XtraEditors.TextEdit();
|
|
this.lbSerialNo = new DevExpress.XtraEditors.LabelControl();
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.gbMDate = new DevExpress.XtraEditors.GroupControl();
|
|
this.layoutControl3 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.lbMDate = new DevExpress.XtraEditors.LabelControl();
|
|
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.tmrDisplay = new System.Windows.Forms.Timer(this.components);
|
|
this.tmrCmd = new System.Windows.Forms.Timer(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbSerialNo)).BeginInit();
|
|
this.gbSerialNo.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
|
|
this.layoutControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nSerialNo.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbMDate)).BeginInit();
|
|
this.gbMDate.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit();
|
|
this.layoutControl3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.Controls.Add(this.btnClose);
|
|
this.layoutControl1.Controls.Add(this.btnInvWrite);
|
|
this.layoutControl1.Controls.Add(this.gbSerialNo);
|
|
this.layoutControl1.Controls.Add(this.gbMDate);
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(999, 164, 650, 400);
|
|
this.layoutControl1.Root = this.Root;
|
|
this.layoutControl1.Size = new System.Drawing.Size(720, 425);
|
|
this.layoutControl1.TabIndex = 0;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnClose.Appearance.Options.UseFont = true;
|
|
this.btnClose.Location = new System.Drawing.Point(362, 373);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(354, 48);
|
|
this.btnClose.StyleController = this.layoutControl1;
|
|
this.btnClose.TabIndex = 7;
|
|
this.btnClose.Text = "Close";
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// btnInvWrite
|
|
//
|
|
this.btnInvWrite.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnInvWrite.Appearance.Options.UseFont = true;
|
|
this.btnInvWrite.Location = new System.Drawing.Point(4, 373);
|
|
this.btnInvWrite.Name = "btnInvWrite";
|
|
this.btnInvWrite.Size = new System.Drawing.Size(354, 48);
|
|
this.btnInvWrite.StyleController = this.layoutControl1;
|
|
this.btnInvWrite.TabIndex = 6;
|
|
this.btnInvWrite.Text = "Apply";
|
|
this.btnInvWrite.Click += new System.EventHandler(this.btnInvWrite_Click);
|
|
//
|
|
// gbSerialNo
|
|
//
|
|
this.gbSerialNo.Controls.Add(this.layoutControl2);
|
|
this.gbSerialNo.Location = new System.Drawing.Point(4, 139);
|
|
this.gbSerialNo.Name = "gbSerialNo";
|
|
this.gbSerialNo.Size = new System.Drawing.Size(712, 200);
|
|
this.gbSerialNo.TabIndex = 5;
|
|
this.gbSerialNo.Text = "Serial Number";
|
|
//
|
|
// layoutControl2
|
|
//
|
|
this.layoutControl2.Controls.Add(this.nSerialNo);
|
|
this.layoutControl2.Controls.Add(this.lbSerialNo);
|
|
this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl2.Location = new System.Drawing.Point(2, 23);
|
|
this.layoutControl2.Name = "layoutControl2";
|
|
this.layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(993, 64, 650, 400);
|
|
this.layoutControl2.Root = this.layoutControlGroup1;
|
|
this.layoutControl2.Size = new System.Drawing.Size(708, 175);
|
|
this.layoutControl2.TabIndex = 0;
|
|
this.layoutControl2.Text = "layoutControl2";
|
|
//
|
|
// nSerialNo
|
|
//
|
|
this.nSerialNo.Location = new System.Drawing.Point(7, 105);
|
|
this.nSerialNo.Name = "nSerialNo";
|
|
this.nSerialNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.nSerialNo.Properties.Appearance.Options.UseFont = true;
|
|
this.nSerialNo.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.nSerialNo.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.nSerialNo.Size = new System.Drawing.Size(694, 64);
|
|
this.nSerialNo.StyleController = this.layoutControl2;
|
|
this.nSerialNo.TabIndex = 5;
|
|
//
|
|
// lbSerialNo
|
|
//
|
|
this.lbSerialNo.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbSerialNo.Appearance.Options.UseFont = true;
|
|
this.lbSerialNo.Location = new System.Drawing.Point(7, 7);
|
|
this.lbSerialNo.Name = "lbSerialNo";
|
|
this.lbSerialNo.Size = new System.Drawing.Size(694, 94);
|
|
this.lbSerialNo.StyleController = this.layoutControl2;
|
|
this.lbSerialNo.TabIndex = 4;
|
|
this.lbSerialNo.Text = "Serial No:";
|
|
//
|
|
// layoutControlGroup1
|
|
//
|
|
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem3,
|
|
this.layoutControlItem4});
|
|
this.layoutControlGroup1.Name = "Root";
|
|
this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(708, 175);
|
|
this.layoutControlGroup1.TextVisible = false;
|
|
//
|
|
// layoutControlItem3
|
|
//
|
|
this.layoutControlItem3.Control = this.lbSerialNo;
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem3.MinSize = new System.Drawing.Size(74, 18);
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(698, 98);
|
|
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem3.TextVisible = false;
|
|
//
|
|
// layoutControlItem4
|
|
//
|
|
this.layoutControlItem4.Control = this.nSerialNo;
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 98);
|
|
this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 67);
|
|
this.layoutControlItem4.MinSize = new System.Drawing.Size(171, 67);
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(698, 67);
|
|
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem4.TextVisible = false;
|
|
//
|
|
// gbMDate
|
|
//
|
|
this.gbMDate.Controls.Add(this.layoutControl3);
|
|
this.gbMDate.Location = new System.Drawing.Point(4, 4);
|
|
this.gbMDate.Name = "gbMDate";
|
|
this.gbMDate.Size = new System.Drawing.Size(712, 131);
|
|
this.gbMDate.TabIndex = 4;
|
|
this.gbMDate.Text = "Manufacture Date";
|
|
//
|
|
// layoutControl3
|
|
//
|
|
this.layoutControl3.Controls.Add(this.lbMDate);
|
|
this.layoutControl3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl3.Location = new System.Drawing.Point(2, 23);
|
|
this.layoutControl3.Name = "layoutControl3";
|
|
this.layoutControl3.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(993, 0, 650, 400);
|
|
this.layoutControl3.Root = this.layoutControlGroup2;
|
|
this.layoutControl3.Size = new System.Drawing.Size(708, 106);
|
|
this.layoutControl3.TabIndex = 0;
|
|
this.layoutControl3.Text = "layoutControl3";
|
|
//
|
|
// lbMDate
|
|
//
|
|
this.lbMDate.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbMDate.Appearance.Options.UseFont = true;
|
|
this.lbMDate.Location = new System.Drawing.Point(7, 7);
|
|
this.lbMDate.Name = "lbMDate";
|
|
this.lbMDate.Size = new System.Drawing.Size(694, 92);
|
|
this.lbMDate.StyleController = this.layoutControl3;
|
|
this.lbMDate.TabIndex = 6;
|
|
this.lbMDate.Text = "Manufacture Date:";
|
|
//
|
|
// layoutControlGroup2
|
|
//
|
|
this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.layoutControlGroup2.GroupBordersVisible = false;
|
|
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem9});
|
|
this.layoutControlGroup2.Name = "Root";
|
|
this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
|
|
this.layoutControlGroup2.Size = new System.Drawing.Size(708, 106);
|
|
this.layoutControlGroup2.TextVisible = false;
|
|
//
|
|
// layoutControlItem9
|
|
//
|
|
this.layoutControlItem9.Control = this.lbMDate;
|
|
this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem9.MinSize = new System.Drawing.Size(74, 18);
|
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
|
this.layoutControlItem9.Size = new System.Drawing.Size(698, 96);
|
|
this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem9.TextVisible = false;
|
|
//
|
|
// Root
|
|
//
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.Root.GroupBordersVisible = false;
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem1,
|
|
this.layoutControlItem2,
|
|
this.layoutControlItem5,
|
|
this.layoutControlItem6,
|
|
this.emptySpaceItem1});
|
|
this.Root.Name = "Root";
|
|
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
|
|
this.Root.Size = new System.Drawing.Size(720, 425);
|
|
this.Root.TextVisible = false;
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.Control = this.gbMDate;
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(716, 135);
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem1.TextVisible = false;
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.Control = this.gbSerialNo;
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 135);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(716, 204);
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem2.TextVisible = false;
|
|
//
|
|
// layoutControlItem5
|
|
//
|
|
this.layoutControlItem5.Control = this.btnInvWrite;
|
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 369);
|
|
this.layoutControlItem5.MinSize = new System.Drawing.Size(89, 26);
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
this.layoutControlItem5.Size = new System.Drawing.Size(358, 52);
|
|
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem5.TextVisible = false;
|
|
//
|
|
// layoutControlItem6
|
|
//
|
|
this.layoutControlItem6.Control = this.btnClose;
|
|
this.layoutControlItem6.Location = new System.Drawing.Point(358, 369);
|
|
this.layoutControlItem6.MinSize = new System.Drawing.Size(89, 26);
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
this.layoutControlItem6.Size = new System.Drawing.Size(358, 52);
|
|
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem6.TextVisible = false;
|
|
//
|
|
// emptySpaceItem1
|
|
//
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 339);
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
this.emptySpaceItem1.Size = new System.Drawing.Size(716, 30);
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// tmrDisplay
|
|
//
|
|
this.tmrDisplay.Tick += new System.EventHandler(this.tmrDisplay_Tick);
|
|
//
|
|
// tmrCmd
|
|
//
|
|
this.tmrCmd.Interval = 500;
|
|
this.tmrCmd.Tick += new System.EventHandler(this.tmrCmd_Tick);
|
|
//
|
|
// fmxInventoryConfig
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(720, 425);
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.IconOptions.Image = ((System.Drawing.Image)(resources.GetObject("fmxInventoryConfig.IconOptions.Image")));
|
|
this.IconOptions.SvgImageColorizationMode = DevExpress.Utils.SvgImageColorizationMode.Full;
|
|
this.Name = "fmxInventoryConfig";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Inventory Config";
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
this.layoutControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gbSerialNo)).EndInit();
|
|
this.gbSerialNo.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
|
|
this.layoutControl2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.nSerialNo.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbMDate)).EndInit();
|
|
this.gbMDate.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit();
|
|
this.layoutControl3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
private DevExpress.XtraEditors.GroupControl gbMDate;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private DevExpress.XtraEditors.GroupControl gbSerialNo;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl2;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
private DevExpress.XtraEditors.TextEdit nSerialNo;
|
|
private DevExpress.XtraEditors.LabelControl lbSerialNo;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraEditors.SimpleButton btnInvWrite;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
private System.Windows.Forms.Timer tmrDisplay;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl3;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
|
private DevExpress.XtraEditors.LabelControl lbMDate;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
|
private System.Windows.Forms.Timer tmrCmd;
|
|
}
|
|
} |