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.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.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)); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((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.lcgbSearchResult)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // 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(850, 635); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(592, 28); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(251, 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(395, 28); this.dtpEnd.Name = "dtpEnd"; this.dtpEnd.Size = new System.Drawing.Size(193, 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(102, 28); this.dtpStart.Name = "dtpStart"; this.dtpStart.Size = new System.Drawing.Size(194, 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(836, 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(834, 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(834, 516); this.layoutControl3.TabIndex = 0; this.layoutControl3.Text = "layoutControl3"; // // btnExportExcel // this.btnExportExcel.Location = new System.Drawing.Point(728, 481); this.btnExportExcel.Name = "btnExportExcel"; this.btnExportExcel.Size = new System.Drawing.Size(103, 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(828, 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(834, 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(832, 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(725, 478); this.layoutControlItem6.MinSize = new System.Drawing.Size(89, 26); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(107, 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(725, 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(850, 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.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(848, 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(95, 18); this.slbStartDate.Name = "slbStartDate"; this.slbStartDate.Size = new System.Drawing.Size(95, 29); this.slbStartDate.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.slbStartDate.Text = " Start Datetime"; this.slbStartDate.TextSize = new System.Drawing.Size(85, 14); // // layoutControlItem2 // this.layoutControlItem2.Control = this.dtpStart; this.layoutControlItem2.Location = new System.Drawing.Point(95, 0); this.layoutControlItem2.MinSize = new System.Drawing.Size(24, 24); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(198, 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(293, 0); this.slbEndDate.MinSize = new System.Drawing.Size(95, 18); this.slbEndDate.Name = "slbEndDate"; this.slbEndDate.Size = new System.Drawing.Size(95, 29); this.slbEndDate.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.slbEndDate.Text = " End Datetime"; this.slbEndDate.TextSize = new System.Drawing.Size(85, 14); // // layoutControlItem4 // this.layoutControlItem4.Control = this.btnSearch; this.layoutControlItem4.Location = new System.Drawing.Point(585, 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(255, 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(388, 0); this.layoutControlItem3.MinSize = new System.Drawing.Size(24, 24); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(197, 29); this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // 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(848, 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(840, 546); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // 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(850, 635); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((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.lcgbSearchResult)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).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; } }