|
@@ -29,31 +29,73 @@ namespace XdCxRhDW.App.UserControl
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.components = new System.ComponentModel.Container();
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlCgRes));
|
|
|
+ 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.popupMenu2 = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
|
- this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
|
- this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
|
- this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|
|
- this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|
|
- this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|
|
- this.btnDel = new DevExpress.XtraBars.BarButtonItem();
|
|
|
+ this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.txtStartTime = new DevExpress.XtraEditors.DateEdit();
|
|
|
+ this.txtTimeCho = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
|
|
+ this.txtEndTime = new DevExpress.XtraEditors.DateEdit();
|
|
|
+ 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();
|
|
|
+ ((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.popupMenu2)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).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.layoutControlItem3)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
+ // layoutControl1
|
|
|
+ //
|
|
|
+ this.layoutControl1.Controls.Add(this.gridCg);
|
|
|
+ this.layoutControl1.Controls.Add(this.txtTimeCho);
|
|
|
+ this.layoutControl1.Controls.Add(this.txtStartTime);
|
|
|
+ this.layoutControl1.Controls.Add(this.txtEndTime);
|
|
|
+ this.layoutControl1.Controls.Add(this.btnSearch);
|
|
|
+ this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.layoutControl1.Name = "layoutControl1";
|
|
|
+ this.layoutControl1.Root = this.layoutControlGroup1;
|
|
|
+ this.layoutControl1.Size = new System.Drawing.Size(1093, 465);
|
|
|
+ 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.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.gridCg.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.gridCg.Location = new System.Drawing.Point(2, 30);
|
|
|
this.gridCg.MainView = this.gridView1;
|
|
|
this.gridCg.Name = "gridCg";
|
|
|
- this.gridCg.Size = new System.Drawing.Size(520, 364);
|
|
|
- this.gridCg.TabIndex = 1;
|
|
|
+ this.gridCg.Size = new System.Drawing.Size(1089, 433);
|
|
|
+ this.gridCg.TabIndex = 4;
|
|
|
this.gridCg.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
this.gridView1});
|
|
|
//
|
|
@@ -61,97 +103,179 @@ namespace XdCxRhDW.App.UserControl
|
|
|
//
|
|
|
this.gridView1.GridControl = this.gridCg;
|
|
|
this.gridView1.Name = "gridView1";
|
|
|
- this.gridView1.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView1_PopupMenuShowing);
|
|
|
//
|
|
|
- // popupMenu2
|
|
|
+ // 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;
|
|
|
//
|
|
|
- this.popupMenu2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|
|
- new DevExpress.XtraBars.LinkPersistInfo(this.btnDel)});
|
|
|
- this.popupMenu2.Manager = this.barManager1;
|
|
|
- this.popupMenu2.Name = "popupMenu2";
|
|
|
+ // txtStartTime
|
|
|
//
|
|
|
- // barManager1
|
|
|
+ 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;
|
|
|
//
|
|
|
- this.barManager1.DockControls.Add(this.barDockControlTop);
|
|
|
- this.barManager1.DockControls.Add(this.barDockControlBottom);
|
|
|
- this.barManager1.DockControls.Add(this.barDockControlLeft);
|
|
|
- this.barManager1.DockControls.Add(this.barDockControlRight);
|
|
|
- this.barManager1.Form = this;
|
|
|
- this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
|
- this.btnDel});
|
|
|
- this.barManager1.MaxItemId = 1;
|
|
|
+ // txtTimeCho
|
|
|
//
|
|
|
- // barDockControlTop
|
|
|
+ this.txtTimeCho.EditValue = 1;
|
|
|
+ this.txtTimeCho.Location = new System.Drawing.Point(59, 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)});
|
|
|
+ this.txtTimeCho.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
|
|
|
+ new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近1小时", 1, -1),
|
|
|
+ new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近6小时", 6, -1),
|
|
|
+ new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近12小时", 12, -1),
|
|
|
+ new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近1天", 24, -1),
|
|
|
+ new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近3天", 72, -1),
|
|
|
+ new DevExpress.XtraEditors.Controls.ImageComboBoxItem("自定义", 0, -1)});
|
|
|
+ this.txtTimeCho.Size = new System.Drawing.Size(99, 22);
|
|
|
+ this.txtTimeCho.StyleController = this.layoutControl1;
|
|
|
+ this.txtTimeCho.TabIndex = 11;
|
|
|
//
|
|
|
- this.barDockControlTop.CausesValidation = false;
|
|
|
- this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
- this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.barDockControlTop.Manager = this.barManager1;
|
|
|
- this.barDockControlTop.Size = new System.Drawing.Size(520, 0);
|
|
|
+ // txtEndTime
|
|
|
//
|
|
|
- // barDockControlBottom
|
|
|
+ this.txtEndTime.EditValue = null;
|
|
|
+ this.txtEndTime.Location = new System.Drawing.Point(429, 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)});
|
|
|
+ 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(149, 22);
|
|
|
+ this.txtEndTime.StyleController = this.layoutControl1;
|
|
|
+ this.txtEndTime.TabIndex = 8;
|
|
|
//
|
|
|
- this.barDockControlBottom.CausesValidation = false;
|
|
|
- this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
- this.barDockControlBottom.Location = new System.Drawing.Point(0, 364);
|
|
|
- this.barDockControlBottom.Manager = this.barManager1;
|
|
|
- this.barDockControlBottom.Size = new System.Drawing.Size(520, 0);
|
|
|
+ // layoutControlItem3
|
|
|
//
|
|
|
- // barDockControlLeft
|
|
|
+ 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.MaxSize = new System.Drawing.Size(160, 28);
|
|
|
+ this.layoutControlItem3.MinSize = new System.Drawing.Size(160, 28);
|
|
|
+ this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
+ this.layoutControlItem3.Size = new System.Drawing.Size(160, 28);
|
|
|
+ this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.layoutControlItem3.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
|
|
|
+ this.layoutControlItem3.Text = "时间选择";
|
|
|
+ this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
+ this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
|
|
|
+ this.layoutControlItem3.TextToControlDistance = 5;
|
|
|
//
|
|
|
- this.barDockControlLeft.CausesValidation = false;
|
|
|
- this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
- this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.barDockControlLeft.Manager = this.barManager1;
|
|
|
- this.barDockControlLeft.Size = new System.Drawing.Size(0, 364);
|
|
|
+ // layoutControlItem4
|
|
|
//
|
|
|
- // barDockControlRight
|
|
|
+ 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.MaxSize = new System.Drawing.Size(210, 28);
|
|
|
+ this.layoutControlItem4.MinSize = new System.Drawing.Size(210, 28);
|
|
|
+ this.layoutControlItem4.Name = "layoutControlItem4";
|
|
|
+ this.layoutControlItem4.Size = new System.Drawing.Size(210, 28);
|
|
|
+ this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.layoutControlItem4.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
|
|
|
+ this.layoutControlItem4.Text = "开始时间";
|
|
|
+ this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
+ this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
|
|
|
+ this.layoutControlItem4.TextToControlDistance = 5;
|
|
|
+ this.layoutControlItem4.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
//
|
|
|
- this.barDockControlRight.CausesValidation = false;
|
|
|
- this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
- this.barDockControlRight.Location = new System.Drawing.Point(520, 0);
|
|
|
- this.barDockControlRight.Manager = this.barManager1;
|
|
|
- this.barDockControlRight.Size = new System.Drawing.Size(0, 364);
|
|
|
+ // layoutControlItem5
|
|
|
//
|
|
|
- // btnDel
|
|
|
+ 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.MaxSize = new System.Drawing.Size(210, 28);
|
|
|
+ this.layoutControlItem5.MinSize = new System.Drawing.Size(210, 28);
|
|
|
+ this.layoutControlItem5.Name = "layoutControlItem5";
|
|
|
+ this.layoutControlItem5.Size = new System.Drawing.Size(210, 28);
|
|
|
+ this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.layoutControlItem5.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
|
|
|
+ this.layoutControlItem5.Text = "结束时间";
|
|
|
+ this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
+ this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
|
|
|
+ this.layoutControlItem5.TextToControlDistance = 5;
|
|
|
+ this.layoutControlItem5.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
//
|
|
|
- this.btnDel.Caption = "删除";
|
|
|
- this.btnDel.Id = 0;
|
|
|
- this.btnDel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnDel.ImageOptions.SvgImage")));
|
|
|
- this.btnDel.Name = "btnDel";
|
|
|
- this.btnDel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDel_ItemClick);
|
|
|
+ // 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.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.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;
|
|
|
//
|
|
|
// CtrlCgRes
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.Controls.Add(this.gridCg);
|
|
|
- this.Controls.Add(this.barDockControlLeft);
|
|
|
- this.Controls.Add(this.barDockControlRight);
|
|
|
- this.Controls.Add(this.barDockControlBottom);
|
|
|
- this.Controls.Add(this.barDockControlTop);
|
|
|
+ this.Controls.Add(this.layoutControl1);
|
|
|
this.Name = "CtrlCgRes";
|
|
|
- this.Size = new System.Drawing.Size(520, 364);
|
|
|
+ this.Size = new System.Drawing.Size(1093, 465);
|
|
|
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.popupMenu2)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).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.layoutControlItem3)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
- this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
-
|
|
|
+ private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
|
private DevExpress.XtraGrid.GridControl gridCg;
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
|
- private DevExpress.XtraBars.PopupMenu popupMenu2;
|
|
|
- private DevExpress.XtraBars.BarManager barManager1;
|
|
|
- private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
|
|
- private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
|
|
- private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|
|
- private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|
|
- private DevExpress.XtraBars.BarButtonItem btnDel;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
|
+ private DevExpress.XtraEditors.ImageComboBoxEdit txtTimeCho;
|
|
|
+ private DevExpress.XtraEditors.DateEdit txtStartTime;
|
|
|
+ private DevExpress.XtraEditors.DateEdit txtEndTime;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
|
+ private DevExpress.XtraEditors.SimpleButton btnSearch;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
|
}
|
|
|
}
|