namespace DW5S.App.UserControl { partial class CtrlRefTask { /// /// 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() { gridRefTask = new DevExpress.XtraGrid.GridControl(); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); txtRef = new DevExpress.XtraEditors.SearchLookUpEdit(); searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); btnStart = new DevExpress.XtraEditors.SimpleButton(); btnSerach = new DevExpress.XtraEditors.SimpleButton(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)gridRefTask).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)txtRef.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); SuspendLayout(); // // gridRefTask // gridRefTask.Location = new System.Drawing.Point(12, 36); gridRefTask.MainView = gridView1; gridRefTask.Name = "gridRefTask"; gridRefTask.Size = new System.Drawing.Size(623, 374); gridRefTask.TabIndex = 0; gridRefTask.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // gridView1 // gridView1.GridControl = gridRefTask; gridView1.Name = "gridView1"; gridView1.CustomDrawCell += gridView1_CustomDrawCell; gridView1.DoubleClick += gridView1_DoubleClick; // // layoutControl1 // layoutControl1.Controls.Add(gridRefTask); layoutControl1.Controls.Add(txtRef); layoutControl1.Controls.Add(btnStart); layoutControl1.Controls.Add(btnSerach); 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(647, 422); layoutControl1.TabIndex = 1; layoutControl1.Text = "layoutControl1"; // // txtRef // txtRef.EditValue = 1; txtRef.Location = new System.Drawing.Point(53, 12); txtRef.Name = "txtRef"; txtRef.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtRef.Properties.NullText = ""; txtRef.Properties.PopupSizeable = false; txtRef.Properties.PopupView = searchLookUpEdit1View; txtRef.Size = new System.Drawing.Size(205, 20); txtRef.StyleController = layoutControl1; txtRef.TabIndex = 11; // // searchLookUpEdit1View // searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; searchLookUpEdit1View.Name = "searchLookUpEdit1View"; searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; searchLookUpEdit1View.OptionsView.ShowGroupPanel = false; // // btnStart // btnStart.Location = new System.Drawing.Point(549, 12); btnStart.MaximumSize = new System.Drawing.Size(0, 21); btnStart.MinimumSize = new System.Drawing.Size(0, 21); btnStart.Name = "btnStart"; btnStart.Size = new System.Drawing.Size(86, 21); btnStart.StyleController = layoutControl1; btnStart.TabIndex = 9; btnStart.Text = "启动任务"; // // btnSerach // btnSerach.Location = new System.Drawing.Point(262, 12); btnSerach.MaximumSize = new System.Drawing.Size(0, 21); btnSerach.MinimumSize = new System.Drawing.Size(0, 21); btnSerach.Name = "btnSerach"; btnSerach.Size = new System.Drawing.Size(86, 21); btnSerach.StyleController = layoutControl1; btnSerach.TabIndex = 9; btnSerach.Text = "查询"; btnSerach.Click += btnSerach_Click; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem3, emptySpaceItem1, layoutControlItem6, layoutControlItem2 }); Root.Name = "Root"; Root.Size = new System.Drawing.Size(647, 422); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = gridRefTask; layoutControlItem1.Location = new System.Drawing.Point(0, 24); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new System.Drawing.Size(627, 378); layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); layoutControlItem1.TextVisible = false; // // layoutControlItem3 // layoutControlItem3.Control = txtRef; layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; layoutControlItem3.CustomizationFormText = "时间选择"; layoutControlItem3.Location = new System.Drawing.Point(0, 0); layoutControlItem3.MaxSize = new System.Drawing.Size(250, 24); layoutControlItem3.MinSize = new System.Drawing.Size(250, 24); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new System.Drawing.Size(250, 24); layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem3.Text = "参考站"; layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; layoutControlItem3.TextSize = new System.Drawing.Size(36, 14); layoutControlItem3.TextToControlDistance = 5; // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new System.Drawing.Point(340, 0); emptySpaceItem1.MinSize = new System.Drawing.Size(104, 24); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new System.Drawing.Size(197, 24); emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem6 // layoutControlItem6.Control = btnStart; layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; layoutControlItem6.CustomizationFormText = "layoutControlItemSearch"; layoutControlItem6.Location = new System.Drawing.Point(537, 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; // // layoutControlItem2 // layoutControlItem2.Control = btnSerach; layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; layoutControlItem2.CustomizationFormText = "layoutControlItemSearch"; layoutControlItem2.Location = new System.Drawing.Point(250, 0); layoutControlItem2.MaxSize = new System.Drawing.Size(90, 24); layoutControlItem2.MinSize = new System.Drawing.Size(90, 24); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new System.Drawing.Size(90, 24); layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem2.Text = "layoutControlItemSearch"; layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); layoutControlItem2.TextVisible = false; // // CtrlRefTask // AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "CtrlRefTask"; Size = new System.Drawing.Size(647, 422); Load += CtrlRefTask_Load; ((System.ComponentModel.ISupportInitialize)gridRefTask).EndInit(); ((System.ComponentModel.ISupportInitialize)gridView1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)txtRef.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridRefTask; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.SearchLookUpEdit txtRef; private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraEditors.SimpleButton btnStart; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraEditors.SimpleButton btnSerach; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; } }