frmImportTemplate.Designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933
  1. namespace NXWMS.Forms.Rule
  2. {
  3. partial class frmImportTemplate
  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(frmImportTemplate));
  29. this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  31. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.Column10 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewComboBoxColumn();
  35. this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column13 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  38. this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column26 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewComboBoxColumn();
  41. this.Column27 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  42. this.Column28 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  43. this.Column29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Column30 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  45. this.Column31 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Column32 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  47. this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
  48. this.kryptonGroupBox3 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  49. this.dataGridViewDTL = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  50. this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  69. this.kryptonPanelSearch = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  70. this.tableLayoutPanelOperate = new System.Windows.Forms.TableLayoutPanel();
  71. this.btnRemove = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  72. this.btnEdit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  73. this.btnAdd = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  74. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  75. this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  76. this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  77. this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  78. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  79. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  80. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  81. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  82. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  83. this.txtSearchTemplateCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  84. this.txtSearchTemplateName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  85. this.cmbSearchImportMode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  86. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  87. this.txtSearchSourceName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  88. this.chkSearchUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  89. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
  104. this.kryptonGroupBox1.Panel.SuspendLayout();
  105. this.kryptonGroupBox1.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3.Panel)).BeginInit();
  109. this.kryptonGroupBox3.Panel.SuspendLayout();
  110. this.kryptonGroupBox3.SuspendLayout();
  111. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewDTL)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  114. this.kryptonGroupBox2.Panel.SuspendLayout();
  115. this.kryptonGroupBox2.SuspendLayout();
  116. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).BeginInit();
  117. this.kryptonPanelSearch.SuspendLayout();
  118. this.tableLayoutPanelOperate.SuspendLayout();
  119. this.tableLayoutPanel3.SuspendLayout();
  120. this.tableLayoutPanel2.SuspendLayout();
  121. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchImportMode)).BeginInit();
  122. this.SuspendLayout();
  123. //
  124. // kryptonGroupBox1
  125. //
  126. this.kryptonGroupBox1.CaptionOverlap = 0D;
  127. this.kryptonGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.kryptonGroupBox1.Location = new System.Drawing.Point(0, 130);
  129. this.kryptonGroupBox1.Name = "kryptonGroupBox1";
  130. //
  131. // kryptonGroupBox1.Panel
  132. //
  133. this.kryptonGroupBox1.Panel.AutoScroll = true;
  134. this.kryptonGroupBox1.Panel.Controls.Add(this.dataGridView);
  135. this.kryptonGroupBox1.Panel.Controls.Add(this.pageTool);
  136. this.kryptonGroupBox1.Size = new System.Drawing.Size(1175, 340);
  137. this.kryptonGroupBox1.TabIndex = 82;
  138. this.kryptonGroupBox1.Values.Heading = "导入模版主表:";
  139. //
  140. // dataGridView
  141. //
  142. this.dataGridView.AllowUserToAddRows = false;
  143. this.dataGridView.AllowUserToDeleteRows = false;
  144. this.dataGridView.AllowUserToResizeRows = false;
  145. this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  146. this.dataGridView.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
  147. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  148. this.Column7,
  149. this.Column8,
  150. this.Column9,
  151. this.Column10,
  152. this.Column11,
  153. this.Column12,
  154. this.Column13,
  155. this.Column14,
  156. this.Column25,
  157. this.Column26,
  158. this.Column27,
  159. this.Column28,
  160. this.Column29,
  161. this.Column30,
  162. this.Column31,
  163. this.Column32});
  164. this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
  165. this.dataGridView.Location = new System.Drawing.Point(0, 0);
  166. this.dataGridView.MultiSelect = false;
  167. this.dataGridView.Name = "dataGridView";
  168. this.dataGridView.RowTemplate.Height = 23;
  169. this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  170. this.dataGridView.Size = new System.Drawing.Size(1171, 289);
  171. this.dataGridView.TabIndex = 77;
  172. //
  173. // Column7
  174. //
  175. this.Column7.HeaderText = "序号";
  176. this.Column7.Name = "Column7";
  177. //
  178. // Column8
  179. //
  180. this.Column8.HeaderText = "到货通知单号";
  181. this.Column8.Name = "Column8";
  182. //
  183. // Column9
  184. //
  185. this.Column9.HeaderText = "参考单号";
  186. this.Column9.Name = "Column9";
  187. //
  188. // Column10
  189. //
  190. this.Column10.DropDownWidth = 121;
  191. this.Column10.HeaderText = "单据类型";
  192. this.Column10.Items.AddRange(new string[] {
  193. "请选择",
  194. "ERP接口生成",
  195. "WMS创建"});
  196. this.Column10.Name = "Column10";
  197. this.Column10.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  198. this.Column10.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  199. this.Column10.Width = 70;
  200. //
  201. // Column11
  202. //
  203. this.Column11.FillWeight = 100.1048F;
  204. this.Column11.HeaderText = "采购单号";
  205. this.Column11.Name = "Column11";
  206. //
  207. // Column12
  208. //
  209. this.Column12.FillWeight = 100.1048F;
  210. this.Column12.HeaderText = "采购人员";
  211. this.Column12.Name = "Column12";
  212. //
  213. // Column13
  214. //
  215. this.Column13.Checked = false;
  216. this.Column13.FillWeight = 100.1048F;
  217. this.Column13.HeaderText = "采购时间";
  218. this.Column13.Name = "Column13";
  219. this.Column13.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  220. this.Column13.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  221. this.Column13.Width = 70;
  222. //
  223. // Column14
  224. //
  225. this.Column14.FillWeight = 100.1279F;
  226. this.Column14.HeaderText = "仓库编码";
  227. this.Column14.Name = "Column14";
  228. //
  229. // Column25
  230. //
  231. this.Column25.FillWeight = 100.1279F;
  232. this.Column25.HeaderText = "仓库名称";
  233. this.Column25.Name = "Column25";
  234. //
  235. // Column26
  236. //
  237. this.Column26.DropDownWidth = 121;
  238. this.Column26.FillWeight = 100.1279F;
  239. this.Column26.HeaderText = "单据状态";
  240. this.Column26.Name = "Column26";
  241. this.Column26.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  242. this.Column26.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  243. this.Column26.Width = 70;
  244. //
  245. // Column27
  246. //
  247. this.Column27.Checked = false;
  248. this.Column27.FillWeight = 100.1525F;
  249. this.Column27.HeaderText = "预计到货时间";
  250. this.Column27.Name = "Column27";
  251. this.Column27.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  252. this.Column27.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  253. this.Column27.Width = 71;
  254. //
  255. // Column28
  256. //
  257. this.Column28.Checked = false;
  258. this.Column28.FillWeight = 100.1777F;
  259. this.Column28.HeaderText = "实际到货时间";
  260. this.Column28.Name = "Column28";
  261. this.Column28.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  262. this.Column28.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  263. this.Column28.Width = 71;
  264. //
  265. // Column29
  266. //
  267. this.Column29.FillWeight = 100.0374F;
  268. this.Column29.HeaderText = "创建人";
  269. this.Column29.Name = "Column29";
  270. //
  271. // Column30
  272. //
  273. this.Column30.Checked = false;
  274. this.Column30.FillWeight = 100.0374F;
  275. this.Column30.HeaderText = "创建时间";
  276. this.Column30.Name = "Column30";
  277. this.Column30.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  278. this.Column30.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  279. this.Column30.Width = 71;
  280. //
  281. // Column31
  282. //
  283. this.Column31.FillWeight = 99.98051F;
  284. this.Column31.HeaderText = "最后更新人";
  285. this.Column31.Name = "Column31";
  286. //
  287. // Column32
  288. //
  289. this.Column32.Checked = false;
  290. this.Column32.FillWeight = 99.98051F;
  291. this.Column32.HeaderText = "最后更新时间";
  292. this.Column32.Name = "Column32";
  293. this.Column32.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  294. this.Column32.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  295. this.Column32.Width = 71;
  296. //
  297. // pageTool
  298. //
  299. this.pageTool._execActionMessgae = null;
  300. this.pageTool._execActionOperation = null;
  301. this.pageTool._LastOperation = null;
  302. this.pageTool.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221)))));
  303. this.pageTool.Dock = System.Windows.Forms.DockStyle.Bottom;
  304. this.pageTool.LoadMessage = null;
  305. this.pageTool.Location = new System.Drawing.Point(0, 289);
  306. this.pageTool.Name = "pageTool";
  307. this.pageTool.PageDefault = "{0}/{1}";
  308. this.pageTool.PageIndexSelectDefault = 1;
  309. this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
  310. this.pageTool.PageSize = 30;
  311. this.pageTool.PageSizeSelectList = ((System.Collections.Generic.List<string>)(resources.GetObject("pageTool.PageSizeSelectList")));
  312. this.pageTool.Size = new System.Drawing.Size(1171, 27);
  313. this.pageTool.TabIndex = 76;
  314. this.pageTool.DataCount = 0;
  315. //
  316. // kryptonGroupBox3
  317. //
  318. this.kryptonGroupBox3.CaptionOverlap = 0D;
  319. this.kryptonGroupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
  320. this.kryptonGroupBox3.Location = new System.Drawing.Point(0, 470);
  321. this.kryptonGroupBox3.Name = "kryptonGroupBox3";
  322. //
  323. // kryptonGroupBox3.Panel
  324. //
  325. this.kryptonGroupBox3.Panel.AutoScroll = true;
  326. this.kryptonGroupBox3.Panel.Controls.Add(this.dataGridViewDTL);
  327. this.kryptonGroupBox3.Size = new System.Drawing.Size(1175, 289);
  328. this.kryptonGroupBox3.TabIndex = 81;
  329. this.kryptonGroupBox3.Values.Heading = "导入模版明细表:";
  330. //
  331. // dataGridViewDTL
  332. //
  333. this.dataGridViewDTL.AllowUserToAddRows = false;
  334. this.dataGridViewDTL.AllowUserToDeleteRows = false;
  335. this.dataGridViewDTL.AllowUserToResizeRows = false;
  336. this.dataGridViewDTL.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  337. this.dataGridViewDTL.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableAlwaysIncludeHeaderText;
  338. this.dataGridViewDTL.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  339. this.dataGridViewTextBoxColumn14,
  340. this.dataGridViewTextBoxColumn15,
  341. this.dataGridViewTextBoxColumn16,
  342. this.dataGridViewTextBoxColumn17,
  343. this.dataGridViewTextBoxColumn18,
  344. this.Column2,
  345. this.dataGridViewTextBoxColumn19,
  346. this.dataGridViewTextBoxColumn20,
  347. this.dataGridViewTextBoxColumn21,
  348. this.dataGridViewTextBoxColumn22,
  349. this.dataGridViewTextBoxColumn23,
  350. this.dataGridViewTextBoxColumn24,
  351. this.dataGridViewTextBoxColumn25,
  352. this.Column1,
  353. this.dataGridViewTextBoxColumn26,
  354. this.dataGridViewTextBoxColumn27,
  355. this.dataGridViewTextBoxColumn28,
  356. this.dataGridViewTextBoxColumn29});
  357. this.dataGridViewDTL.Dock = System.Windows.Forms.DockStyle.Fill;
  358. this.dataGridViewDTL.Location = new System.Drawing.Point(0, 0);
  359. this.dataGridViewDTL.MultiSelect = false;
  360. this.dataGridViewDTL.Name = "dataGridViewDTL";
  361. this.dataGridViewDTL.RowTemplate.Height = 23;
  362. this.dataGridViewDTL.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  363. this.dataGridViewDTL.Size = new System.Drawing.Size(1171, 265);
  364. this.dataGridViewDTL.TabIndex = 1;
  365. //
  366. // dataGridViewTextBoxColumn14
  367. //
  368. this.dataGridViewTextBoxColumn14.HeaderText = "序号";
  369. this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
  370. //
  371. // dataGridViewTextBoxColumn15
  372. //
  373. this.dataGridViewTextBoxColumn15.FillWeight = 100.0374F;
  374. this.dataGridViewTextBoxColumn15.HeaderText = "物料编码";
  375. this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
  376. //
  377. // dataGridViewTextBoxColumn16
  378. //
  379. this.dataGridViewTextBoxColumn16.FillWeight = 99.98051F;
  380. this.dataGridViewTextBoxColumn16.HeaderText = "物料名称";
  381. this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
  382. //
  383. // dataGridViewTextBoxColumn17
  384. //
  385. this.dataGridViewTextBoxColumn17.HeaderText = "物料条码";
  386. this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
  387. //
  388. // dataGridViewTextBoxColumn18
  389. //
  390. this.dataGridViewTextBoxColumn18.HeaderText = "规格";
  391. this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
  392. //
  393. // Column2
  394. //
  395. this.Column2.HeaderText = "单位";
  396. this.Column2.Name = "Column2";
  397. //
  398. // dataGridViewTextBoxColumn19
  399. //
  400. this.dataGridViewTextBoxColumn19.HeaderText = "批次号";
  401. this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
  402. //
  403. // dataGridViewTextBoxColumn20
  404. //
  405. this.dataGridViewTextBoxColumn20.HeaderText = "到货数量";
  406. this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
  407. //
  408. // dataGridViewTextBoxColumn21
  409. //
  410. this.dataGridViewTextBoxColumn21.HeaderText = "已收货数量";
  411. this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
  412. //
  413. // dataGridViewTextBoxColumn22
  414. //
  415. this.dataGridViewTextBoxColumn22.FillWeight = 100.1048F;
  416. this.dataGridViewTextBoxColumn22.HeaderText = "供应商编码";
  417. this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
  418. //
  419. // dataGridViewTextBoxColumn23
  420. //
  421. this.dataGridViewTextBoxColumn23.FillWeight = 100.1048F;
  422. this.dataGridViewTextBoxColumn23.HeaderText = "供应商名称";
  423. this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
  424. //
  425. // dataGridViewTextBoxColumn24
  426. //
  427. this.dataGridViewTextBoxColumn24.FillWeight = 100.1279F;
  428. this.dataGridViewTextBoxColumn24.HeaderText = "生产日期";
  429. this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
  430. //
  431. // dataGridViewTextBoxColumn25
  432. //
  433. this.dataGridViewTextBoxColumn25.FillWeight = 100.1279F;
  434. this.dataGridViewTextBoxColumn25.HeaderText = "失效日期";
  435. this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25";
  436. //
  437. // Column1
  438. //
  439. this.Column1.HeaderText = "明细状态";
  440. this.Column1.Name = "Column1";
  441. //
  442. // dataGridViewTextBoxColumn26
  443. //
  444. this.dataGridViewTextBoxColumn26.FillWeight = 100.0374F;
  445. this.dataGridViewTextBoxColumn26.HeaderText = "创建人";
  446. this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26";
  447. //
  448. // dataGridViewTextBoxColumn27
  449. //
  450. this.dataGridViewTextBoxColumn27.FillWeight = 99.98051F;
  451. this.dataGridViewTextBoxColumn27.HeaderText = "创建时间";
  452. this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27";
  453. //
  454. // dataGridViewTextBoxColumn28
  455. //
  456. this.dataGridViewTextBoxColumn28.HeaderText = "最后更新人";
  457. this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28";
  458. //
  459. // dataGridViewTextBoxColumn29
  460. //
  461. this.dataGridViewTextBoxColumn29.HeaderText = "最后更新时间";
  462. this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29";
  463. //
  464. // kryptonGroupBox2
  465. //
  466. this.kryptonGroupBox2.CaptionOverlap = 0D;
  467. this.kryptonGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  468. this.kryptonGroupBox2.Location = new System.Drawing.Point(0, 0);
  469. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  470. //
  471. // kryptonGroupBox2.Panel
  472. //
  473. this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonPanelSearch);
  474. this.kryptonGroupBox2.Size = new System.Drawing.Size(1175, 130);
  475. this.kryptonGroupBox2.TabIndex = 80;
  476. this.kryptonGroupBox2.Values.Heading = "查询";
  477. this.kryptonGroupBox2.Values.Image = global::NXWMS.Properties.Resources.cx;
  478. //
  479. // kryptonPanelSearch
  480. //
  481. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanelOperate);
  482. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel3);
  483. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel2);
  484. this.kryptonPanelSearch.Dock = System.Windows.Forms.DockStyle.Fill;
  485. this.kryptonPanelSearch.Location = new System.Drawing.Point(0, 0);
  486. this.kryptonPanelSearch.Name = "kryptonPanelSearch";
  487. this.kryptonPanelSearch.Size = new System.Drawing.Size(1171, 104);
  488. this.kryptonPanelSearch.TabIndex = 46;
  489. //
  490. // tableLayoutPanelOperate
  491. //
  492. this.tableLayoutPanelOperate.BackColor = System.Drawing.Color.Transparent;
  493. this.tableLayoutPanelOperate.ColumnCount = 3;
  494. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  495. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  496. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  497. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  498. this.tableLayoutPanelOperate.Controls.Add(this.btnRemove, 0, 0);
  499. this.tableLayoutPanelOperate.Controls.Add(this.btnEdit, 0, 0);
  500. this.tableLayoutPanelOperate.Controls.Add(this.btnAdd, 0, 0);
  501. this.tableLayoutPanelOperate.Location = new System.Drawing.Point(2, 67);
  502. this.tableLayoutPanelOperate.Name = "tableLayoutPanelOperate";
  503. this.tableLayoutPanelOperate.RowCount = 1;
  504. this.tableLayoutPanelOperate.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  505. this.tableLayoutPanelOperate.Size = new System.Drawing.Size(300, 37);
  506. this.tableLayoutPanelOperate.TabIndex = 3;
  507. //
  508. // btnRemove
  509. //
  510. this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  511. | System.Windows.Forms.AnchorStyles.Left)
  512. | System.Windows.Forms.AnchorStyles.Right)));
  513. this.btnRemove.Location = new System.Drawing.Point(203, 3);
  514. this.btnRemove.Name = "btnRemove";
  515. this.btnRemove.Size = new System.Drawing.Size(94, 31);
  516. this.btnRemove.TabIndex = 2;
  517. this.btnRemove.Values.Image = global::NXWMS.Properties.Resources.remove;
  518. this.btnRemove.Values.Text = "删除";
  519. this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
  520. //
  521. // btnEdit
  522. //
  523. this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  524. | System.Windows.Forms.AnchorStyles.Left)
  525. | System.Windows.Forms.AnchorStyles.Right)));
  526. this.btnEdit.Location = new System.Drawing.Point(103, 3);
  527. this.btnEdit.Name = "btnEdit";
  528. this.btnEdit.Size = new System.Drawing.Size(94, 31);
  529. this.btnEdit.TabIndex = 3;
  530. this.btnEdit.Values.Image = global::NXWMS.Properties.Resources.edit;
  531. this.btnEdit.Values.Text = "编辑";
  532. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  533. //
  534. // btnAdd
  535. //
  536. this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  537. | System.Windows.Forms.AnchorStyles.Left)
  538. | System.Windows.Forms.AnchorStyles.Right)));
  539. this.btnAdd.Location = new System.Drawing.Point(3, 3);
  540. this.btnAdd.Name = "btnAdd";
  541. this.btnAdd.Size = new System.Drawing.Size(94, 31);
  542. this.btnAdd.TabIndex = 5;
  543. this.btnAdd.Values.Image = global::NXWMS.Properties.Resources.add;
  544. this.btnAdd.Values.Text = "新增";
  545. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  546. //
  547. // tableLayoutPanel3
  548. //
  549. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  550. this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
  551. this.tableLayoutPanel3.ColumnCount = 3;
  552. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  553. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  554. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  555. this.tableLayoutPanel3.Controls.Add(this.btnSearchImport, 2, 0);
  556. this.tableLayoutPanel3.Controls.Add(this.btnSearchExport, 1, 0);
  557. this.tableLayoutPanel3.Controls.Add(this.btnSearch, 0, 0);
  558. this.tableLayoutPanel3.Location = new System.Drawing.Point(896, 67);
  559. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  560. this.tableLayoutPanel3.RowCount = 1;
  561. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  562. this.tableLayoutPanel3.Size = new System.Drawing.Size(272, 37);
  563. this.tableLayoutPanel3.TabIndex = 1;
  564. //
  565. // btnSearchImport
  566. //
  567. this.btnSearchImport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  568. | System.Windows.Forms.AnchorStyles.Left)
  569. | System.Windows.Forms.AnchorStyles.Right)));
  570. this.btnSearchImport.Location = new System.Drawing.Point(183, 3);
  571. this.btnSearchImport.Name = "btnSearchImport";
  572. this.btnSearchImport.Size = new System.Drawing.Size(86, 31);
  573. this.btnSearchImport.TabIndex = 2;
  574. this.btnSearchImport.Values.Image = global::NXWMS.Properties.Resources.import;
  575. this.btnSearchImport.Values.Text = "导入";
  576. this.btnSearchImport.Click += new System.EventHandler(this.btnSearchImport_Click);
  577. //
  578. // btnSearchExport
  579. //
  580. this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  581. | System.Windows.Forms.AnchorStyles.Left)
  582. | System.Windows.Forms.AnchorStyles.Right)));
  583. this.btnSearchExport.Location = new System.Drawing.Point(93, 3);
  584. this.btnSearchExport.Name = "btnSearchExport";
  585. this.btnSearchExport.Size = new System.Drawing.Size(84, 31);
  586. this.btnSearchExport.TabIndex = 1;
  587. this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
  588. this.btnSearchExport.Values.Text = "导出";
  589. this.btnSearchExport.Click += new System.EventHandler(this.btnSearchExport_Click);
  590. //
  591. // btnSearch
  592. //
  593. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  594. | System.Windows.Forms.AnchorStyles.Left)
  595. | System.Windows.Forms.AnchorStyles.Right)));
  596. this.btnSearch.Location = new System.Drawing.Point(3, 3);
  597. this.btnSearch.Name = "btnSearch";
  598. this.btnSearch.Size = new System.Drawing.Size(84, 31);
  599. this.btnSearch.TabIndex = 0;
  600. this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.search2;
  601. this.btnSearch.Values.Text = "查询";
  602. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  603. //
  604. // tableLayoutPanel2
  605. //
  606. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  607. this.tableLayoutPanel2.ColumnCount = 8;
  608. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
  609. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  610. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
  611. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  612. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
  613. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  614. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
  615. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  616. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel2, 0, 1);
  617. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 2, 0);
  618. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0);
  619. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 4, 0);
  620. this.tableLayoutPanel2.Controls.Add(this.txtSearchTemplateCode, 1, 0);
  621. this.tableLayoutPanel2.Controls.Add(this.txtSearchTemplateName, 3, 0);
  622. this.tableLayoutPanel2.Controls.Add(this.cmbSearchImportMode, 5, 0);
  623. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel1, 6, 0);
  624. this.tableLayoutPanel2.Controls.Add(this.txtSearchSourceName, 7, 0);
  625. this.tableLayoutPanel2.Controls.Add(this.chkSearchUse, 1, 1);
  626. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  627. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  628. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  629. this.tableLayoutPanel2.RowCount = 2;
  630. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  631. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  632. this.tableLayoutPanel2.Size = new System.Drawing.Size(1171, 59);
  633. this.tableLayoutPanel2.TabIndex = 0;
  634. //
  635. // kryptonLabel2
  636. //
  637. this.kryptonLabel2.AutoSize = false;
  638. this.kryptonLabel2.Dock = System.Windows.Forms.DockStyle.Fill;
  639. this.kryptonLabel2.Location = new System.Drawing.Point(3, 33);
  640. this.kryptonLabel2.Name = "kryptonLabel2";
  641. this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  642. this.kryptonLabel2.Size = new System.Drawing.Size(114, 24);
  643. this.kryptonLabel2.TabIndex = 123;
  644. this.kryptonLabel2.Values.ExtraText = "\r\n";
  645. this.kryptonLabel2.Values.Text = "使用标识";
  646. //
  647. // kryptonLabel9
  648. //
  649. this.kryptonLabel9.AutoSize = false;
  650. this.kryptonLabel9.Dock = System.Windows.Forms.DockStyle.Fill;
  651. this.kryptonLabel9.Location = new System.Drawing.Point(295, 3);
  652. this.kryptonLabel9.Name = "kryptonLabel9";
  653. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  654. this.kryptonLabel9.Size = new System.Drawing.Size(114, 24);
  655. this.kryptonLabel9.TabIndex = 2;
  656. this.kryptonLabel9.Values.Text = "模版名称";
  657. //
  658. // kryptonLabel10
  659. //
  660. this.kryptonLabel10.AutoSize = false;
  661. this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill;
  662. this.kryptonLabel10.Location = new System.Drawing.Point(3, 3);
  663. this.kryptonLabel10.Name = "kryptonLabel10";
  664. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  665. this.kryptonLabel10.Size = new System.Drawing.Size(114, 24);
  666. this.kryptonLabel10.TabIndex = 0;
  667. this.kryptonLabel10.Values.ExtraText = "\r\n";
  668. this.kryptonLabel10.Values.Text = "模版编码";
  669. //
  670. // kryptonLabel3
  671. //
  672. this.kryptonLabel3.AutoSize = false;
  673. this.kryptonLabel3.Location = new System.Drawing.Point(587, 3);
  674. this.kryptonLabel3.Name = "kryptonLabel3";
  675. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  676. this.kryptonLabel3.Size = new System.Drawing.Size(114, 24);
  677. this.kryptonLabel3.TabIndex = 11;
  678. this.kryptonLabel3.Values.Text = "导入方式";
  679. //
  680. // txtSearchTemplateCode
  681. //
  682. this.txtSearchTemplateCode.Dock = System.Windows.Forms.DockStyle.Fill;
  683. this.txtSearchTemplateCode.Location = new System.Drawing.Point(123, 3);
  684. this.txtSearchTemplateCode.Name = "txtSearchTemplateCode";
  685. this.txtSearchTemplateCode.Size = new System.Drawing.Size(166, 23);
  686. this.txtSearchTemplateCode.TabIndex = 1;
  687. //
  688. // txtSearchTemplateName
  689. //
  690. this.txtSearchTemplateName.Dock = System.Windows.Forms.DockStyle.Fill;
  691. this.txtSearchTemplateName.Location = new System.Drawing.Point(415, 3);
  692. this.txtSearchTemplateName.Name = "txtSearchTemplateName";
  693. this.txtSearchTemplateName.Size = new System.Drawing.Size(166, 23);
  694. this.txtSearchTemplateName.TabIndex = 118;
  695. //
  696. // cmbSearchImportMode
  697. //
  698. this.cmbSearchImportMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  699. this.cmbSearchImportMode.DropDownWidth = 180;
  700. this.cmbSearchImportMode.Location = new System.Drawing.Point(707, 3);
  701. this.cmbSearchImportMode.Name = "cmbSearchImportMode";
  702. this.cmbSearchImportMode.Size = new System.Drawing.Size(166, 21);
  703. this.cmbSearchImportMode.TabIndex = 120;
  704. //
  705. // kryptonLabel1
  706. //
  707. this.kryptonLabel1.AutoSize = false;
  708. this.kryptonLabel1.Location = new System.Drawing.Point(879, 3);
  709. this.kryptonLabel1.Name = "kryptonLabel1";
  710. this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  711. this.kryptonLabel1.Size = new System.Drawing.Size(114, 24);
  712. this.kryptonLabel1.TabIndex = 121;
  713. this.kryptonLabel1.Values.Text = "源对象名称";
  714. //
  715. // txtSearchSourceName
  716. //
  717. this.txtSearchSourceName.Location = new System.Drawing.Point(999, 3);
  718. this.txtSearchSourceName.Name = "txtSearchSourceName";
  719. this.txtSearchSourceName.Size = new System.Drawing.Size(166, 23);
  720. this.txtSearchSourceName.TabIndex = 122;
  721. //
  722. // chkSearchUse
  723. //
  724. this.chkSearchUse.Checked = true;
  725. this.chkSearchUse.CheckState = System.Windows.Forms.CheckState.Checked;
  726. this.chkSearchUse.Dock = System.Windows.Forms.DockStyle.Fill;
  727. this.chkSearchUse.Location = new System.Drawing.Point(123, 33);
  728. this.chkSearchUse.Name = "chkSearchUse";
  729. this.chkSearchUse.Size = new System.Drawing.Size(166, 24);
  730. this.chkSearchUse.TabIndex = 119;
  731. this.chkSearchUse.Values.Text = "";
  732. //
  733. // dataGridViewTextBoxColumn1
  734. //
  735. this.dataGridViewTextBoxColumn1.HeaderText = "序号";
  736. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  737. this.dataGridViewTextBoxColumn1.Width = 63;
  738. //
  739. // dataGridViewTextBoxColumn2
  740. //
  741. this.dataGridViewTextBoxColumn2.FillWeight = 100.0374F;
  742. this.dataGridViewTextBoxColumn2.HeaderText = "物料编码";
  743. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  744. this.dataGridViewTextBoxColumn2.Width = 63;
  745. //
  746. // dataGridViewTextBoxColumn3
  747. //
  748. this.dataGridViewTextBoxColumn3.FillWeight = 99.98051F;
  749. this.dataGridViewTextBoxColumn3.HeaderText = "物料名称";
  750. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  751. this.dataGridViewTextBoxColumn3.Width = 62;
  752. //
  753. // dataGridViewTextBoxColumn4
  754. //
  755. this.dataGridViewTextBoxColumn4.HeaderText = "物料条码";
  756. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  757. this.dataGridViewTextBoxColumn4.Width = 63;
  758. //
  759. // dataGridViewTextBoxColumn5
  760. //
  761. this.dataGridViewTextBoxColumn5.HeaderText = "规格";
  762. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  763. this.dataGridViewTextBoxColumn5.Width = 63;
  764. //
  765. // dataGridViewTextBoxColumn6
  766. //
  767. this.dataGridViewTextBoxColumn6.HeaderText = "单位";
  768. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  769. this.dataGridViewTextBoxColumn6.Width = 63;
  770. //
  771. // dataGridViewTextBoxColumn7
  772. //
  773. this.dataGridViewTextBoxColumn7.HeaderText = "批次号";
  774. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  775. this.dataGridViewTextBoxColumn7.Width = 62;
  776. //
  777. // dataGridViewTextBoxColumn8
  778. //
  779. this.dataGridViewTextBoxColumn8.HeaderText = "到货数量";
  780. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  781. this.dataGridViewTextBoxColumn8.Width = 63;
  782. //
  783. // dataGridViewTextBoxColumn9
  784. //
  785. this.dataGridViewTextBoxColumn9.HeaderText = "已收货数量";
  786. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  787. this.dataGridViewTextBoxColumn9.Width = 63;
  788. //
  789. // dataGridViewTextBoxColumn10
  790. //
  791. this.dataGridViewTextBoxColumn10.FillWeight = 100.1048F;
  792. this.dataGridViewTextBoxColumn10.HeaderText = "供应商编码";
  793. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  794. this.dataGridViewTextBoxColumn10.Width = 63;
  795. //
  796. // dataGridViewTextBoxColumn11
  797. //
  798. this.dataGridViewTextBoxColumn11.FillWeight = 100.1048F;
  799. this.dataGridViewTextBoxColumn11.HeaderText = "供应商名称";
  800. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  801. this.dataGridViewTextBoxColumn11.Width = 63;
  802. //
  803. // dataGridViewTextBoxColumn12
  804. //
  805. this.dataGridViewTextBoxColumn12.FillWeight = 100.1279F;
  806. this.dataGridViewTextBoxColumn12.HeaderText = "生产日期";
  807. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  808. this.dataGridViewTextBoxColumn12.Width = 62;
  809. //
  810. // dataGridViewTextBoxColumn13
  811. //
  812. this.dataGridViewTextBoxColumn13.FillWeight = 100.1279F;
  813. this.dataGridViewTextBoxColumn13.HeaderText = "失效日期";
  814. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  815. this.dataGridViewTextBoxColumn13.Width = 63;
  816. //
  817. // frmImportTemplate
  818. //
  819. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  820. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  821. this.ClientSize = new System.Drawing.Size(1175, 759);
  822. this.Controls.Add(this.kryptonGroupBox1);
  823. this.Controls.Add(this.kryptonGroupBox3);
  824. this.Controls.Add(this.kryptonGroupBox2);
  825. this.Name = "frmImportTemplate";
  826. this.Text = "导入模版定义";
  827. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
  828. this.kryptonGroupBox1.Panel.ResumeLayout(false);
  829. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
  830. this.kryptonGroupBox1.ResumeLayout(false);
  831. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  832. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3.Panel)).EndInit();
  833. this.kryptonGroupBox3.Panel.ResumeLayout(false);
  834. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3)).EndInit();
  835. this.kryptonGroupBox3.ResumeLayout(false);
  836. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewDTL)).EndInit();
  837. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  838. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  839. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  840. this.kryptonGroupBox2.ResumeLayout(false);
  841. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).EndInit();
  842. this.kryptonPanelSearch.ResumeLayout(false);
  843. this.tableLayoutPanelOperate.ResumeLayout(false);
  844. this.tableLayoutPanel3.ResumeLayout(false);
  845. this.tableLayoutPanel2.ResumeLayout(false);
  846. this.tableLayoutPanel2.PerformLayout();
  847. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchImportMode)).EndInit();
  848. this.ResumeLayout(false);
  849. }
  850. #endregion
  851. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox1;
  852. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  853. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  854. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  855. private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
  856. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewComboBoxColumn Column10;
  857. private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
  858. private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
  859. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn Column13;
  860. private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
  861. private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
  862. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewComboBoxColumn Column26;
  863. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn Column27;
  864. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn Column28;
  865. private System.Windows.Forms.DataGridViewTextBoxColumn Column29;
  866. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn Column30;
  867. private System.Windows.Forms.DataGridViewTextBoxColumn Column31;
  868. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn Column32;
  869. private Client.FrmCustom.PageToolbar pageTool;
  870. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox3;
  871. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridViewDTL;
  872. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  873. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
  874. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
  875. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
  876. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
  877. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  878. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
  879. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
  880. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
  881. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
  882. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
  883. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24;
  884. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn25;
  885. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  886. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn26;
  887. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn27;
  888. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn28;
  889. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn29;
  890. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  891. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelSearch;
  892. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelOperate;
  893. private ComponentFactory.Krypton.Toolkit.KryptonButton btnRemove;
  894. private ComponentFactory.Krypton.Toolkit.KryptonButton btnEdit;
  895. private ComponentFactory.Krypton.Toolkit.KryptonButton btnAdd;
  896. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  897. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport;
  898. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
  899. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
  900. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  901. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  902. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  903. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  904. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchTemplateCode;
  905. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchTemplateName;
  906. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkSearchUse;
  907. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchImportMode;
  908. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  909. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  910. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchSourceName;
  911. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  912. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  913. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  914. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  915. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  916. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  917. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  918. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  919. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  920. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  921. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  922. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  923. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  924. }
  925. }