Pagination.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. using UAS_LabelMachine;
  2. namespace UAS_LabelMachine.CustomControl
  3. {
  4. partial class Pagination
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.ShowItemsNum = new System.Windows.Forms.ComboBox();
  32. this.UpLoadData = new System.Windows.Forms.PictureBox();
  33. this.DownLoadTemplet = new System.Windows.Forms.PictureBox();
  34. this.Delete = new System.Windows.Forms.PictureBox();
  35. this.ExportExcel = new System.Windows.Forms.PictureBox();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.TotalPage = new System.Windows.Forms.Label();
  38. this.CurrentPage = new System.Windows.Forms.TextBox();
  39. this.PreviousPage = new System.Windows.Forms.PictureBox();
  40. this.LastPage = new System.Windows.Forms.PictureBox();
  41. this.NextPage = new System.Windows.Forms.PictureBox();
  42. this.FirstPage = new System.Windows.Forms.PictureBox();
  43. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  44. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  45. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  46. this.panel1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.UpLoadData)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.DownLoadTemplet)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.Delete)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.ExportExcel)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.PreviousPage)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.LastPage)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.NextPage)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // panel1
  58. //
  59. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  60. | System.Windows.Forms.AnchorStyles.Left)));
  61. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  62. this.panel1.Controls.Add(this.ShowItemsNum);
  63. this.panel1.Controls.Add(this.UpLoadData);
  64. this.panel1.Controls.Add(this.DownLoadTemplet);
  65. this.panel1.Controls.Add(this.Delete);
  66. this.panel1.Controls.Add(this.ExportExcel);
  67. this.panel1.Controls.Add(this.label2);
  68. this.panel1.Controls.Add(this.TotalPage);
  69. this.panel1.Controls.Add(this.CurrentPage);
  70. this.panel1.Controls.Add(this.PreviousPage);
  71. this.panel1.Controls.Add(this.LastPage);
  72. this.panel1.Controls.Add(this.NextPage);
  73. this.panel1.Controls.Add(this.FirstPage);
  74. this.panel1.Cursor = System.Windows.Forms.Cursors.Default;
  75. this.panel1.Location = new System.Drawing.Point(0, 0);
  76. this.panel1.Name = "panel1";
  77. this.panel1.Size = new System.Drawing.Size(543, 32);
  78. this.panel1.TabIndex = 0;
  79. //
  80. // ShowItemsNum
  81. //
  82. this.ShowItemsNum.FormattingEnabled = true;
  83. this.ShowItemsNum.Items.AddRange(new object[] {
  84. "40",
  85. "35",
  86. "30",
  87. "25",
  88. "20",
  89. "15",
  90. "10",
  91. "5"});
  92. this.ShowItemsNum.Location = new System.Drawing.Point(246, 6);
  93. this.ShowItemsNum.Name = "ShowItemsNum";
  94. this.ShowItemsNum.Size = new System.Drawing.Size(36, 20);
  95. this.ShowItemsNum.TabIndex = 13;
  96. this.ShowItemsNum.Text = "20";
  97. this.ShowItemsNum.SelectedValueChanged += new System.EventHandler(this.ShowItemsNum_SelectedValueChanged);
  98. this.ShowItemsNum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ShowItemsNum_KeyDown);
  99. //
  100. // UpLoadData
  101. //
  102. this.UpLoadData.Cursor = System.Windows.Forms.Cursors.Hand;
  103. this.UpLoadData.Location = new System.Drawing.Point(385, 9);
  104. this.UpLoadData.Name = "UpLoadData";
  105. this.UpLoadData.Size = new System.Drawing.Size(16, 16);
  106. this.UpLoadData.TabIndex = 12;
  107. this.UpLoadData.TabStop = false;
  108. this.UpLoadData.Click += new System.EventHandler(this.UpLoadData_Click);
  109. //
  110. // DownLoadTemplet
  111. //
  112. this.DownLoadTemplet.Cursor = System.Windows.Forms.Cursors.Hand;
  113. this.DownLoadTemplet.Image = global::UAS_LabelMachine.Properties.Resources.download_17_519713261649px_1200629_easyicon_net__1_;
  114. this.DownLoadTemplet.Location = new System.Drawing.Point(352, 9);
  115. this.DownLoadTemplet.Name = "DownLoadTemplet";
  116. this.DownLoadTemplet.Size = new System.Drawing.Size(16, 16);
  117. this.DownLoadTemplet.TabIndex = 11;
  118. this.DownLoadTemplet.TabStop = false;
  119. this.DownLoadTemplet.Visible = false;
  120. this.DownLoadTemplet.Click += new System.EventHandler(this.DownLoadTemplet_Click);
  121. //
  122. // Delete
  123. //
  124. this.Delete.Cursor = System.Windows.Forms.Cursors.Hand;
  125. this.Delete.Image = global::UAS_LabelMachine.Properties.Resources.bindingNavigatorDeleteItem_Image;
  126. this.Delete.Location = new System.Drawing.Point(292, 8);
  127. this.Delete.Name = "Delete";
  128. this.Delete.Size = new System.Drawing.Size(16, 18);
  129. this.Delete.TabIndex = 9;
  130. this.Delete.TabStop = false;
  131. this.Delete.Tag = "IfDelete";
  132. this.Delete.Click += new System.EventHandler(this.Delete_Click);
  133. //
  134. // ExportExcel
  135. //
  136. this.ExportExcel.Cursor = System.Windows.Forms.Cursors.Hand;
  137. this.ExportExcel.Image = global::UAS_LabelMachine.Properties.Resources.Excel_2010_16px_1180011_easyicon_net;
  138. this.ExportExcel.Location = new System.Drawing.Point(320, 8);
  139. this.ExportExcel.Name = "ExportExcel";
  140. this.ExportExcel.Size = new System.Drawing.Size(16, 18);
  141. this.ExportExcel.TabIndex = 8;
  142. this.ExportExcel.TabStop = false;
  143. this.ExportExcel.Click += new System.EventHandler(this.ExportExcel_Click);
  144. //
  145. // label2
  146. //
  147. this.label2.AutoSize = true;
  148. this.label2.Cursor = System.Windows.Forms.Cursors.Default;
  149. this.label2.Location = new System.Drawing.Point(185, 10);
  150. this.label2.Name = "label2";
  151. this.label2.Size = new System.Drawing.Size(65, 12);
  152. this.label2.TabIndex = 6;
  153. this.label2.Text = "显示数量:";
  154. //
  155. // TotalPage
  156. //
  157. this.TotalPage.AutoSize = true;
  158. this.TotalPage.Cursor = System.Windows.Forms.Cursors.Default;
  159. this.TotalPage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.TotalPage.Location = new System.Drawing.Point(87, 5);
  161. this.TotalPage.Name = "TotalPage";
  162. this.TotalPage.Size = new System.Drawing.Size(0, 20);
  163. this.TotalPage.TabIndex = 5;
  164. //
  165. // CurrentPage
  166. //
  167. this.CurrentPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.CurrentPage.Location = new System.Drawing.Point(56, 4);
  169. this.CurrentPage.Name = "CurrentPage";
  170. this.CurrentPage.Size = new System.Drawing.Size(24, 23);
  171. this.CurrentPage.TabIndex = 4;
  172. this.CurrentPage.Text = "1";
  173. this.CurrentPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  174. this.CurrentPage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentPage_KeyDown);
  175. //
  176. // PreviousPage
  177. //
  178. this.PreviousPage.Cursor = System.Windows.Forms.Cursors.Hand;
  179. this.PreviousPage.Image = global::UAS_LabelMachine.Properties.Resources.bindingNavigatorMovePreviousItem_Image;
  180. this.PreviousPage.Location = new System.Drawing.Point(37, 8);
  181. this.PreviousPage.Name = "PreviousPage";
  182. this.PreviousPage.Size = new System.Drawing.Size(15, 15);
  183. this.PreviousPage.TabIndex = 3;
  184. this.PreviousPage.TabStop = false;
  185. this.PreviousPage.Click += new System.EventHandler(this.PreviousPage_Click);
  186. //
  187. // LastPage
  188. //
  189. this.LastPage.Cursor = System.Windows.Forms.Cursors.Hand;
  190. this.LastPage.Image = global::UAS_LabelMachine.Properties.Resources.bindingNavigatorMoveLastItem_Image;
  191. this.LastPage.Location = new System.Drawing.Point(157, 8);
  192. this.LastPage.Name = "LastPage";
  193. this.LastPage.Size = new System.Drawing.Size(15, 15);
  194. this.LastPage.TabIndex = 2;
  195. this.LastPage.TabStop = false;
  196. this.LastPage.Click += new System.EventHandler(this.LastPage_Click);
  197. //
  198. // NextPage
  199. //
  200. this.NextPage.Cursor = System.Windows.Forms.Cursors.Hand;
  201. this.NextPage.Image = global::UAS_LabelMachine.Properties.Resources.bindingNavigatorMoveNextItem_Image;
  202. this.NextPage.Location = new System.Drawing.Point(133, 8);
  203. this.NextPage.Margin = new System.Windows.Forms.Padding(3, 3, 3, 20);
  204. this.NextPage.Name = "NextPage";
  205. this.NextPage.Size = new System.Drawing.Size(15, 15);
  206. this.NextPage.TabIndex = 1;
  207. this.NextPage.TabStop = false;
  208. this.NextPage.Click += new System.EventHandler(this.NextPage_Click);
  209. //
  210. // FirstPage
  211. //
  212. this.FirstPage.Cursor = System.Windows.Forms.Cursors.Hand;
  213. this.FirstPage.Image = global::UAS_LabelMachine.Properties.Resources.bindingNavigatorMoveFirstItem_Image;
  214. this.FirstPage.Location = new System.Drawing.Point(16, 8);
  215. this.FirstPage.Name = "FirstPage";
  216. this.FirstPage.Size = new System.Drawing.Size(15, 15);
  217. this.FirstPage.TabIndex = 0;
  218. this.FirstPage.TabStop = false;
  219. this.FirstPage.Click += new System.EventHandler(this.FirstPage_Click);
  220. //
  221. // openFileDialog1
  222. //
  223. this.openFileDialog1.FileName = "openFileDialog1";
  224. //
  225. // Pagination
  226. //
  227. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  228. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  229. this.Controls.Add(this.panel1);
  230. this.Cursor = System.Windows.Forms.Cursors.Hand;
  231. this.Name = "Pagination";
  232. this.Size = new System.Drawing.Size(543, 32);
  233. this.panel1.ResumeLayout(false);
  234. this.panel1.PerformLayout();
  235. ((System.ComponentModel.ISupportInitialize)(this.UpLoadData)).EndInit();
  236. ((System.ComponentModel.ISupportInitialize)(this.DownLoadTemplet)).EndInit();
  237. ((System.ComponentModel.ISupportInitialize)(this.Delete)).EndInit();
  238. ((System.ComponentModel.ISupportInitialize)(this.ExportExcel)).EndInit();
  239. ((System.ComponentModel.ISupportInitialize)(this.PreviousPage)).EndInit();
  240. ((System.ComponentModel.ISupportInitialize)(this.LastPage)).EndInit();
  241. ((System.ComponentModel.ISupportInitialize)(this.NextPage)).EndInit();
  242. ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).EndInit();
  243. this.ResumeLayout(false);
  244. }
  245. #endregion
  246. private System.Windows.Forms.Panel panel1;
  247. private System.Windows.Forms.Label TotalPage;
  248. private System.Windows.Forms.TextBox CurrentPage;
  249. private System.Windows.Forms.PictureBox PreviousPage;
  250. private System.Windows.Forms.PictureBox LastPage;
  251. private System.Windows.Forms.PictureBox NextPage;
  252. private System.Windows.Forms.PictureBox FirstPage;
  253. private System.Windows.Forms.PictureBox ExportExcel;
  254. private System.Windows.Forms.Label label2;
  255. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  256. private System.Windows.Forms.PictureBox Delete;
  257. private System.Windows.Forms.PictureBox DownLoadTemplet;
  258. private System.Windows.Forms.PictureBox UpLoadData;
  259. private System.Windows.Forms.ToolTip toolTip1;
  260. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  261. private System.Windows.Forms.ComboBox ShowItemsNum;
  262. }
  263. }