|
@@ -30,33 +30,39 @@ namespace XdCxRhDW.App.UserControl
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
- this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
this.gridCg = new DevExpress.XtraGrid.GridControl();
|
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
- this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.txtStartTime = new DevExpress.XtraEditors.DateEdit();
|
|
|
this.txtTimeCho = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
|
|
+ this.txtStartTime = new DevExpress.XtraEditors.DateEdit();
|
|
|
this.txtEndTime = new DevExpress.XtraEditors.DateEdit();
|
|
|
+ this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
|
|
|
+ this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
+ 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.btnSearch = new DevExpress.XtraEditors.SimpleButton();
|
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.txtTask = new DevExpress.XtraEditors.SearchLookUpEdit();
|
|
|
+ this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
this.layoutControl1.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridCg)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtTimeCho.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtTimeCho.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).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.layoutControlItem6)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtTask.Properties)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// layoutControl1
|
|
@@ -66,6 +72,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.layoutControl1.Controls.Add(this.txtStartTime);
|
|
|
this.layoutControl1.Controls.Add(this.txtEndTime);
|
|
|
this.layoutControl1.Controls.Add(this.btnSearch);
|
|
|
+ this.layoutControl1.Controls.Add(this.txtTask);
|
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
@@ -74,21 +81,6 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.layoutControl1.TabIndex = 7;
|
|
|
this.layoutControl1.Text = "layoutControl2";
|
|
|
//
|
|
|
- // layoutControlGroup1
|
|
|
- //
|
|
|
- this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
- this.layoutControlGroup1.GroupBordersVisible = false;
|
|
|
- this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
- this.layoutControlItem2,
|
|
|
- this.layoutControlItem3,
|
|
|
- this.layoutControlItem4,
|
|
|
- this.layoutControlItem5,
|
|
|
- this.layoutControlItem6});
|
|
|
- this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
|
- this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
|
- this.layoutControlGroup1.Size = new System.Drawing.Size(1093, 465);
|
|
|
- this.layoutControlGroup1.TextVisible = false;
|
|
|
- //
|
|
|
// gridCg
|
|
|
//
|
|
|
this.gridCg.Location = new System.Drawing.Point(2, 30);
|
|
@@ -104,32 +96,10 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.gridView1.GridControl = this.gridCg;
|
|
|
this.gridView1.Name = "gridView1";
|
|
|
//
|
|
|
- // layoutControlItem2
|
|
|
- //
|
|
|
- this.layoutControlItem2.Control = this.gridCg;
|
|
|
- this.layoutControlItem2.Location = new System.Drawing.Point(0, 28);
|
|
|
- this.layoutControlItem2.Name = "layoutControlItem2";
|
|
|
- this.layoutControlItem2.Size = new System.Drawing.Size(1093, 437);
|
|
|
- this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
- this.layoutControlItem2.TextVisible = false;
|
|
|
- //
|
|
|
- // txtStartTime
|
|
|
- //
|
|
|
- this.txtStartTime.EditValue = null;
|
|
|
- this.txtStartTime.Location = new System.Drawing.Point(219, 4);
|
|
|
- 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(149, 22);
|
|
|
- this.txtStartTime.StyleController = this.layoutControl1;
|
|
|
- this.txtStartTime.TabIndex = 7;
|
|
|
- //
|
|
|
// txtTimeCho
|
|
|
//
|
|
|
this.txtTimeCho.EditValue = 1;
|
|
|
- this.txtTimeCho.Location = new System.Drawing.Point(59, 4);
|
|
|
+ this.txtTimeCho.Location = new System.Drawing.Point(309, 4);
|
|
|
this.txtTimeCho.Name = "txtTimeCho";
|
|
|
this.txtTimeCho.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
@@ -144,10 +114,23 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.txtTimeCho.StyleController = this.layoutControl1;
|
|
|
this.txtTimeCho.TabIndex = 11;
|
|
|
//
|
|
|
+ // txtStartTime
|
|
|
+ //
|
|
|
+ this.txtStartTime.EditValue = null;
|
|
|
+ this.txtStartTime.Location = new System.Drawing.Point(469, 4);
|
|
|
+ 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(149, 22);
|
|
|
+ this.txtStartTime.StyleController = this.layoutControl1;
|
|
|
+ this.txtStartTime.TabIndex = 7;
|
|
|
+ //
|
|
|
// txtEndTime
|
|
|
//
|
|
|
this.txtEndTime.EditValue = null;
|
|
|
- this.txtEndTime.Location = new System.Drawing.Point(429, 4);
|
|
|
+ this.txtEndTime.Location = new System.Drawing.Point(679, 4);
|
|
|
this.txtEndTime.Name = "txtEndTime";
|
|
|
this.txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
@@ -157,12 +140,46 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.txtEndTime.StyleController = this.layoutControl1;
|
|
|
this.txtEndTime.TabIndex = 8;
|
|
|
//
|
|
|
+ // btnSearch
|
|
|
+ //
|
|
|
+ this.btnSearch.Location = new System.Drawing.Point(834, 4);
|
|
|
+ this.btnSearch.Name = "btnSearch";
|
|
|
+ this.btnSearch.Size = new System.Drawing.Size(84, 21);
|
|
|
+ this.btnSearch.StyleController = this.layoutControl1;
|
|
|
+ this.btnSearch.TabIndex = 9;
|
|
|
+ this.btnSearch.Text = "查询";
|
|
|
+ //
|
|
|
+ // layoutControlGroup1
|
|
|
+ //
|
|
|
+ this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
+ this.layoutControlGroup1.GroupBordersVisible = false;
|
|
|
+ this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
+ this.layoutControlItem2,
|
|
|
+ this.layoutControlItem3,
|
|
|
+ this.layoutControlItem4,
|
|
|
+ this.layoutControlItem5,
|
|
|
+ this.layoutControlItem6,
|
|
|
+ this.layoutControlItem1});
|
|
|
+ this.layoutControlGroup1.Name = "Root";
|
|
|
+ this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
|
+ this.layoutControlGroup1.Size = new System.Drawing.Size(1093, 465);
|
|
|
+ this.layoutControlGroup1.TextVisible = false;
|
|
|
+ //
|
|
|
+ // layoutControlItem2
|
|
|
+ //
|
|
|
+ this.layoutControlItem2.Control = this.gridCg;
|
|
|
+ this.layoutControlItem2.Location = new System.Drawing.Point(0, 28);
|
|
|
+ this.layoutControlItem2.Name = "layoutControlItem2";
|
|
|
+ this.layoutControlItem2.Size = new System.Drawing.Size(1093, 437);
|
|
|
+ this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ this.layoutControlItem2.TextVisible = false;
|
|
|
+ //
|
|
|
// layoutControlItem3
|
|
|
//
|
|
|
this.layoutControlItem3.Control = this.txtTimeCho;
|
|
|
this.layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
this.layoutControlItem3.CustomizationFormText = "时间选择";
|
|
|
- this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.layoutControlItem3.Location = new System.Drawing.Point(250, 0);
|
|
|
this.layoutControlItem3.MaxSize = new System.Drawing.Size(160, 28);
|
|
|
this.layoutControlItem3.MinSize = new System.Drawing.Size(160, 28);
|
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
@@ -179,7 +196,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.layoutControlItem4.Control = this.txtStartTime;
|
|
|
this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
this.layoutControlItem4.CustomizationFormText = "开始时间";
|
|
|
- this.layoutControlItem4.Location = new System.Drawing.Point(160, 0);
|
|
|
+ this.layoutControlItem4.Location = new System.Drawing.Point(410, 0);
|
|
|
this.layoutControlItem4.MaxSize = new System.Drawing.Size(210, 28);
|
|
|
this.layoutControlItem4.MinSize = new System.Drawing.Size(210, 28);
|
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
@@ -197,7 +214,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.layoutControlItem5.Control = this.txtEndTime;
|
|
|
this.layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
this.layoutControlItem5.CustomizationFormText = "结束时间";
|
|
|
- this.layoutControlItem5.Location = new System.Drawing.Point(370, 0);
|
|
|
+ this.layoutControlItem5.Location = new System.Drawing.Point(620, 0);
|
|
|
this.layoutControlItem5.MaxSize = new System.Drawing.Size(210, 28);
|
|
|
this.layoutControlItem5.MinSize = new System.Drawing.Size(210, 28);
|
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
@@ -210,31 +227,59 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.layoutControlItem5.TextToControlDistance = 5;
|
|
|
this.layoutControlItem5.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
//
|
|
|
- // btnSearch
|
|
|
- //
|
|
|
- this.btnSearch.Location = new System.Drawing.Point(584, 4);
|
|
|
- this.btnSearch.Name = "btnSearch";
|
|
|
- this.btnSearch.Size = new System.Drawing.Size(84, 21);
|
|
|
- this.btnSearch.StyleController = this.layoutControl1;
|
|
|
- this.btnSearch.TabIndex = 9;
|
|
|
- this.btnSearch.Text = "查询";
|
|
|
- //
|
|
|
// layoutControlItem6
|
|
|
//
|
|
|
this.layoutControlItem6.Control = this.btnSearch;
|
|
|
this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
this.layoutControlItem6.CustomizationFormText = "layoutControlItemSearch";
|
|
|
- this.layoutControlItem6.Location = new System.Drawing.Point(580, 0);
|
|
|
+ this.layoutControlItem6.Location = new System.Drawing.Point(830, 0);
|
|
|
this.layoutControlItem6.MaxSize = new System.Drawing.Size(90, 26);
|
|
|
this.layoutControlItem6.MinSize = new System.Drawing.Size(90, 26);
|
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
|
this.layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 2, 4, 1);
|
|
|
- this.layoutControlItem6.Size = new System.Drawing.Size(513, 28);
|
|
|
+ this.layoutControlItem6.Size = new System.Drawing.Size(263, 28);
|
|
|
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem6.Text = "layoutControlItemSearch";
|
|
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem6.TextVisible = false;
|
|
|
- this.layoutControlItem6.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
+ //
|
|
|
+ // layoutControlItem1
|
|
|
+ //
|
|
|
+ this.layoutControlItem1.Control = this.txtTask;
|
|
|
+ this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
+ this.layoutControlItem1.CustomizationFormText = "时间选择";
|
|
|
+ this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.layoutControlItem1.MaxSize = new System.Drawing.Size(250, 0);
|
|
|
+ this.layoutControlItem1.MinSize = new System.Drawing.Size(250, 28);
|
|
|
+ this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
+ this.layoutControlItem1.Size = new System.Drawing.Size(250, 28);
|
|
|
+ this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.layoutControlItem1.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
|
|
|
+ this.layoutControlItem1.Text = "任务";
|
|
|
+ this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
+ this.layoutControlItem1.TextSize = new System.Drawing.Size(24, 14);
|
|
|
+ this.layoutControlItem1.TextToControlDistance = 5;
|
|
|
+ //
|
|
|
+ // txtTask
|
|
|
+ //
|
|
|
+ this.txtTask.EditValue = 1;
|
|
|
+ this.txtTask.Location = new System.Drawing.Point(35, 4);
|
|
|
+ this.txtTask.Name = "txtTask";
|
|
|
+ this.txtTask.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
+ this.txtTask.Properties.NullText = "";
|
|
|
+ this.txtTask.Properties.PopupSizeable = false;
|
|
|
+ this.txtTask.Properties.PopupView = this.searchLookUpEdit1View;
|
|
|
+ this.txtTask.Size = new System.Drawing.Size(213, 22);
|
|
|
+ this.txtTask.StyleController = this.layoutControl1;
|
|
|
+ this.txtTask.TabIndex = 11;
|
|
|
+ //
|
|
|
+ // searchLookUpEdit1View
|
|
|
+ //
|
|
|
+ this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
|
+ this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
|
|
|
+ this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
|
+ this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
|
|
|
//
|
|
|
// CtrlCgRes
|
|
|
//
|
|
@@ -246,19 +291,22 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.Load += new System.EventHandler(this.CtrlCgRes_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
this.layoutControl1.ResumeLayout(false);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridCg)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtTimeCho.Properties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtTimeCho.Properties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).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.layoutControlItem6)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtTask.Properties)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -277,5 +325,8 @@ namespace XdCxRhDW.App.UserControl
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
|
private DevExpress.XtraEditors.SimpleButton btnSearch;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
|
+ private DevExpress.XtraEditors.SearchLookUpEdit txtTask;
|
|
|
+ private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
|
|
|
}
|
|
|
}
|