namespace LFP_Manager.Controls { partial class ucHistroy { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.CbLogType = new DevExpress.XtraEditors.ComboBoxEdit(); this.btnSearch = new System.Windows.Forms.Button(); this.dtpEnd = new System.Windows.Forms.DateTimePicker(); this.dtpStart = new System.Windows.Forms.DateTimePicker(); this.xtcSearchResult = new DevExpress.XtraTab.XtraTabControl(); this.pgGrid = new DevExpress.XtraTab.XtraTabPage(); this.layoutControl3 = new DevExpress.XtraLayout.LayoutControl(); this.btnExportExcel = new DevExpress.XtraEditors.SimpleButton(); this.gridSearchResult = new System.Windows.Forms.DataGridView(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.lcgbSelectDatetime = new DevExpress.XtraLayout.LayoutControlGroup(); this.slbStartDate = new DevExpress.XtraLayout.SimpleLabelItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.slbEndDate = new DevExpress.XtraLayout.SimpleLabelItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); this.lcgbSearchResult = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.DbWaitForm = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::LFP_Manager.Forms.fmxWait), true, true, typeof(System.Windows.Forms.UserControl)); this.CbMdNo = new DevExpress.XtraEditors.ComboBoxEdit(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.CbLogType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtcSearchResult)).BeginInit(); this.xtcSearchResult.SuspendLayout(); this.pgGrid.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit(); this.layoutControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridSearchResult)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lcgbSelectDatetime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.slbStartDate)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.slbEndDate)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lcgbSearchResult)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.CbMdNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.CbMdNo); this.layoutControl1.Controls.Add(this.CbLogType); this.layoutControl1.Controls.Add(this.btnSearch); this.layoutControl1.Controls.Add(this.dtpEnd); this.layoutControl1.Controls.Add(this.dtpStart); this.layoutControl1.Controls.Add(this.xtcSearchResult); 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(947, 249, 650, 400); this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(890, 635); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // CbLogType // this.CbLogType.Location = new System.Drawing.Point(552, 28); this.CbLogType.Name = "CbLogType"; this.CbLogType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.CbLogType.Properties.Appearance.Options.UseFont = true; this.CbLogType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.CbLogType.Size = new System.Drawing.Size(69, 24); this.CbLogType.StyleController = this.layoutControl1; this.CbLogType.TabIndex = 8; // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(730, 28); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(153, 25); this.btnSearch.TabIndex = 7; this.btnSearch.Text = "SEARCH"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // dtpEnd // this.dtpEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtpEnd.Font = new System.Drawing.Font("Tahoma", 11F); this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpEnd.Location = new System.Drawing.Point(327, 28); this.dtpEnd.Name = "dtpEnd"; this.dtpEnd.Size = new System.Drawing.Size(176, 25); this.dtpEnd.TabIndex = 6; // // dtpStart // this.dtpStart.CalendarFont = new System.Drawing.Font("Tahoma", 9F); this.dtpStart.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtpStart.Font = new System.Drawing.Font("Tahoma", 11F); this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpStart.Location = new System.Drawing.Point(77, 28); this.dtpStart.Name = "dtpStart"; this.dtpStart.Size = new System.Drawing.Size(176, 25); this.dtpStart.TabIndex = 5; // // xtcSearchResult // this.xtcSearchResult.Location = new System.Drawing.Point(7, 86); this.xtcSearchResult.Name = "xtcSearchResult"; this.xtcSearchResult.SelectedTabPage = this.pgGrid; this.xtcSearchResult.Size = new System.Drawing.Size(876, 542); this.xtcSearchResult.TabIndex = 4; this.xtcSearchResult.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.pgGrid}); // // pgGrid // this.pgGrid.Controls.Add(this.layoutControl3); this.pgGrid.Name = "pgGrid"; this.pgGrid.Size = new System.Drawing.Size(874, 516); this.pgGrid.Text = "Result Data"; // // layoutControl3 // this.layoutControl3.Controls.Add(this.btnExportExcel); this.layoutControl3.Controls.Add(this.gridSearchResult); this.layoutControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl3.Location = new System.Drawing.Point(0, 0); this.layoutControl3.Name = "layoutControl3"; this.layoutControl3.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1120, 298, 650, 400); this.layoutControl3.Root = this.Root; this.layoutControl3.Size = new System.Drawing.Size(874, 516); this.layoutControl3.TabIndex = 0; this.layoutControl3.Text = "layoutControl3"; // // btnExportExcel // this.btnExportExcel.Location = new System.Drawing.Point(763, 481); this.btnExportExcel.Name = "btnExportExcel"; this.btnExportExcel.Size = new System.Drawing.Size(108, 32); this.btnExportExcel.StyleController = this.layoutControl3; this.btnExportExcel.TabIndex = 5; this.btnExportExcel.Text = "Export Excel"; this.btnExportExcel.Click += new System.EventHandler(this.btnExportExcel_Click); // // gridSearchResult // this.gridSearchResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gridSearchResult.Location = new System.Drawing.Point(3, 3); this.gridSearchResult.Name = "gridSearchResult"; this.gridSearchResult.RowTemplate.Height = 23; this.gridSearchResult.Size = new System.Drawing.Size(868, 474); this.gridSearchResult.TabIndex = 4; this.gridSearchResult.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.gridSearchResult_CellFormatting); // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem5, this.layoutControlItem6, this.emptySpaceItem1}); this.Root.Name = "Root"; this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.Root.Size = new System.Drawing.Size(874, 516); this.Root.TextVisible = false; // // layoutControlItem5 // this.layoutControlItem5.Control = this.gridSearchResult; this.layoutControlItem5.Location = new System.Drawing.Point(0, 0); this.layoutControlItem5.MinSize = new System.Drawing.Size(104, 24); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(872, 478); 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.btnExportExcel; this.layoutControlItem6.Location = new System.Drawing.Point(760, 478); this.layoutControlItem6.MinSize = new System.Drawing.Size(89, 26); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(112, 36); 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, 478); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(760, 36); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // 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.lcgbSelectDatetime, this.lcgbSearchResult}); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.layoutControlGroup1.Size = new System.Drawing.Size(890, 635); this.layoutControlGroup1.TextVisible = false; // // lcgbSelectDatetime // this.lcgbSelectDatetime.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.slbStartDate, this.layoutControlItem2, this.slbEndDate, this.layoutControlItem4, this.layoutControlItem3, this.layoutControlItem7, this.simpleLabelItem1, this.layoutControlItem8, this.simpleLabelItem2}); this.lcgbSelectDatetime.Location = new System.Drawing.Point(0, 0); this.lcgbSelectDatetime.Name = "lcgbSelectDatetime"; this.lcgbSelectDatetime.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.lcgbSelectDatetime.Size = new System.Drawing.Size(888, 58); this.lcgbSelectDatetime.Text = "Select Datetime"; // // slbStartDate // this.slbStartDate.AllowHotTrack = false; this.slbStartDate.Location = new System.Drawing.Point(0, 0); this.slbStartDate.MinSize = new System.Drawing.Size(70, 18); this.slbStartDate.Name = "slbStartDate"; this.slbStartDate.Size = new System.Drawing.Size(70, 29); this.slbStartDate.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.slbStartDate.Text = " Start Time"; this.slbStartDate.TextSize = new System.Drawing.Size(62, 14); // // layoutControlItem2 // this.layoutControlItem2.Control = this.dtpStart; this.layoutControlItem2.Location = new System.Drawing.Point(70, 0); this.layoutControlItem2.MinSize = new System.Drawing.Size(180, 24); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(180, 29); this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // slbEndDate // this.slbEndDate.AllowHotTrack = false; this.slbEndDate.Location = new System.Drawing.Point(250, 0); this.slbEndDate.MinSize = new System.Drawing.Size(70, 18); this.slbEndDate.Name = "slbEndDate"; this.slbEndDate.Size = new System.Drawing.Size(70, 29); this.slbEndDate.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.slbEndDate.Text = " End Time"; this.slbEndDate.TextSize = new System.Drawing.Size(62, 14); // // layoutControlItem4 // this.layoutControlItem4.Control = this.btnSearch; this.layoutControlItem4.Location = new System.Drawing.Point(723, 0); this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 29); this.layoutControlItem4.MinSize = new System.Drawing.Size(24, 29); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(157, 29); this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // layoutControlItem3 // this.layoutControlItem3.Control = this.dtpEnd; this.layoutControlItem3.Location = new System.Drawing.Point(320, 0); this.layoutControlItem3.MinSize = new System.Drawing.Size(180, 24); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(180, 29); this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // layoutControlItem7 // this.layoutControlItem7.Control = this.CbLogType; this.layoutControlItem7.Location = new System.Drawing.Point(545, 0); this.layoutControlItem7.MaxSize = new System.Drawing.Size(73, 0); this.layoutControlItem7.MinSize = new System.Drawing.Size(73, 24); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(73, 29); this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem7.TextVisible = false; // // simpleLabelItem1 // this.simpleLabelItem1.AllowHotTrack = false; this.simpleLabelItem1.Location = new System.Drawing.Point(500, 0); this.simpleLabelItem1.MaxSize = new System.Drawing.Size(45, 0); this.simpleLabelItem1.MinSize = new System.Drawing.Size(45, 18); this.simpleLabelItem1.Name = "simpleLabelItem1"; this.simpleLabelItem1.Size = new System.Drawing.Size(45, 29); this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.simpleLabelItem1.Text = " Type"; this.simpleLabelItem1.TextSize = new System.Drawing.Size(62, 14); // // lcgbSearchResult // this.lcgbSearchResult.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1}); this.lcgbSearchResult.Location = new System.Drawing.Point(0, 58); this.lcgbSearchResult.Name = "lcgbSearchResult"; this.lcgbSearchResult.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.lcgbSearchResult.Size = new System.Drawing.Size(888, 575); this.lcgbSearchResult.Text = "Search Result"; // // layoutControlItem1 // this.layoutControlItem1.Control = this.xtcSearchResult; this.layoutControlItem1.CustomizationFormText = "layoutControlItem1"; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(880, 546); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // CbMdNo // this.CbMdNo.Location = new System.Drawing.Point(670, 28); this.CbMdNo.Name = "CbMdNo"; this.CbMdNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.CbMdNo.Properties.Appearance.Options.UseFont = true; this.CbMdNo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.CbMdNo.Size = new System.Drawing.Size(56, 24); this.CbMdNo.StyleController = this.layoutControl1; this.CbMdNo.TabIndex = 9; // // layoutControlItem8 // this.layoutControlItem8.Control = this.CbMdNo; this.layoutControlItem8.Location = new System.Drawing.Point(663, 0); this.layoutControlItem8.MinSize = new System.Drawing.Size(60, 28); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(60, 29); this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem8.TextVisible = false; // // simpleLabelItem2 // this.simpleLabelItem2.AllowHotTrack = false; this.simpleLabelItem2.Location = new System.Drawing.Point(618, 0); this.simpleLabelItem2.MinSize = new System.Drawing.Size(45, 18); this.simpleLabelItem2.Name = "simpleLabelItem2"; this.simpleLabelItem2.Size = new System.Drawing.Size(45, 29); this.simpleLabelItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.simpleLabelItem2.Text = " M No."; this.simpleLabelItem2.TextSize = new System.Drawing.Size(62, 14); // // ucHistroy // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl1); this.Name = "ucHistroy"; this.Size = new System.Drawing.Size(890, 635); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.CbLogType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtcSearchResult)).EndInit(); this.xtcSearchResult.ResumeLayout(false); this.pgGrid.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit(); this.layoutControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridSearchResult)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lcgbSelectDatetime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.slbStartDate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.slbEndDate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lcgbSearchResult)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CbMdNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraTab.XtraTabControl xtcSearchResult; private DevExpress.XtraTab.XtraTabPage pgGrid; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraSplashScreen.SplashScreenManager DbWaitForm; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.DateTimePicker dtpEnd; private System.Windows.Forms.DateTimePicker dtpStart; private DevExpress.XtraLayout.LayoutControlGroup lcgbSelectDatetime; private DevExpress.XtraLayout.SimpleLabelItem slbStartDate; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.SimpleLabelItem slbEndDate; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlGroup lcgbSearchResult; private DevExpress.XtraLayout.LayoutControl layoutControl3; private DevExpress.XtraLayout.LayoutControlGroup Root; private System.Windows.Forms.DataGridView gridSearchResult; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraEditors.SimpleButton btnExportExcel; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.ComboBoxEdit CbLogType; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1; private DevExpress.XtraEditors.ComboBoxEdit CbMdNo; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2; } }