|
@@ -30,10 +30,11 @@
|
|
|
{
|
|
|
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.ucCtrlPage = new XdCxRhDW.App.UserControl.UcCtrlPage();
|
|
|
this.btnImp = new DevExpress.XtraEditors.SimpleButton();
|
|
|
this.gridXl = new DevExpress.XtraGrid.GridControl();
|
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
@@ -43,7 +44,6 @@
|
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
@@ -51,8 +51,11 @@
|
|
|
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();
|
|
@@ -62,7 +65,6 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
@@ -70,14 +72,15 @@
|
|
|
((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
|
|
|
//
|
|
|
+ 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.ucCtrlPage);
|
|
|
this.layoutControl1.Controls.Add(this.btnImp);
|
|
|
this.layoutControl1.Controls.Add(this.gridXl);
|
|
|
this.layoutControl1.Controls.Add(this.btnOpen);
|
|
@@ -91,20 +94,40 @@
|
|
|
this.layoutControl1.TabIndex = 0;
|
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
|
//
|
|
|
+ // txtSat
|
|
|
+ //
|
|
|
+ this.txtSat.Location = new System.Drawing.Point(69, 40);
|
|
|
+ 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(566, 20);
|
|
|
+ this.txtSat.StyleController = this.layoutControl1;
|
|
|
+ this.txtSat.TabIndex = 12;
|
|
|
+ this.txtSat.EditValueChanged += new System.EventHandler(this.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("simpleButton1.ImageOptions.SvgImage")));
|
|
|
+ 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(615, 403);
|
|
|
+ this.btnGo.Location = new System.Drawing.Point(615, 440);
|
|
|
this.btnGo.Name = "btnGo";
|
|
|
this.btnGo.Size = new System.Drawing.Size(20, 20);
|
|
|
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(535, 403);
|
|
|
+ this.txtGoPage.Location = new System.Drawing.Point(535, 440);
|
|
|
this.txtGoPage.Name = "txtGoPage";
|
|
|
this.txtGoPage.Properties.AutoHeight = false;
|
|
|
this.txtGoPage.Size = new System.Drawing.Size(76, 20);
|
|
@@ -119,7 +142,7 @@
|
|
|
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(160, 403);
|
|
|
+ this.dataNavigator1.Location = new System.Drawing.Point(160, 440);
|
|
|
this.dataNavigator1.Name = "dataNavigator1";
|
|
|
this.dataNavigator1.Size = new System.Drawing.Size(152, 21);
|
|
|
this.dataNavigator1.StyleController = this.layoutControl1;
|
|
@@ -129,17 +152,6 @@
|
|
|
this.dataNavigator1.TextStringFormat = "第{0}页/共{1}页";
|
|
|
this.dataNavigator1.ButtonClick += new DevExpress.XtraEditors.NavigatorButtonClickEventHandler(this.dataNavigator1_ButtonClick);
|
|
|
//
|
|
|
- // ucCtrlPage
|
|
|
- //
|
|
|
- this.ucCtrlPage.CurrentPage = 0;
|
|
|
- this.ucCtrlPage.Location = new System.Drawing.Point(12, 428);
|
|
|
- this.ucCtrlPage.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.ucCtrlPage.Name = "ucCtrlPage";
|
|
|
- this.ucCtrlPage.PageSize = 0;
|
|
|
- this.ucCtrlPage.Size = new System.Drawing.Size(623, 33);
|
|
|
- this.ucCtrlPage.TabIndex = 7;
|
|
|
- this.ucCtrlPage.TotalPages = 0;
|
|
|
- //
|
|
|
// btnImp
|
|
|
//
|
|
|
this.btnImp.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnImp.ImageOptions.SvgImage")));
|
|
@@ -162,10 +174,10 @@
|
|
|
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(10, 38);
|
|
|
+ this.gridXl.Location = new System.Drawing.Point(10, 62);
|
|
|
this.gridXl.MainView = this.gridView1;
|
|
|
this.gridXl.Name = "gridXl";
|
|
|
- this.gridXl.Size = new System.Drawing.Size(627, 363);
|
|
|
+ this.gridXl.Size = new System.Drawing.Size(627, 376);
|
|
|
this.gridXl.TabIndex = 5;
|
|
|
this.gridXl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
this.gridView1});
|
|
@@ -177,19 +189,19 @@
|
|
|
//
|
|
|
// btnOpen
|
|
|
//
|
|
|
- this.btnOpen.Location = new System.Drawing.Point(76, 12);
|
|
|
+ this.btnOpen.Location = new System.Drawing.Point(69, 12);
|
|
|
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(459, 24);
|
|
|
+ this.btnOpen.Size = new System.Drawing.Size(466, 24);
|
|
|
this.btnOpen.StyleController = this.layoutControl1;
|
|
|
this.btnOpen.TabIndex = 4;
|
|
|
//
|
|
|
// txtCountPerPage
|
|
|
//
|
|
|
this.txtCountPerPage.EditValue = "5000";
|
|
|
- this.txtCountPerPage.Location = new System.Drawing.Point(42, 403);
|
|
|
+ this.txtCountPerPage.Location = new System.Drawing.Point(42, 440);
|
|
|
this.txtCountPerPage.Name = "txtCountPerPage";
|
|
|
this.txtCountPerPage.Properties.AutoHeight = false;
|
|
|
this.txtCountPerPage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
@@ -204,6 +216,7 @@
|
|
|
this.txtCountPerPage.Size = new System.Drawing.Size(76, 21);
|
|
|
this.txtCountPerPage.StyleController = this.layoutControl1;
|
|
|
this.txtCountPerPage.TabIndex = 10;
|
|
|
+ this.txtCountPerPage.EditValueChanged += new System.EventHandler(this.txtCountPerPage_EditValueChanged);
|
|
|
//
|
|
|
// Root
|
|
|
//
|
|
@@ -213,14 +226,14 @@
|
|
|
this.layoutControlItem1,
|
|
|
this.layoutControlItem2,
|
|
|
this.layoutControlItem3,
|
|
|
- this.layoutControlItem4,
|
|
|
this.layoutControlItem5,
|
|
|
this.layoutControlItem6,
|
|
|
this.layoutControlItem7,
|
|
|
this.simpleLabelItem1,
|
|
|
this.simpleLabelItem2,
|
|
|
this.layoutControlItem8,
|
|
|
- this.emptySpaceItem1});
|
|
|
+ this.emptySpaceItem1,
|
|
|
+ this.layoutControlItem4});
|
|
|
this.Root.Name = "Root";
|
|
|
this.Root.Size = new System.Drawing.Size(647, 473);
|
|
|
this.Root.TextVisible = false;
|
|
@@ -234,16 +247,18 @@
|
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(527, 28);
|
|
|
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.layoutControlItem1.Text = "星历文件:";
|
|
|
+ this.layoutControlItem1.Text = "星历文件";
|
|
|
+ this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(52, 14);
|
|
|
+ this.layoutControlItem1.TextToControlDistance = 5;
|
|
|
//
|
|
|
// layoutControlItem2
|
|
|
//
|
|
|
this.layoutControlItem2.Control = this.gridXl;
|
|
|
- this.layoutControlItem2.Location = new System.Drawing.Point(0, 28);
|
|
|
+ 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(627, 363);
|
|
|
+ this.layoutControlItem2.Size = new System.Drawing.Size(627, 376);
|
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem2.TextVisible = false;
|
|
|
//
|
|
@@ -259,22 +274,10 @@
|
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem3.TextVisible = false;
|
|
|
//
|
|
|
- // layoutControlItem4
|
|
|
- //
|
|
|
- this.layoutControlItem4.Control = this.ucCtrlPage;
|
|
|
- this.layoutControlItem4.Location = new System.Drawing.Point(0, 416);
|
|
|
- this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 37);
|
|
|
- this.layoutControlItem4.MinSize = new System.Drawing.Size(5, 37);
|
|
|
- this.layoutControlItem4.Name = "layoutControlItem4";
|
|
|
- this.layoutControlItem4.Size = new System.Drawing.Size(627, 37);
|
|
|
- this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
|
|
- this.layoutControlItem4.TextVisible = false;
|
|
|
- //
|
|
|
// layoutControlItem5
|
|
|
//
|
|
|
this.layoutControlItem5.Control = this.dataNavigator1;
|
|
|
- this.layoutControlItem5.Location = new System.Drawing.Point(148, 391);
|
|
|
+ this.layoutControlItem5.Location = new System.Drawing.Point(148, 428);
|
|
|
this.layoutControlItem5.MaxSize = new System.Drawing.Size(156, 25);
|
|
|
this.layoutControlItem5.MinSize = new System.Drawing.Size(156, 25);
|
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
@@ -286,7 +289,7 @@
|
|
|
// layoutControlItem6
|
|
|
//
|
|
|
this.layoutControlItem6.Control = this.txtGoPage;
|
|
|
- this.layoutControlItem6.Location = new System.Drawing.Point(523, 391);
|
|
|
+ this.layoutControlItem6.Location = new System.Drawing.Point(523, 428);
|
|
|
this.layoutControlItem6.MaxSize = new System.Drawing.Size(80, 24);
|
|
|
this.layoutControlItem6.MinSize = new System.Drawing.Size(80, 24);
|
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
@@ -298,7 +301,7 @@
|
|
|
// layoutControlItem7
|
|
|
//
|
|
|
this.layoutControlItem7.Control = this.txtCountPerPage;
|
|
|
- this.layoutControlItem7.Location = new System.Drawing.Point(30, 391);
|
|
|
+ this.layoutControlItem7.Location = new System.Drawing.Point(30, 428);
|
|
|
this.layoutControlItem7.MaxSize = new System.Drawing.Size(80, 25);
|
|
|
this.layoutControlItem7.MinSize = new System.Drawing.Size(80, 25);
|
|
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
|
@@ -310,19 +313,19 @@
|
|
|
// simpleLabelItem1
|
|
|
//
|
|
|
this.simpleLabelItem1.AllowHotTrack = false;
|
|
|
- this.simpleLabelItem1.Location = new System.Drawing.Point(0, 391);
|
|
|
+ this.simpleLabelItem1.Location = new System.Drawing.Point(0, 428);
|
|
|
this.simpleLabelItem1.MaxSize = new System.Drawing.Size(30, 25);
|
|
|
this.simpleLabelItem1.MinSize = new System.Drawing.Size(30, 25);
|
|
|
this.simpleLabelItem1.Name = "simpleLabelItem1";
|
|
|
this.simpleLabelItem1.Size = new System.Drawing.Size(30, 25);
|
|
|
this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.simpleLabelItem1.Text = "每页";
|
|
|
- this.simpleLabelItem1.TextSize = new System.Drawing.Size(52, 14);
|
|
|
+ this.simpleLabelItem1.TextSize = new System.Drawing.Size(24, 14);
|
|
|
//
|
|
|
// simpleLabelItem2
|
|
|
//
|
|
|
this.simpleLabelItem2.AllowHotTrack = false;
|
|
|
- this.simpleLabelItem2.Location = new System.Drawing.Point(110, 391);
|
|
|
+ this.simpleLabelItem2.Location = new System.Drawing.Point(110, 428);
|
|
|
this.simpleLabelItem2.MaxSize = new System.Drawing.Size(38, 25);
|
|
|
this.simpleLabelItem2.MinSize = new System.Drawing.Size(38, 25);
|
|
|
this.simpleLabelItem2.Name = "simpleLabelItem2";
|
|
@@ -330,12 +333,12 @@
|
|
|
this.simpleLabelItem2.Size = new System.Drawing.Size(38, 25);
|
|
|
this.simpleLabelItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.simpleLabelItem2.Text = "条";
|
|
|
- this.simpleLabelItem2.TextSize = new System.Drawing.Size(52, 14);
|
|
|
+ this.simpleLabelItem2.TextSize = new System.Drawing.Size(24, 14);
|
|
|
//
|
|
|
// layoutControlItem8
|
|
|
//
|
|
|
this.layoutControlItem8.Control = this.btnGo;
|
|
|
- this.layoutControlItem8.Location = new System.Drawing.Point(603, 391);
|
|
|
+ this.layoutControlItem8.Location = new System.Drawing.Point(603, 428);
|
|
|
this.layoutControlItem8.MaxSize = new System.Drawing.Size(24, 24);
|
|
|
this.layoutControlItem8.MinSize = new System.Drawing.Size(24, 24);
|
|
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
|
@@ -347,11 +350,22 @@
|
|
|
// emptySpaceItem1
|
|
|
//
|
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
|
- this.emptySpaceItem1.Location = new System.Drawing.Point(304, 391);
|
|
|
+ this.emptySpaceItem1.Location = new System.Drawing.Point(304, 428);
|
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
|
this.emptySpaceItem1.Size = new System.Drawing.Size(219, 25);
|
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
//
|
|
|
+ // layoutControlItem4
|
|
|
+ //
|
|
|
+ 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(627, 24);
|
|
|
+ this.layoutControlItem4.Text = "卫星";
|
|
|
+ this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
|
+ this.layoutControlItem4.TextSize = new System.Drawing.Size(50, 20);
|
|
|
+ this.layoutControlItem4.TextToControlDistance = 7;
|
|
|
+ //
|
|
|
// CtrlXl
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
@@ -362,6 +376,8 @@
|
|
|
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();
|
|
@@ -371,7 +387,6 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
@@ -379,6 +394,7 @@
|
|
|
((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);
|
|
|
|
|
|
}
|
|
@@ -394,8 +410,6 @@
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
|
private DevExpress.XtraEditors.SimpleButton btnImp;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
|
- private UcCtrlPage ucCtrlPage;
|
|
|
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
|
private DevExpress.XtraEditors.TextEdit txtGoPage;
|
|
|
private DevExpress.XtraEditors.DataNavigator dataNavigator1;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
@@ -407,5 +421,8 @@
|
|
|
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;
|
|
|
}
|
|
|
}
|