namespace LFP_Manager.Forms { partial class fmxInventoryConfig { /// /// 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(fmxInventoryConfig)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.btnClose = 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.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.tmrDisplay = new System.Windows.Forms.Timer(this.components); this.nManuDate = new DevExpress.XtraEditors.TextEdit(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.BtnManuDateWrite = new DevExpress.XtraEditors.SimpleButton(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.BtnSerialNoWrite = new DevExpress.XtraEditors.SimpleButton(); this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); ((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.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nManuDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.btnClose); 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(4, 373); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(712, 48); this.btnClose.StyleController = this.layoutControl1; this.btnClose.TabIndex = 7; this.btnClose.Text = "Close"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // gbSerialNo // this.gbSerialNo.Controls.Add(this.layoutControl2); this.gbSerialNo.Location = new System.Drawing.Point(4, 174); this.gbSerialNo.Name = "gbSerialNo"; this.gbSerialNo.Size = new System.Drawing.Size(712, 165); this.gbSerialNo.TabIndex = 5; this.gbSerialNo.Text = "Serial Number"; // // layoutControl2 // this.layoutControl2.Controls.Add(this.BtnSerialNoWrite); 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, 140); this.layoutControl2.TabIndex = 0; this.layoutControl2.Text = "layoutControl2"; // // nSerialNo // this.nSerialNo.Location = new System.Drawing.Point(7, 70); 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.Properties.MaxLength = 16; this.nSerialNo.Size = new System.Drawing.Size(605, 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, 59); this.lbSerialNo.StyleController = this.layoutControl2; this.lbSerialNo.TabIndex = 4; this.lbSerialNo.Text = "Serial No:"; // // layoutControlGroup1 // this.layoutControlGroup1.CustomizationFormText = "Root"; this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem3, this.layoutControlItem4, this.layoutControlItem10}); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5); this.layoutControlGroup1.Size = new System.Drawing.Size(708, 140); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem3 // this.layoutControlItem3.Control = this.lbSerialNo; this.layoutControlItem3.CustomizationFormText = "layoutControlItem3"; 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, 63); 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.CustomizationFormText = "layoutControlItem4"; this.layoutControlItem4.Location = new System.Drawing.Point(0, 63); 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(609, 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, 166); this.gbMDate.TabIndex = 4; this.gbMDate.Text = "Manufacture Date"; // // layoutControl3 // this.layoutControl3.Controls.Add(this.BtnManuDateWrite); this.layoutControl3.Controls.Add(this.nManuDate); 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, 141); 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, 59); this.lbMDate.StyleController = this.layoutControl3; this.lbMDate.TabIndex = 6; this.lbMDate.Text = "Manufacture Date:"; // // layoutControlGroup2 // this.layoutControlGroup2.CustomizationFormText = "Root"; this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup2.GroupBordersVisible = false; this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem9, this.layoutControlItem7, this.layoutControlItem8}); this.layoutControlGroup2.Name = "Root"; this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5); this.layoutControlGroup2.Size = new System.Drawing.Size(708, 141); this.layoutControlGroup2.TextVisible = false; // // layoutControlItem9 // this.layoutControlItem9.Control = this.lbMDate; this.layoutControlItem9.CustomizationFormText = "layoutControlItem9"; 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, 63); this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem9.TextVisible = false; // // Root // this.Root.CustomizationFormText = "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.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.CustomizationFormText = "layoutControlItem1"; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(716, 170); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.gbSerialNo; this.layoutControlItem2.CustomizationFormText = "layoutControlItem2"; this.layoutControlItem2.Location = new System.Drawing.Point(0, 170); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(716, 169); this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // layoutControlItem6 // this.layoutControlItem6.Control = this.btnClose; this.layoutControlItem6.CustomizationFormText = "layoutControlItem6"; this.layoutControlItem6.Location = new System.Drawing.Point(0, 369); this.layoutControlItem6.MinSize = new System.Drawing.Size(89, 26); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(716, 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.CustomizationFormText = "emptySpaceItem1"; 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); // // nManuDate // this.nManuDate.Location = new System.Drawing.Point(7, 70); this.nManuDate.Name = "nManuDate"; this.nManuDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nManuDate.Properties.Appearance.Options.UseFont = true; this.nManuDate.Properties.Appearance.Options.UseTextOptions = true; this.nManuDate.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.nManuDate.Properties.MaxLength = 8; this.nManuDate.Size = new System.Drawing.Size(605, 64); this.nManuDate.StyleController = this.layoutControl3; this.nManuDate.TabIndex = 7; // // layoutControlItem7 // this.layoutControlItem7.Control = this.nManuDate; this.layoutControlItem7.Location = new System.Drawing.Point(0, 63); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(609, 68); this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem7.TextVisible = false; // // BtnManuDateWrite // this.BtnManuDateWrite.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.BtnManuDateWrite.Appearance.Options.UseFont = true; this.BtnManuDateWrite.Location = new System.Drawing.Point(616, 70); this.BtnManuDateWrite.Name = "BtnManuDateWrite"; this.BtnManuDateWrite.Size = new System.Drawing.Size(85, 64); this.BtnManuDateWrite.StyleController = this.layoutControl3; this.BtnManuDateWrite.TabIndex = 8; this.BtnManuDateWrite.Text = "Apply"; this.BtnManuDateWrite.Click += new System.EventHandler(this.BtnManuDateWrite_Click); // // layoutControlItem8 // this.layoutControlItem8.Control = this.BtnManuDateWrite; this.layoutControlItem8.Location = new System.Drawing.Point(609, 63); this.layoutControlItem8.MinSize = new System.Drawing.Size(89, 26); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(89, 68); this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem8.TextVisible = false; // // BtnSerialNoWrite // this.BtnSerialNoWrite.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.BtnSerialNoWrite.Appearance.Options.UseFont = true; this.BtnSerialNoWrite.Location = new System.Drawing.Point(616, 70); this.BtnSerialNoWrite.Name = "BtnSerialNoWrite"; this.BtnSerialNoWrite.Size = new System.Drawing.Size(85, 63); this.BtnSerialNoWrite.StyleController = this.layoutControl2; this.BtnSerialNoWrite.TabIndex = 6; this.BtnSerialNoWrite.Text = "Apply"; this.BtnSerialNoWrite.Click += new System.EventHandler(this.BtnSerialNoWrite_Click); // // layoutControlItem10 // this.layoutControlItem10.Control = this.BtnSerialNoWrite; this.layoutControlItem10.Location = new System.Drawing.Point(609, 63); this.layoutControlItem10.MinSize = new System.Drawing.Size(89, 26); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.Size = new System.Drawing.Size(89, 67); this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem10.TextVisible = false; // // 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.Icon = ((System.Drawing.Icon)(resources.GetObject("fmxInventoryConfig.IconOptions.Icon"))); 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.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nManuDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).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.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 DevExpress.XtraEditors.SimpleButton BtnManuDateWrite; private DevExpress.XtraEditors.TextEdit nManuDate; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraEditors.SimpleButton BtnSerialNoWrite; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; } }