|
@@ -43,13 +43,14 @@
|
|
|
this.txtStartTime = new DevExpress.XtraEditors.DateEdit();
|
|
|
this.gridHistoryTask = new DevExpress.XtraGrid.GridControl();
|
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
+ this.txtTaskName = new DevExpress.XtraEditors.TextEdit();
|
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.txtTaskName = new DevExpress.XtraEditors.TextEdit();
|
|
|
+ this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
@@ -60,13 +61,14 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridHistoryTask)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// barManager1
|
|
@@ -144,9 +146,9 @@
|
|
|
//
|
|
|
// btnSearch
|
|
|
//
|
|
|
- this.btnSearch.Location = new System.Drawing.Point(584, 12);
|
|
|
+ this.btnSearch.Location = new System.Drawing.Point(390, 12);
|
|
|
this.btnSearch.Name = "btnSearch";
|
|
|
- this.btnSearch.Size = new System.Drawing.Size(51, 22);
|
|
|
+ this.btnSearch.Size = new System.Drawing.Size(31, 22);
|
|
|
this.btnSearch.StyleController = this.layoutControl1;
|
|
|
this.btnSearch.TabIndex = 8;
|
|
|
this.btnSearch.Text = "查询";
|
|
@@ -155,28 +157,28 @@
|
|
|
// txtEndTime
|
|
|
//
|
|
|
this.txtEndTime.EditValue = null;
|
|
|
- this.txtEndTime.Location = new System.Drawing.Point(456, 12);
|
|
|
+ this.txtEndTime.Location = new System.Drawing.Point(319, 12);
|
|
|
this.txtEndTime.MenuManager = this.barManager1;
|
|
|
this.txtEndTime.Name = "txtEndTime";
|
|
|
this.txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
- this.txtEndTime.Size = new System.Drawing.Size(124, 20);
|
|
|
+ this.txtEndTime.Size = new System.Drawing.Size(67, 20);
|
|
|
this.txtEndTime.StyleController = this.layoutControl1;
|
|
|
this.txtEndTime.TabIndex = 7;
|
|
|
//
|
|
|
// txtStartTime
|
|
|
//
|
|
|
this.txtStartTime.EditValue = null;
|
|
|
- this.txtStartTime.Location = new System.Drawing.Point(264, 12);
|
|
|
+ this.txtStartTime.Location = new System.Drawing.Point(191, 12);
|
|
|
this.txtStartTime.MenuManager = this.barManager1;
|
|
|
this.txtStartTime.Name = "txtStartTime";
|
|
|
this.txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
- this.txtStartTime.Size = new System.Drawing.Size(128, 20);
|
|
|
+ this.txtStartTime.Size = new System.Drawing.Size(64, 20);
|
|
|
this.txtStartTime.StyleController = this.layoutControl1;
|
|
|
this.txtStartTime.TabIndex = 6;
|
|
|
//
|
|
@@ -196,6 +198,15 @@
|
|
|
this.gridView1.GridControl = this.gridHistoryTask;
|
|
|
this.gridView1.Name = "gridView1";
|
|
|
//
|
|
|
+ // txtTaskName
|
|
|
+ //
|
|
|
+ this.txtTaskName.Location = new System.Drawing.Point(72, 12);
|
|
|
+ this.txtTaskName.MenuManager = this.barManager1;
|
|
|
+ this.txtTaskName.Name = "txtTaskName";
|
|
|
+ this.txtTaskName.Size = new System.Drawing.Size(55, 20);
|
|
|
+ this.txtTaskName.StyleController = this.layoutControl1;
|
|
|
+ this.txtTaskName.TabIndex = 4;
|
|
|
+ //
|
|
|
// Root
|
|
|
//
|
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
@@ -205,7 +216,8 @@
|
|
|
this.layoutControlItem2,
|
|
|
this.layoutControlItem3,
|
|
|
this.layoutControlItem4,
|
|
|
- this.layoutControlItem5});
|
|
|
+ this.layoutControlItem5,
|
|
|
+ this.emptySpaceItem1});
|
|
|
this.Root.Name = "Root";
|
|
|
this.Root.Size = new System.Drawing.Size(647, 422);
|
|
|
this.Root.TextVisible = false;
|
|
@@ -215,7 +227,7 @@
|
|
|
this.layoutControlItem1.Control = this.txtTaskName;
|
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
- this.layoutControlItem1.Size = new System.Drawing.Size(192, 26);
|
|
|
+ this.layoutControlItem1.Size = new System.Drawing.Size(119, 26);
|
|
|
this.layoutControlItem1.Text = "任务名";
|
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
|
|
|
//
|
|
@@ -231,38 +243,37 @@
|
|
|
// layoutControlItem3
|
|
|
//
|
|
|
this.layoutControlItem3.Control = this.txtStartTime;
|
|
|
- this.layoutControlItem3.Location = new System.Drawing.Point(192, 0);
|
|
|
+ this.layoutControlItem3.Location = new System.Drawing.Point(119, 0);
|
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
- this.layoutControlItem3.Size = new System.Drawing.Size(192, 26);
|
|
|
+ this.layoutControlItem3.Size = new System.Drawing.Size(128, 26);
|
|
|
this.layoutControlItem3.Text = "开始时间";
|
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
|
|
|
//
|
|
|
// layoutControlItem4
|
|
|
//
|
|
|
this.layoutControlItem4.Control = this.txtEndTime;
|
|
|
- this.layoutControlItem4.Location = new System.Drawing.Point(384, 0);
|
|
|
+ this.layoutControlItem4.Location = new System.Drawing.Point(247, 0);
|
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
|
- this.layoutControlItem4.Size = new System.Drawing.Size(188, 26);
|
|
|
+ this.layoutControlItem4.Size = new System.Drawing.Size(131, 26);
|
|
|
this.layoutControlItem4.Text = "结束时间";
|
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
|
|
|
//
|
|
|
// layoutControlItem5
|
|
|
//
|
|
|
this.layoutControlItem5.Control = this.btnSearch;
|
|
|
- this.layoutControlItem5.Location = new System.Drawing.Point(572, 0);
|
|
|
+ this.layoutControlItem5.Location = new System.Drawing.Point(378, 0);
|
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
|
- this.layoutControlItem5.Size = new System.Drawing.Size(55, 26);
|
|
|
+ this.layoutControlItem5.Size = new System.Drawing.Size(35, 26);
|
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem5.TextVisible = false;
|
|
|
//
|
|
|
- // txtTaskName
|
|
|
+ // emptySpaceItem1
|
|
|
//
|
|
|
- this.txtTaskName.Location = new System.Drawing.Point(72, 12);
|
|
|
- this.txtTaskName.MenuManager = this.barManager1;
|
|
|
- this.txtTaskName.Name = "txtTaskName";
|
|
|
- this.txtTaskName.Size = new System.Drawing.Size(128, 20);
|
|
|
- this.txtTaskName.StyleController = this.layoutControl1;
|
|
|
- this.txtTaskName.TabIndex = 4;
|
|
|
+ this.emptySpaceItem1.AllowHotTrack = false;
|
|
|
+ this.emptySpaceItem1.Location = new System.Drawing.Point(413, 0);
|
|
|
+ this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
|
+ this.emptySpaceItem1.Size = new System.Drawing.Size(214, 26);
|
|
|
+ this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
//
|
|
|
// CtrlHistoryTask
|
|
|
//
|
|
@@ -286,13 +297,14 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridHistoryTask)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
@@ -319,5 +331,6 @@
|
|
|
private DevExpress.XtraEditors.SimpleButton btnSearch;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
|
private DevExpress.XtraEditors.TextEdit txtTaskName;
|
|
|
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
|
}
|
|
|
}
|