PagerEx.Designer.cs 16 KB

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