namespace MFire.WinFrmUI
|
{
|
partial class PagerCtrl
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region 组件设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PagerCtrl));
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
this.btnGo = new DevExpress.XtraEditors.SimpleButton();
|
this.txtToPageIndex = new DevExpress.XtraEditors.TextEdit();
|
this.imgCmbPageSize = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
this.txtPageIndex = new DevExpress.XtraEditors.TextEdit();
|
this.btnLast = new DevExpress.XtraEditors.SimpleButton();
|
this.btnNext = new DevExpress.XtraEditors.SimpleButton();
|
this.btnPre = new DevExpress.XtraEditors.SimpleButton();
|
this.btnFirst = new DevExpress.XtraEditors.SimpleButton();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
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();
|
this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
|
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.labPageCount = new DevExpress.XtraLayout.SimpleLabelItem();
|
this.labTotal = new DevExpress.XtraLayout.SimpleLabelItem();
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
this.layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtToPageIndex.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.imgCmbPageSize.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtPageIndex.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).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();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.labPageCount)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.labTotal)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// layoutControl1
|
//
|
this.layoutControl1.Controls.Add(this.btnGo);
|
this.layoutControl1.Controls.Add(this.txtToPageIndex);
|
this.layoutControl1.Controls.Add(this.imgCmbPageSize);
|
this.layoutControl1.Controls.Add(this.txtPageIndex);
|
this.layoutControl1.Controls.Add(this.btnLast);
|
this.layoutControl1.Controls.Add(this.btnNext);
|
this.layoutControl1.Controls.Add(this.btnPre);
|
this.layoutControl1.Controls.Add(this.btnFirst);
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.layoutControl1.Location = new System.Drawing.Point(0, 2);
|
this.layoutControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.layoutControl1.Name = "layoutControl1";
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(413, 234, 650, 400);
|
this.layoutControl1.Root = this.Root;
|
this.layoutControl1.Size = new System.Drawing.Size(779, 41);
|
this.layoutControl1.TabIndex = 6;
|
this.layoutControl1.Text = "layoutControl1";
|
//
|
// btnGo
|
//
|
this.btnGo.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
this.btnGo.Appearance.Options.UseBackColor = true;
|
this.btnGo.Location = new System.Drawing.Point(651, 1);
|
this.btnGo.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
this.btnGo.Name = "btnGo";
|
this.btnGo.Size = new System.Drawing.Size(100, 24);
|
this.btnGo.StyleController = this.layoutControl1;
|
this.btnGo.TabIndex = 8;
|
this.btnGo.Text = "确定";
|
this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
|
//
|
// txtToPageIndex
|
//
|
this.txtToPageIndex.EditValue = "1";
|
this.txtToPageIndex.Location = new System.Drawing.Point(570, 1);
|
this.txtToPageIndex.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
this.txtToPageIndex.MaximumSize = new System.Drawing.Size(0, 24);
|
this.txtToPageIndex.MinimumSize = new System.Drawing.Size(0, 24);
|
this.txtToPageIndex.Name = "txtToPageIndex";
|
this.txtToPageIndex.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
|
this.txtToPageIndex.Properties.Appearance.Options.UseTextOptions = true;
|
this.txtToPageIndex.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.txtToPageIndex.Properties.Mask.EditMask = "N00";
|
this.txtToPageIndex.Size = new System.Drawing.Size(51, 20);
|
this.txtToPageIndex.StyleController = this.layoutControl1;
|
this.txtToPageIndex.TabIndex = 7;
|
//
|
// imgCmbPageSize
|
//
|
this.imgCmbPageSize.EditValue = 40;
|
this.imgCmbPageSize.Location = new System.Drawing.Point(163, 1);
|
this.imgCmbPageSize.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
this.imgCmbPageSize.Name = "imgCmbPageSize";
|
this.imgCmbPageSize.Properties.Appearance.Options.UseTextOptions = true;
|
this.imgCmbPageSize.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.imgCmbPageSize.Properties.AutoHeight = false;
|
this.imgCmbPageSize.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.imgCmbPageSize.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("10条/页", 10, -1),
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("20条/页", 20, -1),
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("30条/页", 30, -1),
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("40条/页", 40, -1),
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("50条/页", 50, -1)});
|
this.imgCmbPageSize.Size = new System.Drawing.Size(91, 24);
|
this.imgCmbPageSize.StyleController = this.layoutControl1;
|
this.imgCmbPageSize.TabIndex = 6;
|
this.imgCmbPageSize.SelectedIndexChanged += new System.EventHandler(this.imgCmbPageSize_SelectedIndexChanged);
|
//
|
// txtPageIndex
|
//
|
this.txtPageIndex.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
this.txtPageIndex.EditValue = "1";
|
this.txtPageIndex.Location = new System.Drawing.Point(401, 1);
|
this.txtPageIndex.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.txtPageIndex.Name = "txtPageIndex";
|
this.txtPageIndex.Properties.AllowFocused = false;
|
this.txtPageIndex.Properties.Appearance.Options.UseTextOptions = true;
|
this.txtPageIndex.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.txtPageIndex.Properties.AutoHeight = false;
|
this.txtPageIndex.Properties.ReadOnly = true;
|
this.txtPageIndex.Size = new System.Drawing.Size(51, 24);
|
this.txtPageIndex.StyleController = this.layoutControl1;
|
this.txtPageIndex.TabIndex = 5;
|
this.txtPageIndex.ToolTip = "当前页";
|
//
|
// btnLast
|
//
|
this.btnLast.AllowFocus = false;
|
this.btnLast.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
this.btnLast.Appearance.Options.UseImage = true;
|
this.btnLast.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLast.ImageOptions.SvgImage")));
|
this.btnLast.ImageOptions.SvgImageSize = new System.Drawing.Size(20, 20);
|
this.btnLast.Location = new System.Drawing.Point(495, 1);
|
this.btnLast.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.btnLast.Name = "btnLast";
|
this.btnLast.Size = new System.Drawing.Size(27, 24);
|
this.btnLast.StyleController = this.layoutControl1;
|
this.btnLast.TabIndex = 4;
|
this.btnLast.ToolTip = "末页";
|
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
|
//
|
// btnNext
|
//
|
this.btnNext.AllowFocus = false;
|
this.btnNext.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
this.btnNext.Appearance.Options.UseImage = true;
|
this.btnNext.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnNext.ImageOptions.SvgImage")));
|
this.btnNext.ImageOptions.SvgImageSize = new System.Drawing.Size(20, 20);
|
this.btnNext.Location = new System.Drawing.Point(460, 1);
|
this.btnNext.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.btnNext.Name = "btnNext";
|
this.btnNext.Size = new System.Drawing.Size(27, 24);
|
this.btnNext.StyleController = this.layoutControl1;
|
this.btnNext.TabIndex = 3;
|
this.btnNext.ToolTip = "下一页";
|
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
|
//
|
// btnPre
|
//
|
this.btnPre.AllowFocus = false;
|
this.btnPre.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
this.btnPre.Appearance.Options.UseImage = true;
|
this.btnPre.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnPre.ImageOptions.SvgImage")));
|
this.btnPre.ImageOptions.SvgImageSize = new System.Drawing.Size(20, 20);
|
this.btnPre.Location = new System.Drawing.Point(366, 1);
|
this.btnPre.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.btnPre.Name = "btnPre";
|
this.btnPre.Size = new System.Drawing.Size(27, 24);
|
this.btnPre.StyleController = this.layoutControl1;
|
this.btnPre.TabIndex = 2;
|
this.btnPre.ToolTip = "上一页";
|
this.btnPre.Click += new System.EventHandler(this.btnPre_Click);
|
//
|
// btnFirst
|
//
|
this.btnFirst.AllowFocus = false;
|
this.btnFirst.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
this.btnFirst.Appearance.Options.UseImage = true;
|
this.btnFirst.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
|
this.btnFirst.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnFirst.ImageOptions.SvgImage")));
|
this.btnFirst.ImageOptions.SvgImageSize = new System.Drawing.Size(20, 20);
|
this.btnFirst.Location = new System.Drawing.Point(328, 1);
|
this.btnFirst.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.btnFirst.Name = "btnFirst";
|
this.btnFirst.Size = new System.Drawing.Size(30, 24);
|
this.btnFirst.StyleController = this.layoutControl1;
|
this.btnFirst.TabIndex = 1;
|
this.btnFirst.ToolTip = "首页";
|
this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
|
//
|
// Root
|
//
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem2,
|
this.layoutControlItem3,
|
this.layoutControlItem4,
|
this.layoutControlItem5,
|
this.layoutControlItem6,
|
this.layoutControlItem7,
|
this.emptySpaceItem3,
|
this.emptySpaceItem4,
|
this.emptySpaceItem5,
|
this.emptySpaceItem6,
|
this.emptySpaceItem7,
|
this.simpleLabelItem1,
|
this.layoutControlItem8,
|
this.simpleLabelItem2,
|
this.layoutControlItem9,
|
this.labPageCount,
|
this.labTotal,
|
this.emptySpaceItem1});
|
this.Root.Name = "Root";
|
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
this.Root.Size = new System.Drawing.Size(779, 41);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
this.layoutControlItem2.Control = this.btnFirst;
|
this.layoutControlItem2.Location = new System.Drawing.Point(326, 0);
|
this.layoutControlItem2.MaxSize = new System.Drawing.Size(34, 26);
|
this.layoutControlItem2.MinSize = new System.Drawing.Size(34, 26);
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
this.layoutControlItem2.Size = new System.Drawing.Size(34, 26);
|
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem2.TextVisible = false;
|
//
|
// layoutControlItem3
|
//
|
this.layoutControlItem3.Control = this.btnPre;
|
this.layoutControlItem3.Location = new System.Drawing.Point(364, 0);
|
this.layoutControlItem3.MaxSize = new System.Drawing.Size(31, 26);
|
this.layoutControlItem3.MinSize = new System.Drawing.Size(31, 26);
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
this.layoutControlItem3.Size = new System.Drawing.Size(31, 26);
|
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem3.TextVisible = false;
|
//
|
// layoutControlItem4
|
//
|
this.layoutControlItem4.Control = this.btnNext;
|
this.layoutControlItem4.Location = new System.Drawing.Point(458, 0);
|
this.layoutControlItem4.MaxSize = new System.Drawing.Size(31, 26);
|
this.layoutControlItem4.MinSize = new System.Drawing.Size(31, 26);
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
this.layoutControlItem4.Size = new System.Drawing.Size(31, 26);
|
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.btnLast;
|
this.layoutControlItem5.Location = new System.Drawing.Point(493, 0);
|
this.layoutControlItem5.MaxSize = new System.Drawing.Size(31, 26);
|
this.layoutControlItem5.MinSize = new System.Drawing.Size(31, 26);
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
this.layoutControlItem5.Size = new System.Drawing.Size(31, 26);
|
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.txtPageIndex;
|
this.layoutControlItem6.Location = new System.Drawing.Point(399, 0);
|
this.layoutControlItem6.MaxSize = new System.Drawing.Size(55, 26);
|
this.layoutControlItem6.MinSize = new System.Drawing.Size(55, 26);
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
this.layoutControlItem6.Size = new System.Drawing.Size(55, 26);
|
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.imgCmbPageSize;
|
this.layoutControlItem7.Location = new System.Drawing.Point(161, 0);
|
this.layoutControlItem7.MaxSize = new System.Drawing.Size(95, 26);
|
this.layoutControlItem7.MinSize = new System.Drawing.Size(95, 26);
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
this.layoutControlItem7.Size = new System.Drawing.Size(95, 26);
|
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutControlItem7.Text = "单页条数:";
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem7.TextVisible = false;
|
//
|
// emptySpaceItem3
|
//
|
this.emptySpaceItem3.AllowHotTrack = false;
|
this.emptySpaceItem3.Location = new System.Drawing.Point(360, 0);
|
this.emptySpaceItem3.MaxSize = new System.Drawing.Size(4, 26);
|
this.emptySpaceItem3.MinSize = new System.Drawing.Size(4, 26);
|
this.emptySpaceItem3.Name = "emptySpaceItem3";
|
this.emptySpaceItem3.Size = new System.Drawing.Size(4, 26);
|
this.emptySpaceItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// emptySpaceItem4
|
//
|
this.emptySpaceItem4.AllowHotTrack = false;
|
this.emptySpaceItem4.Location = new System.Drawing.Point(489, 0);
|
this.emptySpaceItem4.MaxSize = new System.Drawing.Size(4, 26);
|
this.emptySpaceItem4.MinSize = new System.Drawing.Size(4, 26);
|
this.emptySpaceItem4.Name = "emptySpaceItem4";
|
this.emptySpaceItem4.Size = new System.Drawing.Size(4, 26);
|
this.emptySpaceItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// emptySpaceItem5
|
//
|
this.emptySpaceItem5.AllowHotTrack = false;
|
this.emptySpaceItem5.Location = new System.Drawing.Point(395, 0);
|
this.emptySpaceItem5.MaxSize = new System.Drawing.Size(4, 26);
|
this.emptySpaceItem5.MinSize = new System.Drawing.Size(4, 26);
|
this.emptySpaceItem5.Name = "emptySpaceItem5";
|
this.emptySpaceItem5.Size = new System.Drawing.Size(4, 26);
|
this.emptySpaceItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// emptySpaceItem6
|
//
|
this.emptySpaceItem6.AllowHotTrack = false;
|
this.emptySpaceItem6.Location = new System.Drawing.Point(454, 0);
|
this.emptySpaceItem6.MaxSize = new System.Drawing.Size(4, 26);
|
this.emptySpaceItem6.MinSize = new System.Drawing.Size(4, 26);
|
this.emptySpaceItem6.Name = "emptySpaceItem6";
|
this.emptySpaceItem6.Size = new System.Drawing.Size(4, 26);
|
this.emptySpaceItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// emptySpaceItem7
|
//
|
this.emptySpaceItem7.AllowHotTrack = false;
|
this.emptySpaceItem7.Location = new System.Drawing.Point(753, 0);
|
this.emptySpaceItem7.MaxSize = new System.Drawing.Size(26, 26);
|
this.emptySpaceItem7.MinSize = new System.Drawing.Size(26, 26);
|
this.emptySpaceItem7.Name = "emptySpaceItem7";
|
this.emptySpaceItem7.Size = new System.Drawing.Size(26, 26);
|
this.emptySpaceItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// simpleLabelItem1
|
//
|
this.simpleLabelItem1.AllowHotTrack = false;
|
this.simpleLabelItem1.AppearanceItemCaption.Options.UseTextOptions = true;
|
this.simpleLabelItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
this.simpleLabelItem1.Location = new System.Drawing.Point(524, 0);
|
this.simpleLabelItem1.MaxSize = new System.Drawing.Size(44, 26);
|
this.simpleLabelItem1.MinSize = new System.Drawing.Size(44, 26);
|
this.simpleLabelItem1.Name = "simpleLabelItem1";
|
this.simpleLabelItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 4, 1, 1);
|
this.simpleLabelItem1.Size = new System.Drawing.Size(44, 26);
|
this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.simpleLabelItem1.Text = "前往";
|
this.simpleLabelItem1.TextSize = new System.Drawing.Size(39, 14);
|
//
|
// layoutControlItem8
|
//
|
this.layoutControlItem8.Control = this.txtToPageIndex;
|
this.layoutControlItem8.Location = new System.Drawing.Point(568, 0);
|
this.layoutControlItem8.MaxSize = new System.Drawing.Size(55, 26);
|
this.layoutControlItem8.MinSize = new System.Drawing.Size(55, 26);
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
this.layoutControlItem8.Size = new System.Drawing.Size(55, 26);
|
this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem8.TextVisible = false;
|
//
|
// simpleLabelItem2
|
//
|
this.simpleLabelItem2.AllowHotTrack = false;
|
this.simpleLabelItem2.Location = new System.Drawing.Point(623, 0);
|
this.simpleLabelItem2.MaxSize = new System.Drawing.Size(26, 26);
|
this.simpleLabelItem2.MinSize = new System.Drawing.Size(26, 26);
|
this.simpleLabelItem2.Name = "simpleLabelItem2";
|
this.simpleLabelItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 2, 1, 1);
|
this.simpleLabelItem2.Size = new System.Drawing.Size(26, 26);
|
this.simpleLabelItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.simpleLabelItem2.Text = "页";
|
this.simpleLabelItem2.TextSize = new System.Drawing.Size(39, 14);
|
//
|
// layoutControlItem9
|
//
|
this.layoutControlItem9.Control = this.btnGo;
|
this.layoutControlItem9.Location = new System.Drawing.Point(649, 0);
|
this.layoutControlItem9.MaxSize = new System.Drawing.Size(104, 26);
|
this.layoutControlItem9.MinSize = new System.Drawing.Size(104, 26);
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
this.layoutControlItem9.Size = new System.Drawing.Size(104, 26);
|
this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem9.TextVisible = false;
|
//
|
// labPageCount
|
//
|
this.labPageCount.AllowHotTrack = false;
|
this.labPageCount.Location = new System.Drawing.Point(256, 0);
|
this.labPageCount.MaxSize = new System.Drawing.Size(70, 26);
|
this.labPageCount.MinSize = new System.Drawing.Size(70, 26);
|
this.labPageCount.Name = "labPageCount";
|
this.labPageCount.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 2, 1, 1);
|
this.labPageCount.Size = new System.Drawing.Size(70, 26);
|
this.labPageCount.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.labPageCount.Text = "共 0 页";
|
this.labPageCount.TextSize = new System.Drawing.Size(39, 14);
|
//
|
// labTotal
|
//
|
this.labTotal.AllowHotTrack = false;
|
this.labTotal.AppearanceItemCaption.Options.UseTextOptions = true;
|
this.labTotal.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
this.labTotal.Location = new System.Drawing.Point(0, 0);
|
this.labTotal.MaxSize = new System.Drawing.Size(161, 26);
|
this.labTotal.MinSize = new System.Drawing.Size(161, 26);
|
this.labTotal.Name = "labTotal";
|
this.labTotal.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 4, 1, 1);
|
this.labTotal.Size = new System.Drawing.Size(161, 26);
|
this.labTotal.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.labTotal.Text = "共 0 条";
|
this.labTotal.TextSize = new System.Drawing.Size(39, 14);
|
//
|
// emptySpaceItem1
|
//
|
this.emptySpaceItem1.AllowHotTrack = false;
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 26);
|
this.emptySpaceItem1.MaxSize = new System.Drawing.Size(779, 15);
|
this.emptySpaceItem1.MinSize = new System.Drawing.Size(779, 15);
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
this.emptySpaceItem1.Size = new System.Drawing.Size(779, 15);
|
this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// PagerCtrl
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.layoutControl1);
|
this.Name = "PagerCtrl";
|
this.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
|
this.Size = new System.Drawing.Size(779, 43);
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
this.layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.txtToPageIndex.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.imgCmbPageSize.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtPageIndex.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).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();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.labPageCount)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.labTotal)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private DevExpress.XtraEditors.SimpleButton btnFirst;
|
private DevExpress.XtraEditors.SimpleButton btnPre;
|
private DevExpress.XtraEditors.SimpleButton btnNext;
|
private DevExpress.XtraEditors.SimpleButton btnLast;
|
private DevExpress.XtraEditors.TextEdit txtPageIndex;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
private DevExpress.XtraEditors.ImageComboBoxEdit imgCmbPageSize;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem5;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem6;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem7;
|
private DevExpress.XtraEditors.SimpleButton btnGo;
|
private DevExpress.XtraEditors.TextEdit txtToPageIndex;
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
private DevExpress.XtraLayout.SimpleLabelItem labPageCount;
|
private DevExpress.XtraLayout.SimpleLabelItem labTotal;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
}
|
}
|