|
@@ -29,349 +29,313 @@ namespace DW5S.App.UserControl
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
- this.ctrlPaging = new DW5S.App.UserControl.CtrlPaging();
|
|
|
- this.gridCg = new DevExpress.XtraGrid.GridControl();
|
|
|
- this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
- 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.txtSat = new DevExpress.XtraEditors.SearchLookUpEdit();
|
|
|
- this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
- this.btnDraw = new DevExpress.XtraEditors.SimpleButton();
|
|
|
- this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
- this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.itemStart = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.itemEnd = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
- this.layoutControl1.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.gridCg)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).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.txtEndTime.Properties)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtSat.Properties)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.itemStart)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.itemEnd)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
|
- this.SuspendLayout();
|
|
|
+ layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
+ gridCg = new DevExpress.XtraGrid.GridControl();
|
|
|
+ gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
+ txtTimeCho = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
|
|
+ txtStartTime = new DevExpress.XtraEditors.DateEdit();
|
|
|
+ txtEndTime = new DevExpress.XtraEditors.DateEdit();
|
|
|
+ btnSearch = new DevExpress.XtraEditors.SimpleButton();
|
|
|
+ txtSat = new DevExpress.XtraEditors.SearchLookUpEdit();
|
|
|
+ searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
+ btnDraw = new DevExpress.XtraEditors.SimpleButton();
|
|
|
+ layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
+ layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ itemStart = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ itemEnd = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
|
|
+ layoutControl1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)gridCg).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtTimeCho.Properties).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties.CalendarTimeProperties).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties.CalendarTimeProperties).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtSat.Properties).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)itemStart).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)itemEnd).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
|
|
+ SuspendLayout();
|
|
|
//
|
|
|
// layoutControl1
|
|
|
//
|
|
|
- this.layoutControl1.Controls.Add(this.ctrlPaging);
|
|
|
- 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.Controls.Add(this.txtSat);
|
|
|
- this.layoutControl1.Controls.Add(this.btnDraw);
|
|
|
- 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(1200, 465);
|
|
|
- this.layoutControl1.TabIndex = 7;
|
|
|
- this.layoutControl1.Text = "layoutControl2";
|
|
|
- //
|
|
|
- // ctrlPaging
|
|
|
- //
|
|
|
- this.ctrlPaging.Location = new System.Drawing.Point(2, 431);
|
|
|
- this.ctrlPaging.Name = "ctrlPaging";
|
|
|
- this.ctrlPaging.Size = new System.Drawing.Size(1196, 32);
|
|
|
- this.ctrlPaging.TabIndex = 12;
|
|
|
+ layoutControl1.Controls.Add(gridCg);
|
|
|
+ layoutControl1.Controls.Add(txtTimeCho);
|
|
|
+ layoutControl1.Controls.Add(txtStartTime);
|
|
|
+ layoutControl1.Controls.Add(txtEndTime);
|
|
|
+ layoutControl1.Controls.Add(btnSearch);
|
|
|
+ layoutControl1.Controls.Add(txtSat);
|
|
|
+ layoutControl1.Controls.Add(btnDraw);
|
|
|
+ layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ layoutControl1.Name = "layoutControl1";
|
|
|
+ layoutControl1.Root = layoutControlGroup1;
|
|
|
+ layoutControl1.Size = new System.Drawing.Size(1200, 465);
|
|
|
+ layoutControl1.TabIndex = 7;
|
|
|
+ layoutControl1.Text = "layoutControl2";
|
|
|
//
|
|
|
// gridCg
|
|
|
//
|
|
|
- this.gridCg.Location = new System.Drawing.Point(2, 26);
|
|
|
- this.gridCg.MainView = this.gridView1;
|
|
|
- this.gridCg.Name = "gridCg";
|
|
|
- this.gridCg.Size = new System.Drawing.Size(1196, 401);
|
|
|
- this.gridCg.TabIndex = 4;
|
|
|
- this.gridCg.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
- this.gridView1});
|
|
|
+ gridCg.Location = new System.Drawing.Point(2, 26);
|
|
|
+ gridCg.MainView = gridView1;
|
|
|
+ gridCg.Name = "gridCg";
|
|
|
+ gridCg.Size = new System.Drawing.Size(1196, 437);
|
|
|
+ gridCg.TabIndex = 7;
|
|
|
+ gridCg.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
|
|
//
|
|
|
// gridView1
|
|
|
//
|
|
|
- this.gridView1.GridControl = this.gridCg;
|
|
|
- this.gridView1.Name = "gridView1";
|
|
|
+ gridView1.GridControl = gridCg;
|
|
|
+ gridView1.Name = "gridView1";
|
|
|
//
|
|
|
// txtTimeCho
|
|
|
//
|
|
|
- this.txtTimeCho.EditValue = 1;
|
|
|
- this.txtTimeCho.Location = new System.Drawing.Point(319, 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, 20);
|
|
|
- this.txtTimeCho.StyleController = this.layoutControl1;
|
|
|
- this.txtTimeCho.TabIndex = 11;
|
|
|
- this.txtTimeCho.SelectedIndexChanged += new System.EventHandler(this.txtTimeCho_SelectedIndexChanged);
|
|
|
+ txtTimeCho.EditValue = 1;
|
|
|
+ txtTimeCho.Location = new System.Drawing.Point(315, 2);
|
|
|
+ txtTimeCho.Name = "txtTimeCho";
|
|
|
+ txtTimeCho.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
|
+ 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) });
|
|
|
+ txtTimeCho.Size = new System.Drawing.Size(103, 20);
|
|
|
+ txtTimeCho.StyleController = layoutControl1;
|
|
|
+ txtTimeCho.TabIndex = 2;
|
|
|
+ txtTimeCho.SelectedIndexChanged += txtTimeCho_SelectedIndexChanged;
|
|
|
//
|
|
|
// txtStartTime
|
|
|
//
|
|
|
- this.txtStartTime.EditValue = null;
|
|
|
- this.txtStartTime.Location = new System.Drawing.Point(489, 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(199, 20);
|
|
|
- this.txtStartTime.StyleController = this.layoutControl1;
|
|
|
- this.txtStartTime.TabIndex = 7;
|
|
|
+ txtStartTime.EditValue = null;
|
|
|
+ txtStartTime.Location = new System.Drawing.Point(485, 2);
|
|
|
+ txtStartTime.Name = "txtStartTime";
|
|
|
+ txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
|
+ txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
|
+ txtStartTime.Size = new System.Drawing.Size(203, 20);
|
|
|
+ txtStartTime.StyleController = layoutControl1;
|
|
|
+ txtStartTime.TabIndex = 3;
|
|
|
//
|
|
|
// txtEndTime
|
|
|
//
|
|
|
- this.txtEndTime.EditValue = null;
|
|
|
- this.txtEndTime.Location = new System.Drawing.Point(759, 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(199, 20);
|
|
|
- this.txtEndTime.StyleController = this.layoutControl1;
|
|
|
- this.txtEndTime.TabIndex = 8;
|
|
|
+ txtEndTime.EditValue = null;
|
|
|
+ txtEndTime.Location = new System.Drawing.Point(755, 2);
|
|
|
+ txtEndTime.Name = "txtEndTime";
|
|
|
+ txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
|
+ txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
|
+ txtEndTime.Size = new System.Drawing.Size(203, 20);
|
|
|
+ txtEndTime.StyleController = layoutControl1;
|
|
|
+ txtEndTime.TabIndex = 4;
|
|
|
//
|
|
|
// btnSearch
|
|
|
//
|
|
|
- this.btnSearch.Location = new System.Drawing.Point(966, 4);
|
|
|
- this.btnSearch.MaximumSize = new System.Drawing.Size(0, 19);
|
|
|
- this.btnSearch.MinimumSize = new System.Drawing.Size(0, 19);
|
|
|
- this.btnSearch.Name = "btnSearch";
|
|
|
- this.btnSearch.Size = new System.Drawing.Size(82, 19);
|
|
|
- this.btnSearch.StyleController = this.layoutControl1;
|
|
|
- this.btnSearch.TabIndex = 9;
|
|
|
- this.btnSearch.Text = "查询";
|
|
|
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|
|
+ btnSearch.Location = new System.Drawing.Point(962, 2);
|
|
|
+ btnSearch.MaximumSize = new System.Drawing.Size(0, 21);
|
|
|
+ btnSearch.MinimumSize = new System.Drawing.Size(0, 21);
|
|
|
+ btnSearch.Name = "btnSearch";
|
|
|
+ btnSearch.Size = new System.Drawing.Size(86, 21);
|
|
|
+ btnSearch.StyleController = layoutControl1;
|
|
|
+ btnSearch.TabIndex = 5;
|
|
|
+ btnSearch.Text = "查询";
|
|
|
+ btnSearch.Click += btnSearch_Click;
|
|
|
//
|
|
|
// txtSat
|
|
|
//
|
|
|
- this.txtSat.EditValue = 1;
|
|
|
- this.txtSat.Location = new System.Drawing.Point(35, 4);
|
|
|
- this.txtSat.Name = "txtSat";
|
|
|
- this.txtSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
- this.txtSat.Properties.NullText = "";
|
|
|
- this.txtSat.Properties.PopupSizeable = false;
|
|
|
- this.txtSat.Properties.PopupView = this.searchLookUpEdit1View;
|
|
|
- this.txtSat.Size = new System.Drawing.Size(213, 20);
|
|
|
- this.txtSat.StyleController = this.layoutControl1;
|
|
|
- this.txtSat.TabIndex = 11;
|
|
|
+ txtSat.EditValue = 1;
|
|
|
+ txtSat.Location = new System.Drawing.Point(31, 2);
|
|
|
+ txtSat.Name = "txtSat";
|
|
|
+ txtSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
|
+ txtSat.Properties.NullText = "";
|
|
|
+ txtSat.Properties.PopupSizeable = false;
|
|
|
+ txtSat.Properties.PopupView = searchLookUpEdit1View;
|
|
|
+ txtSat.Size = new System.Drawing.Size(217, 20);
|
|
|
+ txtSat.StyleController = layoutControl1;
|
|
|
+ txtSat.TabIndex = 0;
|
|
|
//
|
|
|
// searchLookUpEdit1View
|
|
|
//
|
|
|
- this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
|
- this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
|
|
|
- this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
|
- this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
|
|
|
+ searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
|
+ searchLookUpEdit1View.Name = "searchLookUpEdit1View";
|
|
|
+ searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
|
+ searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
|
|
|
//
|
|
|
// btnDraw
|
|
|
//
|
|
|
- this.btnDraw.Location = new System.Drawing.Point(1056, 4);
|
|
|
- this.btnDraw.MaximumSize = new System.Drawing.Size(0, 19);
|
|
|
- this.btnDraw.MinimumSize = new System.Drawing.Size(0, 19);
|
|
|
- this.btnDraw.Name = "btnDraw";
|
|
|
- this.btnDraw.Size = new System.Drawing.Size(82, 19);
|
|
|
- this.btnDraw.StyleController = this.layoutControl1;
|
|
|
- this.btnDraw.TabIndex = 9;
|
|
|
- this.btnDraw.Text = "绘图";
|
|
|
- this.btnDraw.Click += new System.EventHandler(this.btnDraw_Click);
|
|
|
+ btnDraw.Location = new System.Drawing.Point(1052, 2);
|
|
|
+ btnDraw.MaximumSize = new System.Drawing.Size(0, 21);
|
|
|
+ btnDraw.MinimumSize = new System.Drawing.Size(0, 21);
|
|
|
+ btnDraw.Name = "btnDraw";
|
|
|
+ btnDraw.Size = new System.Drawing.Size(86, 21);
|
|
|
+ btnDraw.StyleController = layoutControl1;
|
|
|
+ btnDraw.TabIndex = 6;
|
|
|
+ btnDraw.Text = "绘图";
|
|
|
+ btnDraw.Click += btnDraw_Click;
|
|
|
//
|
|
|
// 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.itemStart,
|
|
|
- this.itemEnd,
|
|
|
- this.layoutControlItem6,
|
|
|
- this.layoutControlItem1,
|
|
|
- this.layoutControlItem4,
|
|
|
- this.layoutControlItem5});
|
|
|
- this.layoutControlGroup1.Name = "Root";
|
|
|
- this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
|
- this.layoutControlGroup1.Size = new System.Drawing.Size(1200, 465);
|
|
|
- this.layoutControlGroup1.TextVisible = false;
|
|
|
+ layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
+ layoutControlGroup1.GroupBordersVisible = false;
|
|
|
+ layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3, itemStart, itemEnd, layoutControlItem6, layoutControlItem1, layoutControlItem4, emptySpaceItem1 });
|
|
|
+ layoutControlGroup1.Name = "Root";
|
|
|
+ layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
|
+ layoutControlGroup1.Size = new System.Drawing.Size(1200, 465);
|
|
|
+ layoutControlGroup1.TextVisible = false;
|
|
|
//
|
|
|
// layoutControlItem2
|
|
|
//
|
|
|
- this.layoutControlItem2.Control = this.gridCg;
|
|
|
- this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
|
|
|
- this.layoutControlItem2.Name = "layoutControlItem2";
|
|
|
- this.layoutControlItem2.Size = new System.Drawing.Size(1200, 405);
|
|
|
- this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
- this.layoutControlItem2.TextVisible = false;
|
|
|
+ layoutControlItem2.Control = gridCg;
|
|
|
+ layoutControlItem2.Location = new System.Drawing.Point(0, 24);
|
|
|
+ layoutControlItem2.MinSize = new System.Drawing.Size(104, 24);
|
|
|
+ layoutControlItem2.Name = "layoutControlItem2";
|
|
|
+ layoutControlItem2.Size = new System.Drawing.Size(1200, 441);
|
|
|
+ layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ 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(250, 0);
|
|
|
- this.layoutControlItem3.MaxSize = new System.Drawing.Size(170, 24);
|
|
|
- this.layoutControlItem3.MinSize = new System.Drawing.Size(170, 24);
|
|
|
- this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
- this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
|
|
|
- this.layoutControlItem3.Size = new System.Drawing.Size(170, 24);
|
|
|
- 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;
|
|
|
+ layoutControlItem3.Control = txtTimeCho;
|
|
|
+ layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
+ layoutControlItem3.CustomizationFormText = "时间选择";
|
|
|
+ layoutControlItem3.Location = new System.Drawing.Point(250, 0);
|
|
|
+ layoutControlItem3.MaxSize = new System.Drawing.Size(170, 24);
|
|
|
+ layoutControlItem3.MinSize = new System.Drawing.Size(170, 24);
|
|
|
+ layoutControlItem3.Name = "layoutControlItem3";
|
|
|
+ layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
|
|
|
+ layoutControlItem3.Size = new System.Drawing.Size(170, 24);
|
|
|
+ layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ layoutControlItem3.Text = "时间选择";
|
|
|
+ layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
+ layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
|
|
|
+ layoutControlItem3.TextToControlDistance = 5;
|
|
|
//
|
|
|
// itemStart
|
|
|
//
|
|
|
- this.itemStart.Control = this.txtStartTime;
|
|
|
- this.itemStart.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
- this.itemStart.CustomizationFormText = "开始时间";
|
|
|
- this.itemStart.Location = new System.Drawing.Point(420, 0);
|
|
|
- this.itemStart.MaxSize = new System.Drawing.Size(270, 24);
|
|
|
- this.itemStart.MinSize = new System.Drawing.Size(270, 24);
|
|
|
- this.itemStart.Name = "itemStart";
|
|
|
- this.itemStart.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
|
|
|
- this.itemStart.Size = new System.Drawing.Size(270, 24);
|
|
|
- this.itemStart.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.itemStart.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
|
|
|
- this.itemStart.Text = "开始时间";
|
|
|
- this.itemStart.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
- this.itemStart.TextSize = new System.Drawing.Size(48, 14);
|
|
|
- this.itemStart.TextToControlDistance = 5;
|
|
|
- this.itemStart.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
+ itemStart.Control = txtStartTime;
|
|
|
+ itemStart.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
+ itemStart.CustomizationFormText = "开始时间";
|
|
|
+ itemStart.Location = new System.Drawing.Point(420, 0);
|
|
|
+ itemStart.MaxSize = new System.Drawing.Size(270, 24);
|
|
|
+ itemStart.MinSize = new System.Drawing.Size(270, 24);
|
|
|
+ itemStart.Name = "itemStart";
|
|
|
+ itemStart.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
|
|
|
+ itemStart.Size = new System.Drawing.Size(270, 24);
|
|
|
+ itemStart.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ itemStart.Text = "开始时间";
|
|
|
+ itemStart.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
+ itemStart.TextSize = new System.Drawing.Size(48, 14);
|
|
|
+ itemStart.TextToControlDistance = 5;
|
|
|
+ itemStart.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
//
|
|
|
// itemEnd
|
|
|
//
|
|
|
- this.itemEnd.Control = this.txtEndTime;
|
|
|
- this.itemEnd.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
- this.itemEnd.CustomizationFormText = "结束时间";
|
|
|
- this.itemEnd.Location = new System.Drawing.Point(690, 0);
|
|
|
- this.itemEnd.MaxSize = new System.Drawing.Size(270, 24);
|
|
|
- this.itemEnd.MinSize = new System.Drawing.Size(270, 24);
|
|
|
- this.itemEnd.Name = "itemEnd";
|
|
|
- this.itemEnd.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
|
|
|
- this.itemEnd.Size = new System.Drawing.Size(270, 24);
|
|
|
- this.itemEnd.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.itemEnd.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
|
|
|
- this.itemEnd.Text = "结束时间";
|
|
|
- this.itemEnd.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
- this.itemEnd.TextSize = new System.Drawing.Size(48, 14);
|
|
|
- this.itemEnd.TextToControlDistance = 5;
|
|
|
- this.itemEnd.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
+ itemEnd.Control = txtEndTime;
|
|
|
+ itemEnd.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
+ itemEnd.CustomizationFormText = "结束时间";
|
|
|
+ itemEnd.Location = new System.Drawing.Point(690, 0);
|
|
|
+ itemEnd.MaxSize = new System.Drawing.Size(270, 24);
|
|
|
+ itemEnd.MinSize = new System.Drawing.Size(270, 24);
|
|
|
+ itemEnd.Name = "itemEnd";
|
|
|
+ itemEnd.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
|
|
|
+ itemEnd.Size = new System.Drawing.Size(270, 24);
|
|
|
+ itemEnd.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ itemEnd.Text = "结束时间";
|
|
|
+ itemEnd.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
+ itemEnd.TextSize = new System.Drawing.Size(48, 14);
|
|
|
+ itemEnd.TextToControlDistance = 5;
|
|
|
+ itemEnd.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
//
|
|
|
// layoutControlItem6
|
|
|
//
|
|
|
- this.layoutControlItem6.Control = this.btnSearch;
|
|
|
- this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
- this.layoutControlItem6.CustomizationFormText = "layoutControlItemSearch";
|
|
|
- this.layoutControlItem6.Location = new System.Drawing.Point(960, 0);
|
|
|
- this.layoutControlItem6.MaxSize = new System.Drawing.Size(90, 24);
|
|
|
- this.layoutControlItem6.MinSize = new System.Drawing.Size(90, 24);
|
|
|
- this.layoutControlItem6.Name = "layoutControlItem6";
|
|
|
- this.layoutControlItem6.Size = new System.Drawing.Size(90, 24);
|
|
|
- this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.layoutControlItem6.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
|
|
|
- this.layoutControlItem6.Text = "layoutControlItemSearch";
|
|
|
- this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
|
- this.layoutControlItem6.TextVisible = false;
|
|
|
+ layoutControlItem6.Control = btnSearch;
|
|
|
+ layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
+ layoutControlItem6.CustomizationFormText = "layoutControlItemSearch";
|
|
|
+ layoutControlItem6.Location = new System.Drawing.Point(960, 0);
|
|
|
+ layoutControlItem6.MaxSize = new System.Drawing.Size(90, 24);
|
|
|
+ layoutControlItem6.MinSize = new System.Drawing.Size(90, 24);
|
|
|
+ layoutControlItem6.Name = "layoutControlItem6";
|
|
|
+ layoutControlItem6.Size = new System.Drawing.Size(90, 24);
|
|
|
+ layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ layoutControlItem6.Text = "layoutControlItemSearch";
|
|
|
+ layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ layoutControlItem6.TextVisible = false;
|
|
|
//
|
|
|
// layoutControlItem1
|
|
|
//
|
|
|
- this.layoutControlItem1.Control = this.txtSat;
|
|
|
- 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, 24);
|
|
|
- this.layoutControlItem1.MinSize = new System.Drawing.Size(250, 24);
|
|
|
- this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
- this.layoutControlItem1.Size = new System.Drawing.Size(250, 24);
|
|
|
- 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;
|
|
|
+ layoutControlItem1.Control = txtSat;
|
|
|
+ layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
+ layoutControlItem1.CustomizationFormText = "时间选择";
|
|
|
+ layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ layoutControlItem1.MaxSize = new System.Drawing.Size(250, 24);
|
|
|
+ layoutControlItem1.MinSize = new System.Drawing.Size(250, 24);
|
|
|
+ layoutControlItem1.Name = "layoutControlItem1";
|
|
|
+ layoutControlItem1.Size = new System.Drawing.Size(250, 24);
|
|
|
+ layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ layoutControlItem1.Text = "卫星";
|
|
|
+ layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
+ layoutControlItem1.TextSize = new System.Drawing.Size(24, 14);
|
|
|
+ layoutControlItem1.TextToControlDistance = 5;
|
|
|
//
|
|
|
// layoutControlItem4
|
|
|
//
|
|
|
- this.layoutControlItem4.Control = this.btnDraw;
|
|
|
- this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
- this.layoutControlItem4.CustomizationFormText = "layoutControlItemSearch";
|
|
|
- this.layoutControlItem4.Location = new System.Drawing.Point(1050, 0);
|
|
|
- this.layoutControlItem4.MaxSize = new System.Drawing.Size(90, 24);
|
|
|
- this.layoutControlItem4.MinSize = new System.Drawing.Size(90, 24);
|
|
|
- this.layoutControlItem4.Name = "layoutControlItem4";
|
|
|
- this.layoutControlItem4.Size = new System.Drawing.Size(150, 24);
|
|
|
- this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.layoutControlItem4.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
|
|
|
- this.layoutControlItem4.Text = "layoutControlItemSearch";
|
|
|
- this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
|
|
- this.layoutControlItem4.TextVisible = false;
|
|
|
- //
|
|
|
- // layoutControlItem5
|
|
|
- //
|
|
|
- this.layoutControlItem5.Control = this.ctrlPaging;
|
|
|
- this.layoutControlItem5.Location = new System.Drawing.Point(0, 429);
|
|
|
- this.layoutControlItem5.Name = "layoutControlItem5";
|
|
|
- this.layoutControlItem5.Size = new System.Drawing.Size(1200, 36);
|
|
|
- this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
|
|
- this.layoutControlItem5.TextVisible = false;
|
|
|
+ layoutControlItem4.Control = btnDraw;
|
|
|
+ layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
+ layoutControlItem4.CustomizationFormText = "layoutControlItemSearch";
|
|
|
+ layoutControlItem4.Location = new System.Drawing.Point(1050, 0);
|
|
|
+ layoutControlItem4.MaxSize = new System.Drawing.Size(90, 26);
|
|
|
+ layoutControlItem4.MinSize = new System.Drawing.Size(90, 24);
|
|
|
+ layoutControlItem4.Name = "layoutControlItem4";
|
|
|
+ layoutControlItem4.Size = new System.Drawing.Size(90, 24);
|
|
|
+ layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ layoutControlItem4.Text = "layoutControlItemSearch";
|
|
|
+ layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ layoutControlItem4.TextVisible = false;
|
|
|
+ //
|
|
|
+ // emptySpaceItem1
|
|
|
+ //
|
|
|
+ emptySpaceItem1.AllowHotTrack = false;
|
|
|
+ emptySpaceItem1.Location = new System.Drawing.Point(1140, 0);
|
|
|
+ emptySpaceItem1.Name = "emptySpaceItem1";
|
|
|
+ emptySpaceItem1.Size = new System.Drawing.Size(60, 24);
|
|
|
+ emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
//
|
|
|
// CtrlRefCgRes
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.Controls.Add(this.layoutControl1);
|
|
|
- this.Name = "CtrlRefCgRes";
|
|
|
- this.Size = new System.Drawing.Size(1200, 465);
|
|
|
- this.Load += new System.EventHandler(this.CtrlRefCgRes_Load);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
- this.layoutControl1.ResumeLayout(false);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.gridCg)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).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.txtEndTime.Properties.CalendarTimeProperties)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtSat.Properties)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.itemStart)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.itemEnd)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
|
- this.ResumeLayout(false);
|
|
|
-
|
|
|
+ AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
+ AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ Controls.Add(layoutControl1);
|
|
|
+ Name = "CtrlRefCgRes";
|
|
|
+ Size = new System.Drawing.Size(1200, 465);
|
|
|
+ Load += CtrlRefCgRes_Load;
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
|
|
+ layoutControl1.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)gridCg).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtTimeCho.Properties).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties.CalendarTimeProperties).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties.CalendarTimeProperties).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtSat.Properties).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)itemStart).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)itemEnd).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
|
|
+ ResumeLayout(false);
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
@@ -393,7 +357,6 @@ namespace DW5S.App.UserControl
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
|
|
|
private DevExpress.XtraEditors.SimpleButton btnDraw;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
|
- private CtrlPaging ctrlPaging;
|
|
|
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
|
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
|
}
|
|
|
}
|