PagerEx.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class PagerEx
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PagerEx));
  29. this.lblTotalCount = new System.Windows.Forms.Label();
  30. this.comboPageSize = new LYFZ.ComponentLibrary.LabelEx();
  31. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.lblPageCount = new LYFZ.ComponentLibrary.LabelEx();
  36. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.lbtnGO = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.txtBoxCurPage = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  39. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.btnLast = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.btnNext = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnPrev = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnFirst = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.SuspendLayout();
  45. //
  46. // lblTotalCount
  47. //
  48. this.lblTotalCount.AutoSize = true;
  49. this.lblTotalCount.Location = new System.Drawing.Point(643, 14);
  50. this.lblTotalCount.Name = "lblTotalCount";
  51. this.lblTotalCount.Size = new System.Drawing.Size(11, 12);
  52. this.lblTotalCount.TabIndex = 17;
  53. this.lblTotalCount.Text = "0";
  54. //
  55. // comboPageSize
  56. //
  57. this.comboPageSize.AutoSize = true;
  58. this.comboPageSize.Location = new System.Drawing.Point(64, 12);
  59. this.comboPageSize.Name = "comboPageSize";
  60. this.comboPageSize.Size = new System.Drawing.Size(11, 12);
  61. this.comboPageSize.TabIndex = 21;
  62. this.comboPageSize.Text = "0";
  63. //
  64. // labelEx2
  65. //
  66. this.labelEx2.AutoSize = true;
  67. this.labelEx2.Location = new System.Drawing.Point(3, 12);
  68. this.labelEx2.Name = "labelEx2";
  69. this.labelEx2.Size = new System.Drawing.Size(53, 12);
  70. this.labelEx2.TabIndex = 20;
  71. this.labelEx2.Text = "每页条数";
  72. //
  73. // labelEx8
  74. //
  75. this.labelEx8.AutoSize = true;
  76. this.labelEx8.Location = new System.Drawing.Point(673, 13);
  77. this.labelEx8.Name = "labelEx8";
  78. this.labelEx8.Size = new System.Drawing.Size(41, 12);
  79. this.labelEx8.TabIndex = 19;
  80. this.labelEx8.Text = "条数据";
  81. //
  82. // labelEx6
  83. //
  84. this.labelEx6.AutoSize = true;
  85. this.labelEx6.Location = new System.Drawing.Point(610, 14);
  86. this.labelEx6.Name = "labelEx6";
  87. this.labelEx6.Size = new System.Drawing.Size(17, 12);
  88. this.labelEx6.TabIndex = 18;
  89. this.labelEx6.Text = "共";
  90. //
  91. // labelEx7
  92. //
  93. this.labelEx7.AutoSize = true;
  94. this.labelEx7.Location = new System.Drawing.Point(571, 13);
  95. this.labelEx7.Name = "labelEx7";
  96. this.labelEx7.Size = new System.Drawing.Size(17, 12);
  97. this.labelEx7.TabIndex = 16;
  98. this.labelEx7.Text = "页";
  99. //
  100. // lblPageCount
  101. //
  102. this.lblPageCount.AutoSize = true;
  103. this.lblPageCount.Location = new System.Drawing.Point(545, 13);
  104. this.lblPageCount.Name = "lblPageCount";
  105. this.lblPageCount.Size = new System.Drawing.Size(11, 12);
  106. this.lblPageCount.TabIndex = 15;
  107. this.lblPageCount.Text = "0";
  108. //
  109. // labelEx5
  110. //
  111. this.labelEx5.AutoSize = true;
  112. this.labelEx5.Location = new System.Drawing.Point(516, 12);
  113. this.labelEx5.Name = "labelEx5";
  114. this.labelEx5.Size = new System.Drawing.Size(17, 12);
  115. this.labelEx5.TabIndex = 14;
  116. this.labelEx5.Text = "共";
  117. //
  118. // lbtnGO
  119. //
  120. this.lbtnGO.BackColor = System.Drawing.Color.Transparent;
  121. this.lbtnGO.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("lbtnGO.BackImg")));
  122. this.lbtnGO.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  123. this.lbtnGO.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  124. this.lbtnGO.ForeColor = System.Drawing.Color.White;
  125. this.lbtnGO.IsShowText = true;
  126. this.lbtnGO.Location = new System.Drawing.Point(446, 5);
  127. this.lbtnGO.Name = "lbtnGO";
  128. this.lbtnGO.Size = new System.Drawing.Size(52, 28);
  129. this.lbtnGO.TabIndex = 9;
  130. this.lbtnGO.Text = "GO";
  131. this.lbtnGO.UseVisualStyleBackColor = false;
  132. this.lbtnGO.Click += new System.EventHandler(this.lbtnGO_Click);
  133. //
  134. // txtBoxCurPage
  135. //
  136. this.txtBoxCurPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  137. this.txtBoxCurPage.EmptyTextTip = null;
  138. this.txtBoxCurPage.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  139. this.txtBoxCurPage.Font = new System.Drawing.Font("微软雅黑", 9F);
  140. this.txtBoxCurPage.Location = new System.Drawing.Point(376, 7);
  141. this.txtBoxCurPage.Name = "txtBoxCurPage";
  142. this.txtBoxCurPage.Size = new System.Drawing.Size(59, 23);
  143. this.txtBoxCurPage.TabIndex = 8;
  144. this.txtBoxCurPage.Text = "1";
  145. this.txtBoxCurPage.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBoxCurPage_KeyPress);
  146. //
  147. // labelEx1
  148. //
  149. this.labelEx1.AutoSize = true;
  150. this.labelEx1.Location = new System.Drawing.Point(343, 13);
  151. this.labelEx1.Name = "labelEx1";
  152. this.labelEx1.Size = new System.Drawing.Size(29, 12);
  153. this.labelEx1.TabIndex = 7;
  154. this.labelEx1.Text = "跳转";
  155. //
  156. // btnLast
  157. //
  158. this.btnLast.BackColor = System.Drawing.Color.Transparent;
  159. this.btnLast.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLast.BackImg")));
  160. this.btnLast.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  161. this.btnLast.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  162. this.btnLast.ForeColor = System.Drawing.Color.White;
  163. this.btnLast.IsShowText = true;
  164. this.btnLast.Location = new System.Drawing.Point(280, 4);
  165. this.btnLast.Name = "btnLast";
  166. this.btnLast.Size = new System.Drawing.Size(52, 28);
  167. this.btnLast.TabIndex = 3;
  168. this.btnLast.Text = "末页";
  169. this.btnLast.UseVisualStyleBackColor = false;
  170. this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
  171. //
  172. // btnNext
  173. //
  174. this.btnNext.BackColor = System.Drawing.Color.Transparent;
  175. this.btnNext.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNext.BackImg")));
  176. this.btnNext.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  177. this.btnNext.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  178. this.btnNext.ForeColor = System.Drawing.Color.White;
  179. this.btnNext.IsShowText = true;
  180. this.btnNext.Location = new System.Drawing.Point(220, 4);
  181. this.btnNext.Name = "btnNext";
  182. this.btnNext.Size = new System.Drawing.Size(52, 28);
  183. this.btnNext.TabIndex = 2;
  184. this.btnNext.Text = "下一页";
  185. this.btnNext.UseVisualStyleBackColor = false;
  186. this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  187. //
  188. // btnPrev
  189. //
  190. this.btnPrev.BackColor = System.Drawing.Color.Transparent;
  191. this.btnPrev.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrev.BackImg")));
  192. this.btnPrev.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  193. this.btnPrev.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  194. this.btnPrev.ForeColor = System.Drawing.Color.White;
  195. this.btnPrev.IsShowText = true;
  196. this.btnPrev.Location = new System.Drawing.Point(160, 4);
  197. this.btnPrev.Name = "btnPrev";
  198. this.btnPrev.Size = new System.Drawing.Size(52, 28);
  199. this.btnPrev.TabIndex = 1;
  200. this.btnPrev.Text = "上一页";
  201. this.btnPrev.UseVisualStyleBackColor = false;
  202. this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
  203. //
  204. // btnFirst
  205. //
  206. this.btnFirst.BackColor = System.Drawing.Color.Transparent;
  207. this.btnFirst.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnFirst.BackImg")));
  208. this.btnFirst.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  209. this.btnFirst.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  210. this.btnFirst.ForeColor = System.Drawing.Color.White;
  211. this.btnFirst.IsShowText = true;
  212. this.btnFirst.Location = new System.Drawing.Point(99, 4);
  213. this.btnFirst.Name = "btnFirst";
  214. this.btnFirst.Size = new System.Drawing.Size(52, 28);
  215. this.btnFirst.TabIndex = 0;
  216. this.btnFirst.Text = "首页";
  217. this.btnFirst.UseVisualStyleBackColor = false;
  218. this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
  219. //
  220. // PagerEx
  221. //
  222. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  223. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  224. this.Controls.Add(this.comboPageSize);
  225. this.Controls.Add(this.labelEx2);
  226. this.Controls.Add(this.labelEx8);
  227. this.Controls.Add(this.labelEx6);
  228. this.Controls.Add(this.lblTotalCount);
  229. this.Controls.Add(this.labelEx7);
  230. this.Controls.Add(this.lblPageCount);
  231. this.Controls.Add(this.labelEx5);
  232. this.Controls.Add(this.lbtnGO);
  233. this.Controls.Add(this.txtBoxCurPage);
  234. this.Controls.Add(this.labelEx1);
  235. this.Controls.Add(this.btnLast);
  236. this.Controls.Add(this.btnNext);
  237. this.Controls.Add(this.btnPrev);
  238. this.Controls.Add(this.btnFirst);
  239. this.Name = "PagerEx";
  240. this.Size = new System.Drawing.Size(728, 37);
  241. this.ResumeLayout(false);
  242. this.PerformLayout();
  243. }
  244. #endregion
  245. private ButtonEx btnFirst;
  246. private ButtonEx btnPrev;
  247. private ButtonEx btnNext;
  248. private ButtonEx btnLast;
  249. private LabelEx labelEx1;
  250. private TextBoxBasicEx txtBoxCurPage;
  251. private ButtonEx lbtnGO;
  252. private LabelEx labelEx5;
  253. private LabelEx lblPageCount;
  254. private LabelEx labelEx7;
  255. private System.Windows.Forms.Label lblTotalCount;
  256. private LabelEx labelEx6;
  257. private LabelEx labelEx8;
  258. private LabelEx labelEx2;
  259. private LabelEx comboPageSize;
  260. }
  261. }