Pagination.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. namespace UAS_MES_NEW.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.components = new System.ComponentModel.Container();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.ShowItemsNum = new System.Windows.Forms.ComboBox();
  31. this.UpLoadData = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox();
  32. this.DownLoadTemplet = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox();
  33. this.Add = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox();
  34. this.Delete = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox();
  35. this.ExportExcel = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox();
  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 UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox();
  40. this.LastPage = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox();
  41. this.NextPage = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox();
  42. this.FirstPage = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox();
  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.Add)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.Delete)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.ExportExcel)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.PreviousPage)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.LastPage)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.NextPage)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // panel1
  59. //
  60. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  61. this.panel1.Controls.Add(this.ShowItemsNum);
  62. this.panel1.Controls.Add(this.UpLoadData);
  63. this.panel1.Controls.Add(this.DownLoadTemplet);
  64. this.panel1.Controls.Add(this.Add);
  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.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.panel1.Location = new System.Drawing.Point(0, 0);
  77. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  78. this.panel1.Name = "panel1";
  79. this.panel1.Size = new System.Drawing.Size(724, 40);
  80. this.panel1.TabIndex = 0;
  81. //
  82. // ShowItemsNum
  83. //
  84. this.ShowItemsNum.FormattingEnabled = true;
  85. this.ShowItemsNum.Items.AddRange(new object[] {
  86. "40",
  87. "35",
  88. "30",
  89. "25",
  90. "20",
  91. "15",
  92. "10",
  93. "5"});
  94. this.ShowItemsNum.Location = new System.Drawing.Point(364, 8);
  95. this.ShowItemsNum.Margin = new System.Windows.Forms.Padding(4);
  96. this.ShowItemsNum.Name = "ShowItemsNum";
  97. this.ShowItemsNum.Size = new System.Drawing.Size(65, 23);
  98. this.ShowItemsNum.TabIndex = 13;
  99. this.ShowItemsNum.Text = "20";
  100. this.ShowItemsNum.SelectedValueChanged += new System.EventHandler(this.ShowItemsNum_SelectedValueChanged);
  101. //
  102. // UpLoadData
  103. //
  104. this.UpLoadData.AllPower = null;
  105. this.UpLoadData.Cursor = System.Windows.Forms.Cursors.Hand;
  106. this.UpLoadData.Image = global::UAS_MES_NEW.Properties.Resources.upload_icon1;
  107. this.UpLoadData.Location = new System.Drawing.Point(628, 10);
  108. this.UpLoadData.Margin = new System.Windows.Forms.Padding(4);
  109. this.UpLoadData.Name = "UpLoadData";
  110. this.UpLoadData.Power = null;
  111. this.UpLoadData.Size = new System.Drawing.Size(21, 20);
  112. this.UpLoadData.TabIndex = 12;
  113. this.UpLoadData.TabStop = false;
  114. this.UpLoadData.Click += new System.EventHandler(this.UpLoadData_Click);
  115. //
  116. // DownLoadTemplet
  117. //
  118. this.DownLoadTemplet.AllPower = null;
  119. this.DownLoadTemplet.Cursor = System.Windows.Forms.Cursors.Hand;
  120. this.DownLoadTemplet.Image = global::UAS_MES_NEW.Properties.Resources.down_load1;
  121. this.DownLoadTemplet.Location = new System.Drawing.Point(580, 10);
  122. this.DownLoadTemplet.Margin = new System.Windows.Forms.Padding(4);
  123. this.DownLoadTemplet.Name = "DownLoadTemplet";
  124. this.DownLoadTemplet.Power = null;
  125. this.DownLoadTemplet.Size = new System.Drawing.Size(21, 20);
  126. this.DownLoadTemplet.TabIndex = 11;
  127. this.DownLoadTemplet.TabStop = false;
  128. this.DownLoadTemplet.Click += new System.EventHandler(this.DownLoadTemplet_Click);
  129. //
  130. // Add
  131. //
  132. this.Add.AllPower = null;
  133. this.Add.Cursor = System.Windows.Forms.Cursors.Hand;
  134. this.Add.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorAddNewItem_Image;
  135. this.Add.Location = new System.Drawing.Point(484, 10);
  136. this.Add.Margin = new System.Windows.Forms.Padding(4);
  137. this.Add.Name = "Add";
  138. this.Add.Power = null;
  139. this.Add.Size = new System.Drawing.Size(21, 22);
  140. this.Add.TabIndex = 10;
  141. this.Add.TabStop = false;
  142. this.Add.Click += new System.EventHandler(this.Add_Click);
  143. //
  144. // Delete
  145. //
  146. this.Delete.AllPower = null;
  147. this.Delete.Cursor = System.Windows.Forms.Cursors.Hand;
  148. this.Delete.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  149. this.Delete.Location = new System.Drawing.Point(437, 10);
  150. this.Delete.Margin = new System.Windows.Forms.Padding(4);
  151. this.Delete.Name = "Delete";
  152. this.Delete.Power = null;
  153. this.Delete.Size = new System.Drawing.Size(21, 22);
  154. this.Delete.TabIndex = 9;
  155. this.Delete.TabStop = false;
  156. this.Delete.Tag = "IfDelete";
  157. this.Delete.Click += new System.EventHandler(this.Delete_Click);
  158. //
  159. // ExportExcel
  160. //
  161. this.ExportExcel.AllPower = null;
  162. this.ExportExcel.Cursor = System.Windows.Forms.Cursors.Hand;
  163. this.ExportExcel.Image = global::UAS_MES_NEW.Properties.Resources.Excel_2010_16px_1180011_easyicon_net;
  164. this.ExportExcel.Location = new System.Drawing.Point(532, 10);
  165. this.ExportExcel.Margin = new System.Windows.Forms.Padding(4);
  166. this.ExportExcel.Name = "ExportExcel";
  167. this.ExportExcel.Power = null;
  168. this.ExportExcel.Size = new System.Drawing.Size(21, 22);
  169. this.ExportExcel.TabIndex = 8;
  170. this.ExportExcel.TabStop = false;
  171. this.ExportExcel.Click += new System.EventHandler(this.ExportExcel_Click);
  172. //
  173. // label2
  174. //
  175. this.label2.AutoSize = true;
  176. this.label2.Cursor = System.Windows.Forms.Cursors.Default;
  177. this.label2.Location = new System.Drawing.Point(279, 12);
  178. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  179. this.label2.Name = "label2";
  180. this.label2.Size = new System.Drawing.Size(82, 15);
  181. this.label2.TabIndex = 6;
  182. this.label2.Text = "显示数量:";
  183. //
  184. // TotalPage
  185. //
  186. this.TotalPage.AutoSize = true;
  187. this.TotalPage.Cursor = System.Windows.Forms.Cursors.Default;
  188. this.TotalPage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.TotalPage.Location = new System.Drawing.Point(116, 6);
  190. this.TotalPage.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  191. this.TotalPage.Name = "TotalPage";
  192. this.TotalPage.Size = new System.Drawing.Size(0, 24);
  193. this.TotalPage.TabIndex = 5;
  194. //
  195. // CurrentPage
  196. //
  197. this.CurrentPage.AcceptsReturn = true;
  198. this.CurrentPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.CurrentPage.Location = new System.Drawing.Point(75, 5);
  200. this.CurrentPage.Margin = new System.Windows.Forms.Padding(4);
  201. this.CurrentPage.Name = "CurrentPage";
  202. this.CurrentPage.Size = new System.Drawing.Size(31, 27);
  203. this.CurrentPage.TabIndex = 4;
  204. this.CurrentPage.Text = "1";
  205. this.CurrentPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  206. this.CurrentPage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentPage_KeyDown);
  207. //
  208. // PreviousPage
  209. //
  210. this.PreviousPage.AllPower = null;
  211. this.PreviousPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  212. | System.Windows.Forms.AnchorStyles.Left)));
  213. this.PreviousPage.Cursor = System.Windows.Forms.Cursors.Hand;
  214. this.PreviousPage.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorMovePreviousItem_Image;
  215. this.PreviousPage.Location = new System.Drawing.Point(48, 10);
  216. this.PreviousPage.Margin = new System.Windows.Forms.Padding(4);
  217. this.PreviousPage.Name = "PreviousPage";
  218. this.PreviousPage.Power = null;
  219. this.PreviousPage.Size = new System.Drawing.Size(20, 19);
  220. this.PreviousPage.TabIndex = 3;
  221. this.PreviousPage.TabStop = false;
  222. this.PreviousPage.Click += new System.EventHandler(this.PreviousPage_Click);
  223. //
  224. // LastPage
  225. //
  226. this.LastPage.AllPower = null;
  227. this.LastPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  228. | System.Windows.Forms.AnchorStyles.Left)));
  229. this.LastPage.Cursor = System.Windows.Forms.Cursors.Hand;
  230. this.LastPage.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorMoveLastItem_Image;
  231. this.LastPage.Location = new System.Drawing.Point(241, 10);
  232. this.LastPage.Margin = new System.Windows.Forms.Padding(4);
  233. this.LastPage.Name = "LastPage";
  234. this.LastPage.Power = null;
  235. this.LastPage.Size = new System.Drawing.Size(20, 19);
  236. this.LastPage.TabIndex = 2;
  237. this.LastPage.TabStop = false;
  238. this.LastPage.Click += new System.EventHandler(this.LastPage_Click);
  239. //
  240. // NextPage
  241. //
  242. this.NextPage.AllPower = null;
  243. this.NextPage.Cursor = System.Windows.Forms.Cursors.Hand;
  244. this.NextPage.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorMoveNextItem_Image;
  245. this.NextPage.Location = new System.Drawing.Point(209, 10);
  246. this.NextPage.Margin = new System.Windows.Forms.Padding(4, 4, 4, 25);
  247. this.NextPage.Name = "NextPage";
  248. this.NextPage.Power = null;
  249. this.NextPage.Size = new System.Drawing.Size(20, 19);
  250. this.NextPage.TabIndex = 1;
  251. this.NextPage.TabStop = false;
  252. this.NextPage.Click += new System.EventHandler(this.NextPage_Click);
  253. //
  254. // FirstPage
  255. //
  256. this.FirstPage.AllPower = null;
  257. this.FirstPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  258. | System.Windows.Forms.AnchorStyles.Left)));
  259. this.FirstPage.Cursor = System.Windows.Forms.Cursors.Hand;
  260. this.FirstPage.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorMoveFirstItem_Image;
  261. this.FirstPage.Location = new System.Drawing.Point(19, 10);
  262. this.FirstPage.Margin = new System.Windows.Forms.Padding(4);
  263. this.FirstPage.Name = "FirstPage";
  264. this.FirstPage.Power = null;
  265. this.FirstPage.Size = new System.Drawing.Size(20, 19);
  266. this.FirstPage.TabIndex = 0;
  267. this.FirstPage.TabStop = false;
  268. this.FirstPage.Click += new System.EventHandler(this.FirstPage_Click);
  269. //
  270. // openFileDialog1
  271. //
  272. this.openFileDialog1.FileName = "openFileDialog1";
  273. //
  274. // Pagination
  275. //
  276. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  277. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  278. this.Controls.Add(this.panel1);
  279. this.Cursor = System.Windows.Forms.Cursors.Hand;
  280. this.Margin = new System.Windows.Forms.Padding(4);
  281. this.Name = "Pagination";
  282. this.Size = new System.Drawing.Size(724, 40);
  283. this.Load += new System.EventHandler(this.Pagination_Load);
  284. this.panel1.ResumeLayout(false);
  285. this.panel1.PerformLayout();
  286. ((System.ComponentModel.ISupportInitialize)(this.UpLoadData)).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.DownLoadTemplet)).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.Add)).EndInit();
  289. ((System.ComponentModel.ISupportInitialize)(this.Delete)).EndInit();
  290. ((System.ComponentModel.ISupportInitialize)(this.ExportExcel)).EndInit();
  291. ((System.ComponentModel.ISupportInitialize)(this.PreviousPage)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.LastPage)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.NextPage)).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).EndInit();
  295. this.ResumeLayout(false);
  296. }
  297. #endregion
  298. private System.Windows.Forms.Panel panel1;
  299. private System.Windows.Forms.Label TotalPage;
  300. private System.Windows.Forms.TextBox CurrentPage;
  301. private ClickPicBox.ClickPicBox PreviousPage;
  302. private ClickPicBox.ClickPicBox LastPage;
  303. private ClickPicBox.ClickPicBox NextPage;
  304. private ClickPicBox.ClickPicBox FirstPage;
  305. private ClickPicBox.ClickPicBox ExportExcel;
  306. private System.Windows.Forms.Label label2;
  307. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  308. private ClickPicBox.ClickPicBox Add;
  309. private ClickPicBox.ClickPicBox Delete;
  310. private ClickPicBox.ClickPicBox DownLoadTemplet;
  311. private ClickPicBox.ClickPicBox UpLoadData;
  312. private System.Windows.Forms.ToolTip toolTip1;
  313. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  314. private System.Windows.Forms.ComboBox ShowItemsNum;
  315. }
  316. }