frmPallet.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  1. namespace NXWMS.Forms.Base
  2. {
  3. partial class frmPallet
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPallet));
  29. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.kryptonPanelSearch = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  31. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  32. this.btnRemove = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  33. this.btnEdit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  34. this.btnAdd = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  35. this.kryptonButton2 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  36. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  37. this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  38. this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  39. this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  40. this.kryptonButton1 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  41. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  42. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  43. this.txtSearchPalletName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  44. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  45. this.txtSearchPalletInfo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  46. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  47. this.chkSearchUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  48. this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  49. this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
  76. this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  77. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  79. this.kryptonGroupBox2.Panel.SuspendLayout();
  80. this.kryptonGroupBox2.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).BeginInit();
  82. this.kryptonPanelSearch.SuspendLayout();
  83. this.tableLayoutPanel4.SuspendLayout();
  84. this.tableLayoutPanel3.SuspendLayout();
  85. this.tableLayoutPanel1.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
  89. this.kryptonGroupBox1.Panel.SuspendLayout();
  90. this.kryptonGroupBox1.SuspendLayout();
  91. this.SuspendLayout();
  92. //
  93. // kryptonGroupBox2
  94. //
  95. this.kryptonGroupBox2.CaptionOverlap = 0D;
  96. this.kryptonGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  97. this.kryptonGroupBox2.Location = new System.Drawing.Point(0, 0);
  98. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  99. //
  100. // kryptonGroupBox2.Panel
  101. //
  102. this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonPanelSearch);
  103. this.kryptonGroupBox2.Size = new System.Drawing.Size(1368, 104);
  104. this.kryptonGroupBox2.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
  105. | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
  106. | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
  107. this.kryptonGroupBox2.StateCommon.Border.Rounding = 0;
  108. this.kryptonGroupBox2.TabIndex = 70;
  109. this.kryptonGroupBox2.Values.Heading = "查询";
  110. this.kryptonGroupBox2.Values.Image = global::NXWMS.Properties.Resources.cx;
  111. //
  112. // kryptonPanelSearch
  113. //
  114. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel4);
  115. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel3);
  116. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel1);
  117. this.kryptonPanelSearch.Dock = System.Windows.Forms.DockStyle.Top;
  118. this.kryptonPanelSearch.Location = new System.Drawing.Point(0, 0);
  119. this.kryptonPanelSearch.Name = "kryptonPanelSearch";
  120. this.kryptonPanelSearch.Size = new System.Drawing.Size(1366, 116);
  121. this.kryptonPanelSearch.TabIndex = 46;
  122. //
  123. // tableLayoutPanel4
  124. //
  125. this.tableLayoutPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  126. | System.Windows.Forms.AnchorStyles.Left)));
  127. this.tableLayoutPanel4.BackColor = System.Drawing.Color.Transparent;
  128. this.tableLayoutPanel4.ColumnCount = 4;
  129. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  130. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  131. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  132. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  133. this.tableLayoutPanel4.Controls.Add(this.btnRemove, 2, 0);
  134. this.tableLayoutPanel4.Controls.Add(this.btnEdit, 1, 0);
  135. this.tableLayoutPanel4.Controls.Add(this.btnAdd, 0, 0);
  136. this.tableLayoutPanel4.Controls.Add(this.kryptonButton2, 3, 0);
  137. this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 39);
  138. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  139. this.tableLayoutPanel4.RowCount = 1;
  140. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  141. this.tableLayoutPanel4.Size = new System.Drawing.Size(412, 37);
  142. this.tableLayoutPanel4.TabIndex = 3;
  143. //
  144. // btnRemove
  145. //
  146. this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  147. | System.Windows.Forms.AnchorStyles.Left)
  148. | System.Windows.Forms.AnchorStyles.Right)));
  149. this.btnRemove.Location = new System.Drawing.Point(209, 3);
  150. this.btnRemove.Name = "btnRemove";
  151. this.btnRemove.Size = new System.Drawing.Size(97, 31);
  152. this.btnRemove.TabIndex = 2;
  153. this.btnRemove.Values.Image = global::NXWMS.Properties.Resources.remove;
  154. this.btnRemove.Values.Text = "删除";
  155. this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
  156. //
  157. // btnEdit
  158. //
  159. this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  160. | System.Windows.Forms.AnchorStyles.Left)
  161. | System.Windows.Forms.AnchorStyles.Right)));
  162. this.btnEdit.Location = new System.Drawing.Point(106, 3);
  163. this.btnEdit.Name = "btnEdit";
  164. this.btnEdit.Size = new System.Drawing.Size(97, 31);
  165. this.btnEdit.TabIndex = 1;
  166. this.btnEdit.Values.Image = global::NXWMS.Properties.Resources.edit;
  167. this.btnEdit.Values.Text = "编辑";
  168. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  169. //
  170. // btnAdd
  171. //
  172. this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  173. | System.Windows.Forms.AnchorStyles.Left)
  174. | System.Windows.Forms.AnchorStyles.Right)));
  175. this.btnAdd.Location = new System.Drawing.Point(3, 3);
  176. this.btnAdd.Name = "btnAdd";
  177. this.btnAdd.Size = new System.Drawing.Size(97, 31);
  178. this.btnAdd.TabIndex = 0;
  179. this.btnAdd.Values.Image = global::NXWMS.Properties.Resources.add;
  180. this.btnAdd.Values.Text = "新增";
  181. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  182. //
  183. // kryptonButton2
  184. //
  185. this.kryptonButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  186. | System.Windows.Forms.AnchorStyles.Left)
  187. | System.Windows.Forms.AnchorStyles.Right)));
  188. this.kryptonButton2.Location = new System.Drawing.Point(312, 3);
  189. this.kryptonButton2.Name = "kryptonButton2";
  190. this.kryptonButton2.Size = new System.Drawing.Size(97, 31);
  191. this.kryptonButton2.TabIndex = 2;
  192. this.kryptonButton2.Values.Image = global::NXWMS.Properties.Resources.print;
  193. this.kryptonButton2.Values.Text = "批量打印";
  194. this.kryptonButton2.Click += new System.EventHandler(this.kryptonButton2_Click);
  195. //
  196. // tableLayoutPanel3
  197. //
  198. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  199. | System.Windows.Forms.AnchorStyles.Right)));
  200. this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
  201. this.tableLayoutPanel3.ColumnCount = 4;
  202. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  203. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  204. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  205. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  206. this.tableLayoutPanel3.Controls.Add(this.btnSearchImport, 2, 0);
  207. this.tableLayoutPanel3.Controls.Add(this.btnSearchExport, 1, 0);
  208. this.tableLayoutPanel3.Controls.Add(this.btnSearch, 0, 0);
  209. this.tableLayoutPanel3.Controls.Add(this.kryptonButton1, 3, 0);
  210. this.tableLayoutPanel3.Location = new System.Drawing.Point(951, 39);
  211. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  212. this.tableLayoutPanel3.RowCount = 1;
  213. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  214. this.tableLayoutPanel3.Size = new System.Drawing.Size(404, 37);
  215. this.tableLayoutPanel3.TabIndex = 1;
  216. //
  217. // btnSearchImport
  218. //
  219. this.btnSearchImport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  220. | System.Windows.Forms.AnchorStyles.Left)
  221. | System.Windows.Forms.AnchorStyles.Right)));
  222. this.btnSearchImport.Location = new System.Drawing.Point(205, 3);
  223. this.btnSearchImport.Name = "btnSearchImport";
  224. this.btnSearchImport.Size = new System.Drawing.Size(95, 31);
  225. this.btnSearchImport.TabIndex = 2;
  226. this.btnSearchImport.Values.Image = global::NXWMS.Properties.Resources.import;
  227. this.btnSearchImport.Values.Text = "导入";
  228. //
  229. // btnSearchExport
  230. //
  231. this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  232. | System.Windows.Forms.AnchorStyles.Left)
  233. | System.Windows.Forms.AnchorStyles.Right)));
  234. this.btnSearchExport.Location = new System.Drawing.Point(104, 3);
  235. this.btnSearchExport.Name = "btnSearchExport";
  236. this.btnSearchExport.Size = new System.Drawing.Size(95, 31);
  237. this.btnSearchExport.TabIndex = 1;
  238. this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
  239. this.btnSearchExport.Values.Text = "导出";
  240. //
  241. // btnSearch
  242. //
  243. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  244. | System.Windows.Forms.AnchorStyles.Left)
  245. | System.Windows.Forms.AnchorStyles.Right)));
  246. this.btnSearch.Location = new System.Drawing.Point(3, 3);
  247. this.btnSearch.Name = "btnSearch";
  248. this.btnSearch.Size = new System.Drawing.Size(95, 31);
  249. this.btnSearch.TabIndex = 0;
  250. this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.search2;
  251. this.btnSearch.Values.Text = "查询";
  252. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  253. //
  254. // kryptonButton1
  255. //
  256. this.kryptonButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  257. | System.Windows.Forms.AnchorStyles.Left)
  258. | System.Windows.Forms.AnchorStyles.Right)));
  259. this.kryptonButton1.Location = new System.Drawing.Point(306, 3);
  260. this.kryptonButton1.Name = "kryptonButton1";
  261. this.kryptonButton1.Size = new System.Drawing.Size(95, 31);
  262. this.kryptonButton1.TabIndex = 2;
  263. this.kryptonButton1.Values.Image = global::NXWMS.Properties.Resources.print;
  264. this.kryptonButton1.Values.Text = "打印托盘";
  265. this.kryptonButton1.Click += new System.EventHandler(this.kryptonButton1_Click);
  266. //
  267. // tableLayoutPanel1
  268. //
  269. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  270. this.tableLayoutPanel1.ColumnCount = 10;
  271. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  272. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  273. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  274. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  275. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  276. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  277. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  278. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  279. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  280. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  281. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel2, 2, 0);
  282. this.tableLayoutPanel1.Controls.Add(this.txtSearchPalletName, 3, 0);
  283. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel1, 0, 0);
  284. this.tableLayoutPanel1.Controls.Add(this.txtSearchPalletInfo, 1, 0);
  285. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel5, 4, 0);
  286. this.tableLayoutPanel1.Controls.Add(this.chkSearchUse, 5, 0);
  287. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  288. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  289. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  290. this.tableLayoutPanel1.RowCount = 1;
  291. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  292. this.tableLayoutPanel1.Size = new System.Drawing.Size(1366, 28);
  293. this.tableLayoutPanel1.TabIndex = 0;
  294. //
  295. // kryptonLabel2
  296. //
  297. this.kryptonLabel2.AutoSize = false;
  298. this.kryptonLabel2.Dock = System.Windows.Forms.DockStyle.Fill;
  299. this.kryptonLabel2.Location = new System.Drawing.Point(277, 3);
  300. this.kryptonLabel2.Name = "kryptonLabel2";
  301. this.kryptonLabel2.Size = new System.Drawing.Size(76, 22);
  302. this.kryptonLabel2.TabIndex = 2;
  303. this.kryptonLabel2.Values.Text = "托盘名称:";
  304. //
  305. // txtSearchPalletName
  306. //
  307. this.txtSearchPalletName.Anchor = System.Windows.Forms.AnchorStyles.None;
  308. this.txtSearchPalletName.Location = new System.Drawing.Point(361, 3);
  309. this.txtSearchPalletName.Name = "txtSearchPalletName";
  310. this.txtSearchPalletName.Size = new System.Drawing.Size(182, 23);
  311. this.txtSearchPalletName.TabIndex = 3;
  312. this.txtSearchPalletName.Tag = "MATERIEL_TYPE_NAME";
  313. //
  314. // kryptonLabel1
  315. //
  316. this.kryptonLabel1.AutoSize = false;
  317. this.kryptonLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
  318. this.kryptonLabel1.Location = new System.Drawing.Point(3, 3);
  319. this.kryptonLabel1.Name = "kryptonLabel1";
  320. this.kryptonLabel1.Size = new System.Drawing.Size(76, 22);
  321. this.kryptonLabel1.TabIndex = 0;
  322. this.kryptonLabel1.Values.Text = "托盘编码:";
  323. //
  324. // txtSearchPalletInfo
  325. //
  326. this.txtSearchPalletInfo.Anchor = System.Windows.Forms.AnchorStyles.None;
  327. this.txtSearchPalletInfo.Location = new System.Drawing.Point(87, 3);
  328. this.txtSearchPalletInfo.Name = "txtSearchPalletInfo";
  329. this.txtSearchPalletInfo.Size = new System.Drawing.Size(182, 23);
  330. this.txtSearchPalletInfo.TabIndex = 48;
  331. this.txtSearchPalletInfo.Tag = "";
  332. //
  333. // kryptonLabel5
  334. //
  335. this.kryptonLabel5.AutoSize = false;
  336. this.kryptonLabel5.Dock = System.Windows.Forms.DockStyle.Fill;
  337. this.kryptonLabel5.Location = new System.Drawing.Point(551, 3);
  338. this.kryptonLabel5.Name = "kryptonLabel5";
  339. this.kryptonLabel5.Size = new System.Drawing.Size(76, 22);
  340. this.kryptonLabel5.TabIndex = 47;
  341. this.kryptonLabel5.Values.Text = "使用标识:";
  342. //
  343. // chkSearchUse
  344. //
  345. this.chkSearchUse.Checked = true;
  346. this.chkSearchUse.CheckState = System.Windows.Forms.CheckState.Checked;
  347. this.chkSearchUse.Dock = System.Windows.Forms.DockStyle.Fill;
  348. this.chkSearchUse.Location = new System.Drawing.Point(633, 3);
  349. this.chkSearchUse.Name = "chkSearchUse";
  350. this.chkSearchUse.Size = new System.Drawing.Size(186, 22);
  351. this.chkSearchUse.TabIndex = 46;
  352. this.chkSearchUse.Tag = "";
  353. this.chkSearchUse.Values.Text = "";
  354. //
  355. // dataGridView
  356. //
  357. this.dataGridView.AllowUserToAddRows = false;
  358. this.dataGridView.AllowUserToDeleteRows = false;
  359. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  360. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  361. this.Column15,
  362. this.Column16,
  363. this.Column17,
  364. this.Column18,
  365. this.Column19,
  366. this.Column20,
  367. this.Column21,
  368. this.Column22,
  369. this.Column23,
  370. this.Column24,
  371. this.Column27,
  372. this.Column25,
  373. this.Column26});
  374. this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
  375. this.dataGridView.Location = new System.Drawing.Point(0, 0);
  376. this.dataGridView.Name = "dataGridView";
  377. this.dataGridView.ReadOnly = true;
  378. this.dataGridView.RowHeadersVisible = false;
  379. this.dataGridView.RowTemplate.Height = 23;
  380. this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  381. this.dataGridView.Size = new System.Drawing.Size(1364, 609);
  382. this.dataGridView.TabIndex = 71;
  383. this.dataGridView.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellDoubleClick);
  384. //
  385. // Column15
  386. //
  387. this.Column15.HeaderText = "用户编码";
  388. this.Column15.Name = "Column15";
  389. this.Column15.ReadOnly = true;
  390. this.Column15.Width = 86;
  391. //
  392. // Column16
  393. //
  394. this.Column16.HeaderText = "用户名称";
  395. this.Column16.Name = "Column16";
  396. this.Column16.ReadOnly = true;
  397. this.Column16.Width = 86;
  398. //
  399. // Column17
  400. //
  401. this.Column17.HeaderText = "用户昵称";
  402. this.Column17.Name = "Column17";
  403. this.Column17.ReadOnly = true;
  404. this.Column17.Width = 86;
  405. //
  406. // Column18
  407. //
  408. this.Column18.HeaderText = "职位名称";
  409. this.Column18.Name = "Column18";
  410. this.Column18.ReadOnly = true;
  411. this.Column18.Width = 87;
  412. //
  413. // Column19
  414. //
  415. this.Column19.HeaderText = "性别";
  416. this.Column19.Name = "Column19";
  417. this.Column19.ReadOnly = true;
  418. this.Column19.Width = 86;
  419. //
  420. // Column20
  421. //
  422. this.Column20.HeaderText = "所属角色";
  423. this.Column20.Name = "Column20";
  424. this.Column20.ReadOnly = true;
  425. this.Column20.Width = 86;
  426. //
  427. // Column21
  428. //
  429. this.Column21.HeaderText = "手机号码";
  430. this.Column21.Name = "Column21";
  431. this.Column21.ReadOnly = true;
  432. this.Column21.Width = 86;
  433. //
  434. // Column22
  435. //
  436. this.Column22.HeaderText = "邮箱";
  437. this.Column22.Name = "Column22";
  438. this.Column22.ReadOnly = true;
  439. this.Column22.Width = 86;
  440. //
  441. // Column23
  442. //
  443. this.Column23.HeaderText = "地址";
  444. this.Column23.Name = "Column23";
  445. this.Column23.ReadOnly = true;
  446. this.Column23.Width = 86;
  447. //
  448. // Column24
  449. //
  450. this.Column24.HeaderText = "是否启用";
  451. this.Column24.Name = "Column24";
  452. this.Column24.ReadOnly = true;
  453. this.Column24.Width = 87;
  454. //
  455. // Column27
  456. //
  457. this.Column27.HeaderText = "创建人";
  458. this.Column27.Name = "Column27";
  459. this.Column27.ReadOnly = true;
  460. this.Column27.Width = 86;
  461. //
  462. // Column25
  463. //
  464. this.Column25.HeaderText = "创建时间";
  465. this.Column25.Name = "Column25";
  466. this.Column25.ReadOnly = true;
  467. this.Column25.Width = 86;
  468. //
  469. // Column26
  470. //
  471. this.Column26.HeaderText = "更新人";
  472. this.Column26.Name = "Column26";
  473. this.Column26.ReadOnly = true;
  474. this.Column26.Width = 86;
  475. //
  476. // dataGridViewTextBoxColumn1
  477. //
  478. this.dataGridViewTextBoxColumn1.HeaderText = "用户编码";
  479. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  480. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  481. this.dataGridViewTextBoxColumn1.Width = 86;
  482. //
  483. // dataGridViewTextBoxColumn2
  484. //
  485. this.dataGridViewTextBoxColumn2.HeaderText = "用户名称";
  486. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  487. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  488. this.dataGridViewTextBoxColumn2.Width = 86;
  489. //
  490. // dataGridViewTextBoxColumn3
  491. //
  492. this.dataGridViewTextBoxColumn3.HeaderText = "用户昵称";
  493. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  494. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  495. this.dataGridViewTextBoxColumn3.Width = 86;
  496. //
  497. // dataGridViewTextBoxColumn4
  498. //
  499. this.dataGridViewTextBoxColumn4.HeaderText = "职位名称";
  500. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  501. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  502. this.dataGridViewTextBoxColumn4.Width = 87;
  503. //
  504. // dataGridViewTextBoxColumn5
  505. //
  506. this.dataGridViewTextBoxColumn5.HeaderText = "性别";
  507. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  508. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  509. this.dataGridViewTextBoxColumn5.Width = 86;
  510. //
  511. // dataGridViewTextBoxColumn6
  512. //
  513. this.dataGridViewTextBoxColumn6.HeaderText = "所属角色";
  514. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  515. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  516. this.dataGridViewTextBoxColumn6.Width = 86;
  517. //
  518. // dataGridViewTextBoxColumn7
  519. //
  520. this.dataGridViewTextBoxColumn7.HeaderText = "手机号码";
  521. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  522. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  523. this.dataGridViewTextBoxColumn7.Width = 86;
  524. //
  525. // dataGridViewTextBoxColumn8
  526. //
  527. this.dataGridViewTextBoxColumn8.HeaderText = "邮箱";
  528. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  529. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  530. this.dataGridViewTextBoxColumn8.Width = 86;
  531. //
  532. // dataGridViewTextBoxColumn9
  533. //
  534. this.dataGridViewTextBoxColumn9.HeaderText = "地址";
  535. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  536. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  537. this.dataGridViewTextBoxColumn9.Width = 86;
  538. //
  539. // dataGridViewTextBoxColumn10
  540. //
  541. this.dataGridViewTextBoxColumn10.HeaderText = "是否启用";
  542. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  543. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  544. this.dataGridViewTextBoxColumn10.Width = 87;
  545. //
  546. // dataGridViewTextBoxColumn11
  547. //
  548. this.dataGridViewTextBoxColumn11.HeaderText = "创建人";
  549. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  550. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  551. this.dataGridViewTextBoxColumn11.Width = 86;
  552. //
  553. // dataGridViewTextBoxColumn12
  554. //
  555. this.dataGridViewTextBoxColumn12.HeaderText = "创建时间";
  556. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  557. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  558. this.dataGridViewTextBoxColumn12.Width = 86;
  559. //
  560. // dataGridViewTextBoxColumn13
  561. //
  562. this.dataGridViewTextBoxColumn13.HeaderText = "更新人";
  563. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  564. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  565. this.dataGridViewTextBoxColumn13.Width = 86;
  566. //
  567. // pageTool
  568. //
  569. this.pageTool._execActionMessgae = null;
  570. this.pageTool._execActionOperation = null;
  571. this.pageTool._LastOperation = null;
  572. this.pageTool.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221)))));
  573. this.pageTool.DataCount = 0;
  574. this.pageTool.Dock = System.Windows.Forms.DockStyle.Bottom;
  575. this.pageTool.LoadMessage = null;
  576. this.pageTool.Location = new System.Drawing.Point(0, 737);
  577. this.pageTool.Name = "pageTool";
  578. this.pageTool.PageDefault = "{0}/{1}";
  579. this.pageTool.PageIndexSelectDefault = 1;
  580. this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
  581. this.pageTool.PageSize = 30;
  582. this.pageTool.PageSizeSelectList = ((System.Collections.Generic.List<string>)(resources.GetObject("pageTool.PageSizeSelectList")));
  583. this.pageTool.Size = new System.Drawing.Size(1368, 27);
  584. this.pageTool.TabIndex = 76;
  585. this.pageTool.OnPageChange += new NXWMS.Client.FrmCustom.PageToolbar.PageChange(this.pageTool_OnPageChange);
  586. //
  587. // kryptonGroupBox1
  588. //
  589. this.kryptonGroupBox1.CaptionOverlap = 0D;
  590. this.kryptonGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  591. this.kryptonGroupBox1.Location = new System.Drawing.Point(0, 104);
  592. this.kryptonGroupBox1.Name = "kryptonGroupBox1";
  593. //
  594. // kryptonGroupBox1.Panel
  595. //
  596. this.kryptonGroupBox1.Panel.Controls.Add(this.dataGridView);
  597. this.kryptonGroupBox1.Size = new System.Drawing.Size(1368, 633);
  598. this.kryptonGroupBox1.TabIndex = 77;
  599. this.kryptonGroupBox1.Values.Heading = "托盘列表:";
  600. //
  601. // frmPallet
  602. //
  603. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  604. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  605. this.ClientSize = new System.Drawing.Size(1368, 764);
  606. this.Controls.Add(this.kryptonGroupBox1);
  607. this.Controls.Add(this.kryptonGroupBox2);
  608. this.Controls.Add(this.pageTool);
  609. this.Name = "frmPallet";
  610. this.Text = "托盘";
  611. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  612. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  613. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  614. this.kryptonGroupBox2.ResumeLayout(false);
  615. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).EndInit();
  616. this.kryptonPanelSearch.ResumeLayout(false);
  617. this.tableLayoutPanel4.ResumeLayout(false);
  618. this.tableLayoutPanel3.ResumeLayout(false);
  619. this.tableLayoutPanel1.ResumeLayout(false);
  620. this.tableLayoutPanel1.PerformLayout();
  621. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  622. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
  623. this.kryptonGroupBox1.Panel.ResumeLayout(false);
  624. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
  625. this.kryptonGroupBox1.ResumeLayout(false);
  626. this.ResumeLayout(false);
  627. }
  628. #endregion
  629. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  630. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelSearch;
  631. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  632. private ComponentFactory.Krypton.Toolkit.KryptonButton btnRemove;
  633. private ComponentFactory.Krypton.Toolkit.KryptonButton btnEdit;
  634. private ComponentFactory.Krypton.Toolkit.KryptonButton btnAdd;
  635. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  636. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport;
  637. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
  638. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
  639. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  640. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  641. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchPalletName;
  642. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  643. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchPalletInfo;
  644. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  645. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkSearchUse;
  646. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  647. private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
  648. private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
  649. private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
  650. private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
  651. private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
  652. private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
  653. private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
  654. private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
  655. private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
  656. private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
  657. private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
  658. private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
  659. private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
  660. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  661. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  662. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  663. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  664. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  665. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  666. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  667. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  668. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  669. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  670. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  671. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  672. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  673. private Client.FrmCustom.PageToolbar pageTool;
  674. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox1;
  675. private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton1;
  676. private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton2;
  677. }
  678. }