123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267 |
- namespace LYFZ.ComponentLibrary
- {
- 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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PagerEx));
- this.lblTotalCount = new System.Windows.Forms.Label();
- this.comboPageSize = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.lblPageCount = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.lbtnGO = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtBoxCurPage = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnLast = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnNext = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnPrev = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnFirst = new LYFZ.ComponentLibrary.ButtonEx();
- this.SuspendLayout();
- //
- // lblTotalCount
- //
- this.lblTotalCount.AutoSize = true;
- this.lblTotalCount.Location = new System.Drawing.Point(643, 14);
- this.lblTotalCount.Name = "lblTotalCount";
- this.lblTotalCount.Size = new System.Drawing.Size(11, 12);
- this.lblTotalCount.TabIndex = 17;
- this.lblTotalCount.Text = "0";
- //
- // comboPageSize
- //
- this.comboPageSize.AutoSize = true;
- this.comboPageSize.Location = new System.Drawing.Point(64, 12);
- this.comboPageSize.Name = "comboPageSize";
- this.comboPageSize.Size = new System.Drawing.Size(11, 12);
- this.comboPageSize.TabIndex = 21;
- this.comboPageSize.Text = "0";
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Location = new System.Drawing.Point(3, 12);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(53, 12);
- this.labelEx2.TabIndex = 20;
- this.labelEx2.Text = "每页条数";
- //
- // labelEx8
- //
- this.labelEx8.AutoSize = true;
- this.labelEx8.Location = new System.Drawing.Point(673, 13);
- this.labelEx8.Name = "labelEx8";
- this.labelEx8.Size = new System.Drawing.Size(41, 12);
- this.labelEx8.TabIndex = 19;
- this.labelEx8.Text = "条数据";
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.Location = new System.Drawing.Point(610, 14);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(17, 12);
- this.labelEx6.TabIndex = 18;
- this.labelEx6.Text = "共";
- //
- // labelEx7
- //
- this.labelEx7.AutoSize = true;
- this.labelEx7.Location = new System.Drawing.Point(571, 13);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(17, 12);
- this.labelEx7.TabIndex = 16;
- this.labelEx7.Text = "页";
- //
- // lblPageCount
- //
- this.lblPageCount.AutoSize = true;
- this.lblPageCount.Location = new System.Drawing.Point(545, 13);
- this.lblPageCount.Name = "lblPageCount";
- this.lblPageCount.Size = new System.Drawing.Size(11, 12);
- this.lblPageCount.TabIndex = 15;
- this.lblPageCount.Text = "0";
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.Location = new System.Drawing.Point(516, 12);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(17, 12);
- this.labelEx5.TabIndex = 14;
- this.labelEx5.Text = "共";
- //
- // lbtnGO
- //
- this.lbtnGO.BackColor = System.Drawing.Color.Transparent;
- this.lbtnGO.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("lbtnGO.BackImg")));
- this.lbtnGO.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.lbtnGO.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.lbtnGO.ForeColor = System.Drawing.Color.White;
- this.lbtnGO.IsShowText = true;
- this.lbtnGO.Location = new System.Drawing.Point(446, 5);
- this.lbtnGO.Name = "lbtnGO";
- this.lbtnGO.Size = new System.Drawing.Size(52, 28);
- this.lbtnGO.TabIndex = 9;
- this.lbtnGO.Text = "GO";
- this.lbtnGO.UseVisualStyleBackColor = false;
- this.lbtnGO.Click += new System.EventHandler(this.lbtnGO_Click);
- //
- // txtBoxCurPage
- //
- this.txtBoxCurPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtBoxCurPage.EmptyTextTip = null;
- this.txtBoxCurPage.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtBoxCurPage.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtBoxCurPage.Location = new System.Drawing.Point(376, 7);
- this.txtBoxCurPage.Name = "txtBoxCurPage";
- this.txtBoxCurPage.Size = new System.Drawing.Size(59, 23);
- this.txtBoxCurPage.TabIndex = 8;
- this.txtBoxCurPage.Text = "1";
- this.txtBoxCurPage.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBoxCurPage_KeyPress);
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Location = new System.Drawing.Point(343, 13);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(29, 12);
- this.labelEx1.TabIndex = 7;
- this.labelEx1.Text = "跳转";
- //
- // btnLast
- //
- this.btnLast.BackColor = System.Drawing.Color.Transparent;
- this.btnLast.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLast.BackImg")));
- this.btnLast.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnLast.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnLast.ForeColor = System.Drawing.Color.White;
- this.btnLast.IsShowText = true;
- this.btnLast.Location = new System.Drawing.Point(280, 4);
- this.btnLast.Name = "btnLast";
- this.btnLast.Size = new System.Drawing.Size(52, 28);
- this.btnLast.TabIndex = 3;
- this.btnLast.Text = "末页";
- this.btnLast.UseVisualStyleBackColor = false;
- this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
- //
- // btnNext
- //
- this.btnNext.BackColor = System.Drawing.Color.Transparent;
- this.btnNext.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNext.BackImg")));
- this.btnNext.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnNext.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnNext.ForeColor = System.Drawing.Color.White;
- this.btnNext.IsShowText = true;
- this.btnNext.Location = new System.Drawing.Point(220, 4);
- this.btnNext.Name = "btnNext";
- this.btnNext.Size = new System.Drawing.Size(52, 28);
- this.btnNext.TabIndex = 2;
- this.btnNext.Text = "下一页";
- this.btnNext.UseVisualStyleBackColor = false;
- this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
- //
- // btnPrev
- //
- this.btnPrev.BackColor = System.Drawing.Color.Transparent;
- this.btnPrev.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrev.BackImg")));
- this.btnPrev.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnPrev.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnPrev.ForeColor = System.Drawing.Color.White;
- this.btnPrev.IsShowText = true;
- this.btnPrev.Location = new System.Drawing.Point(160, 4);
- this.btnPrev.Name = "btnPrev";
- this.btnPrev.Size = new System.Drawing.Size(52, 28);
- this.btnPrev.TabIndex = 1;
- this.btnPrev.Text = "上一页";
- this.btnPrev.UseVisualStyleBackColor = false;
- this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
- //
- // btnFirst
- //
- this.btnFirst.BackColor = System.Drawing.Color.Transparent;
- this.btnFirst.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnFirst.BackImg")));
- this.btnFirst.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnFirst.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnFirst.ForeColor = System.Drawing.Color.White;
- this.btnFirst.IsShowText = true;
- this.btnFirst.Location = new System.Drawing.Point(99, 4);
- this.btnFirst.Name = "btnFirst";
- this.btnFirst.Size = new System.Drawing.Size(52, 28);
- this.btnFirst.TabIndex = 0;
- this.btnFirst.Text = "首页";
- this.btnFirst.UseVisualStyleBackColor = false;
- this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
- //
- // PagerEx
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.Controls.Add(this.comboPageSize);
- this.Controls.Add(this.labelEx2);
- this.Controls.Add(this.labelEx8);
- this.Controls.Add(this.labelEx6);
- this.Controls.Add(this.lblTotalCount);
- this.Controls.Add(this.labelEx7);
- this.Controls.Add(this.lblPageCount);
- this.Controls.Add(this.labelEx5);
- this.Controls.Add(this.lbtnGO);
- this.Controls.Add(this.txtBoxCurPage);
- this.Controls.Add(this.labelEx1);
- this.Controls.Add(this.btnLast);
- this.Controls.Add(this.btnNext);
- this.Controls.Add(this.btnPrev);
- this.Controls.Add(this.btnFirst);
- this.Name = "PagerEx";
- this.Size = new System.Drawing.Size(728, 37);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private ButtonEx btnFirst;
- private ButtonEx btnPrev;
- private ButtonEx btnNext;
- private ButtonEx btnLast;
- private LabelEx labelEx1;
- private TextBoxBasicEx txtBoxCurPage;
- private ButtonEx lbtnGO;
- private LabelEx labelEx5;
- private LabelEx lblPageCount;
- private LabelEx labelEx7;
- private System.Windows.Forms.Label lblTotalCount;
- private LabelEx labelEx6;
- private LabelEx labelEx8;
- private LabelEx labelEx2;
- private LabelEx comboPageSize;
- }
- }
|