Pagination.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. namespace 优软MES.CustomControl.Pagination
  2. {
  3. partial class Pagination
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.ExportExcel = new System.Windows.Forms.PictureBox();
  30. this.ShowItemsNum = new System.Windows.Forms.TextBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.TotalPage = new System.Windows.Forms.Label();
  33. this.CurrentPage = new System.Windows.Forms.TextBox();
  34. this.PreviousPage = new System.Windows.Forms.PictureBox();
  35. this.LastPage = new System.Windows.Forms.PictureBox();
  36. this.NextPage = new System.Windows.Forms.PictureBox();
  37. this.FirstPage = new System.Windows.Forms.PictureBox();
  38. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  39. this.panel1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.ExportExcel)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.PreviousPage)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.LastPage)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.NextPage)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // panel1
  48. //
  49. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  50. | System.Windows.Forms.AnchorStyles.Right)));
  51. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  52. this.panel1.Controls.Add(this.ExportExcel);
  53. this.panel1.Controls.Add(this.ShowItemsNum);
  54. this.panel1.Controls.Add(this.label2);
  55. this.panel1.Controls.Add(this.TotalPage);
  56. this.panel1.Controls.Add(this.CurrentPage);
  57. this.panel1.Controls.Add(this.PreviousPage);
  58. this.panel1.Controls.Add(this.LastPage);
  59. this.panel1.Controls.Add(this.NextPage);
  60. this.panel1.Controls.Add(this.FirstPage);
  61. this.panel1.Location = new System.Drawing.Point(0, 0);
  62. this.panel1.Name = "panel1";
  63. this.panel1.Size = new System.Drawing.Size(543, 32);
  64. this.panel1.TabIndex = 0;
  65. //
  66. // ExportExcel
  67. //
  68. this.ExportExcel.Cursor = System.Windows.Forms.Cursors.Hand;
  69. this.ExportExcel.Image = global::优软MES.Properties.Resources.excel;
  70. this.ExportExcel.Location = new System.Drawing.Point(274, 10);
  71. this.ExportExcel.Name = "ExportExcel";
  72. this.ExportExcel.Size = new System.Drawing.Size(16, 18);
  73. this.ExportExcel.TabIndex = 8;
  74. this.ExportExcel.TabStop = false;
  75. this.ExportExcel.Click += new System.EventHandler(this.ExportExcel_Click);
  76. //
  77. // ShowItemsNum
  78. //
  79. this.ShowItemsNum.Location = new System.Drawing.Point(234, 6);
  80. this.ShowItemsNum.Name = "ShowItemsNum";
  81. this.ShowItemsNum.Size = new System.Drawing.Size(24, 21);
  82. this.ShowItemsNum.TabIndex = 7;
  83. this.ShowItemsNum.Text = "20";
  84. this.ShowItemsNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  85. //
  86. // label2
  87. //
  88. this.label2.AutoSize = true;
  89. this.label2.Cursor = System.Windows.Forms.Cursors.Default;
  90. this.label2.Location = new System.Drawing.Point(171, 10);
  91. this.label2.Name = "label2";
  92. this.label2.Size = new System.Drawing.Size(65, 12);
  93. this.label2.TabIndex = 6;
  94. this.label2.Text = "显示数量:";
  95. //
  96. // TotalPage
  97. //
  98. this.TotalPage.AutoSize = true;
  99. this.TotalPage.Cursor = System.Windows.Forms.Cursors.Default;
  100. this.TotalPage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.TotalPage.Location = new System.Drawing.Point(87, 5);
  102. this.TotalPage.Name = "TotalPage";
  103. this.TotalPage.Size = new System.Drawing.Size(0, 20);
  104. this.TotalPage.TabIndex = 5;
  105. //
  106. // CurrentPage
  107. //
  108. this.CurrentPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.CurrentPage.Location = new System.Drawing.Point(56, 4);
  110. this.CurrentPage.Name = "CurrentPage";
  111. this.CurrentPage.Size = new System.Drawing.Size(24, 23);
  112. this.CurrentPage.TabIndex = 4;
  113. this.CurrentPage.Text = "1";
  114. this.CurrentPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  115. //
  116. // PreviousPage
  117. //
  118. this.PreviousPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  119. | System.Windows.Forms.AnchorStyles.Left)));
  120. this.PreviousPage.Cursor = System.Windows.Forms.Cursors.Hand;
  121. this.PreviousPage.Image = global::优软MES.Properties.Resources.bindingNavigatorMovePreviousItem_Image;
  122. this.PreviousPage.Location = new System.Drawing.Point(37, 8);
  123. this.PreviousPage.Name = "PreviousPage";
  124. this.PreviousPage.Size = new System.Drawing.Size(15, 15);
  125. this.PreviousPage.TabIndex = 3;
  126. this.PreviousPage.TabStop = false;
  127. this.PreviousPage.Click += new System.EventHandler(this.PreviousPage_Click);
  128. //
  129. // LastPage
  130. //
  131. this.LastPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  132. | System.Windows.Forms.AnchorStyles.Left)));
  133. this.LastPage.Image = global::优软MES.Properties.Resources.bindingNavigatorMoveLastItem_Image;
  134. this.LastPage.Location = new System.Drawing.Point(143, 8);
  135. this.LastPage.Name = "LastPage";
  136. this.LastPage.Size = new System.Drawing.Size(15, 15);
  137. this.LastPage.TabIndex = 2;
  138. this.LastPage.TabStop = false;
  139. this.LastPage.Click += new System.EventHandler(this.LastPage_Click);
  140. //
  141. // NextPage
  142. //
  143. this.NextPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  144. | System.Windows.Forms.AnchorStyles.Left)));
  145. this.NextPage.Image = global::优软MES.Properties.Resources.bindingNavigatorMoveNextItem_Image;
  146. this.NextPage.Location = new System.Drawing.Point(119, 8);
  147. this.NextPage.Name = "NextPage";
  148. this.NextPage.Size = new System.Drawing.Size(15, 15);
  149. this.NextPage.TabIndex = 1;
  150. this.NextPage.TabStop = false;
  151. this.NextPage.Click += new System.EventHandler(this.NextPage_Click);
  152. //
  153. // FirstPage
  154. //
  155. this.FirstPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  156. | System.Windows.Forms.AnchorStyles.Left)));
  157. this.FirstPage.Cursor = System.Windows.Forms.Cursors.Hand;
  158. this.FirstPage.Image = global::优软MES.Properties.Resources.bindingNavigatorMoveFirstItem_Image;
  159. this.FirstPage.Location = new System.Drawing.Point(16, 8);
  160. this.FirstPage.Name = "FirstPage";
  161. this.FirstPage.Size = new System.Drawing.Size(15, 15);
  162. this.FirstPage.TabIndex = 0;
  163. this.FirstPage.TabStop = false;
  164. this.FirstPage.Click += new System.EventHandler(this.FirstPage_Click);
  165. //
  166. // Pagination
  167. //
  168. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  169. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  170. this.Controls.Add(this.panel1);
  171. this.Cursor = System.Windows.Forms.Cursors.Hand;
  172. this.Name = "Pagination";
  173. this.Size = new System.Drawing.Size(543, 32);
  174. this.panel1.ResumeLayout(false);
  175. this.panel1.PerformLayout();
  176. ((System.ComponentModel.ISupportInitialize)(this.ExportExcel)).EndInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.PreviousPage)).EndInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.LastPage)).EndInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.NextPage)).EndInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).EndInit();
  181. this.ResumeLayout(false);
  182. }
  183. #endregion
  184. private System.Windows.Forms.Panel panel1;
  185. private System.Windows.Forms.TextBox ShowItemsNum;
  186. private System.Windows.Forms.Label TotalPage;
  187. private System.Windows.Forms.TextBox CurrentPage;
  188. private System.Windows.Forms.PictureBox PreviousPage;
  189. private System.Windows.Forms.PictureBox LastPage;
  190. private System.Windows.Forms.PictureBox NextPage;
  191. private System.Windows.Forms.PictureBox FirstPage;
  192. private System.Windows.Forms.PictureBox ExportExcel;
  193. private System.Windows.Forms.Label label2;
  194. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  195. }
  196. }