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));
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
//
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";
//
// 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);
//
// 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);
//
// 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);
//
// 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});
//
// gridView1
//
this.gridView1.GridControl = this.gridXl;
this.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);
//
// 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;
//
// 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;
//
// 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;
//
// 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
//
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
//
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
//
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;
//
// 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);
}
#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.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;
}
}