namespace DW5S.App.UserControl { partial class CtrlAdRes { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { gridAdRes = new DevExpress.XtraGrid.GridControl(); gridView = new DevExpress.XtraGrid.Views.Grid.GridView(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); txtSat = new DevExpress.XtraEditors.SearchLookUpEdit(); searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); txtTimeCho = new DevExpress.XtraEditors.ImageComboBoxEdit(); ctrlPage = new CtrlPage(); txtSigEndTime = new DevExpress.XtraEditors.DateEdit(); btnQuery = new DevExpress.XtraEditors.SimpleButton(); txtSigStartTime = new DevExpress.XtraEditors.DateEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); itemStart = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); itemEnd = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); ((System.ComponentModel.ISupportInitialize)gridAdRes).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridView).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)txtSat.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtTimeCho.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtSigEndTime.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtSigEndTime.Properties.CalendarTimeProperties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtSigStartTime.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtSigStartTime.Properties.CalendarTimeProperties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)itemStart).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)itemEnd).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); SuspendLayout(); // // gridAdRes // gridAdRes.Location = new System.Drawing.Point(12, 38); gridAdRes.MainView = gridView; gridAdRes.Name = "gridAdRes"; gridAdRes.Size = new System.Drawing.Size(855, 374); gridAdRes.TabIndex = 6; gridAdRes.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView }); // // gridView // gridView.GridControl = gridAdRes; gridView.Name = "gridView"; // // layoutControl1 // layoutControl1.Controls.Add(txtSat); layoutControl1.Controls.Add(txtTimeCho); layoutControl1.Controls.Add(ctrlPage); layoutControl1.Controls.Add(txtSigEndTime); layoutControl1.Controls.Add(btnQuery); layoutControl1.Controls.Add(txtSigStartTime); layoutControl1.Controls.Add(gridAdRes); layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; layoutControl1.Location = new System.Drawing.Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = Root; layoutControl1.Size = new System.Drawing.Size(879, 455); layoutControl1.TabIndex = 5; layoutControl1.Text = "layoutControl1"; // // txtSat // txtSat.Location = new System.Drawing.Point(72, 12); txtSat.Name = "txtSat"; txtSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtSat.Properties.PopupView = searchLookUpEdit1View; txtSat.Size = new System.Drawing.Size(90, 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; // // txtTimeCho // txtTimeCho.EditValue = "1"; txtTimeCho.Location = new System.Drawing.Point(236, 12); 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("最近一天", "24", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近3天", "72", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("自定义", "0", -1) }); txtTimeCho.Size = new System.Drawing.Size(98, 20); txtTimeCho.StyleController = layoutControl1; txtTimeCho.TabIndex = 2; txtTimeCho.SelectedIndexChanged += txtTimeCho_SelectedIndexChanged; // // ctrlPage // ctrlPage.Location = new System.Drawing.Point(12, 416); ctrlPage.Margin = new System.Windows.Forms.Padding(0); ctrlPage.MinimumSize = new System.Drawing.Size(100, 26); ctrlPage.Name = "ctrlPage"; ctrlPage.Size = new System.Drawing.Size(855, 27); ctrlPage.TabIndex = 7; // // txtSigEndTime // txtSigEndTime.EditValue = null; txtSigEndTime.Location = new System.Drawing.Point(630, 12); txtSigEndTime.Name = "txtSigEndTime"; txtSigEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtSigEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtSigEndTime.Size = new System.Drawing.Size(144, 20); txtSigEndTime.StyleController = layoutControl1; txtSigEndTime.TabIndex = 4; // // btnQuery // btnQuery.Location = new System.Drawing.Point(778, 12); btnQuery.Name = "btnQuery"; btnQuery.Size = new System.Drawing.Size(79, 22); btnQuery.StyleController = layoutControl1; btnQuery.TabIndex = 5; btnQuery.Text = "查询"; btnQuery.Click += btnQuery_Click; // // txtSigStartTime // txtSigStartTime.EditValue = null; txtSigStartTime.Location = new System.Drawing.Point(408, 12); txtSigStartTime.Name = "txtSigStartTime"; txtSigStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtSigStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtSigStartTime.Size = new System.Drawing.Size(148, 20); txtSigStartTime.StyleController = layoutControl1; txtSigStartTime.TabIndex = 3; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, itemStart, layoutControlItem3, itemEnd, layoutControlItem5, layoutControlItem6, layoutControlItem7, emptySpaceItem1 }); Root.Name = "Root"; Root.Size = new System.Drawing.Size(879, 455); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = gridAdRes; layoutControlItem1.Location = new System.Drawing.Point(0, 26); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new System.Drawing.Size(859, 378); layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); layoutControlItem1.TextVisible = false; // // itemStart // itemStart.Control = txtSigStartTime; itemStart.Location = new System.Drawing.Point(326, 0); itemStart.Name = "itemStart"; itemStart.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2); itemStart.Size = new System.Drawing.Size(222, 26); itemStart.Text = "开始时间"; itemStart.TextSize = new System.Drawing.Size(48, 14); itemStart.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; // // layoutControlItem3 // layoutControlItem3.Control = btnQuery; layoutControlItem3.Location = new System.Drawing.Point(766, 0); layoutControlItem3.MaxSize = new System.Drawing.Size(83, 26); layoutControlItem3.MinSize = new System.Drawing.Size(83, 26); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new System.Drawing.Size(83, 26); layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); layoutControlItem3.TextVisible = false; // // itemEnd // itemEnd.Control = txtSigEndTime; itemEnd.Location = new System.Drawing.Point(548, 0); itemEnd.Name = "itemEnd"; itemEnd.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2); itemEnd.Size = new System.Drawing.Size(218, 26); itemEnd.Text = "结束时间"; itemEnd.TextSize = new System.Drawing.Size(48, 14); itemEnd.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; // // layoutControlItem5 // layoutControlItem5.Control = ctrlPage; layoutControlItem5.Location = new System.Drawing.Point(0, 404); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new System.Drawing.Size(859, 31); layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); layoutControlItem5.TextVisible = false; // // layoutControlItem6 // layoutControlItem6.Control = txtTimeCho; layoutControlItem6.Location = new System.Drawing.Point(154, 0); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2); layoutControlItem6.Size = new System.Drawing.Size(172, 26); layoutControlItem6.Text = "时间选择"; layoutControlItem6.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem7 // layoutControlItem7.Control = txtSat; layoutControlItem7.Location = new System.Drawing.Point(0, 0); layoutControlItem7.Name = "layoutControlItem7"; layoutControlItem7.Size = new System.Drawing.Size(154, 26); layoutControlItem7.Text = "卫星"; layoutControlItem7.TextSize = new System.Drawing.Size(48, 14); // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new System.Drawing.Point(849, 0); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new System.Drawing.Size(10, 26); emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // CtrlAdRes // AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "CtrlAdRes"; Size = new System.Drawing.Size(879, 455); Load += CtrlAdRes_Load; ((System.ComponentModel.ISupportInitialize)gridAdRes).EndInit(); ((System.ComponentModel.ISupportInitialize)gridView).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)txtSat.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).EndInit(); ((System.ComponentModel.ISupportInitialize)txtTimeCho.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtSigEndTime.Properties.CalendarTimeProperties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtSigEndTime.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtSigStartTime.Properties.CalendarTimeProperties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtSigStartTime.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)itemStart).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)itemEnd).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridAdRes; private DevExpress.XtraGrid.Views.Grid.GridView gridView; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.DateEdit txtSigStartTime; private DevExpress.XtraLayout.LayoutControlItem itemStart; private DevExpress.XtraEditors.SimpleButton btnQuery; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraEditors.DateEdit txtSigEndTime; private DevExpress.XtraLayout.LayoutControlItem itemEnd; private CtrlPage ctrlPage; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraEditors.SearchLookUpEdit txtSat; private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View; private DevExpress.XtraEditors.ImageComboBoxEdit txtTimeCho; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; } }