namespace DW5S.App.UserControl { partial class CtrlCgRes { /// /// 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() { this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); 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.txtTask = new DevExpress.XtraEditors.SearchLookUpEdit(); this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); 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.btnDraw = new DevExpress.XtraEditors.SimpleButton(); this.layoutControlItem4 = 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.txtTask.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(); 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.Controls.Add(this.txtTask); 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"; // // 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, 437); this.gridCg.TabIndex = 4; this.gridCg.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.GridControl = this.gridCg; this.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); // // 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; // // 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; // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(962, 2); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(86, 20); this.btnSearch.StyleController = this.layoutControl1; this.btnSearch.TabIndex = 9; this.btnSearch.Text = "查询"; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // 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, 20); 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; // // 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.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; // // 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, 441); 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(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; // // 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; // // 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; // // 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.Text = "layoutControlItemSearch"; this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.TextVisible = false; // // 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, 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; // // btnDraw // this.btnDraw.Location = new System.Drawing.Point(1052, 2); this.btnDraw.Name = "btnDraw"; this.btnDraw.Size = new System.Drawing.Size(86, 20); this.btnDraw.StyleController = this.layoutControl1; this.btnDraw.TabIndex = 9; this.btnDraw.Text = "绘图"; this.btnDraw.Click += new System.EventHandler(this.btnDraw_Click); // // 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.Text = "layoutControlItemSearch"; this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // CtrlCgRes // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl1); this.Name = "CtrlCgRes"; this.Size = new System.Drawing.Size(1200, 465); this.Load += new System.EventHandler(this.CtrlCgRes_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.txtTask.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(); this.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 txtTask; private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View; private DevExpress.XtraEditors.SimpleButton btnDraw; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; } }