namespace UserControls.Data { partial class UcPageBar { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.lbTotalRows = new DevExpress.XtraEditors.LabelControl(); this.lbEnd = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.lbNextPage = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.lbPrePage = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.lbFirstPage = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.cbxRowCount = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.tbxCurrentPage = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.lbTotalPages = new DevExpress.XtraEditors.LabelControl(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cbxRowCount.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbxCurrentPage.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.lbTotalRows); this.layoutControl1.Controls.Add(this.lbEnd); this.layoutControl1.Controls.Add(this.labelControl9); this.layoutControl1.Controls.Add(this.lbNextPage); this.layoutControl1.Controls.Add(this.labelControl6); this.layoutControl1.Controls.Add(this.lbPrePage); this.layoutControl1.Controls.Add(this.labelControl4); this.layoutControl1.Controls.Add(this.lbFirstPage); this.layoutControl1.Controls.Add(this.labelControl2); this.layoutControl1.Controls.Add(this.cbxRowCount); this.layoutControl1.Controls.Add(this.labelControl1); this.layoutControl1.Controls.Add(this.tbxCurrentPage); this.layoutControl1.Controls.Add(this.labelControl3); this.layoutControl1.Controls.Add(this.lbTotalPages); 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(271, 457, 562, 500); this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(954, 40); this.layoutControl1.TabIndex = 7; this.layoutControl1.Text = "layoutControl1"; // // lbTotalRows // this.lbTotalRows.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lbTotalRows.Appearance.Options.UseFont = true; this.lbTotalRows.Location = new System.Drawing.Point(635, 2); this.lbTotalRows.Name = "lbTotalRows"; this.lbTotalRows.Size = new System.Drawing.Size(96, 28); this.lbTotalRows.StyleController = this.layoutControl1; this.lbTotalRows.TabIndex = 15; this.lbTotalRows.Text = "共 条记录"; // // lbEnd // this.lbEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lbEnd.Appearance.Options.UseFont = true; this.lbEnd.Cursor = System.Windows.Forms.Cursors.Hand; this.lbEnd.ImageAlignToText = DevExpress.XtraEditors.ImageAlignToText.RightCenter; this.lbEnd.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.last_16x16; this.lbEnd.Location = new System.Drawing.Point(267, 2); this.lbEnd.Name = "lbEnd"; this.lbEnd.Size = new System.Drawing.Size(56, 28); this.lbEnd.StyleController = this.layoutControl1; this.lbEnd.TabIndex = 14; this.lbEnd.Tag = "last"; this.lbEnd.Text = "末页"; this.lbEnd.Click += new System.EventHandler(this.lbEnd_Click); // // labelControl9 // this.labelControl9.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labelControl9.Location = new System.Drawing.Point(252, 2); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(11, 28); this.labelControl9.StyleController = this.layoutControl1; this.labelControl9.TabIndex = 13; this.labelControl9.Text = "|"; // // lbNextPage // this.lbNextPage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lbNextPage.Appearance.Options.UseFont = true; this.lbNextPage.Cursor = System.Windows.Forms.Cursors.Hand; this.lbNextPage.ImageAlignToText = DevExpress.XtraEditors.ImageAlignToText.RightCenter; this.lbNextPage.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.doublenext_16x16; this.lbNextPage.Location = new System.Drawing.Point(172, 2); this.lbNextPage.MaximumSize = new System.Drawing.Size(80, 0); this.lbNextPage.Name = "lbNextPage"; this.lbNextPage.Size = new System.Drawing.Size(76, 28); this.lbNextPage.StyleController = this.layoutControl1; this.lbNextPage.TabIndex = 12; this.lbNextPage.Tag = "next"; this.lbNextPage.Text = "下一页"; this.lbNextPage.Click += new System.EventHandler(this.lbNextPage_Click); // // labelControl6 // this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labelControl6.Location = new System.Drawing.Point(157, 2); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(11, 28); this.labelControl6.StyleController = this.layoutControl1; this.labelControl6.TabIndex = 10; this.labelControl6.Text = "|"; // // lbPrePage // this.lbPrePage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lbPrePage.Appearance.Options.UseFont = true; this.lbPrePage.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lbPrePage.Cursor = System.Windows.Forms.Cursors.Hand; this.lbPrePage.ImageAlignToText = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.lbPrePage.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.doubleprev_16x16; this.lbPrePage.Location = new System.Drawing.Point(77, 2); this.lbPrePage.Name = "lbPrePage"; this.lbPrePage.Size = new System.Drawing.Size(76, 28); this.lbPrePage.StyleController = this.layoutControl1; this.lbPrePage.TabIndex = 9; this.lbPrePage.Tag = "prv"; this.lbPrePage.Text = "上一页"; this.lbPrePage.Click += new System.EventHandler(this.lbPrePage_Click); // // labelControl4 // this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labelControl4.Location = new System.Drawing.Point(62, 2); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(11, 28); this.labelControl4.StyleController = this.layoutControl1; this.labelControl4.TabIndex = 8; this.labelControl4.Text = "|"; // // lbFirstPage // this.lbFirstPage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lbFirstPage.Appearance.Options.UseFont = true; this.lbFirstPage.Cursor = System.Windows.Forms.Cursors.Hand; this.lbFirstPage.ImageAlignToText = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.lbFirstPage.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.first_16x16; this.lbFirstPage.Location = new System.Drawing.Point(2, 2); this.lbFirstPage.Name = "lbFirstPage"; this.lbFirstPage.Size = new System.Drawing.Size(56, 28); this.lbFirstPage.StyleController = this.layoutControl1; this.lbFirstPage.TabIndex = 7; this.lbFirstPage.Tag = "first"; this.lbFirstPage.Text = "首页"; this.lbFirstPage.Click += new System.EventHandler(this.lbFirstPage_Click); // // labelControl2 // this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Location = new System.Drawing.Point(765, 2); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(77, 26); this.labelControl2.StyleController = this.layoutControl1; this.labelControl2.TabIndex = 4; this.labelControl2.Text = "每页显示:"; // // cbxRowCount // this.cbxRowCount.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cbxRowCount.EditValue = "0"; this.cbxRowCount.Location = new System.Drawing.Point(846, 2); this.cbxRowCount.Margin = new System.Windows.Forms.Padding(3, 6, 3, 0); this.cbxRowCount.Name = "cbxRowCount"; this.cbxRowCount.Properties.Appearance.Options.UseFont = true; this.cbxRowCount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cbxRowCount.Properties.Items.AddRange(new object[] { "10", "20", "50", "100", "200", "250", "500", "800", "1000"}); this.cbxRowCount.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.cbxRowCount.Size = new System.Drawing.Size(62, 28); this.cbxRowCount.StyleController = this.layoutControl1; this.cbxRowCount.TabIndex = 5; this.cbxRowCount.Tag = "rowcount"; // // labelControl1 // this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Location = new System.Drawing.Point(357, 2); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(62, 26); this.labelControl1.StyleController = this.layoutControl1; this.labelControl1.TabIndex = 1; this.labelControl1.Text = "当前页:"; // // tbxCurrentPage // this.tbxCurrentPage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbxCurrentPage.Location = new System.Drawing.Point(423, 2); this.tbxCurrentPage.Margin = new System.Windows.Forms.Padding(3, 6, 3, 0); this.tbxCurrentPage.Name = "tbxCurrentPage"; this.tbxCurrentPage.Properties.Appearance.Options.UseFont = true; this.tbxCurrentPage.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.tbxCurrentPage.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.tbxCurrentPage.Size = new System.Drawing.Size(66, 28); this.tbxCurrentPage.StyleController = this.layoutControl1; this.tbxCurrentPage.TabIndex = 2; this.tbxCurrentPage.Tag = "current"; this.tbxCurrentPage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbxCurrentPage_KeyDown); // // labelControl3 // this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labelControl3.Location = new System.Drawing.Point(493, 2); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(8, 26); this.labelControl3.StyleController = this.layoutControl1; this.labelControl3.TabIndex = 6; this.labelControl3.Text = "/"; // // lbTotalPages // this.lbTotalPages.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lbTotalPages.Appearance.Options.UseFont = true; this.lbTotalPages.Location = new System.Drawing.Point(505, 2); this.lbTotalPages.Name = "lbTotalPages"; this.lbTotalPages.Size = new System.Drawing.Size(96, 26); this.lbTotalPages.StyleController = this.layoutControl1; this.lbTotalPages.TabIndex = 3; this.lbTotalPages.Text = "总页数"; // // layoutControlGroup1 // this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem8, this.layoutControlItem9, this.layoutControlItem10, this.layoutControlItem11, this.layoutControlItem5, this.layoutControlItem4, this.layoutControlItem13, this.layoutControlItem14, this.layoutControlItem15, this.emptySpaceItem3, this.emptySpaceItem4, this.layoutControlItem7, this.layoutControlItem6, this.layoutControlItem3, this.layoutControlItem2, this.layoutControlItem12, this.emptySpaceItem1}); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.OptionsItemText.TextToControlDistance = 4; this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.layoutControlGroup1.Size = new System.Drawing.Size(954, 40); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem8 // this.layoutControlItem8.Control = this.lbFirstPage; this.layoutControlItem8.Location = new System.Drawing.Point(0, 0); this.layoutControlItem8.MaxSize = new System.Drawing.Size(60, 32); this.layoutControlItem8.MinSize = new System.Drawing.Size(36, 32); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(60, 40); this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem8.TextVisible = false; // // layoutControlItem9 // this.layoutControlItem9.Control = this.labelControl4; this.layoutControlItem9.Location = new System.Drawing.Point(60, 0); this.layoutControlItem9.MaxSize = new System.Drawing.Size(15, 32); this.layoutControlItem9.MinSize = new System.Drawing.Size(15, 32); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.Size = new System.Drawing.Size(15, 40); this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem9.TextVisible = false; // // layoutControlItem10 // this.layoutControlItem10.Control = this.lbPrePage; this.layoutControlItem10.Location = new System.Drawing.Point(75, 0); this.layoutControlItem10.MaxSize = new System.Drawing.Size(80, 32); this.layoutControlItem10.MinSize = new System.Drawing.Size(55, 32); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.Size = new System.Drawing.Size(80, 40); this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem10.TextVisible = false; // // layoutControlItem11 // this.layoutControlItem11.Control = this.labelControl6; this.layoutControlItem11.Location = new System.Drawing.Point(155, 0); this.layoutControlItem11.MaxSize = new System.Drawing.Size(15, 32); this.layoutControlItem11.MinSize = new System.Drawing.Size(15, 32); this.layoutControlItem11.Name = "layoutControlItem11"; this.layoutControlItem11.Size = new System.Drawing.Size(15, 40); this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem11.TextVisible = false; // // layoutControlItem5 // this.layoutControlItem5.Control = this.labelControl1; this.layoutControlItem5.Location = new System.Drawing.Point(355, 0); this.layoutControlItem5.MaxSize = new System.Drawing.Size(66, 30); this.layoutControlItem5.MinSize = new System.Drawing.Size(66, 30); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(66, 40); this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextVisible = false; // // layoutControlItem4 // this.layoutControlItem4.Control = this.tbxCurrentPage; this.layoutControlItem4.Location = new System.Drawing.Point(421, 0); this.layoutControlItem4.MaxSize = new System.Drawing.Size(70, 32); this.layoutControlItem4.MinSize = new System.Drawing.Size(70, 32); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(70, 40); this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // layoutControlItem13 // this.layoutControlItem13.Control = this.lbNextPage; this.layoutControlItem13.Location = new System.Drawing.Point(170, 0); this.layoutControlItem13.MaxSize = new System.Drawing.Size(80, 32); this.layoutControlItem13.MinSize = new System.Drawing.Size(55, 32); this.layoutControlItem13.Name = "layoutControlItem13"; this.layoutControlItem13.Size = new System.Drawing.Size(80, 40); this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem13.TextVisible = false; // // layoutControlItem14 // this.layoutControlItem14.Control = this.labelControl9; this.layoutControlItem14.Location = new System.Drawing.Point(250, 0); this.layoutControlItem14.MaxSize = new System.Drawing.Size(15, 32); this.layoutControlItem14.MinSize = new System.Drawing.Size(15, 32); this.layoutControlItem14.Name = "layoutControlItem14"; this.layoutControlItem14.Size = new System.Drawing.Size(15, 40); this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem14.TextVisible = false; // // layoutControlItem15 // this.layoutControlItem15.Control = this.lbEnd; this.layoutControlItem15.Location = new System.Drawing.Point(265, 0); this.layoutControlItem15.MaxSize = new System.Drawing.Size(60, 32); this.layoutControlItem15.MinSize = new System.Drawing.Size(36, 32); this.layoutControlItem15.Name = "layoutControlItem15"; this.layoutControlItem15.Size = new System.Drawing.Size(60, 40); this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem15.TextVisible = false; // // emptySpaceItem3 // this.emptySpaceItem3.AllowHotTrack = false; this.emptySpaceItem3.Location = new System.Drawing.Point(325, 0); this.emptySpaceItem3.MaxSize = new System.Drawing.Size(30, 32); this.emptySpaceItem3.MinSize = new System.Drawing.Size(30, 32); this.emptySpaceItem3.Name = "emptySpaceItem3"; this.emptySpaceItem3.Size = new System.Drawing.Size(30, 40); 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(733, 0); this.emptySpaceItem4.MaxSize = new System.Drawing.Size(30, 32); this.emptySpaceItem4.MinSize = new System.Drawing.Size(30, 32); this.emptySpaceItem4.Name = "emptySpaceItem4"; this.emptySpaceItem4.Size = new System.Drawing.Size(30, 40); this.emptySpaceItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem7 // this.layoutControlItem7.Control = this.labelControl2; this.layoutControlItem7.Location = new System.Drawing.Point(763, 0); this.layoutControlItem7.MaxSize = new System.Drawing.Size(81, 30); this.layoutControlItem7.MinSize = new System.Drawing.Size(81, 30); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(81, 40); this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem7.TextVisible = false; // // layoutControlItem6 // this.layoutControlItem6.Control = this.cbxRowCount; this.layoutControlItem6.Location = new System.Drawing.Point(844, 0); this.layoutControlItem6.MaxSize = new System.Drawing.Size(66, 32); this.layoutControlItem6.MinSize = new System.Drawing.Size(66, 32); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(110, 40); this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.TextVisible = false; // // layoutControlItem3 // this.layoutControlItem3.Control = this.labelControl3; this.layoutControlItem3.Location = new System.Drawing.Point(491, 0); this.layoutControlItem3.MaxSize = new System.Drawing.Size(12, 30); this.layoutControlItem3.MinSize = new System.Drawing.Size(12, 30); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(12, 40); this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.lbTotalPages; this.layoutControlItem2.Location = new System.Drawing.Point(503, 0); this.layoutControlItem2.MaxSize = new System.Drawing.Size(100, 30); this.layoutControlItem2.MinSize = new System.Drawing.Size(100, 30); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(100, 40); this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // layoutControlItem12 // this.layoutControlItem12.Control = this.lbTotalRows; this.layoutControlItem12.Location = new System.Drawing.Point(633, 0); this.layoutControlItem12.MaxSize = new System.Drawing.Size(100, 32); this.layoutControlItem12.MinSize = new System.Drawing.Size(100, 32); this.layoutControlItem12.Name = "layoutControlItem12"; this.layoutControlItem12.Size = new System.Drawing.Size(100, 40); this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem12.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(603, 0); this.emptySpaceItem1.MaxSize = new System.Drawing.Size(30, 32); this.emptySpaceItem1.MinSize = new System.Drawing.Size(30, 32); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(30, 40); this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // UcPageBar // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl1); this.Name = "UcPageBar"; this.Size = new System.Drawing.Size(954, 40); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.cbxRowCount.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbxCurrentPage.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TextEdit tbxCurrentPage; private DevExpress.XtraEditors.LabelControl lbTotalPages; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.ComboBoxEdit cbxRowCount; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; 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.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraEditors.LabelControl lbFirstPage; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl lbPrePage; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11; private DevExpress.XtraEditors.LabelControl lbNextPage; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14; private DevExpress.XtraEditors.LabelControl lbEnd; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4; private DevExpress.XtraEditors.LabelControl lbTotalRows; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; } }