123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318 |
- namespace LYFZ.ManagementService.Pager
- {
- partial class PagerEx
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PagerEx));
- this.bindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
- this.btnFirst = new System.Windows.Forms.ToolStripButton();
- this.btnPrev = new System.Windows.Forms.ToolStripButton();
- this.btnNext = new System.Windows.Forms.ToolStripButton();
- this.btnLast = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
- this.txtCurrentPage = new System.Windows.Forms.ToolStripTextBox();
- this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
- this.btnGo = new System.Windows.Forms.ToolStripButton();
- this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
- this.lblPageCount = new System.Windows.Forms.ToolStripLabel();
- this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.lblMaxPage = new System.Windows.Forms.ToolStripLabel();
- this.bindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
- this.lblthisPageCount = new System.Windows.Forms.ToolStripLabel();
- this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
- this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.lblbtnShowAll = new System.Windows.Forms.ToolStripButton();
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator)).BeginInit();
- this.bindingNavigator.SuspendLayout();
- this.SuspendLayout();
- //
- // bindingNavigatorCountItem
- //
- this.bindingNavigatorCountItem.BackColor = System.Drawing.Color.Transparent;
- this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
- this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 27);
- this.bindingNavigatorCountItem.Text = "/ {0}";
- this.bindingNavigatorCountItem.ToolTipText = "总项数";
- this.bindingNavigatorCountItem.Visible = false;
- //
- // btnFirst
- //
- this.btnFirst.BackColor = System.Drawing.Color.Transparent;
- this.btnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.btnFirst.Image = ((System.Drawing.Image)(resources.GetObject("btnFirst.Image")));
- this.btnFirst.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnFirst.Name = "btnFirst";
- this.btnFirst.Size = new System.Drawing.Size(48, 27);
- this.btnFirst.Text = "第一页";
- this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
- //
- // btnPrev
- //
- this.btnPrev.BackColor = System.Drawing.Color.Transparent;
- this.btnPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.btnPrev.Image = ((System.Drawing.Image)(resources.GetObject("btnPrev.Image")));
- this.btnPrev.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnPrev.Name = "btnPrev";
- this.btnPrev.Size = new System.Drawing.Size(48, 27);
- this.btnPrev.Text = "上一页";
- this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
- //
- // btnNext
- //
- this.btnNext.BackColor = System.Drawing.Color.Transparent;
- this.btnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.btnNext.Image = ((System.Drawing.Image)(resources.GetObject("btnNext.Image")));
- this.btnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnNext.Name = "btnNext";
- this.btnNext.Size = new System.Drawing.Size(48, 27);
- this.btnNext.Text = "下一页";
- this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
- //
- // btnLast
- //
- this.btnLast.BackColor = System.Drawing.Color.Transparent;
- this.btnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.btnLast.Image = ((System.Drawing.Image)(resources.GetObject("btnLast.Image")));
- this.btnLast.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnLast.Name = "btnLast";
- this.btnLast.Size = new System.Drawing.Size(48, 27);
- this.btnLast.Text = "最后页";
- this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 30);
- //
- // toolStripLabel4
- //
- this.toolStripLabel4.BackColor = System.Drawing.Color.Transparent;
- this.toolStripLabel4.Name = "toolStripLabel4";
- this.toolStripLabel4.Size = new System.Drawing.Size(20, 27);
- this.toolStripLabel4.Text = "第";
- //
- // txtCurrentPage
- //
- this.txtCurrentPage.Name = "txtCurrentPage";
- this.txtCurrentPage.Size = new System.Drawing.Size(40, 30);
- this.txtCurrentPage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCurrentPage_KeyDown);
- //
- // toolStripLabel1
- //
- this.toolStripLabel1.BackColor = System.Drawing.Color.Transparent;
- this.toolStripLabel1.Name = "toolStripLabel1";
- this.toolStripLabel1.Size = new System.Drawing.Size(20, 27);
- this.toolStripLabel1.Text = "页";
- //
- // btnGo
- //
- this.btnGo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.btnGo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
- this.btnGo.Image = ((System.Drawing.Image)(resources.GetObject("btnGo.Image")));
- this.btnGo.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnGo.Name = "btnGo";
- this.btnGo.Size = new System.Drawing.Size(23, 27);
- this.btnGo.Text = "GO";
- this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
- //
- // toolStripLabel2
- //
- this.toolStripLabel2.BackColor = System.Drawing.Color.Transparent;
- this.toolStripLabel2.Name = "toolStripLabel2";
- this.toolStripLabel2.Size = new System.Drawing.Size(20, 27);
- this.toolStripLabel2.Text = "共";
- //
- // lblPageCount
- //
- this.lblPageCount.BackColor = System.Drawing.Color.Transparent;
- this.lblPageCount.Name = "lblPageCount";
- this.lblPageCount.Size = new System.Drawing.Size(85, 27);
- this.lblPageCount.Text = "lblPageCount";
- //
- // toolStripLabel3
- //
- this.toolStripLabel3.BackColor = System.Drawing.Color.Transparent;
- this.toolStripLabel3.Name = "toolStripLabel3";
- this.toolStripLabel3.Size = new System.Drawing.Size(20, 27);
- this.toolStripLabel3.Text = "页";
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 30);
- //
- // lblMaxPage
- //
- this.lblMaxPage.BackColor = System.Drawing.Color.Transparent;
- this.lblMaxPage.Name = "lblMaxPage";
- this.lblMaxPage.Size = new System.Drawing.Size(76, 27);
- this.lblMaxPage.Text = "lblMaxPage";
- //
- // bindingNavigator
- //
- this.bindingNavigator.AddNewItem = null;
- this.bindingNavigator.BackColor = System.Drawing.SystemColors.Control;
- this.bindingNavigator.CountItem = this.bindingNavigatorCountItem;
- this.bindingNavigator.DeleteItem = null;
- this.bindingNavigator.Dock = System.Windows.Forms.DockStyle.Fill;
- this.bindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btnFirst,
- this.btnPrev,
- this.btnNext,
- this.btnLast,
- this.toolStripSeparator2,
- this.toolStripLabel4,
- this.txtCurrentPage,
- this.toolStripLabel1,
- this.btnGo,
- this.toolStripSeparator1,
- this.toolStripLabel2,
- this.lblPageCount,
- this.toolStripLabel3,
- this.toolStripSeparator4,
- this.toolStripLabel5,
- this.lblthisPageCount,
- this.toolStripLabel6,
- this.toolStripLabel7,
- this.lblMaxPage,
- this.toolStripSeparator3,
- this.lblbtnShowAll,
- this.bindingNavigatorCountItem});
- this.bindingNavigator.Location = new System.Drawing.Point(0, 0);
- this.bindingNavigator.MoveFirstItem = null;
- this.bindingNavigator.MoveLastItem = null;
- this.bindingNavigator.MoveNextItem = null;
- this.bindingNavigator.MovePreviousItem = null;
- this.bindingNavigator.Name = "bindingNavigator";
- this.bindingNavigator.PositionItem = null;
- this.bindingNavigator.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.bindingNavigator.Size = new System.Drawing.Size(830, 30);
- this.bindingNavigator.TabIndex = 0;
- this.bindingNavigator.Text = "bindingNavigator1";
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 30);
- //
- // toolStripLabel5
- //
- this.toolStripLabel5.BackColor = System.Drawing.Color.Transparent;
- this.toolStripLabel5.Name = "toolStripLabel5";
- this.toolStripLabel5.Size = new System.Drawing.Size(44, 27);
- this.toolStripLabel5.Text = "当前页";
- //
- // lblthisPageCount
- //
- this.lblthisPageCount.BackColor = System.Drawing.Color.Transparent;
- this.lblthisPageCount.Name = "lblthisPageCount";
- this.lblthisPageCount.Size = new System.Drawing.Size(105, 27);
- this.lblthisPageCount.Text = "lblthisPageCount";
- //
- // toolStripLabel6
- //
- this.toolStripLabel6.BackColor = System.Drawing.Color.Transparent;
- this.toolStripLabel6.Name = "toolStripLabel6";
- this.toolStripLabel6.Size = new System.Drawing.Size(20, 27);
- this.toolStripLabel6.Text = "条";
- //
- // toolStripLabel7
- //
- this.toolStripLabel7.BackColor = System.Drawing.Color.Transparent;
- this.toolStripLabel7.Name = "toolStripLabel7";
- this.toolStripLabel7.Size = new System.Drawing.Size(13, 27);
- this.toolStripLabel7.Text = "/";
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 30);
- //
- // lblbtnShowAll
- //
- this.lblbtnShowAll.BackColor = System.Drawing.Color.Transparent;
- this.lblbtnShowAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.lblbtnShowAll.Image = ((System.Drawing.Image)(resources.GetObject("lblbtnShowAll.Image")));
- this.lblbtnShowAll.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.lblbtnShowAll.Name = "lblbtnShowAll";
- this.lblbtnShowAll.Size = new System.Drawing.Size(60, 27);
- this.lblbtnShowAll.Text = "全部显示";
- this.lblbtnShowAll.Click += new System.EventHandler(this.lblbtnShowAll_Click);
- //
- // PagerEx
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.bindingNavigator);
- this.Name = "PagerEx";
- this.Size = new System.Drawing.Size(830, 30);
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator)).EndInit();
- this.bindingNavigator.ResumeLayout(false);
- this.bindingNavigator.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- public System.Windows.Forms.BindingSource bindingSource;
- private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
- private System.Windows.Forms.ToolStripButton btnFirst;
- private System.Windows.Forms.ToolStripButton btnPrev;
- private System.Windows.Forms.ToolStripButton btnNext;
- private System.Windows.Forms.ToolStripButton btnLast;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripLabel toolStripLabel4;
- private System.Windows.Forms.ToolStripTextBox txtCurrentPage;
- private System.Windows.Forms.ToolStripLabel toolStripLabel1;
- private System.Windows.Forms.ToolStripButton btnGo;
- private System.Windows.Forms.ToolStripLabel toolStripLabel2;
- private System.Windows.Forms.ToolStripLabel lblPageCount;
- private System.Windows.Forms.ToolStripLabel toolStripLabel3;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.ToolStripLabel lblMaxPage;
- public System.Windows.Forms.BindingNavigator bindingNavigator;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripLabel toolStripLabel5;
- private System.Windows.Forms.ToolStripLabel lblthisPageCount;
- private System.Windows.Forms.ToolStripLabel toolStripLabel6;
- private System.Windows.Forms.ToolStripLabel toolStripLabel7;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton lblbtnShowAll;
- }
- }
|