frmChildAddWmsOutPutDown.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. namespace NXWMS.Forms.OutStock.frmOutstockChild
  2. {
  3. partial class frmChildAddWmsOutPutDown
  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. this.kryptonContextMenuHeading1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading();
  29. this.btnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  30. this.kryptonContextMenuItem1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem();
  31. this.kgb_MainTableMsg = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  32. this.cmb_CusPalletNo = new NXWMS.Client.FrmCustom.DataGridViewOfComoBoxCustom();
  33. this.knud_PutDownPriority = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  34. this.ktb_Describe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  35. this.kcmb_PutDownType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  36. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  37. this.btnConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  38. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  39. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  40. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  41. this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  42. this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  43. this.ktb_SbinNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  44. this.kgb_DetailTableMsg = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  45. this.kdgv_PutDownDtlData = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  46. this.Column1 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  47. this.Column2 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  48. this.Column3 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  49. this.Column4 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  50. this.Column5 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  51. this.Column6 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  52. this.Column7 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  53. this.Column8 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  54. this.Column9 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  55. this.Column10 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  56. this.Column11 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  57. this.Column12 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  58. this.Column13 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  59. this.Column14 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  60. this.Column15 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  61. this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg.Panel)).BeginInit();
  66. this.kgb_MainTableMsg.Panel.SuspendLayout();
  67. this.kgb_MainTableMsg.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.kcmb_PutDownType)).BeginInit();
  69. this.tableLayoutPanel1.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg.Panel)).BeginInit();
  72. this.kgb_DetailTableMsg.Panel.SuspendLayout();
  73. this.kgb_DetailTableMsg.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.kdgv_PutDownDtlData)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // kryptonContextMenuHeading1
  78. //
  79. this.kryptonContextMenuHeading1.ExtraText = "";
  80. //
  81. // btnCancel
  82. //
  83. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  84. | System.Windows.Forms.AnchorStyles.Left)
  85. | System.Windows.Forms.AnchorStyles.Right)));
  86. this.btnCancel.Location = new System.Drawing.Point(80, 3);
  87. this.btnCancel.Name = "btnCancel";
  88. this.btnCancel.Size = new System.Drawing.Size(72, 31);
  89. this.btnCancel.TabIndex = 2;
  90. this.btnCancel.Tag = "";
  91. this.btnCancel.Values.Image = global::NXWMS.Properties.Resources.取消;
  92. this.btnCancel.Values.Text = "取消";
  93. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  94. //
  95. // kryptonContextMenuItem1
  96. //
  97. this.kryptonContextMenuItem1.Text = "Menu Item";
  98. //
  99. // kgb_MainTableMsg
  100. //
  101. this.kgb_MainTableMsg.CaptionOverlap = 0D;
  102. this.kgb_MainTableMsg.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.GroupBoxCaption;
  103. this.kgb_MainTableMsg.Dock = System.Windows.Forms.DockStyle.Top;
  104. this.kgb_MainTableMsg.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlGroupBox;
  105. this.kgb_MainTableMsg.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ControlGroupBox;
  106. this.kgb_MainTableMsg.Location = new System.Drawing.Point(0, 0);
  107. this.kgb_MainTableMsg.Name = "kgb_MainTableMsg";
  108. //
  109. // kgb_MainTableMsg.Panel
  110. //
  111. this.kgb_MainTableMsg.Panel.Controls.Add(this.cmb_CusPalletNo);
  112. this.kgb_MainTableMsg.Panel.Controls.Add(this.knud_PutDownPriority);
  113. this.kgb_MainTableMsg.Panel.Controls.Add(this.ktb_Describe);
  114. this.kgb_MainTableMsg.Panel.Controls.Add(this.kcmb_PutDownType);
  115. this.kgb_MainTableMsg.Panel.Controls.Add(this.tableLayoutPanel1);
  116. this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel2);
  117. this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel6);
  118. this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel5);
  119. this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel8);
  120. this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel7);
  121. this.kgb_MainTableMsg.Panel.Controls.Add(this.ktb_SbinNo);
  122. this.kgb_MainTableMsg.Size = new System.Drawing.Size(1379, 146);
  123. this.kgb_MainTableMsg.TabIndex = 12;
  124. this.kgb_MainTableMsg.Values.Heading = "下架单主表:";
  125. //
  126. // cmb_CusPalletNo
  127. //
  128. this.cmb_CusPalletNo.FormattingEnabled = true;
  129. this.cmb_CusPalletNo.Location = new System.Drawing.Point(86, 23);
  130. this.cmb_CusPalletNo.Name = "cmb_CusPalletNo";
  131. this.cmb_CusPalletNo.NullValue = "";
  132. this.cmb_CusPalletNo.PopupGridAutoSize = true;
  133. this.cmb_CusPalletNo.RowFilterVisible = false;
  134. this.cmb_CusPalletNo.sDisplayField = "";
  135. this.cmb_CusPalletNo.sDisplayMember = "";
  136. this.cmb_CusPalletNo.SeparatorChar = "|";
  137. this.cmb_CusPalletNo.Size = new System.Drawing.Size(159, 20);
  138. this.cmb_CusPalletNo.sKeyWords = "";
  139. this.cmb_CusPalletNo.sValueMember = "";
  140. this.cmb_CusPalletNo.TabIndex = 10;
  141. this.cmb_CusPalletNo.Value = "";
  142. //
  143. // knud_PutDownPriority
  144. //
  145. this.knud_PutDownPriority.Location = new System.Drawing.Point(643, 21);
  146. this.knud_PutDownPriority.Minimum = new decimal(new int[] {
  147. 1,
  148. 0,
  149. 0,
  150. 0});
  151. this.knud_PutDownPriority.Name = "knud_PutDownPriority";
  152. this.knud_PutDownPriority.Size = new System.Drawing.Size(160, 22);
  153. this.knud_PutDownPriority.TabIndex = 9;
  154. this.knud_PutDownPriority.Value = new decimal(new int[] {
  155. 100,
  156. 0,
  157. 0,
  158. 0});
  159. //
  160. // ktb_Describe
  161. //
  162. this.ktb_Describe.Location = new System.Drawing.Point(1186, 23);
  163. this.ktb_Describe.Name = "ktb_Describe";
  164. this.ktb_Describe.Size = new System.Drawing.Size(160, 87);
  165. this.ktb_Describe.TabIndex = 8;
  166. this.ktb_Describe.Text = "";
  167. //
  168. // kcmb_PutDownType
  169. //
  170. this.kcmb_PutDownType.DropDownWidth = 162;
  171. this.kcmb_PutDownType.Location = new System.Drawing.Point(366, 21);
  172. this.kcmb_PutDownType.Name = "kcmb_PutDownType";
  173. this.kcmb_PutDownType.Size = new System.Drawing.Size(162, 21);
  174. this.kcmb_PutDownType.TabIndex = 6;
  175. //
  176. // tableLayoutPanel1
  177. //
  178. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  179. this.tableLayoutPanel1.ColumnCount = 2;
  180. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  181. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  182. this.tableLayoutPanel1.Controls.Add(this.btnCancel, 0, 0);
  183. this.tableLayoutPanel1.Controls.Add(this.btnConfirm, 0, 0);
  184. this.tableLayoutPanel1.Location = new System.Drawing.Point(20, 64);
  185. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  186. this.tableLayoutPanel1.RowCount = 1;
  187. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  188. this.tableLayoutPanel1.Size = new System.Drawing.Size(155, 37);
  189. this.tableLayoutPanel1.TabIndex = 5;
  190. //
  191. // btnConfirm
  192. //
  193. this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  194. | System.Windows.Forms.AnchorStyles.Left)
  195. | System.Windows.Forms.AnchorStyles.Right)));
  196. this.btnConfirm.Location = new System.Drawing.Point(3, 3);
  197. this.btnConfirm.Name = "btnConfirm";
  198. this.btnConfirm.Size = new System.Drawing.Size(71, 31);
  199. this.btnConfirm.TabIndex = 1;
  200. this.btnConfirm.Tag = "";
  201. this.btnConfirm.Values.Image = global::NXWMS.Properties.Resources.确认;
  202. this.btnConfirm.Values.Text = "确认";
  203. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  204. //
  205. // kryptonLabel2
  206. //
  207. this.kryptonLabel2.Location = new System.Drawing.Point(287, 22);
  208. this.kryptonLabel2.Name = "kryptonLabel2";
  209. this.kryptonLabel2.Size = new System.Drawing.Size(73, 20);
  210. this.kryptonLabel2.TabIndex = 0;
  211. this.kryptonLabel2.Values.Text = "单据类型:";
  212. //
  213. // kryptonLabel6
  214. //
  215. this.kryptonLabel6.Location = new System.Drawing.Point(840, 21);
  216. this.kryptonLabel6.Name = "kryptonLabel6";
  217. this.kryptonLabel6.Size = new System.Drawing.Size(73, 20);
  218. this.kryptonLabel6.TabIndex = 0;
  219. this.kryptonLabel6.Values.Text = "起始库位:";
  220. //
  221. // kryptonLabel5
  222. //
  223. this.kryptonLabel5.Location = new System.Drawing.Point(20, 23);
  224. this.kryptonLabel5.Name = "kryptonLabel5";
  225. this.kryptonLabel5.Size = new System.Drawing.Size(60, 20);
  226. this.kryptonLabel5.TabIndex = 0;
  227. this.kryptonLabel5.Values.Text = "托盘号:";
  228. //
  229. // kryptonLabel8
  230. //
  231. this.kryptonLabel8.Location = new System.Drawing.Point(1119, 23);
  232. this.kryptonLabel8.Name = "kryptonLabel8";
  233. this.kryptonLabel8.Size = new System.Drawing.Size(48, 20);
  234. this.kryptonLabel8.TabIndex = 0;
  235. this.kryptonLabel8.Values.Text = "描述:";
  236. //
  237. // kryptonLabel7
  238. //
  239. this.kryptonLabel7.Location = new System.Drawing.Point(552, 22);
  240. this.kryptonLabel7.Name = "kryptonLabel7";
  241. this.kryptonLabel7.Size = new System.Drawing.Size(85, 20);
  242. this.kryptonLabel7.TabIndex = 0;
  243. this.kryptonLabel7.Values.Text = "上架优先级:";
  244. //
  245. // ktb_SbinNo
  246. //
  247. this.ktb_SbinNo.Location = new System.Drawing.Point(919, 21);
  248. this.ktb_SbinNo.Name = "ktb_SbinNo";
  249. this.ktb_SbinNo.Size = new System.Drawing.Size(160, 20);
  250. this.ktb_SbinNo.TabIndex = 1;
  251. //
  252. // kgb_DetailTableMsg
  253. //
  254. this.kgb_DetailTableMsg.CaptionOverlap = 0D;
  255. this.kgb_DetailTableMsg.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.GroupBoxCaption;
  256. this.kgb_DetailTableMsg.Dock = System.Windows.Forms.DockStyle.Fill;
  257. this.kgb_DetailTableMsg.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlGroupBox;
  258. this.kgb_DetailTableMsg.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ControlGroupBox;
  259. this.kgb_DetailTableMsg.Location = new System.Drawing.Point(0, 146);
  260. this.kgb_DetailTableMsg.Name = "kgb_DetailTableMsg";
  261. //
  262. // kgb_DetailTableMsg.Panel
  263. //
  264. this.kgb_DetailTableMsg.Panel.Controls.Add(this.kdgv_PutDownDtlData);
  265. this.kgb_DetailTableMsg.Size = new System.Drawing.Size(1379, 584);
  266. this.kgb_DetailTableMsg.TabIndex = 13;
  267. this.kgb_DetailTableMsg.Values.Heading = "下架单明细表:";
  268. //
  269. // kdgv_PutDownDtlData
  270. //
  271. this.kdgv_PutDownDtlData.AllowUserToAddRows = false;
  272. this.kdgv_PutDownDtlData.AllowUserToDeleteRows = false;
  273. this.kdgv_PutDownDtlData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  274. this.kdgv_PutDownDtlData.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
  275. this.kdgv_PutDownDtlData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  276. this.kdgv_PutDownDtlData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  277. this.Column1,
  278. this.Column2,
  279. this.Column3,
  280. this.Column4,
  281. this.Column5,
  282. this.Column6,
  283. this.Column7,
  284. this.Column8,
  285. this.Column9,
  286. this.Column10,
  287. this.Column11,
  288. this.Column12,
  289. this.Column13,
  290. this.Column14,
  291. this.Column15,
  292. this.Column16,
  293. this.Column17,
  294. this.Column18});
  295. this.kdgv_PutDownDtlData.Dock = System.Windows.Forms.DockStyle.Fill;
  296. this.kdgv_PutDownDtlData.Location = new System.Drawing.Point(0, 0);
  297. this.kdgv_PutDownDtlData.Name = "kdgv_PutDownDtlData";
  298. this.kdgv_PutDownDtlData.RowTemplate.Height = 23;
  299. this.kdgv_PutDownDtlData.Size = new System.Drawing.Size(1375, 560);
  300. this.kdgv_PutDownDtlData.TabIndex = 0;
  301. //
  302. // Column1
  303. //
  304. this.Column1.HeaderText = "序号";
  305. this.Column1.Name = "Column1";
  306. this.Column1.ReadOnly = true;
  307. this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  308. this.Column1.Width = 60;
  309. //
  310. // Column2
  311. //
  312. this.Column2.HeaderText = "物料编码";
  313. this.Column2.Name = "Column2";
  314. this.Column2.ReadOnly = true;
  315. this.Column2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  316. this.Column2.Width = 84;
  317. //
  318. // Column3
  319. //
  320. this.Column3.HeaderText = "物料名称";
  321. this.Column3.Name = "Column3";
  322. this.Column3.ReadOnly = true;
  323. this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  324. this.Column3.Width = 84;
  325. //
  326. // Column4
  327. //
  328. this.Column4.HeaderText = "物料条码";
  329. this.Column4.Name = "Column4";
  330. this.Column4.ReadOnly = true;
  331. this.Column4.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  332. this.Column4.Width = 84;
  333. //
  334. // Column5
  335. //
  336. this.Column5.HeaderText = "物料规格";
  337. this.Column5.Name = "Column5";
  338. this.Column5.ReadOnly = true;
  339. this.Column5.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  340. this.Column5.Width = 84;
  341. //
  342. // Column6
  343. //
  344. this.Column6.HeaderText = "批次号";
  345. this.Column6.Name = "Column6";
  346. this.Column6.ReadOnly = true;
  347. this.Column6.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  348. this.Column6.Width = 72;
  349. //
  350. // Column7
  351. //
  352. this.Column7.HeaderText = "下架数量";
  353. this.Column7.Name = "Column7";
  354. this.Column7.Width = 84;
  355. //
  356. // Column8
  357. //
  358. this.Column8.HeaderText = "单位";
  359. this.Column8.Name = "Column8";
  360. this.Column8.ReadOnly = true;
  361. this.Column8.Width = 60;
  362. //
  363. // Column9
  364. //
  365. this.Column9.HeaderText = "包装";
  366. this.Column9.Name = "Column9";
  367. this.Column9.ReadOnly = true;
  368. this.Column9.Width = 60;
  369. //
  370. // Column10
  371. //
  372. this.Column10.HeaderText = "供应商编码";
  373. this.Column10.Name = "Column10";
  374. this.Column10.ReadOnly = true;
  375. this.Column10.Width = 96;
  376. //
  377. // Column11
  378. //
  379. this.Column11.HeaderText = "供应商名称";
  380. this.Column11.Name = "Column11";
  381. this.Column11.ReadOnly = true;
  382. this.Column11.Width = 96;
  383. //
  384. // Column12
  385. //
  386. this.Column12.Checked = false;
  387. this.Column12.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  388. this.Column12.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  389. this.Column12.HeaderText = "生产日期";
  390. this.Column12.Name = "Column12";
  391. this.Column12.ReadOnly = true;
  392. this.Column12.Width = 65;
  393. //
  394. // Column13
  395. //
  396. this.Column13.Checked = false;
  397. this.Column13.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  398. this.Column13.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  399. this.Column13.HeaderText = "失效日期";
  400. this.Column13.Name = "Column13";
  401. this.Column13.ReadOnly = true;
  402. this.Column13.Width = 65;
  403. //
  404. // Column14
  405. //
  406. this.Column14.HeaderText = "质检状态";
  407. this.Column14.Name = "Column14";
  408. this.Column14.ReadOnly = true;
  409. this.Column14.Width = 84;
  410. //
  411. // Column15
  412. //
  413. this.Column15.HeaderText = "物品状态";
  414. this.Column15.Name = "Column15";
  415. this.Column15.ReadOnly = true;
  416. this.Column15.Width = 84;
  417. //
  418. // Column16
  419. //
  420. this.Column16.HeaderText = "Column16";
  421. this.Column16.Name = "Column16";
  422. this.Column16.Visible = false;
  423. this.Column16.Width = 91;
  424. //
  425. // Column17
  426. //
  427. this.Column17.HeaderText = "Column17";
  428. this.Column17.Name = "Column17";
  429. this.Column17.Visible = false;
  430. this.Column17.Width = 91;
  431. //
  432. // Column18
  433. //
  434. this.Column18.HeaderText = "Column18";
  435. this.Column18.Name = "Column18";
  436. this.Column18.Visible = false;
  437. this.Column18.Width = 91;
  438. //
  439. // frmChildAddWmsOutPutDown
  440. //
  441. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  442. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  443. this.ClientSize = new System.Drawing.Size(1379, 730);
  444. this.Controls.Add(this.kgb_DetailTableMsg);
  445. this.Controls.Add(this.kgb_MainTableMsg);
  446. this.Name = "frmChildAddWmsOutPutDown";
  447. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  448. this.Text = "新增下架单";
  449. this.Load += new System.EventHandler(this.frmChildAddWmsOutPutDown_Load);
  450. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg.Panel)).EndInit();
  451. this.kgb_MainTableMsg.Panel.ResumeLayout(false);
  452. this.kgb_MainTableMsg.Panel.PerformLayout();
  453. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg)).EndInit();
  454. this.kgb_MainTableMsg.ResumeLayout(false);
  455. ((System.ComponentModel.ISupportInitialize)(this.kcmb_PutDownType)).EndInit();
  456. this.tableLayoutPanel1.ResumeLayout(false);
  457. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg.Panel)).EndInit();
  458. this.kgb_DetailTableMsg.Panel.ResumeLayout(false);
  459. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg)).EndInit();
  460. this.kgb_DetailTableMsg.ResumeLayout(false);
  461. ((System.ComponentModel.ISupportInitialize)(this.kdgv_PutDownDtlData)).EndInit();
  462. this.ResumeLayout(false);
  463. }
  464. #endregion
  465. private ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading kryptonContextMenuHeading1;
  466. private ComponentFactory.Krypton.Toolkit.KryptonButton btnCancel;
  467. private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem1;
  468. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kgb_MainTableMsg;
  469. private Client.FrmCustom.DataGridViewOfComoBoxCustom cmb_CusPalletNo;
  470. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown knud_PutDownPriority;
  471. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox ktb_Describe;
  472. private ComponentFactory.Krypton.Toolkit.KryptonComboBox kcmb_PutDownType;
  473. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  474. private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm;
  475. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  476. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  477. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  478. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
  479. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
  480. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_SbinNo;
  481. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kgb_DetailTableMsg;
  482. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_PutDownDtlData;
  483. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column1;
  484. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column2;
  485. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column3;
  486. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column4;
  487. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column5;
  488. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column6;
  489. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column7;
  490. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column8;
  491. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column9;
  492. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column10;
  493. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column11;
  494. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn Column12;
  495. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn Column13;
  496. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column14;
  497. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column15;
  498. private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
  499. private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
  500. private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
  501. }
  502. }