namespace DW5S.App.UserControl { partial class CtrlRefCgRes { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); ctrlPage1 = new CtrlPage(); 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(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); ((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(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(ctrlPage1); 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"; // // ctrlPage1 // ctrlPage1.Location = new System.Drawing.Point(2, 435); ctrlPage1.Margin = new System.Windows.Forms.Padding(0); ctrlPage1.MinimumSize = new System.Drawing.Size(100, 26); ctrlPage1.Name = "ctrlPage1"; ctrlPage1.Size = new System.Drawing.Size(1196, 28); ctrlPage1.TabIndex = 8; // // gridCg // gridCg.Location = new System.Drawing.Point(2, 26); gridCg.MainView = gridView1; gridCg.Name = "gridCg"; gridCg.Size = new System.Drawing.Size(1196, 405); gridCg.TabIndex = 7; gridCg.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // gridView1 // gridView1.GridControl = gridCg; gridView1.Name = "gridView1"; // // txtTimeCho // 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 // 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 // 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 // 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 // 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 // searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; searchLookUpEdit1View.Name = "searchLookUpEdit1View"; searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; searchLookUpEdit1View.OptionsView.ShowGroupPanel = false; // // btnDraw // 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 // layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; layoutControlGroup1.GroupBordersVisible = false; layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3, itemStart, itemEnd, layoutControlItem6, layoutControlItem1, layoutControlItem4, emptySpaceItem1, layoutControlItem5 }); 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 // 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, 409); layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); layoutControlItem2.TextVisible = false; // // layoutControlItem3 // 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 // 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 // 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 // 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 // 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 // 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); // // layoutControlItem5 // layoutControlItem5.Control = ctrlPage1; layoutControlItem5.Location = new System.Drawing.Point(0, 433); layoutControlItem5.MaxSize = new System.Drawing.Size(0, 32); layoutControlItem5.MinSize = new System.Drawing.Size(104, 32); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new System.Drawing.Size(1200, 32); layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); layoutControlItem5.TextVisible = false; // // CtrlRefCgRes // 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(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraGrid.GridControl gridCg; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; 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 itemStart; private DevExpress.XtraLayout.LayoutControlItem itemEnd; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraEditors.SimpleButton btnSearch; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.SearchLookUpEdit txtSat; private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View; private DevExpress.XtraEditors.SimpleButton btnDraw; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private CtrlPage ctrlPage1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; } }