PaginationDbFind.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. namespace UAS_BARCODEIO
  2. {
  3. partial class PaginationDbFind
  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_BARCODEIO.ClickPicBox();
  32. this.DownLoadTemplet = new UAS_BARCODEIO.ClickPicBox();
  33. this.Add = new UAS_BARCODEIO.ClickPicBox();
  34. this.Delete = new UAS_BARCODEIO.ClickPicBox();
  35. this.ExportExcel = new UAS_BARCODEIO.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_BARCODEIO.ClickPicBox();
  40. this.LastPage = new UAS_BARCODEIO.ClickPicBox();
  41. this.NextPage = new UAS_BARCODEIO.ClickPicBox();
  42. this.FirstPage = new UAS_BARCODEIO.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_BARCODEIO.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.Visible = false;
  115. this.UpLoadData.Click += new System.EventHandler(this.UpLoadData_Click);
  116. //
  117. // DownLoadTemplet
  118. //
  119. this.DownLoadTemplet.AllPower = null;
  120. this.DownLoadTemplet.Cursor = System.Windows.Forms.Cursors.Hand;
  121. this.DownLoadTemplet.Image = global::UAS_BARCODEIO.Properties.Resources.down_load1;
  122. this.DownLoadTemplet.Location = new System.Drawing.Point(580, 10);
  123. this.DownLoadTemplet.Margin = new System.Windows.Forms.Padding(4);
  124. this.DownLoadTemplet.Name = "DownLoadTemplet";
  125. this.DownLoadTemplet.Power = null;
  126. this.DownLoadTemplet.Size = new System.Drawing.Size(21, 20);
  127. this.DownLoadTemplet.TabIndex = 11;
  128. this.DownLoadTemplet.TabStop = false;
  129. this.DownLoadTemplet.Visible = false;
  130. this.DownLoadTemplet.Click += new System.EventHandler(this.DownLoadTemplet_Click);
  131. //
  132. // Add
  133. //
  134. this.Add.AllPower = null;
  135. this.Add.Cursor = System.Windows.Forms.Cursors.Hand;
  136. this.Add.Image = global::UAS_BARCODEIO.Properties.Resources.bindingNavigatorAddNewItem_Image;
  137. this.Add.Location = new System.Drawing.Point(484, 10);
  138. this.Add.Margin = new System.Windows.Forms.Padding(4);
  139. this.Add.Name = "Add";
  140. this.Add.Power = null;
  141. this.Add.Size = new System.Drawing.Size(21, 22);
  142. this.Add.TabIndex = 10;
  143. this.Add.TabStop = false;
  144. this.Add.Visible = false;
  145. this.Add.Click += new System.EventHandler(this.Add_Click);
  146. //
  147. // Delete
  148. //
  149. this.Delete.AllPower = null;
  150. this.Delete.Cursor = System.Windows.Forms.Cursors.Hand;
  151. this.Delete.Image = global::UAS_BARCODEIO.Properties.Resources.bindingNavigatorDeleteItem_Image;
  152. this.Delete.Location = new System.Drawing.Point(437, 10);
  153. this.Delete.Margin = new System.Windows.Forms.Padding(4);
  154. this.Delete.Name = "Delete";
  155. this.Delete.Power = null;
  156. this.Delete.Size = new System.Drawing.Size(21, 22);
  157. this.Delete.TabIndex = 9;
  158. this.Delete.TabStop = false;
  159. this.Delete.Tag = "IfDelete";
  160. this.Delete.Visible = false;
  161. this.Delete.Click += new System.EventHandler(this.Delete_Click);
  162. //
  163. // ExportExcel
  164. //
  165. this.ExportExcel.AllPower = null;
  166. this.ExportExcel.Cursor = System.Windows.Forms.Cursors.Hand;
  167. this.ExportExcel.Image = UAS_BARCODEIO.Properties.Resources.Excel_2010_16px_1180011_easyicon_net;
  168. this.ExportExcel.Location = new System.Drawing.Point(532, 10);
  169. this.ExportExcel.Margin = new System.Windows.Forms.Padding(4);
  170. this.ExportExcel.Name = "ExportExcel";
  171. this.ExportExcel.Power = null;
  172. this.ExportExcel.Size = new System.Drawing.Size(21, 22);
  173. this.ExportExcel.TabIndex = 8;
  174. this.ExportExcel.TabStop = false;
  175. this.ExportExcel.Visible = false;
  176. this.ExportExcel.Click += new System.EventHandler(this.ExportExcel_Click);
  177. //
  178. // label2
  179. //
  180. this.label2.AutoSize = true;
  181. this.label2.Cursor = System.Windows.Forms.Cursors.Default;
  182. this.label2.Location = new System.Drawing.Point(279, 12);
  183. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  184. this.label2.Name = "label2";
  185. this.label2.Size = new System.Drawing.Size(82, 15);
  186. this.label2.TabIndex = 6;
  187. this.label2.Text = "显示数量:";
  188. //
  189. // TotalPage
  190. //
  191. this.TotalPage.AutoSize = true;
  192. this.TotalPage.Cursor = System.Windows.Forms.Cursors.Default;
  193. this.TotalPage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.TotalPage.Location = new System.Drawing.Point(116, 6);
  195. this.TotalPage.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  196. this.TotalPage.Name = "TotalPage";
  197. this.TotalPage.Size = new System.Drawing.Size(0, 24);
  198. this.TotalPage.TabIndex = 5;
  199. //
  200. // CurrentPage
  201. //
  202. this.CurrentPage.AcceptsReturn = true;
  203. this.CurrentPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.CurrentPage.Location = new System.Drawing.Point(75, 5);
  205. this.CurrentPage.Margin = new System.Windows.Forms.Padding(4);
  206. this.CurrentPage.Name = "CurrentPage";
  207. this.CurrentPage.Size = new System.Drawing.Size(31, 27);
  208. this.CurrentPage.TabIndex = 4;
  209. this.CurrentPage.Text = "1";
  210. this.CurrentPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  211. this.CurrentPage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentPage_KeyDown);
  212. //
  213. // PreviousPage
  214. //
  215. this.PreviousPage.AllPower = null;
  216. this.PreviousPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  217. | System.Windows.Forms.AnchorStyles.Left)));
  218. this.PreviousPage.Cursor = System.Windows.Forms.Cursors.Hand;
  219. this.PreviousPage.Image = global::UAS_BARCODEIO.Properties.Resources.bindingNavigatorMovePreviousItem_Image;
  220. this.PreviousPage.Location = new System.Drawing.Point(48, 10);
  221. this.PreviousPage.Margin = new System.Windows.Forms.Padding(4);
  222. this.PreviousPage.Name = "PreviousPage";
  223. this.PreviousPage.Power = null;
  224. this.PreviousPage.Size = new System.Drawing.Size(20, 19);
  225. this.PreviousPage.TabIndex = 3;
  226. this.PreviousPage.TabStop = false;
  227. this.PreviousPage.Click += new System.EventHandler(this.PreviousPage_Click);
  228. //
  229. // LastPage
  230. //
  231. this.LastPage.AllPower = null;
  232. this.LastPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  233. | System.Windows.Forms.AnchorStyles.Left)));
  234. this.LastPage.Cursor = System.Windows.Forms.Cursors.Hand;
  235. this.LastPage.Image = global::UAS_BARCODEIO.Properties.Resources.bindingNavigatorMoveLastItem_Image;
  236. this.LastPage.Location = new System.Drawing.Point(241, 10);
  237. this.LastPage.Margin = new System.Windows.Forms.Padding(4);
  238. this.LastPage.Name = "LastPage";
  239. this.LastPage.Power = null;
  240. this.LastPage.Size = new System.Drawing.Size(20, 19);
  241. this.LastPage.TabIndex = 2;
  242. this.LastPage.TabStop = false;
  243. this.LastPage.Click += new System.EventHandler(this.LastPage_Click);
  244. //
  245. // NextPage
  246. //
  247. this.NextPage.AllPower = null;
  248. this.NextPage.Cursor = System.Windows.Forms.Cursors.Hand;
  249. this.NextPage.Image = global::UAS_BARCODEIO.Properties.Resources.bindingNavigatorMoveNextItem_Image;
  250. this.NextPage.Location = new System.Drawing.Point(209, 10);
  251. this.NextPage.Margin = new System.Windows.Forms.Padding(4, 4, 4, 25);
  252. this.NextPage.Name = "NextPage";
  253. this.NextPage.Power = null;
  254. this.NextPage.Size = new System.Drawing.Size(20, 19);
  255. this.NextPage.TabIndex = 1;
  256. this.NextPage.TabStop = false;
  257. this.NextPage.Click += new System.EventHandler(this.NextPage_Click);
  258. //
  259. // FirstPage
  260. //
  261. this.FirstPage.AllPower = null;
  262. this.FirstPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  263. | System.Windows.Forms.AnchorStyles.Left)));
  264. this.FirstPage.Cursor = System.Windows.Forms.Cursors.Hand;
  265. this.FirstPage.Image = global::UAS_BARCODEIO.Properties.Resources.bindingNavigatorMoveFirstItem_Image;
  266. this.FirstPage.Location = new System.Drawing.Point(19, 10);
  267. this.FirstPage.Margin = new System.Windows.Forms.Padding(4);
  268. this.FirstPage.Name = "FirstPage";
  269. this.FirstPage.Power = null;
  270. this.FirstPage.Size = new System.Drawing.Size(20, 19);
  271. this.FirstPage.TabIndex = 0;
  272. this.FirstPage.TabStop = false;
  273. this.FirstPage.Click += new System.EventHandler(this.FirstPage_Click);
  274. //
  275. // openFileDialog1
  276. //
  277. this.openFileDialog1.FileName = "openFileDialog1";
  278. //
  279. // PaginationDbFind
  280. //
  281. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  282. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  283. this.Controls.Add(this.panel1);
  284. this.Cursor = System.Windows.Forms.Cursors.Hand;
  285. this.Margin = new System.Windows.Forms.Padding(4);
  286. this.Name = "PaginationDbFind";
  287. this.Size = new System.Drawing.Size(724, 40);
  288. this.Load += new System.EventHandler(this.Pagination_Load);
  289. this.panel1.ResumeLayout(false);
  290. this.panel1.PerformLayout();
  291. ((System.ComponentModel.ISupportInitialize)(this.UpLoadData)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.DownLoadTemplet)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.Add)).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.Delete)).EndInit();
  295. ((System.ComponentModel.ISupportInitialize)(this.ExportExcel)).EndInit();
  296. ((System.ComponentModel.ISupportInitialize)(this.PreviousPage)).EndInit();
  297. ((System.ComponentModel.ISupportInitialize)(this.LastPage)).EndInit();
  298. ((System.ComponentModel.ISupportInitialize)(this.NextPage)).EndInit();
  299. ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).EndInit();
  300. this.ResumeLayout(false);
  301. }
  302. #endregion
  303. private System.Windows.Forms.Panel panel1;
  304. private System.Windows.Forms.Label TotalPage;
  305. private System.Windows.Forms.TextBox CurrentPage;
  306. private ClickPicBox PreviousPage;
  307. private ClickPicBox LastPage;
  308. private ClickPicBox NextPage;
  309. private ClickPicBox FirstPage;
  310. private ClickPicBox ExportExcel;
  311. private System.Windows.Forms.Label label2;
  312. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  313. private ClickPicBox Add;
  314. private ClickPicBox Delete;
  315. private ClickPicBox DownLoadTemplet;
  316. private ClickPicBox UpLoadData;
  317. private System.Windows.Forms.ToolTip toolTip1;
  318. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  319. private System.Windows.Forms.ComboBox ShowItemsNum;
  320. }
  321. }