UcCtrlPage.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. namespace XdCxRhDW.App.UserControl
  2. {
  3. partial class UcCtrlPage
  4. {/// <summary>
  5. /// 必需的设计器变量。
  6. /// </summary>
  7. private System.ComponentModel.IContainer components = null;
  8. /// <summary>
  9. /// 清理所有正在使用的资源。
  10. /// </summary>
  11. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  12. protected override void Dispose(bool disposing)
  13. {
  14. if (disposing && (components != null))
  15. {
  16. components.Dispose();
  17. }
  18. base.Dispose(disposing);
  19. }
  20. #region 组件设计器生成的代码
  21. /// <summary>
  22. /// 设计器支持所需的方法 - 不要
  23. /// 使用代码编辑器修改此方法的内容。
  24. /// </summary>
  25. private void InitializeComponent()
  26. {
  27. this.btnFrist = new System.Windows.Forms.Button();
  28. this.lblPage = new System.Windows.Forms.Label();
  29. this.btnPreviou = new System.Windows.Forms.Button();
  30. this.btnNext = new System.Windows.Forms.Button();
  31. this.btnLast = new System.Windows.Forms.Button();
  32. this.cboPageSize = new System.Windows.Forms.ComboBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.lblTotalRows = new System.Windows.Forms.Label();
  38. this.txtJumpPage = new System.Windows.Forms.TextBox();
  39. this.SuspendLayout();
  40. //
  41. // btnFrist
  42. //
  43. this.btnFrist.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  44. this.btnFrist.ImageIndex = 0;
  45. this.btnFrist.Location = new System.Drawing.Point(9, 6);
  46. this.btnFrist.Margin = new System.Windows.Forms.Padding(4);
  47. this.btnFrist.Name = "btnFrist";
  48. this.btnFrist.Size = new System.Drawing.Size(31, 22);
  49. this.btnFrist.TabIndex = 0;
  50. this.btnFrist.Text = "<<";
  51. //
  52. // lblPage
  53. //
  54. this.lblPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  55. this.lblPage.AutoSize = true;
  56. this.lblPage.Location = new System.Drawing.Point(95, 10);
  57. this.lblPage.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  58. this.lblPage.Name = "lblPage";
  59. this.lblPage.Size = new System.Drawing.Size(50, 14);
  60. this.lblPage.TabIndex = 1;
  61. this.lblPage.Text = "第1/1页";
  62. //
  63. // btnPreviou
  64. //
  65. this.btnPreviou.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  66. this.btnPreviou.ImageIndex = 3;
  67. this.btnPreviou.Location = new System.Drawing.Point(48, 6);
  68. this.btnPreviou.Margin = new System.Windows.Forms.Padding(4);
  69. this.btnPreviou.Name = "btnPreviou";
  70. this.btnPreviou.Size = new System.Drawing.Size(31, 22);
  71. this.btnPreviou.TabIndex = 2;
  72. this.btnPreviou.Text = "<";
  73. //
  74. // btnNext
  75. //
  76. this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  77. this.btnNext.ImageIndex = 2;
  78. this.btnNext.Location = new System.Drawing.Point(159, 6);
  79. this.btnNext.Margin = new System.Windows.Forms.Padding(4);
  80. this.btnNext.Name = "btnNext";
  81. this.btnNext.Size = new System.Drawing.Size(31, 22);
  82. this.btnNext.TabIndex = 3;
  83. this.btnNext.Text = ">";
  84. //
  85. // btnLast
  86. //
  87. this.btnLast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  88. this.btnLast.ImageIndex = 1;
  89. this.btnLast.Location = new System.Drawing.Point(199, 6);
  90. this.btnLast.Margin = new System.Windows.Forms.Padding(4);
  91. this.btnLast.Name = "btnLast";
  92. this.btnLast.Size = new System.Drawing.Size(31, 22);
  93. this.btnLast.TabIndex = 4;
  94. this.btnLast.Text = ">>";
  95. //
  96. // cboPageSize
  97. //
  98. this.cboPageSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  99. this.cboPageSize.FormattingEnabled = true;
  100. this.cboPageSize.Location = new System.Drawing.Point(314, 6);
  101. this.cboPageSize.Margin = new System.Windows.Forms.Padding(4);
  102. this.cboPageSize.Name = "cboPageSize";
  103. this.cboPageSize.Size = new System.Drawing.Size(53, 22);
  104. this.cboPageSize.TabIndex = 5;
  105. //
  106. // label1
  107. //
  108. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  109. this.label1.AutoSize = true;
  110. this.label1.Location = new System.Drawing.Point(275, 10);
  111. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  112. this.label1.Name = "label1";
  113. this.label1.Size = new System.Drawing.Size(31, 14);
  114. this.label1.TabIndex = 6;
  115. this.label1.Text = "每页";
  116. //
  117. // label2
  118. //
  119. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  120. this.label2.AutoSize = true;
  121. this.label2.Location = new System.Drawing.Point(372, 10);
  122. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  123. this.label2.Name = "label2";
  124. this.label2.Size = new System.Drawing.Size(19, 14);
  125. this.label2.TabIndex = 7;
  126. this.label2.Text = "条";
  127. //
  128. // label3
  129. //
  130. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  131. this.label3.AutoSize = true;
  132. this.label3.Location = new System.Drawing.Point(413, 10);
  133. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  134. this.label3.Name = "label3";
  135. this.label3.Size = new System.Drawing.Size(19, 14);
  136. this.label3.TabIndex = 8;
  137. this.label3.Text = "共";
  138. //
  139. // label4
  140. //
  141. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  142. this.label4.AutoSize = true;
  143. this.label4.Location = new System.Drawing.Point(479, 10);
  144. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  145. this.label4.Name = "label4";
  146. this.label4.Size = new System.Drawing.Size(19, 14);
  147. this.label4.TabIndex = 9;
  148. this.label4.Text = "条";
  149. //
  150. // lblTotalRows
  151. //
  152. this.lblTotalRows.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  153. this.lblTotalRows.AutoSize = true;
  154. this.lblTotalRows.Location = new System.Drawing.Point(441, 10);
  155. this.lblTotalRows.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  156. this.lblTotalRows.Name = "lblTotalRows";
  157. this.lblTotalRows.Size = new System.Drawing.Size(14, 14);
  158. this.lblTotalRows.TabIndex = 10;
  159. this.lblTotalRows.Text = "0";
  160. //
  161. // txtJumpPage
  162. //
  163. this.txtJumpPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  164. this.txtJumpPage.Location = new System.Drawing.Point(238, 6);
  165. this.txtJumpPage.Margin = new System.Windows.Forms.Padding(4);
  166. this.txtJumpPage.Multiline = true;
  167. this.txtJumpPage.Name = "txtJumpPage";
  168. this.txtJumpPage.Size = new System.Drawing.Size(34, 18);
  169. this.txtJumpPage.TabIndex = 11;
  170. //
  171. // UcCtrlPage
  172. //
  173. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  174. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  175. this.Controls.Add(this.txtJumpPage);
  176. this.Controls.Add(this.lblTotalRows);
  177. this.Controls.Add(this.label4);
  178. this.Controls.Add(this.label3);
  179. this.Controls.Add(this.label2);
  180. this.Controls.Add(this.label1);
  181. this.Controls.Add(this.cboPageSize);
  182. this.Controls.Add(this.btnLast);
  183. this.Controls.Add(this.btnNext);
  184. this.Controls.Add(this.btnPreviou);
  185. this.Controls.Add(this.lblPage);
  186. this.Controls.Add(this.btnFrist);
  187. this.Margin = new System.Windows.Forms.Padding(4);
  188. this.Name = "UcCtrlPage";
  189. this.Size = new System.Drawing.Size(516, 34);
  190. this.ResumeLayout(false);
  191. this.PerformLayout();
  192. }
  193. #endregion
  194. private System.Windows.Forms.Button btnFrist;
  195. private System.Windows.Forms.Label lblPage;
  196. private System.Windows.Forms.Button btnPreviou;
  197. private System.Windows.Forms.Button btnNext;
  198. private System.Windows.Forms.Button btnLast;
  199. private System.Windows.Forms.ComboBox cboPageSize;
  200. private System.Windows.Forms.Label label1;
  201. private System.Windows.Forms.Label label2;
  202. private System.Windows.Forms.Label label3;
  203. private System.Windows.Forms.Label label4;
  204. private System.Windows.Forms.Label lblTotalRows;
  205. private System.Windows.Forms.TextBox txtJumpPage;
  206. }
  207. }