|
@@ -29,379 +29,213 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlXl));
|
|
|
- this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
- this.txtSat = new DevExpress.XtraEditors.SearchLookUpEdit();
|
|
|
- this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
- this.btnGo = new DevExpress.XtraEditors.SimpleButton();
|
|
|
- this.txtGoPage = new DevExpress.XtraEditors.TextEdit();
|
|
|
- this.dataNavigator1 = new DevExpress.XtraEditors.DataNavigator();
|
|
|
- this.btnImp = new DevExpress.XtraEditors.SimpleButton();
|
|
|
- this.gridXl = new DevExpress.XtraGrid.GridControl();
|
|
|
- this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
- this.btnOpen = new DevExpress.XtraEditors.ButtonEdit();
|
|
|
- this.txtCountPerPage = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
|
- this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
- this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
|
- this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
|
- this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
- this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
- this.layoutControl1.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtSat.Properties)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtGoPage.Properties)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.gridXl)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.btnOpen.Properties)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtCountPerPage.Properties)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
|
- this.SuspendLayout();
|
|
|
+ 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
|
|
|
//
|
|
|
- this.layoutControl1.Controls.Add(this.txtSat);
|
|
|
- this.layoutControl1.Controls.Add(this.btnGo);
|
|
|
- this.layoutControl1.Controls.Add(this.txtGoPage);
|
|
|
- this.layoutControl1.Controls.Add(this.dataNavigator1);
|
|
|
- this.layoutControl1.Controls.Add(this.btnImp);
|
|
|
- this.layoutControl1.Controls.Add(this.gridXl);
|
|
|
- this.layoutControl1.Controls.Add(this.btnOpen);
|
|
|
- this.layoutControl1.Controls.Add(this.txtCountPerPage);
|
|
|
- this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.layoutControl1.Name = "layoutControl1";
|
|
|
- this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1044, 185, 650, 400);
|
|
|
- this.layoutControl1.Root = this.Root;
|
|
|
- this.layoutControl1.Size = new System.Drawing.Size(647, 473);
|
|
|
- this.layoutControl1.TabIndex = 0;
|
|
|
- this.layoutControl1.Text = "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
|
|
|
//
|
|
|
- this.txtSat.Location = new System.Drawing.Point(61, 32);
|
|
|
- this.txtSat.Name = "txtSat";
|
|
|
- this.txtSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
- this.txtSat.Properties.PopupView = this.searchLookUpEdit1View;
|
|
|
- this.txtSat.Size = new System.Drawing.Size(582, 20);
|
|
|
- this.txtSat.StyleController = this.layoutControl1;
|
|
|
- this.txtSat.TabIndex = 12;
|
|
|
- this.txtSat.EditValueChanged += new System.EventHandler(this.TxtSat_EditValueChanged);
|
|
|
+ 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
|
|
|
//
|
|
|
- this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
|
- this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
|
|
|
- this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
|
- this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
|
|
|
- //
|
|
|
- // btnGo
|
|
|
- //
|
|
|
- this.btnGo.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnGo.ImageOptions.SvgImage")));
|
|
|
- this.btnGo.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
|
|
|
- this.btnGo.Location = new System.Drawing.Point(623, 448);
|
|
|
- this.btnGo.Name = "btnGo";
|
|
|
- this.btnGo.Size = new System.Drawing.Size(20, 17);
|
|
|
- this.btnGo.StyleController = this.layoutControl1;
|
|
|
- this.btnGo.TabIndex = 11;
|
|
|
- this.btnGo.ToolTip = "跳转";
|
|
|
- this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
|
|
|
- //
|
|
|
- // txtGoPage
|
|
|
- //
|
|
|
- this.txtGoPage.Location = new System.Drawing.Point(543, 448);
|
|
|
- this.txtGoPage.Name = "txtGoPage";
|
|
|
- this.txtGoPage.Properties.AutoHeight = false;
|
|
|
- this.txtGoPage.Size = new System.Drawing.Size(76, 17);
|
|
|
- this.txtGoPage.StyleController = this.layoutControl1;
|
|
|
- this.txtGoPage.TabIndex = 9;
|
|
|
- //
|
|
|
- // dataNavigator1
|
|
|
- //
|
|
|
- this.dataNavigator1.Buttons.Append.Visible = false;
|
|
|
- this.dataNavigator1.Buttons.CancelEdit.Visible = false;
|
|
|
- this.dataNavigator1.Buttons.EndEdit.Visible = false;
|
|
|
- this.dataNavigator1.Buttons.Next.Visible = false;
|
|
|
- this.dataNavigator1.Buttons.Prev.Visible = false;
|
|
|
- this.dataNavigator1.Buttons.Remove.Visible = false;
|
|
|
- this.dataNavigator1.Location = new System.Drawing.Point(152, 448);
|
|
|
- this.dataNavigator1.Name = "dataNavigator1";
|
|
|
- this.dataNavigator1.Size = new System.Drawing.Size(152, 20);
|
|
|
- this.dataNavigator1.StyleController = this.layoutControl1;
|
|
|
- this.dataNavigator1.TabIndex = 8;
|
|
|
- this.dataNavigator1.Text = "dataNavigator1";
|
|
|
- this.dataNavigator1.TextLocation = DevExpress.XtraEditors.NavigatorButtonsTextLocation.Center;
|
|
|
- this.dataNavigator1.TextStringFormat = "第{0}页/共{1}页";
|
|
|
- this.dataNavigator1.ButtonClick += new DevExpress.XtraEditors.NavigatorButtonClickEventHandler(this.dataNavigator1_ButtonClick);
|
|
|
+ searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
|
+ searchLookUpEdit1View.Name = "searchLookUpEdit1View";
|
|
|
+ searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
|
+ searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
|
|
|
//
|
|
|
// btnImp
|
|
|
//
|
|
|
- this.btnImp.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnImp.ImageOptions.SvgImage")));
|
|
|
- this.btnImp.Location = new System.Drawing.Point(547, 4);
|
|
|
- this.btnImp.Name = "btnImp";
|
|
|
- this.btnImp.Size = new System.Drawing.Size(96, 24);
|
|
|
- this.btnImp.StyleController = this.layoutControl1;
|
|
|
- this.btnImp.TabIndex = 6;
|
|
|
- this.btnImp.Text = "导入";
|
|
|
- this.btnImp.Click += new System.EventHandler(this.btnImp_Click);
|
|
|
+ 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
|
|
|
//
|
|
|
- this.gridXl.EmbeddedNavigator.Buttons.Append.Visible = false;
|
|
|
- this.gridXl.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
|
|
|
- this.gridXl.EmbeddedNavigator.Buttons.Edit.Visible = false;
|
|
|
- this.gridXl.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
|
|
|
- this.gridXl.EmbeddedNavigator.Buttons.Next.Visible = false;
|
|
|
- this.gridXl.EmbeddedNavigator.Buttons.Prev.Visible = false;
|
|
|
- this.gridXl.EmbeddedNavigator.Buttons.Remove.Visible = false;
|
|
|
- this.gridXl.EmbeddedNavigator.TextLocation = DevExpress.XtraEditors.NavigatorButtonsTextLocation.Begin;
|
|
|
- this.gridXl.EmbeddedNavigator.TextStringFormat = "第{0}页/共{1}页";
|
|
|
- this.gridXl.Location = new System.Drawing.Point(2, 54);
|
|
|
- this.gridXl.MainView = this.gridView1;
|
|
|
- this.gridXl.Name = "gridXl";
|
|
|
- this.gridXl.Size = new System.Drawing.Size(643, 389);
|
|
|
- this.gridXl.TabIndex = 5;
|
|
|
- this.gridXl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
- this.gridView1});
|
|
|
+ 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
|
|
|
//
|
|
|
- this.gridView1.GridControl = this.gridXl;
|
|
|
- this.gridView1.Name = "gridView1";
|
|
|
+ gridView1.GridControl = gridXl;
|
|
|
+ gridView1.Name = "gridView1";
|
|
|
//
|
|
|
// btnOpen
|
|
|
//
|
|
|
- this.btnOpen.Location = new System.Drawing.Point(61, 4);
|
|
|
- this.btnOpen.Name = "btnOpen";
|
|
|
- this.btnOpen.Properties.AutoHeight = false;
|
|
|
- this.btnOpen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
- new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
|
- this.btnOpen.Size = new System.Drawing.Size(482, 24);
|
|
|
- this.btnOpen.StyleController = this.layoutControl1;
|
|
|
- this.btnOpen.TabIndex = 4;
|
|
|
- //
|
|
|
- // txtCountPerPage
|
|
|
- //
|
|
|
- this.txtCountPerPage.EditValue = "5000";
|
|
|
- this.txtCountPerPage.Location = new System.Drawing.Point(34, 448);
|
|
|
- this.txtCountPerPage.Name = "txtCountPerPage";
|
|
|
- this.txtCountPerPage.Properties.AutoHeight = false;
|
|
|
- this.txtCountPerPage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
- this.txtCountPerPage.Properties.Items.AddRange(new object[] {
|
|
|
- "100",
|
|
|
- "500",
|
|
|
- "1000",
|
|
|
- "2000",
|
|
|
- "5000",
|
|
|
- "10000"});
|
|
|
- this.txtCountPerPage.Size = new System.Drawing.Size(76, 18);
|
|
|
- this.txtCountPerPage.StyleController = this.layoutControl1;
|
|
|
- this.txtCountPerPage.TabIndex = 10;
|
|
|
- this.txtCountPerPage.EditValueChanged += new System.EventHandler(this.txtCountPerPage_EditValueChanged);
|
|
|
+ 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
|
|
|
//
|
|
|
- this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
- this.Root.GroupBordersVisible = false;
|
|
|
- this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
- this.layoutControlItem1,
|
|
|
- this.layoutControlItem2,
|
|
|
- this.layoutControlItem3,
|
|
|
- this.layoutControlItem5,
|
|
|
- this.layoutControlItem6,
|
|
|
- this.layoutControlItem7,
|
|
|
- this.simpleLabelItem1,
|
|
|
- this.simpleLabelItem2,
|
|
|
- this.layoutControlItem8,
|
|
|
- this.emptySpaceItem1,
|
|
|
- this.layoutControlItem4});
|
|
|
- this.Root.Name = "Root";
|
|
|
- this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
|
|
|
- this.Root.Size = new System.Drawing.Size(647, 473);
|
|
|
- this.Root.TextVisible = false;
|
|
|
+ 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
|
|
|
//
|
|
|
- this.layoutControlItem1.Control = this.btnOpen;
|
|
|
- this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 28);
|
|
|
- this.layoutControlItem1.MinSize = new System.Drawing.Size(118, 28);
|
|
|
- this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
- this.layoutControlItem1.Size = new System.Drawing.Size(543, 28);
|
|
|
- this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.layoutControlItem1.Text = "星历文件";
|
|
|
- this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
|
- this.layoutControlItem1.TextSize = new System.Drawing.Size(52, 14);
|
|
|
- this.layoutControlItem1.TextToControlDistance = 5;
|
|
|
+ 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
|
|
|
//
|
|
|
- this.layoutControlItem2.Control = this.gridXl;
|
|
|
- this.layoutControlItem2.Location = new System.Drawing.Point(0, 52);
|
|
|
- this.layoutControlItem2.Name = "layoutControlItem2";
|
|
|
- this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
|
- this.layoutControlItem2.Size = new System.Drawing.Size(643, 389);
|
|
|
- this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
- this.layoutControlItem2.TextVisible = false;
|
|
|
+ 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
|
|
|
//
|
|
|
- this.layoutControlItem3.Control = this.btnImp;
|
|
|
- this.layoutControlItem3.Location = new System.Drawing.Point(543, 0);
|
|
|
- this.layoutControlItem3.MaxSize = new System.Drawing.Size(100, 28);
|
|
|
- this.layoutControlItem3.MinSize = new System.Drawing.Size(100, 28);
|
|
|
- this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
- this.layoutControlItem3.Size = new System.Drawing.Size(100, 28);
|
|
|
- this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
|
- this.layoutControlItem3.TextVisible = false;
|
|
|
- //
|
|
|
- // layoutControlItem5
|
|
|
- //
|
|
|
- this.layoutControlItem5.Control = this.dataNavigator1;
|
|
|
- this.layoutControlItem5.Location = new System.Drawing.Point(148, 441);
|
|
|
- this.layoutControlItem5.MaxSize = new System.Drawing.Size(156, 25);
|
|
|
- this.layoutControlItem5.MinSize = new System.Drawing.Size(156, 25);
|
|
|
- this.layoutControlItem5.Name = "layoutControlItem5";
|
|
|
- this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 5, 2);
|
|
|
- this.layoutControlItem5.Size = new System.Drawing.Size(156, 28);
|
|
|
- this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
|
|
- this.layoutControlItem5.TextVisible = false;
|
|
|
- //
|
|
|
- // layoutControlItem6
|
|
|
- //
|
|
|
- this.layoutControlItem6.Control = this.txtGoPage;
|
|
|
- this.layoutControlItem6.Location = new System.Drawing.Point(539, 441);
|
|
|
- this.layoutControlItem6.MaxSize = new System.Drawing.Size(80, 24);
|
|
|
- this.layoutControlItem6.MinSize = new System.Drawing.Size(80, 24);
|
|
|
- this.layoutControlItem6.Name = "layoutControlItem6";
|
|
|
- this.layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 5, 2);
|
|
|
- this.layoutControlItem6.Size = new System.Drawing.Size(80, 28);
|
|
|
- this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
|
- this.layoutControlItem6.TextVisible = false;
|
|
|
- //
|
|
|
- // layoutControlItem7
|
|
|
+ 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;
|
|
|
//
|
|
|
- this.layoutControlItem7.Control = this.txtCountPerPage;
|
|
|
- this.layoutControlItem7.Location = new System.Drawing.Point(30, 441);
|
|
|
- this.layoutControlItem7.MaxSize = new System.Drawing.Size(80, 25);
|
|
|
- this.layoutControlItem7.MinSize = new System.Drawing.Size(80, 25);
|
|
|
- this.layoutControlItem7.Name = "layoutControlItem7";
|
|
|
- this.layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 5, 2);
|
|
|
- this.layoutControlItem7.Size = new System.Drawing.Size(80, 28);
|
|
|
- this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
|
|
- this.layoutControlItem7.TextVisible = false;
|
|
|
- //
|
|
|
- // simpleLabelItem1
|
|
|
- //
|
|
|
- this.simpleLabelItem1.AllowHotTrack = false;
|
|
|
- this.simpleLabelItem1.Location = new System.Drawing.Point(0, 441);
|
|
|
- this.simpleLabelItem1.MaxSize = new System.Drawing.Size(30, 28);
|
|
|
- this.simpleLabelItem1.MinSize = new System.Drawing.Size(30, 28);
|
|
|
- this.simpleLabelItem1.Name = "simpleLabelItem1";
|
|
|
- this.simpleLabelItem1.Size = new System.Drawing.Size(30, 28);
|
|
|
- this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.simpleLabelItem1.Text = "每页";
|
|
|
- this.simpleLabelItem1.TextSize = new System.Drawing.Size(24, 14);
|
|
|
- //
|
|
|
- // simpleLabelItem2
|
|
|
- //
|
|
|
- this.simpleLabelItem2.AllowHotTrack = false;
|
|
|
- this.simpleLabelItem2.Location = new System.Drawing.Point(110, 441);
|
|
|
- this.simpleLabelItem2.MaxSize = new System.Drawing.Size(38, 25);
|
|
|
- this.simpleLabelItem2.MinSize = new System.Drawing.Size(38, 25);
|
|
|
- this.simpleLabelItem2.Name = "simpleLabelItem2";
|
|
|
- this.simpleLabelItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 20, 2, 2);
|
|
|
- this.simpleLabelItem2.Size = new System.Drawing.Size(38, 28);
|
|
|
- this.simpleLabelItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.simpleLabelItem2.Text = "条";
|
|
|
- this.simpleLabelItem2.TextSize = new System.Drawing.Size(24, 14);
|
|
|
- //
|
|
|
- // layoutControlItem8
|
|
|
- //
|
|
|
- this.layoutControlItem8.Control = this.btnGo;
|
|
|
- this.layoutControlItem8.Location = new System.Drawing.Point(619, 441);
|
|
|
- this.layoutControlItem8.MaxSize = new System.Drawing.Size(24, 24);
|
|
|
- this.layoutControlItem8.MinSize = new System.Drawing.Size(24, 24);
|
|
|
- this.layoutControlItem8.Name = "layoutControlItem8";
|
|
|
- this.layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 5, 2);
|
|
|
- this.layoutControlItem8.Size = new System.Drawing.Size(24, 28);
|
|
|
- this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
|
|
|
- this.layoutControlItem8.TextVisible = false;
|
|
|
- //
|
|
|
- // emptySpaceItem1
|
|
|
+ // layoutControlItem4
|
|
|
//
|
|
|
- this.emptySpaceItem1.AllowHotTrack = false;
|
|
|
- this.emptySpaceItem1.Location = new System.Drawing.Point(304, 441);
|
|
|
- this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
|
- this.emptySpaceItem1.Size = new System.Drawing.Size(235, 28);
|
|
|
- this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ 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;
|
|
|
//
|
|
|
- // layoutControlItem4
|
|
|
+ // layoutControlItem5
|
|
|
//
|
|
|
- this.layoutControlItem4.Control = this.txtSat;
|
|
|
- this.layoutControlItem4.Location = new System.Drawing.Point(0, 28);
|
|
|
- this.layoutControlItem4.Name = "layoutControlItem4";
|
|
|
- this.layoutControlItem4.Size = new System.Drawing.Size(643, 24);
|
|
|
- this.layoutControlItem4.Text = "卫星";
|
|
|
- this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
|
- this.layoutControlItem4.TextSize = new System.Drawing.Size(50, 20);
|
|
|
- this.layoutControlItem4.TextToControlDistance = 7;
|
|
|
+ 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
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.Controls.Add(this.layoutControl1);
|
|
|
- this.Name = "CtrlXl";
|
|
|
- this.Size = new System.Drawing.Size(647, 473);
|
|
|
- this.Load += new System.EventHandler(this.CtrlXl_Load);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
- this.layoutControl1.ResumeLayout(false);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtSat.Properties)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtGoPage.Properties)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.gridXl)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.btnOpen.Properties)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtCountPerPage.Properties)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
|
- this.ResumeLayout(false);
|
|
|
-
|
|
|
+ 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
|
|
@@ -415,19 +249,10 @@
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
|
private DevExpress.XtraEditors.SimpleButton btnImp;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
|
- private DevExpress.XtraEditors.TextEdit txtGoPage;
|
|
|
- private DevExpress.XtraEditors.DataNavigator dataNavigator1;
|
|
|
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
|
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
|
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
|
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|
|
- private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
|
|
|
- private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
|
|
|
- private DevExpress.XtraEditors.SimpleButton btnGo;
|
|
|
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
|
|
- private DevExpress.XtraEditors.ComboBoxEdit txtCountPerPage;
|
|
|
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;
|
|
|
}
|
|
|
}
|