V1.0.0.7 - 2025/12/22
* Database improved all
This commit is contained in:
182
LFP_Manager/Controls/ucHistroy.Designer.cs
generated
182
LFP_Manager/Controls/ucHistroy.Designer.cs
generated
@@ -29,6 +29,7 @@
|
||||
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();
|
||||
@@ -48,11 +49,17 @@
|
||||
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();
|
||||
@@ -70,12 +77,19 @@
|
||||
((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);
|
||||
@@ -85,15 +99,27 @@
|
||||
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.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(592, 28);
|
||||
this.btnSearch.Location = new System.Drawing.Point(730, 28);
|
||||
this.btnSearch.Name = "btnSearch";
|
||||
this.btnSearch.Size = new System.Drawing.Size(251, 25);
|
||||
this.btnSearch.Size = new System.Drawing.Size(153, 25);
|
||||
this.btnSearch.TabIndex = 7;
|
||||
this.btnSearch.Text = "SEARCH";
|
||||
this.btnSearch.UseVisualStyleBackColor = true;
|
||||
@@ -104,9 +130,9 @@
|
||||
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.Location = new System.Drawing.Point(327, 28);
|
||||
this.dtpEnd.Name = "dtpEnd";
|
||||
this.dtpEnd.Size = new System.Drawing.Size(193, 25);
|
||||
this.dtpEnd.Size = new System.Drawing.Size(176, 25);
|
||||
this.dtpEnd.TabIndex = 6;
|
||||
//
|
||||
// dtpStart
|
||||
@@ -115,9 +141,9 @@
|
||||
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.Location = new System.Drawing.Point(77, 28);
|
||||
this.dtpStart.Name = "dtpStart";
|
||||
this.dtpStart.Size = new System.Drawing.Size(194, 25);
|
||||
this.dtpStart.Size = new System.Drawing.Size(176, 25);
|
||||
this.dtpStart.TabIndex = 5;
|
||||
//
|
||||
// xtcSearchResult
|
||||
@@ -125,7 +151,7 @@
|
||||
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.Size = new System.Drawing.Size(876, 542);
|
||||
this.xtcSearchResult.TabIndex = 4;
|
||||
this.xtcSearchResult.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
||||
this.pgGrid});
|
||||
@@ -134,7 +160,7 @@
|
||||
//
|
||||
this.pgGrid.Controls.Add(this.layoutControl3);
|
||||
this.pgGrid.Name = "pgGrid";
|
||||
this.pgGrid.Size = new System.Drawing.Size(834, 516);
|
||||
this.pgGrid.Size = new System.Drawing.Size(874, 516);
|
||||
this.pgGrid.Text = "Result Data";
|
||||
//
|
||||
// layoutControl3
|
||||
@@ -146,15 +172,15 @@
|
||||
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.Size = new System.Drawing.Size(874, 516);
|
||||
this.layoutControl3.TabIndex = 0;
|
||||
this.layoutControl3.Text = "layoutControl3";
|
||||
//
|
||||
// btnExportExcel
|
||||
//
|
||||
this.btnExportExcel.Location = new System.Drawing.Point(728, 481);
|
||||
this.btnExportExcel.Location = new System.Drawing.Point(763, 481);
|
||||
this.btnExportExcel.Name = "btnExportExcel";
|
||||
this.btnExportExcel.Size = new System.Drawing.Size(103, 32);
|
||||
this.btnExportExcel.Size = new System.Drawing.Size(108, 32);
|
||||
this.btnExportExcel.StyleController = this.layoutControl3;
|
||||
this.btnExportExcel.TabIndex = 5;
|
||||
this.btnExportExcel.Text = "Export Excel";
|
||||
@@ -166,7 +192,7 @@
|
||||
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.Size = new System.Drawing.Size(868, 474);
|
||||
this.gridSearchResult.TabIndex = 4;
|
||||
this.gridSearchResult.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.gridSearchResult_CellFormatting);
|
||||
//
|
||||
@@ -180,7 +206,7 @@
|
||||
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.Size = new System.Drawing.Size(874, 516);
|
||||
this.Root.TextVisible = false;
|
||||
//
|
||||
// layoutControlItem5
|
||||
@@ -189,7 +215,7 @@
|
||||
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.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;
|
||||
@@ -197,10 +223,10 @@
|
||||
// layoutControlItem6
|
||||
//
|
||||
this.layoutControlItem6.Control = this.btnExportExcel;
|
||||
this.layoutControlItem6.Location = new System.Drawing.Point(725, 478);
|
||||
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(107, 36);
|
||||
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;
|
||||
@@ -210,7 +236,7 @@
|
||||
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.Size = new System.Drawing.Size(760, 36);
|
||||
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
||||
//
|
||||
// layoutControlGroup1
|
||||
@@ -223,7 +249,7 @@
|
||||
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.Size = new System.Drawing.Size(890, 635);
|
||||
this.layoutControlGroup1.TextVisible = false;
|
||||
//
|
||||
// lcgbSelectDatetime
|
||||
@@ -233,31 +259,35 @@
|
||||
this.layoutControlItem2,
|
||||
this.slbEndDate,
|
||||
this.layoutControlItem4,
|
||||
this.layoutControlItem3});
|
||||
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(848, 58);
|
||||
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(95, 18);
|
||||
this.slbStartDate.MinSize = new System.Drawing.Size(70, 18);
|
||||
this.slbStartDate.Name = "slbStartDate";
|
||||
this.slbStartDate.Size = new System.Drawing.Size(95, 29);
|
||||
this.slbStartDate.Size = new System.Drawing.Size(70, 29);
|
||||
this.slbStartDate.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.slbStartDate.Text = " Start Datetime";
|
||||
this.slbStartDate.TextSize = new System.Drawing.Size(85, 14);
|
||||
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(95, 0);
|
||||
this.layoutControlItem2.MinSize = new System.Drawing.Size(24, 24);
|
||||
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(198, 29);
|
||||
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;
|
||||
@@ -265,22 +295,22 @@
|
||||
// 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.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(95, 29);
|
||||
this.slbEndDate.Size = new System.Drawing.Size(70, 29);
|
||||
this.slbEndDate.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.slbEndDate.Text = " End Datetime";
|
||||
this.slbEndDate.TextSize = new System.Drawing.Size(85, 14);
|
||||
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(585, 0);
|
||||
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(255, 29);
|
||||
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;
|
||||
@@ -288,14 +318,38 @@
|
||||
// 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.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(197, 29);
|
||||
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[] {
|
||||
@@ -303,7 +357,7 @@
|
||||
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.Size = new System.Drawing.Size(888, 575);
|
||||
this.lcgbSearchResult.Text = "Search Result";
|
||||
//
|
||||
// layoutControlItem1
|
||||
@@ -312,19 +366,54 @@
|
||||
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.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(850, 635);
|
||||
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);
|
||||
@@ -342,8 +431,13 @@
|
||||
((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);
|
||||
|
||||
}
|
||||
@@ -373,5 +467,11 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user