namespace DW5S.App.UserControl { partial class CtrlPaging { /// /// 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(CtrlPaging)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.btnGo = new DevExpress.XtraEditors.SimpleButton(); this.txtGoPage = new DevExpress.XtraEditors.TextEdit(); this.dataNavigator1 = new DevExpress.XtraEditors.DataNavigator(); this.txtCountPerPage = new DevExpress.XtraEditors.ComboBoxEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); 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(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtGoPage.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCountPerPage.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).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(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.btnGo); this.layoutControl1.Controls.Add(this.txtGoPage); this.layoutControl1.Controls.Add(this.dataNavigator1); 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.MaximumSize = new System.Drawing.Size(0, 31); this.layoutControl1.MinimumSize = new System.Drawing.Size(0, 32); 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(645, 32); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // 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(621, 7); 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(541, 7); 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, 7); 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); // // txtCountPerPage // this.txtCountPerPage.EditValue = "5000"; this.txtCountPerPage.Location = new System.Drawing.Point(34, 7); 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.layoutControlItem5, this.layoutControlItem6, this.layoutControlItem7, this.simpleLabelItem1, this.simpleLabelItem2, this.layoutControlItem8, this.emptySpaceItem1}); this.Root.Name = "Root"; this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2); this.Root.Size = new System.Drawing.Size(645, 32); this.Root.TextVisible = false; // // layoutControlItem5 // this.layoutControlItem5.Control = this.dataNavigator1; this.layoutControlItem5.Location = new System.Drawing.Point(148, 0); 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(537, 0); 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, 0); 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, 0); 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, 0); 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(617, 0); 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, 0); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(233, 28); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // CtrlPaging // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl1); this.Name = "CtrlPaging"; this.Size = new System.Drawing.Size(645, 32); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtGoPage.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCountPerPage.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).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(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; 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; } }