ucPagerEx.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. namespace LYFZ.UCPager
  2. {
  3. partial class ucPagerEx
  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(ucPagerEx));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.btnFirst = new System.Windows.Forms.ToolStripButton();
  31. this.btnPrev = new System.Windows.Forms.ToolStripButton();
  32. this.btnNext = new System.Windows.Forms.ToolStripButton();
  33. this.btnLast = new System.Windows.Forms.ToolStripButton();
  34. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  35. this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
  36. this.txtCurrentPage = new System.Windows.Forms.ToolStripTextBox();
  37. this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
  38. this.btnGo = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  40. this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
  41. this.lblPageCount = new System.Windows.Forms.ToolStripLabel();
  42. this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
  43. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  44. this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
  45. this.lblthisPageCount = new System.Windows.Forms.ToolStripLabel();
  46. this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
  47. this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel();
  48. this.lblMaxPage = new System.Windows.Forms.ToolStripLabel();
  49. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  50. this.lblbtnShowAll = new System.Windows.Forms.ToolStripButton();
  51. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  52. this.toolStrip1.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // toolStrip1
  56. //
  57. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  58. this.btnFirst,
  59. this.btnPrev,
  60. this.btnNext,
  61. this.btnLast,
  62. this.toolStripSeparator2,
  63. this.toolStripLabel4,
  64. this.txtCurrentPage,
  65. this.toolStripLabel1,
  66. this.btnGo,
  67. this.toolStripSeparator1,
  68. this.toolStripLabel2,
  69. this.lblPageCount,
  70. this.toolStripLabel3,
  71. this.toolStripSeparator4,
  72. this.toolStripLabel5,
  73. this.lblthisPageCount,
  74. this.toolStripLabel6,
  75. this.toolStripLabel7,
  76. this.lblMaxPage,
  77. this.toolStripSeparator3,
  78. this.lblbtnShowAll,
  79. this.bindingNavigatorCountItem});
  80. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  81. this.toolStrip1.Name = "toolStrip1";
  82. this.toolStrip1.Size = new System.Drawing.Size(830, 25);
  83. this.toolStrip1.TabIndex = 0;
  84. this.toolStrip1.Text = "toolStrip1";
  85. //
  86. // btnFirst
  87. //
  88. this.btnFirst.BackColor = System.Drawing.Color.Transparent;
  89. this.btnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  90. this.btnFirst.Image = ((System.Drawing.Image)(resources.GetObject("btnFirst.Image")));
  91. this.btnFirst.ImageTransparentColor = System.Drawing.Color.Magenta;
  92. this.btnFirst.Name = "btnFirst";
  93. this.btnFirst.Size = new System.Drawing.Size(48, 22);
  94. this.btnFirst.Text = "第一页";
  95. this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
  96. //
  97. // btnPrev
  98. //
  99. this.btnPrev.BackColor = System.Drawing.Color.Transparent;
  100. this.btnPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  101. this.btnPrev.Image = ((System.Drawing.Image)(resources.GetObject("btnPrev.Image")));
  102. this.btnPrev.ImageTransparentColor = System.Drawing.Color.Magenta;
  103. this.btnPrev.Name = "btnPrev";
  104. this.btnPrev.Size = new System.Drawing.Size(48, 22);
  105. this.btnPrev.Text = "上一页";
  106. this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
  107. //
  108. // btnNext
  109. //
  110. this.btnNext.BackColor = System.Drawing.Color.Transparent;
  111. this.btnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  112. this.btnNext.Image = ((System.Drawing.Image)(resources.GetObject("btnNext.Image")));
  113. this.btnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
  114. this.btnNext.Name = "btnNext";
  115. this.btnNext.Size = new System.Drawing.Size(48, 22);
  116. this.btnNext.Text = "下一页";
  117. this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  118. //
  119. // btnLast
  120. //
  121. this.btnLast.BackColor = System.Drawing.Color.Transparent;
  122. this.btnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  123. this.btnLast.Image = ((System.Drawing.Image)(resources.GetObject("btnLast.Image")));
  124. this.btnLast.ImageTransparentColor = System.Drawing.Color.Magenta;
  125. this.btnLast.Name = "btnLast";
  126. this.btnLast.Size = new System.Drawing.Size(48, 22);
  127. this.btnLast.Text = "最后页";
  128. this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
  129. //
  130. // toolStripSeparator2
  131. //
  132. this.toolStripSeparator2.Name = "toolStripSeparator2";
  133. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  134. //
  135. // toolStripLabel4
  136. //
  137. this.toolStripLabel4.BackColor = System.Drawing.Color.Transparent;
  138. this.toolStripLabel4.Name = "toolStripLabel4";
  139. this.toolStripLabel4.Size = new System.Drawing.Size(20, 22);
  140. this.toolStripLabel4.Text = "第";
  141. //
  142. // txtCurrentPage
  143. //
  144. this.txtCurrentPage.Name = "txtCurrentPage";
  145. this.txtCurrentPage.Size = new System.Drawing.Size(40, 25);
  146. //
  147. // toolStripLabel1
  148. //
  149. this.toolStripLabel1.BackColor = System.Drawing.Color.Transparent;
  150. this.toolStripLabel1.Name = "toolStripLabel1";
  151. this.toolStripLabel1.Size = new System.Drawing.Size(20, 22);
  152. this.toolStripLabel1.Text = "页";
  153. //
  154. // btnGo
  155. //
  156. this.btnGo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  157. this.btnGo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  158. this.btnGo.Image = ((System.Drawing.Image)(resources.GetObject("btnGo.Image")));
  159. this.btnGo.ImageTransparentColor = System.Drawing.Color.Magenta;
  160. this.btnGo.Name = "btnGo";
  161. this.btnGo.Size = new System.Drawing.Size(23, 22);
  162. this.btnGo.Text = "GO";
  163. this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
  164. //
  165. // toolStripSeparator1
  166. //
  167. this.toolStripSeparator1.Name = "toolStripSeparator1";
  168. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  169. //
  170. // toolStripLabel2
  171. //
  172. this.toolStripLabel2.BackColor = System.Drawing.Color.Transparent;
  173. this.toolStripLabel2.Name = "toolStripLabel2";
  174. this.toolStripLabel2.Size = new System.Drawing.Size(20, 22);
  175. this.toolStripLabel2.Text = "共";
  176. //
  177. // lblPageCount
  178. //
  179. this.lblPageCount.BackColor = System.Drawing.Color.Transparent;
  180. this.lblPageCount.Name = "lblPageCount";
  181. this.lblPageCount.Size = new System.Drawing.Size(85, 22);
  182. this.lblPageCount.Text = "lblPageCount";
  183. //
  184. // toolStripLabel3
  185. //
  186. this.toolStripLabel3.BackColor = System.Drawing.Color.Transparent;
  187. this.toolStripLabel3.Name = "toolStripLabel3";
  188. this.toolStripLabel3.Size = new System.Drawing.Size(20, 22);
  189. this.toolStripLabel3.Text = "页";
  190. //
  191. // toolStripSeparator4
  192. //
  193. this.toolStripSeparator4.Name = "toolStripSeparator4";
  194. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  195. //
  196. // toolStripLabel5
  197. //
  198. this.toolStripLabel5.BackColor = System.Drawing.Color.Transparent;
  199. this.toolStripLabel5.Name = "toolStripLabel5";
  200. this.toolStripLabel5.Size = new System.Drawing.Size(44, 22);
  201. this.toolStripLabel5.Text = "当前页";
  202. //
  203. // lblthisPageCount
  204. //
  205. this.lblthisPageCount.BackColor = System.Drawing.Color.Transparent;
  206. this.lblthisPageCount.Name = "lblthisPageCount";
  207. this.lblthisPageCount.Size = new System.Drawing.Size(105, 22);
  208. this.lblthisPageCount.Text = "lblthisPageCount";
  209. //
  210. // toolStripLabel6
  211. //
  212. this.toolStripLabel6.BackColor = System.Drawing.Color.Transparent;
  213. this.toolStripLabel6.Name = "toolStripLabel6";
  214. this.toolStripLabel6.Size = new System.Drawing.Size(20, 22);
  215. this.toolStripLabel6.Text = "条";
  216. //
  217. // toolStripLabel7
  218. //
  219. this.toolStripLabel7.BackColor = System.Drawing.Color.Transparent;
  220. this.toolStripLabel7.Name = "toolStripLabel7";
  221. this.toolStripLabel7.Size = new System.Drawing.Size(13, 22);
  222. this.toolStripLabel7.Text = "/";
  223. //
  224. // lblMaxPage
  225. //
  226. this.lblMaxPage.BackColor = System.Drawing.Color.Transparent;
  227. this.lblMaxPage.Name = "lblMaxPage";
  228. this.lblMaxPage.Size = new System.Drawing.Size(76, 22);
  229. this.lblMaxPage.Text = "lblMaxPage";
  230. //
  231. // toolStripSeparator3
  232. //
  233. this.toolStripSeparator3.Name = "toolStripSeparator3";
  234. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  235. //
  236. // lblbtnShowAll
  237. //
  238. this.lblbtnShowAll.BackColor = System.Drawing.Color.Transparent;
  239. this.lblbtnShowAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  240. this.lblbtnShowAll.Image = ((System.Drawing.Image)(resources.GetObject("lblbtnShowAll.Image")));
  241. this.lblbtnShowAll.ImageTransparentColor = System.Drawing.Color.Magenta;
  242. this.lblbtnShowAll.Name = "lblbtnShowAll";
  243. this.lblbtnShowAll.Size = new System.Drawing.Size(60, 22);
  244. this.lblbtnShowAll.Text = "全部显示";
  245. this.lblbtnShowAll.Visible = false;
  246. this.lblbtnShowAll.Click += new System.EventHandler(this.lblbtnShowAll_Click);
  247. //
  248. // bindingNavigatorCountItem
  249. //
  250. this.bindingNavigatorCountItem.BackColor = System.Drawing.Color.Transparent;
  251. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  252. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 22);
  253. this.bindingNavigatorCountItem.Text = "/ {0}";
  254. this.bindingNavigatorCountItem.ToolTipText = "总项数";
  255. this.bindingNavigatorCountItem.Visible = false;
  256. //
  257. // ucPagerEx
  258. //
  259. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  260. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  261. this.Controls.Add(this.toolStrip1);
  262. this.Name = "ucPagerEx";
  263. this.Size = new System.Drawing.Size(830, 30);
  264. this.toolStrip1.ResumeLayout(false);
  265. this.toolStrip1.PerformLayout();
  266. this.ResumeLayout(false);
  267. this.PerformLayout();
  268. }
  269. #endregion
  270. private System.Windows.Forms.ToolStrip toolStrip1;
  271. private System.Windows.Forms.ToolStripButton btnFirst;
  272. private System.Windows.Forms.ToolStripButton btnPrev;
  273. private System.Windows.Forms.ToolStripButton btnNext;
  274. private System.Windows.Forms.ToolStripButton btnLast;
  275. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  276. private System.Windows.Forms.ToolStripLabel toolStripLabel4;
  277. private System.Windows.Forms.ToolStripTextBox txtCurrentPage;
  278. private System.Windows.Forms.ToolStripLabel toolStripLabel1;
  279. private System.Windows.Forms.ToolStripButton btnGo;
  280. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  281. private System.Windows.Forms.ToolStripLabel toolStripLabel2;
  282. private System.Windows.Forms.ToolStripLabel lblPageCount;
  283. private System.Windows.Forms.ToolStripLabel toolStripLabel3;
  284. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  285. private System.Windows.Forms.ToolStripLabel toolStripLabel5;
  286. private System.Windows.Forms.ToolStripLabel lblthisPageCount;
  287. private System.Windows.Forms.ToolStripLabel toolStripLabel6;
  288. private System.Windows.Forms.ToolStripLabel toolStripLabel7;
  289. private System.Windows.Forms.ToolStripLabel lblMaxPage;
  290. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  291. private System.Windows.Forms.ToolStripButton lblbtnShowAll;
  292. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  293. }
  294. }