namespace DW5S.App.UserControl { partial class CtrlXl { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlXl)); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); ctrlPage1 = new CtrlPage(); txtSat = new DevExpress.XtraEditors.SearchLookUpEdit(); searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); btnImp = new DevExpress.XtraEditors.SimpleButton(); gridXl = new DevExpress.XtraGrid.GridControl(); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); btnOpen = new DevExpress.XtraEditors.ButtonEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)txtSat.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridXl).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit(); ((System.ComponentModel.ISupportInitialize)btnOpen.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(ctrlPage1); layoutControl1.Controls.Add(txtSat); layoutControl1.Controls.Add(btnImp); layoutControl1.Controls.Add(gridXl); layoutControl1.Controls.Add(btnOpen); layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; layoutControl1.Location = new System.Drawing.Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1044, 185, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new System.Drawing.Size(694, 473); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // ctrlPage1 // ctrlPage1.Location = new System.Drawing.Point(4, 443); 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(686, 26); ctrlPage1.TabIndex = 13; // // txtSat // txtSat.Location = new System.Drawing.Point(61, 32); 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(629, 20); txtSat.StyleController = layoutControl1; txtSat.TabIndex = 12; txtSat.EditValueChanged += TxtSat_EditValueChanged; // // searchLookUpEdit1View // searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; searchLookUpEdit1View.Name = "searchLookUpEdit1View"; searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; searchLookUpEdit1View.OptionsView.ShowGroupPanel = false; // // btnImp // btnImp.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnImp.ImageOptions.SvgImage"); btnImp.Location = new System.Drawing.Point(594, 4); btnImp.Name = "btnImp"; btnImp.Size = new System.Drawing.Size(96, 24); btnImp.StyleController = layoutControl1; btnImp.TabIndex = 6; btnImp.Text = "导入"; btnImp.Click += btnImp_Click; // // gridXl // gridXl.EmbeddedNavigator.Buttons.Append.Visible = false; gridXl.EmbeddedNavigator.Buttons.CancelEdit.Visible = false; gridXl.EmbeddedNavigator.Buttons.Edit.Visible = false; gridXl.EmbeddedNavigator.Buttons.EndEdit.Visible = false; gridXl.EmbeddedNavigator.Buttons.Next.Visible = false; gridXl.EmbeddedNavigator.Buttons.Prev.Visible = false; gridXl.EmbeddedNavigator.Buttons.Remove.Visible = false; gridXl.EmbeddedNavigator.TextLocation = DevExpress.XtraEditors.NavigatorButtonsTextLocation.Begin; gridXl.EmbeddedNavigator.TextStringFormat = "第{0}页/共{1}页"; gridXl.Location = new System.Drawing.Point(2, 54); gridXl.MainView = gridView1; gridXl.Name = "gridXl"; gridXl.Size = new System.Drawing.Size(690, 387); gridXl.TabIndex = 5; gridXl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // gridView1 // gridView1.GridControl = gridXl; gridView1.Name = "gridView1"; // // btnOpen // btnOpen.Location = new System.Drawing.Point(61, 4); btnOpen.Name = "btnOpen"; btnOpen.Properties.AutoHeight = false; btnOpen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); btnOpen.Size = new System.Drawing.Size(529, 24); btnOpen.StyleController = layoutControl1; btnOpen.TabIndex = 4; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, layoutControlItem4, layoutControlItem5 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2); Root.Size = new System.Drawing.Size(694, 473); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = btnOpen; layoutControlItem1.Location = new System.Drawing.Point(0, 0); layoutControlItem1.MaxSize = new System.Drawing.Size(0, 28); layoutControlItem1.MinSize = new System.Drawing.Size(118, 28); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new System.Drawing.Size(590, 28); layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem1.Text = "星历文件"; layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize; layoutControlItem1.TextSize = new System.Drawing.Size(52, 14); layoutControlItem1.TextToControlDistance = 5; // // layoutControlItem2 // layoutControlItem2.Control = gridXl; layoutControlItem2.Location = new System.Drawing.Point(0, 52); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlItem2.Size = new System.Drawing.Size(690, 387); layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); layoutControlItem2.TextVisible = false; // // layoutControlItem3 // layoutControlItem3.Control = btnImp; layoutControlItem3.Location = new System.Drawing.Point(590, 0); layoutControlItem3.MaxSize = new System.Drawing.Size(100, 28); layoutControlItem3.MinSize = new System.Drawing.Size(100, 28); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new System.Drawing.Size(100, 28); layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); layoutControlItem3.TextVisible = false; // // layoutControlItem4 // layoutControlItem4.Control = txtSat; layoutControlItem4.Location = new System.Drawing.Point(0, 28); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new System.Drawing.Size(690, 24); layoutControlItem4.Text = "卫星"; layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize; layoutControlItem4.TextSize = new System.Drawing.Size(50, 20); layoutControlItem4.TextToControlDistance = 7; // // layoutControlItem5 // layoutControlItem5.Control = ctrlPage1; layoutControlItem5.Location = new System.Drawing.Point(0, 439); layoutControlItem5.MaxSize = new System.Drawing.Size(0, 30); layoutControlItem5.MinSize = new System.Drawing.Size(104, 30); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new System.Drawing.Size(690, 30); layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); layoutControlItem5.TextVisible = false; // // CtrlXl // AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "CtrlXl"; Size = new System.Drawing.Size(694, 473); Load += CtrlXl_Load; ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)txtSat.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).EndInit(); ((System.ComponentModel.ISupportInitialize)gridXl).EndInit(); ((System.ComponentModel.ISupportInitialize)gridView1).EndInit(); ((System.ComponentModel.ISupportInitialize)btnOpen.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraGrid.GridControl gridXl; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraEditors.ButtonEdit btnOpen; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraEditors.SimpleButton btnImp; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraEditors.SearchLookUpEdit txtSat; private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private CtrlPage ctrlPage1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; } }