namespace UI.Framework.Controls { partial class PageControl { /// /// 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(PageControl)); this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem(); this.barManager1 = new DevExpress.XtraBars.BarManager(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.SaveFileDialog = new DevExpress.XtraEditors.XtraSaveFileDialog(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.comboBoxEditTotal = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.textEditToPageSize = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.textEditToPageMax = new DevExpress.XtraEditors.TextEdit(); this.dropDownButton1 = new DevExpress.XtraEditors.DropDownButton(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.simpleButtonEnd = new DevExpress.XtraEditors.SimpleButton(); this.simpleButtonNext = new DevExpress.XtraEditors.SimpleButton(); this.textEditCurPage = new DevExpress.XtraEditors.TextEdit(); this.simpleButtonPre = new DevExpress.XtraEditors.SimpleButton(); this.simpleButtonFirst = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditTotal.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditToPageSize.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditToPageMax.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditCurPage.Properties)).BeginInit(); this.SuspendLayout(); // // popupMenu1 // this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1), new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3)}); this.popupMenu1.Manager = this.barManager1; this.popupMenu1.Name = "popupMenu1"; // // barButtonItem1 // this.barButtonItem1.Caption = "导出当前页Excel"; this.barButtonItem1.Id = 6; this.barButtonItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.Image"))); this.barButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage"))); this.barButtonItem1.Name = "barButtonItem1"; this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick); // // barButtonItem3 // this.barButtonItem3.Caption = "打印当前页数据"; this.barButtonItem3.Id = 8; this.barButtonItem3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.ImageOptions.Image"))); this.barButtonItem3.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.ImageOptions.LargeImage"))); this.barButtonItem3.Name = "barButtonItem3"; this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick); // // barManager1 // this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.Form = this; this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.barButtonItem1, this.barButtonItem3}); this.barManager1.MaxItemId = 10; // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 0); this.barDockControlTop.Manager = this.barManager1; this.barDockControlTop.Size = new System.Drawing.Size(741, 0); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 36); this.barDockControlBottom.Manager = this.barManager1; this.barDockControlBottom.Size = new System.Drawing.Size(741, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 0); this.barDockControlLeft.Manager = this.barManager1; this.barDockControlLeft.Size = new System.Drawing.Size(0, 36); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(741, 0); this.barDockControlRight.Manager = this.barManager1; this.barDockControlRight.Size = new System.Drawing.Size(0, 36); // // SaveFileDialog // this.SaveFileDialog.FileName = null; // // simpleButton1 // this.simpleButton1.Appearance.Options.UseTextOptions = true; this.simpleButton1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.simpleButton1.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.simpleButton1.Location = new System.Drawing.Point(553, 5); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(48, 23); this.simpleButton1.TabIndex = 62; this.simpleButton1.Text = "跳转"; this.simpleButton1.Click += new System.EventHandler(this.Go); // // labelControl5 // this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl5.Location = new System.Drawing.Point(530, 6); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(17, 21); this.labelControl5.TabIndex = 61; this.labelControl5.Text = " 页"; // // textEdit1 // this.textEdit1.EditValue = "1"; this.textEdit1.Location = new System.Drawing.Point(487, 6); this.textEdit1.Name = "textEdit1"; this.textEdit1.Properties.Appearance.Options.UseTextOptions = true; this.textEdit1.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.textEdit1.Properties.AutoHeight = false; this.textEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.textEdit1.Properties.Mask.EditMask = "\\d+"; this.textEdit1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.textEdit1.Size = new System.Drawing.Size(37, 21); this.textEdit1.TabIndex = 60; // // labelControl3 // this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl3.Location = new System.Drawing.Point(451, 6); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(42, 21); this.labelControl3.TabIndex = 59; this.labelControl3.Text = " 行,第"; // // comboBoxEditTotal // this.comboBoxEditTotal.EditValue = "0"; this.comboBoxEditTotal.Location = new System.Drawing.Point(377, 6); this.comboBoxEditTotal.Name = "comboBoxEditTotal"; this.comboBoxEditTotal.Properties.Appearance.Options.UseTextOptions = true; this.comboBoxEditTotal.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.comboBoxEditTotal.Properties.AutoHeight = false; this.comboBoxEditTotal.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.comboBoxEditTotal.Properties.DisplayFormat.FormatString = "d"; this.comboBoxEditTotal.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.comboBoxEditTotal.Properties.EditFormat.FormatString = "d"; this.comboBoxEditTotal.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.comboBoxEditTotal.Properties.EditValueChangedDelay = 1; this.comboBoxEditTotal.Properties.Mask.EditMask = "\\d{0,9}"; this.comboBoxEditTotal.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.comboBoxEditTotal.Properties.ReadOnly = true; this.comboBoxEditTotal.Size = new System.Drawing.Size(68, 21); this.comboBoxEditTotal.TabIndex = 58; // // labelControl2 // this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl2.Location = new System.Drawing.Point(341, 6); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(36, 21); this.labelControl2.TabIndex = 57; this.labelControl2.Text = " 行,共"; // // textEditToPageSize // this.textEditToPageSize.EditValue = "100"; this.textEditToPageSize.Location = new System.Drawing.Point(299, 6); this.textEditToPageSize.Name = "textEditToPageSize"; this.textEditToPageSize.Properties.Appearance.Options.UseTextOptions = true; this.textEditToPageSize.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.textEditToPageSize.Properties.AutoHeight = false; this.textEditToPageSize.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.textEditToPageSize.Properties.Mask.EditMask = "\\d+"; this.textEditToPageSize.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.textEditToPageSize.Size = new System.Drawing.Size(42, 21); this.textEditToPageSize.TabIndex = 55; // // labelControl4 // this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl4.Location = new System.Drawing.Point(251, 6); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(48, 21); this.labelControl4.TabIndex = 56; this.labelControl4.Text = " 页,每页"; // // textEditToPageMax // this.textEditToPageMax.EditValue = "1"; this.textEditToPageMax.Location = new System.Drawing.Point(207, 6); this.textEditToPageMax.Name = "textEditToPageMax"; this.textEditToPageMax.Properties.Appearance.Options.UseTextOptions = true; this.textEditToPageMax.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.textEditToPageMax.Properties.AutoHeight = false; this.textEditToPageMax.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.textEditToPageMax.Properties.Mask.EditMask = "\\d+"; this.textEditToPageMax.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.textEditToPageMax.Size = new System.Drawing.Size(44, 20); this.textEditToPageMax.TabIndex = 54; // // dropDownButton1 // this.dropDownButton1.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show; this.dropDownButton1.DropDownControl = this.popupMenu1; this.dropDownButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("dropDownButton1.ImageOptions.Image"))); this.dropDownButton1.Location = new System.Drawing.Point(624, 4); this.dropDownButton1.Name = "dropDownButton1"; this.dropDownButton1.Size = new System.Drawing.Size(99, 25); this.dropDownButton1.TabIndex = 53; this.dropDownButton1.Text = "导出打印"; // // labelControl1 // this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl1.Location = new System.Drawing.Point(188, 6); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(19, 21); this.labelControl1.TabIndex = 52; this.labelControl1.Text = " 共"; // // simpleButtonEnd // this.simpleButtonEnd.Appearance.Options.UseTextOptions = true; this.simpleButtonEnd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.simpleButtonEnd.Enabled = false; this.simpleButtonEnd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButtonEnd.ImageOptions.Image"))); this.simpleButtonEnd.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.simpleButtonEnd.Location = new System.Drawing.Point(154, 6); this.simpleButtonEnd.Name = "simpleButtonEnd"; this.simpleButtonEnd.Size = new System.Drawing.Size(34, 21); this.simpleButtonEnd.TabIndex = 47; this.simpleButtonEnd.Click += new System.EventHandler(this.simpleButtonEnd_Click); // // simpleButtonNext // this.simpleButtonNext.Appearance.Options.UseTextOptions = true; this.simpleButtonNext.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.simpleButtonNext.Enabled = false; this.simpleButtonNext.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButtonNext.ImageOptions.Image"))); this.simpleButtonNext.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.simpleButtonNext.Location = new System.Drawing.Point(120, 6); this.simpleButtonNext.Name = "simpleButtonNext"; this.simpleButtonNext.Size = new System.Drawing.Size(34, 21); this.simpleButtonNext.TabIndex = 48; this.simpleButtonNext.Click += new System.EventHandler(this.simpleButtonNext_Click); // // textEditCurPage // this.textEditCurPage.EditValue = "1"; this.textEditCurPage.Location = new System.Drawing.Point(83, 6); this.textEditCurPage.Name = "textEditCurPage"; this.textEditCurPage.Properties.Appearance.Options.UseTextOptions = true; this.textEditCurPage.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.textEditCurPage.Properties.AutoHeight = false; this.textEditCurPage.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.textEditCurPage.Properties.Mask.EditMask = "\\d+"; this.textEditCurPage.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.textEditCurPage.Size = new System.Drawing.Size(37, 21); this.textEditCurPage.TabIndex = 51; // // simpleButtonPre // this.simpleButtonPre.Appearance.Options.UseTextOptions = true; this.simpleButtonPre.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.simpleButtonPre.Enabled = false; this.simpleButtonPre.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButtonPre.ImageOptions.Image"))); this.simpleButtonPre.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.simpleButtonPre.Location = new System.Drawing.Point(49, 6); this.simpleButtonPre.Name = "simpleButtonPre"; this.simpleButtonPre.Size = new System.Drawing.Size(34, 21); this.simpleButtonPre.TabIndex = 49; this.simpleButtonPre.Click += new System.EventHandler(this.simpleButtonPre_Click); // // simpleButtonFirst // this.simpleButtonFirst.Appearance.Options.UseTextOptions = true; this.simpleButtonFirst.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.simpleButtonFirst.Enabled = false; this.simpleButtonFirst.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButtonFirst.ImageOptions.Image"))); this.simpleButtonFirst.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.simpleButtonFirst.Location = new System.Drawing.Point(15, 6); this.simpleButtonFirst.Name = "simpleButtonFirst"; this.simpleButtonFirst.Size = new System.Drawing.Size(34, 21); this.simpleButtonFirst.TabIndex = 50; this.simpleButtonFirst.Click += new System.EventHandler(this.simpleButtonFirst_Click); // // PageControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.simpleButton1); this.Controls.Add(this.labelControl5); this.Controls.Add(this.textEdit1); this.Controls.Add(this.labelControl3); this.Controls.Add(this.comboBoxEditTotal); this.Controls.Add(this.labelControl2); this.Controls.Add(this.textEditToPageSize); this.Controls.Add(this.labelControl4); this.Controls.Add(this.textEditToPageMax); this.Controls.Add(this.dropDownButton1); this.Controls.Add(this.labelControl1); this.Controls.Add(this.simpleButtonEnd); this.Controls.Add(this.simpleButtonNext); this.Controls.Add(this.textEditCurPage); this.Controls.Add(this.simpleButtonPre); this.Controls.Add(this.simpleButtonFirst); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "PageControl"; this.Size = new System.Drawing.Size(741, 36); ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditTotal.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditToPageSize.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditToPageMax.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditCurPage.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.PopupMenu popupMenu1; private DevExpress.XtraEditors.XtraSaveFileDialog SaveFileDialog; private DevExpress.XtraBars.BarManager barManager1; private DevExpress.XtraBars.BarDockControl barDockControlTop; private DevExpress.XtraBars.BarDockControl barDockControlBottom; private DevExpress.XtraBars.BarDockControl barDockControlLeft; private DevExpress.XtraBars.BarDockControl barDockControlRight; private DevExpress.XtraBars.BarButtonItem barButtonItem1; private DevExpress.XtraBars.BarButtonItem barButtonItem3; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.TextEdit textEdit1; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.TextEdit comboBoxEditTotal; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.TextEdit textEditToPageSize; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit textEditToPageMax; private DevExpress.XtraEditors.DropDownButton dropDownButton1; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton simpleButtonEnd; private DevExpress.XtraEditors.SimpleButton simpleButtonNext; private DevExpress.XtraEditors.TextEdit textEditCurPage; private DevExpress.XtraEditors.SimpleButton simpleButtonPre; private DevExpress.XtraEditors.SimpleButton simpleButtonFirst; } }