版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

229 line
11 KiB

  1. namespace ProductionControl.UI
  2. {
  3. partial class UIPagination
  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. this.label1 = new System.Windows.Forms.Label();
  30. this.numPageSize = new System.Windows.Forms.NumericUpDown();
  31. this.btnNext = new System.Windows.Forms.Button();
  32. this.cobPageNum = new System.Windows.Forms.ComboBox();
  33. this.btnLast = new System.Windows.Forms.Button();
  34. this.btnPre = new System.Windows.Forms.Button();
  35. this.btnFirst = new System.Windows.Forms.Button();
  36. this.lblPagesCount = new System.Windows.Forms.Label();
  37. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  38. this.lblTotalCount = new System.Windows.Forms.Label();
  39. this.label2 = new System.Windows.Forms.Label();
  40. ((System.ComponentModel.ISupportInitialize)(this.numPageSize)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // label1
  44. //
  45. this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
  46. this.label1.AutoSize = true;
  47. this.label1.Location = new System.Drawing.Point(74, 6);
  48. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  49. this.label1.Name = "label1";
  50. this.label1.Size = new System.Drawing.Size(35, 12);
  51. this.label1.TabIndex = 0;
  52. this.label1.Text = "条/页";
  53. //
  54. // numPageSize
  55. //
  56. this.numPageSize.Anchor = System.Windows.Forms.AnchorStyles.Left;
  57. this.numPageSize.Location = new System.Drawing.Point(15, 1);
  58. this.numPageSize.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  59. this.numPageSize.Maximum = new decimal(new int[] {
  60. 10000,
  61. 0,
  62. 0,
  63. 0});
  64. this.numPageSize.Minimum = new decimal(new int[] {
  65. 1,
  66. 0,
  67. 0,
  68. 0});
  69. this.numPageSize.Name = "numPageSize";
  70. this.numPageSize.Size = new System.Drawing.Size(55, 21);
  71. this.numPageSize.TabIndex = 1;
  72. this.numPageSize.Value = new decimal(new int[] {
  73. 1,
  74. 0,
  75. 0,
  76. 0});
  77. this.numPageSize.ValueChanged += new System.EventHandler(this.numPageSize_ValueChanged);
  78. //
  79. // btnNext
  80. //
  81. this.btnNext.Anchor = System.Windows.Forms.AnchorStyles.Right;
  82. this.btnNext.Cursor = System.Windows.Forms.Cursors.Hand;
  83. this.btnNext.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.btnNext.Location = new System.Drawing.Point(718, 1);
  85. this.btnNext.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  86. this.btnNext.Name = "btnNext";
  87. this.btnNext.Size = new System.Drawing.Size(25, 17);
  88. this.btnNext.TabIndex = 4;
  89. this.btnNext.Text = ">";
  90. this.toolTip1.SetToolTip(this.btnNext, "下一页");
  91. this.btnNext.UseVisualStyleBackColor = true;
  92. this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  93. //
  94. // cobPageNum
  95. //
  96. this.cobPageNum.Anchor = System.Windows.Forms.AnchorStyles.Right;
  97. this.cobPageNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  98. this.cobPageNum.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  99. this.cobPageNum.FormattingEnabled = true;
  100. this.cobPageNum.Items.AddRange(new object[] {
  101. "1000"});
  102. this.cobPageNum.Location = new System.Drawing.Point(613, 1);
  103. this.cobPageNum.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  104. this.cobPageNum.Name = "cobPageNum";
  105. this.cobPageNum.Size = new System.Drawing.Size(56, 20);
  106. this.cobPageNum.TabIndex = 5;
  107. this.cobPageNum.SelectedIndexChanged += new System.EventHandler(this.cobPageNum_SelectedIndexChanged);
  108. //
  109. // btnLast
  110. //
  111. this.btnLast.Anchor = System.Windows.Forms.AnchorStyles.Right;
  112. this.btnLast.Cursor = System.Windows.Forms.Cursors.Hand;
  113. this.btnLast.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.btnLast.Location = new System.Drawing.Point(747, 1);
  115. this.btnLast.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  116. this.btnLast.Name = "btnLast";
  117. this.btnLast.Size = new System.Drawing.Size(25, 17);
  118. this.btnLast.TabIndex = 6;
  119. this.btnLast.Text = ">>";
  120. this.toolTip1.SetToolTip(this.btnLast, "末页");
  121. this.btnLast.UseVisualStyleBackColor = true;
  122. this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
  123. //
  124. // btnPre
  125. //
  126. this.btnPre.Anchor = System.Windows.Forms.AnchorStyles.Right;
  127. this.btnPre.Cursor = System.Windows.Forms.Cursors.Hand;
  128. this.btnPre.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.btnPre.Location = new System.Drawing.Point(567, 1);
  130. this.btnPre.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  131. this.btnPre.Name = "btnPre";
  132. this.btnPre.Size = new System.Drawing.Size(25, 17);
  133. this.btnPre.TabIndex = 8;
  134. this.btnPre.Text = "<";
  135. this.toolTip1.SetToolTip(this.btnPre, "上一页");
  136. this.btnPre.UseVisualStyleBackColor = true;
  137. this.btnPre.Click += new System.EventHandler(this.btnPre_Click);
  138. //
  139. // btnFirst
  140. //
  141. this.btnFirst.Anchor = System.Windows.Forms.AnchorStyles.Right;
  142. this.btnFirst.Cursor = System.Windows.Forms.Cursors.Hand;
  143. this.btnFirst.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.btnFirst.Location = new System.Drawing.Point(539, 1);
  145. this.btnFirst.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  146. this.btnFirst.Name = "btnFirst";
  147. this.btnFirst.Size = new System.Drawing.Size(25, 17);
  148. this.btnFirst.TabIndex = 7;
  149. this.btnFirst.Text = "<<";
  150. this.toolTip1.SetToolTip(this.btnFirst, "首页");
  151. this.btnFirst.UseVisualStyleBackColor = true;
  152. this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
  153. //
  154. // lblPagesCount
  155. //
  156. this.lblPagesCount.Anchor = System.Windows.Forms.AnchorStyles.Right;
  157. this.lblPagesCount.AutoSize = true;
  158. this.lblPagesCount.Location = new System.Drawing.Point(667, 5);
  159. this.lblPagesCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  160. this.lblPagesCount.Name = "lblPagesCount";
  161. this.lblPagesCount.Size = new System.Drawing.Size(47, 12);
  162. this.lblPagesCount.TabIndex = 9;
  163. this.lblPagesCount.Text = "/1000页";
  164. //
  165. // lblTotalCount
  166. //
  167. this.lblTotalCount.Anchor = System.Windows.Forms.AnchorStyles.Left;
  168. this.lblTotalCount.AutoSize = true;
  169. this.lblTotalCount.Location = new System.Drawing.Point(129, 6);
  170. this.lblTotalCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  171. this.lblTotalCount.Name = "lblTotalCount";
  172. this.lblTotalCount.Size = new System.Drawing.Size(71, 12);
  173. this.lblTotalCount.TabIndex = 10;
  174. this.lblTotalCount.Text = "共 99999 条";
  175. //
  176. // label2
  177. //
  178. this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
  179. this.label2.AutoSize = true;
  180. this.label2.Location = new System.Drawing.Point(596, 4);
  181. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  182. this.label2.Name = "label2";
  183. this.label2.Size = new System.Drawing.Size(17, 12);
  184. this.label2.TabIndex = 11;
  185. this.label2.Text = "第";
  186. //
  187. // UIPagination
  188. //
  189. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  190. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  191. this.Controls.Add(this.cobPageNum);
  192. this.Controls.Add(this.label2);
  193. this.Controls.Add(this.lblTotalCount);
  194. this.Controls.Add(this.lblPagesCount);
  195. this.Controls.Add(this.btnPre);
  196. this.Controls.Add(this.btnFirst);
  197. this.Controls.Add(this.btnLast);
  198. this.Controls.Add(this.btnNext);
  199. this.Controls.Add(this.numPageSize);
  200. this.Controls.Add(this.label1);
  201. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  202. this.Name = "UIPagination";
  203. this.Size = new System.Drawing.Size(778, 26);
  204. this.Load += new System.EventHandler(this.UIPagination_Load);
  205. ((System.ComponentModel.ISupportInitialize)(this.numPageSize)).EndInit();
  206. this.ResumeLayout(false);
  207. this.PerformLayout();
  208. }
  209. #endregion
  210. private System.Windows.Forms.Label label1;
  211. private System.Windows.Forms.NumericUpDown numPageSize;
  212. private System.Windows.Forms.Button btnNext;
  213. private System.Windows.Forms.ComboBox cobPageNum;
  214. private System.Windows.Forms.Button btnLast;
  215. private System.Windows.Forms.Button btnPre;
  216. private System.Windows.Forms.Button btnFirst;
  217. private System.Windows.Forms.Label lblPagesCount;
  218. private System.Windows.Forms.ToolTip toolTip1;
  219. private System.Windows.Forms.Label lblTotalCount;
  220. private System.Windows.Forms.Label label2;
  221. }
  222. }