PagerControl.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. namespace WCS_Client.UC
  2. {
  3. partial class PagerControl
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.lblInfo = new System.Windows.Forms.Label();
  29. this.btnFirst = new System.Windows.Forms.Button();
  30. this.btnPre = new System.Windows.Forms.Button();
  31. this.btnNext = new System.Windows.Forms.Button();
  32. this.btnLast = new System.Windows.Forms.Button();
  33. this.btnGo = new System.Windows.Forms.Button();
  34. this.txtPage = new System.Windows.Forms.TextBox();
  35. this.SuspendLayout();
  36. //
  37. // lblInfo
  38. //
  39. this.lblInfo.AutoSize = true;
  40. this.lblInfo.Location = new System.Drawing.Point(14, 10);
  41. this.lblInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  42. this.lblInfo.Name = "lblInfo";
  43. this.lblInfo.Size = new System.Drawing.Size(61, 13);
  44. this.lblInfo.TabIndex = 0;
  45. this.lblInfo.Text = "共0条记录";
  46. //
  47. // btnFirst
  48. //
  49. this.btnFirst.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  50. this.btnFirst.Location = new System.Drawing.Point(298, 5);
  51. this.btnFirst.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  52. this.btnFirst.Name = "btnFirst";
  53. this.btnFirst.Size = new System.Drawing.Size(43, 23);
  54. this.btnFirst.TabIndex = 3;
  55. this.btnFirst.Text = "首页";
  56. this.btnFirst.UseVisualStyleBackColor = true;
  57. this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
  58. //
  59. // btnPre
  60. //
  61. this.btnPre.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  62. this.btnPre.Location = new System.Drawing.Point(353, 5);
  63. this.btnPre.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  64. this.btnPre.Name = "btnPre";
  65. this.btnPre.Size = new System.Drawing.Size(64, 23);
  66. this.btnPre.TabIndex = 4;
  67. this.btnPre.Text = "上一页";
  68. this.btnPre.UseVisualStyleBackColor = true;
  69. this.btnPre.Click += new System.EventHandler(this.btnPre_Click);
  70. //
  71. // btnNext
  72. //
  73. this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  74. this.btnNext.Location = new System.Drawing.Point(421, 5);
  75. this.btnNext.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  76. this.btnNext.Name = "btnNext";
  77. this.btnNext.Size = new System.Drawing.Size(63, 23);
  78. this.btnNext.TabIndex = 5;
  79. this.btnNext.Text = "下一页";
  80. this.btnNext.UseVisualStyleBackColor = true;
  81. this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  82. //
  83. // btnLast
  84. //
  85. this.btnLast.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  86. this.btnLast.Location = new System.Drawing.Point(488, 5);
  87. this.btnLast.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  88. this.btnLast.Name = "btnLast";
  89. this.btnLast.Size = new System.Drawing.Size(43, 23);
  90. this.btnLast.TabIndex = 6;
  91. this.btnLast.Text = "末页";
  92. this.btnLast.UseVisualStyleBackColor = true;
  93. this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
  94. //
  95. // btnGo
  96. //
  97. this.btnGo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  98. this.btnGo.Location = new System.Drawing.Point(578, 5);
  99. this.btnGo.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  100. this.btnGo.Name = "btnGo";
  101. this.btnGo.Size = new System.Drawing.Size(34, 23);
  102. this.btnGo.TabIndex = 7;
  103. this.btnGo.Text = "GO";
  104. this.btnGo.UseVisualStyleBackColor = true;
  105. this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
  106. //
  107. // txtPage
  108. //
  109. this.txtPage.Location = new System.Drawing.Point(541, 6);
  110. this.txtPage.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  111. this.txtPage.Name = "txtPage";
  112. this.txtPage.Size = new System.Drawing.Size(30, 20);
  113. this.txtPage.TabIndex = 8;
  114. //
  115. // PagerControl
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  119. this.Controls.Add(this.txtPage);
  120. this.Controls.Add(this.btnGo);
  121. this.Controls.Add(this.btnLast);
  122. this.Controls.Add(this.btnNext);
  123. this.Controls.Add(this.btnPre);
  124. this.Controls.Add(this.btnFirst);
  125. this.Controls.Add(this.lblInfo);
  126. this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  127. this.Name = "PagerControl";
  128. this.Size = new System.Drawing.Size(738, 33);
  129. this.Load += new System.EventHandler(this.PagerControl_Load);
  130. this.ResumeLayout(false);
  131. this.PerformLayout();
  132. }
  133. #endregion
  134. private System.Windows.Forms.Label lblInfo;
  135. private System.Windows.Forms.Button btnFirst;
  136. private System.Windows.Forms.Button btnPre;
  137. private System.Windows.Forms.Button btnNext;
  138. private System.Windows.Forms.Button btnLast;
  139. private System.Windows.Forms.Button btnGo;
  140. private System.Windows.Forms.TextBox txtPage;
  141. }
  142. }