F_PC_1002.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_1002
  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.txtBarcode = new Dongke.WinForm.Controls.TxtCode();
  29. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  30. this.lblLabel5 = new Dongke.WinForm.Controls.LblLabel();
  31. this.lblLabel4 = new Dongke.WinForm.Controls.LblLabel();
  32. this.dtpPDate = new Dongke.WinForm.Controls.DtpDate();
  33. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  34. this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
  35. this.dkUserInfo = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
  36. this.txtWeight = new Dongke.WinForm.Controls.TxtNumerical();
  37. this.txtCost = new Dongke.WinForm.Controls.TxtNumerical();
  38. this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
  39. this.txtStandardGroutingNum = new Dongke.WinForm.Controls.TxtNumerical();
  40. this.lblLabel7 = new Dongke.WinForm.Controls.LblLabel();
  41. this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
  42. this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
  43. this.btnSave = new Dongke.WinForm.Controls.BtnButton();
  44. this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
  45. this.ftcMouldType = new Dongke.WinForm.Controls.FtcFilterComboBox();
  46. this.ftcSuppliers = new Dongke.WinForm.Controls.FtcFilterComboBox();
  47. this.chkAutoPrint = new System.Windows.Forms.CheckBox();
  48. this.txtMCount = new Dongke.WinForm.Controls.TxtNumerical();
  49. this.lblMCount = new Dongke.WinForm.Controls.LblLabel();
  50. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  51. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.txtOutputCount = new Dongke.WinForm.Controls.TxtNumerical();
  53. this.lblOutputCount = new Dongke.WinForm.Controls.LblLabel();
  54. this.lblLabel9 = new Dongke.WinForm.Controls.LblLabel();
  55. this.txtStandardGroutingSum = new Dongke.WinForm.Controls.TxtNumerical();
  56. this.lblLabel10 = new Dongke.WinForm.Controls.LblLabel();
  57. this.CBMouldPlan = new Dongke.WinForm.Controls.FtcFilterComboBox();
  58. this.SuspendLayout();
  59. //
  60. // txtBarcode
  61. //
  62. this.txtBarcode.Location = new System.Drawing.Point(89, 12);
  63. this.txtBarcode.MaxLength = 50;
  64. this.txtBarcode.Name = "txtBarcode";
  65. this.txtBarcode.ReadOnly = true;
  66. this.txtBarcode.Size = new System.Drawing.Size(120, 21);
  67. this.txtBarcode.TabIndex = 2;
  68. //
  69. // lblLabel1
  70. //
  71. this.lblLabel1.Location = new System.Drawing.Point(30, 16);
  72. this.lblLabel1.MustInput = true;
  73. this.lblLabel1.Name = "lblLabel1";
  74. this.lblLabel1.Size = new System.Drawing.Size(53, 12);
  75. this.lblLabel1.TabIndex = 1;
  76. this.lblLabel1.Text = "模具条码";
  77. //
  78. // lblLabel5
  79. //
  80. this.lblLabel5.Location = new System.Drawing.Point(18, 69);
  81. this.lblLabel5.MustInput = true;
  82. this.lblLabel5.Name = "lblLabel5";
  83. this.lblLabel5.Size = new System.Drawing.Size(65, 12);
  84. this.lblLabel5.TabIndex = 9;
  85. this.lblLabel5.Text = "材料供应商";
  86. //
  87. // lblLabel4
  88. //
  89. this.lblLabel4.Location = new System.Drawing.Point(30, 43);
  90. this.lblLabel4.MustInput = true;
  91. this.lblLabel4.Name = "lblLabel4";
  92. this.lblLabel4.Size = new System.Drawing.Size(53, 12);
  93. this.lblLabel4.TabIndex = 5;
  94. this.lblLabel4.Text = "模具类型";
  95. //
  96. // dtpPDate
  97. //
  98. this.dtpPDate.AllowNull = false;
  99. this.dtpPDate.Location = new System.Drawing.Point(89, 91);
  100. this.dtpPDate.Name = "dtpPDate";
  101. this.dtpPDate.Size = new System.Drawing.Size(120, 21);
  102. this.dtpPDate.TabIndex = 14;
  103. this.dtpPDate.Value = new System.DateTime(2017, 12, 11, 0, 0, 0, 0);
  104. //
  105. // lblLabel2
  106. //
  107. this.lblLabel2.Location = new System.Drawing.Point(30, 95);
  108. this.lblLabel2.MustInput = true;
  109. this.lblLabel2.Name = "lblLabel2";
  110. this.lblLabel2.Size = new System.Drawing.Size(53, 12);
  111. this.lblLabel2.TabIndex = 13;
  112. this.lblLabel2.Text = "生产日期";
  113. //
  114. // lblLabel3
  115. //
  116. this.lblLabel3.Location = new System.Drawing.Point(239, 42);
  117. this.lblLabel3.MustInput = true;
  118. this.lblLabel3.Name = "lblLabel3";
  119. this.lblLabel3.Size = new System.Drawing.Size(53, 12);
  120. this.lblLabel3.TabIndex = 7;
  121. this.lblLabel3.Text = "重量(KG)";
  122. //
  123. // dkUserInfo
  124. //
  125. this.dkUserInfo.DataSource = null;
  126. this.dkUserInfo.Enabled = true;
  127. this.dkUserInfo.IsMustInput = true;
  128. this.dkUserInfo.IsWorker = false;
  129. this.dkUserInfo.Location = new System.Drawing.Point(30, 118);
  130. this.dkUserInfo.Name = "dkUserInfo";
  131. this.dkUserInfo.PurviewType = ((byte)(0));
  132. this.dkUserInfo.Size = new System.Drawing.Size(179, 21);
  133. this.dkUserInfo.TabIndex = 17;
  134. this.dkUserInfo.Title = "生产工号";
  135. this.dkUserInfo.TxtUserBackColor = System.Drawing.SystemColors.Control;
  136. this.dkUserInfo.UserCode = "";
  137. this.dkUserInfo.UserID = null;
  138. this.dkUserInfo.UserIDS = null;
  139. this.dkUserInfo.UserName = null;
  140. //
  141. // txtWeight
  142. //
  143. this.txtWeight.Location = new System.Drawing.Point(298, 38);
  144. this.txtWeight.MaxValue = new decimal(new int[] {
  145. 999999,
  146. 0,
  147. 0,
  148. 0});
  149. this.txtWeight.MinValue = new decimal(new int[] {
  150. 0,
  151. 0,
  152. 0,
  153. 0});
  154. this.txtWeight.Name = "txtWeight";
  155. this.txtWeight.Number = new System.Drawing.Point(5, 2);
  156. this.txtWeight.Size = new System.Drawing.Size(120, 21);
  157. this.txtWeight.TabIndex = 8;
  158. //
  159. // txtCost
  160. //
  161. this.txtCost.Location = new System.Drawing.Point(298, 64);
  162. this.txtCost.MaxValue = new decimal(new int[] {
  163. 999999,
  164. 0,
  165. 0,
  166. 0});
  167. this.txtCost.MinValue = new decimal(new int[] {
  168. 0,
  169. 0,
  170. 0,
  171. 0});
  172. this.txtCost.Name = "txtCost";
  173. this.txtCost.Number = new System.Drawing.Point(5, 2);
  174. this.txtCost.Size = new System.Drawing.Size(120, 21);
  175. this.txtCost.TabIndex = 12;
  176. //
  177. // lblLabel6
  178. //
  179. this.lblLabel6.Location = new System.Drawing.Point(239, 68);
  180. this.lblLabel6.MustInput = true;
  181. this.lblLabel6.Name = "lblLabel6";
  182. this.lblLabel6.Size = new System.Drawing.Size(53, 12);
  183. this.lblLabel6.TabIndex = 11;
  184. this.lblLabel6.Text = "成本(元)";
  185. //
  186. // txtStandardGroutingNum
  187. //
  188. this.txtStandardGroutingNum.Location = new System.Drawing.Point(298, 118);
  189. this.txtStandardGroutingNum.MaxValue = new decimal(new int[] {
  190. 999999,
  191. 0,
  192. 0,
  193. 0});
  194. this.txtStandardGroutingNum.MinValue = new decimal(new int[] {
  195. 0,
  196. 0,
  197. 0,
  198. 0});
  199. this.txtStandardGroutingNum.Name = "txtStandardGroutingNum";
  200. this.txtStandardGroutingNum.Number = new System.Drawing.Point(6, 0);
  201. this.txtStandardGroutingNum.Size = new System.Drawing.Size(120, 21);
  202. this.txtStandardGroutingNum.TabIndex = 19;
  203. this.txtStandardGroutingNum.TextChanged += new System.EventHandler(this.txtOutputCount_TextChanged);
  204. //
  205. // lblLabel7
  206. //
  207. this.lblLabel7.Location = new System.Drawing.Point(239, 122);
  208. this.lblLabel7.MustInput = true;
  209. this.lblLabel7.Name = "lblLabel7";
  210. this.lblLabel7.Size = new System.Drawing.Size(53, 12);
  211. this.lblLabel7.TabIndex = 18;
  212. this.lblLabel7.Text = "标准次数";
  213. //
  214. // txtRemarks
  215. //
  216. this.txtRemarks.Location = new System.Drawing.Point(89, 172);
  217. this.txtRemarks.MaxLength = 500;
  218. this.txtRemarks.Multiline = true;
  219. this.txtRemarks.Name = "txtRemarks";
  220. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  221. this.txtRemarks.Size = new System.Drawing.Size(329, 94);
  222. this.txtRemarks.TabIndex = 23;
  223. //
  224. // lblLabel8
  225. //
  226. this.lblLabel8.Location = new System.Drawing.Point(54, 172);
  227. this.lblLabel8.Name = "lblLabel8";
  228. this.lblLabel8.Size = new System.Drawing.Size(29, 12);
  229. this.lblLabel8.TabIndex = 22;
  230. this.lblLabel8.Text = "备注";
  231. //
  232. // btnSave
  233. //
  234. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  235. this.btnSave.Location = new System.Drawing.Point(243, 278);
  236. this.btnSave.Name = "btnSave";
  237. this.btnSave.Size = new System.Drawing.Size(85, 30);
  238. this.btnSave.TabIndex = 27;
  239. this.btnSave.Text = "保存(&S)";
  240. this.btnSave.UseVisualStyleBackColor = true;
  241. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  242. //
  243. // btnCancel
  244. //
  245. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  246. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  247. this.btnCancel.Location = new System.Drawing.Point(334, 278);
  248. this.btnCancel.Name = "btnCancel";
  249. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  250. this.btnCancel.TabIndex = 28;
  251. this.btnCancel.Text = "取消(&X)";
  252. this.btnCancel.UseVisualStyleBackColor = true;
  253. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  254. //
  255. // ftcMouldType
  256. //
  257. this.ftcMouldType.DisplayMember = "dictionaryvalue";
  258. this.ftcMouldType.FormattingEnabled = true;
  259. this.ftcMouldType.Location = new System.Drawing.Point(89, 39);
  260. this.ftcMouldType.Name = "ftcMouldType";
  261. this.ftcMouldType.Size = new System.Drawing.Size(120, 20);
  262. this.ftcMouldType.TabIndex = 6;
  263. this.ftcMouldType.ValueMember = "dictionaryid";
  264. this.ftcMouldType.SelectedIndexChanged += new System.EventHandler(this.ftcMouldType_SelectedIndexChanged);
  265. //
  266. // ftcSuppliers
  267. //
  268. this.ftcSuppliers.DisplayMember = "suppliername";
  269. this.ftcSuppliers.FormattingEnabled = true;
  270. this.ftcSuppliers.Location = new System.Drawing.Point(89, 65);
  271. this.ftcSuppliers.Name = "ftcSuppliers";
  272. this.ftcSuppliers.Size = new System.Drawing.Size(120, 20);
  273. this.ftcSuppliers.TabIndex = 10;
  274. this.ftcSuppliers.ValueMember = "supplierID";
  275. //
  276. // chkAutoPrint
  277. //
  278. this.chkAutoPrint.AutoSize = true;
  279. this.chkAutoPrint.Checked = true;
  280. this.chkAutoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
  281. this.chkAutoPrint.Location = new System.Drawing.Point(89, 299);
  282. this.chkAutoPrint.Name = "chkAutoPrint";
  283. this.chkAutoPrint.Size = new System.Drawing.Size(108, 16);
  284. this.chkAutoPrint.TabIndex = 26;
  285. this.chkAutoPrint.Text = "保存后直接打印";
  286. this.chkAutoPrint.UseVisualStyleBackColor = true;
  287. //
  288. // txtMCount
  289. //
  290. this.txtMCount.DataValue = new decimal(new int[] {
  291. 1,
  292. 0,
  293. 0,
  294. 0});
  295. this.txtMCount.Location = new System.Drawing.Point(89, 272);
  296. this.txtMCount.MaxValue = new decimal(new int[] {
  297. 500,
  298. 0,
  299. 0,
  300. 0});
  301. this.txtMCount.MinValue = new decimal(new int[] {
  302. 1,
  303. 0,
  304. 0,
  305. 0});
  306. this.txtMCount.Name = "txtMCount";
  307. this.txtMCount.Size = new System.Drawing.Size(120, 21);
  308. this.txtMCount.TabIndex = 25;
  309. //
  310. // lblMCount
  311. //
  312. this.lblMCount.Location = new System.Drawing.Point(30, 275);
  313. this.lblMCount.MustInput = true;
  314. this.lblMCount.Name = "lblMCount";
  315. this.lblMCount.Size = new System.Drawing.Size(53, 12);
  316. this.lblMCount.TabIndex = 24;
  317. this.lblMCount.Text = "模具个数";
  318. //
  319. // scbGoods
  320. //
  321. this.scbGoods.CheckedData = null;
  322. this.scbGoods.DisplayMember = "GoodsCode";
  323. this.scbGoods.Location = new System.Drawing.Point(298, 11);
  324. this.scbGoods.Name = "scbGoods";
  325. this.scbGoods.Size = new System.Drawing.Size(120, 21);
  326. this.scbGoods.TabIndex = 4;
  327. this.scbGoods.SearchedItemChanged += new System.EventHandler(this.scbGoods_SearchedItemChanged);
  328. //
  329. // lblGoods
  330. //
  331. this.lblGoods.AutoSize = true;
  332. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  333. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.lblGoods.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  335. this.lblGoods.IsMustInput = true;
  336. this.lblGoods.Location = new System.Drawing.Point(239, 15);
  337. this.lblGoods.Name = "lblGoods";
  338. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  339. this.lblGoods.TabIndex = 3;
  340. this.lblGoods.Text = "产品编码";
  341. //
  342. // txtOutputCount
  343. //
  344. this.txtOutputCount.Location = new System.Drawing.Point(298, 91);
  345. this.txtOutputCount.MaxValue = new decimal(new int[] {
  346. 999,
  347. 0,
  348. 0,
  349. 0});
  350. this.txtOutputCount.MinValue = new decimal(new int[] {
  351. 0,
  352. 0,
  353. 0,
  354. 0});
  355. this.txtOutputCount.Name = "txtOutputCount";
  356. this.txtOutputCount.Number = new System.Drawing.Point(3, 0);
  357. this.txtOutputCount.Size = new System.Drawing.Size(120, 21);
  358. this.txtOutputCount.TabIndex = 16;
  359. this.txtOutputCount.TextChanged += new System.EventHandler(this.txtOutputCount_TextChanged);
  360. //
  361. // lblOutputCount
  362. //
  363. this.lblOutputCount.Location = new System.Drawing.Point(239, 95);
  364. this.lblOutputCount.MustInput = true;
  365. this.lblOutputCount.Name = "lblOutputCount";
  366. this.lblOutputCount.Size = new System.Drawing.Size(53, 12);
  367. this.lblOutputCount.TabIndex = 15;
  368. this.lblOutputCount.Text = "产出数量";
  369. //
  370. // lblLabel9
  371. //
  372. this.lblLabel9.Location = new System.Drawing.Point(239, 149);
  373. this.lblLabel9.Name = "lblLabel9";
  374. this.lblLabel9.Size = new System.Drawing.Size(53, 12);
  375. this.lblLabel9.TabIndex = 20;
  376. this.lblLabel9.Text = "标准总数";
  377. //
  378. // txtStandardGroutingSum
  379. //
  380. this.txtStandardGroutingSum.Location = new System.Drawing.Point(298, 145);
  381. this.txtStandardGroutingSum.MaxValue = new decimal(new int[] {
  382. 999999,
  383. 0,
  384. 0,
  385. 0});
  386. this.txtStandardGroutingSum.MinValue = new decimal(new int[] {
  387. 0,
  388. 0,
  389. 0,
  390. 0});
  391. this.txtStandardGroutingSum.Name = "txtStandardGroutingSum";
  392. this.txtStandardGroutingSum.Number = new System.Drawing.Point(6, 0);
  393. this.txtStandardGroutingSum.ReadOnly = true;
  394. this.txtStandardGroutingSum.Size = new System.Drawing.Size(120, 21);
  395. this.txtStandardGroutingSum.TabIndex = 21;
  396. //
  397. // lblLabel10
  398. //
  399. this.lblLabel10.Location = new System.Drawing.Point(28, 149);
  400. this.lblLabel10.Name = "lblLabel10";
  401. this.lblLabel10.Size = new System.Drawing.Size(53, 12);
  402. this.lblLabel10.TabIndex = 29;
  403. this.lblLabel10.Text = "生产计划";
  404. //
  405. // CBMouldPlan
  406. //
  407. this.CBMouldPlan.DisplayMember = "plan_code";
  408. this.CBMouldPlan.FormattingEnabled = true;
  409. this.CBMouldPlan.Location = new System.Drawing.Point(89, 145);
  410. this.CBMouldPlan.Name = "CBMouldPlan";
  411. this.CBMouldPlan.Size = new System.Drawing.Size(120, 20);
  412. this.CBMouldPlan.TabIndex = 33;
  413. this.CBMouldPlan.ValueMember = "plan_id";
  414. //
  415. // F_PC_1002
  416. //
  417. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  418. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  419. this.CancelButton = this.btnCancel;
  420. this.ClientSize = new System.Drawing.Size(431, 333);
  421. this.Controls.Add(this.CBMouldPlan);
  422. this.Controls.Add(this.lblLabel10);
  423. this.Controls.Add(this.txtOutputCount);
  424. this.Controls.Add(this.lblOutputCount);
  425. this.Controls.Add(this.scbGoods);
  426. this.Controls.Add(this.lblGoods);
  427. this.Controls.Add(this.txtMCount);
  428. this.Controls.Add(this.lblMCount);
  429. this.Controls.Add(this.chkAutoPrint);
  430. this.Controls.Add(this.ftcSuppliers);
  431. this.Controls.Add(this.ftcMouldType);
  432. this.Controls.Add(this.btnCancel);
  433. this.Controls.Add(this.btnSave);
  434. this.Controls.Add(this.txtRemarks);
  435. this.Controls.Add(this.txtStandardGroutingSum);
  436. this.Controls.Add(this.lblLabel9);
  437. this.Controls.Add(this.txtStandardGroutingNum);
  438. this.Controls.Add(this.lblLabel7);
  439. this.Controls.Add(this.txtCost);
  440. this.Controls.Add(this.lblLabel8);
  441. this.Controls.Add(this.lblLabel6);
  442. this.Controls.Add(this.txtWeight);
  443. this.Controls.Add(this.dkUserInfo);
  444. this.Controls.Add(this.dtpPDate);
  445. this.Controls.Add(this.lblLabel5);
  446. this.Controls.Add(this.lblLabel3);
  447. this.Controls.Add(this.lblLabel2);
  448. this.Controls.Add(this.lblLabel4);
  449. this.Controls.Add(this.lblLabel1);
  450. this.Controls.Add(this.txtBarcode);
  451. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  452. this.IsSaveFormSize = false;
  453. this.MaximizeBox = false;
  454. this.Name = "F_PC_1002";
  455. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  456. this.StatusSizingGrip = false;
  457. this.Text = "模具档案";
  458. this.Load += new System.EventHandler(this.F_PC_1002_Load);
  459. this.Controls.SetChildIndex(this.txtBarcode, 0);
  460. this.Controls.SetChildIndex(this.lblLabel1, 0);
  461. this.Controls.SetChildIndex(this.lblLabel4, 0);
  462. this.Controls.SetChildIndex(this.lblLabel2, 0);
  463. this.Controls.SetChildIndex(this.lblLabel3, 0);
  464. this.Controls.SetChildIndex(this.lblLabel5, 0);
  465. this.Controls.SetChildIndex(this.dtpPDate, 0);
  466. this.Controls.SetChildIndex(this.dkUserInfo, 0);
  467. this.Controls.SetChildIndex(this.txtWeight, 0);
  468. this.Controls.SetChildIndex(this.lblLabel6, 0);
  469. this.Controls.SetChildIndex(this.lblLabel8, 0);
  470. this.Controls.SetChildIndex(this.txtCost, 0);
  471. this.Controls.SetChildIndex(this.lblLabel7, 0);
  472. this.Controls.SetChildIndex(this.txtStandardGroutingNum, 0);
  473. this.Controls.SetChildIndex(this.lblLabel9, 0);
  474. this.Controls.SetChildIndex(this.txtStandardGroutingSum, 0);
  475. this.Controls.SetChildIndex(this.txtRemarks, 0);
  476. this.Controls.SetChildIndex(this.btnSave, 0);
  477. this.Controls.SetChildIndex(this.btnCancel, 0);
  478. this.Controls.SetChildIndex(this.ftcMouldType, 0);
  479. this.Controls.SetChildIndex(this.ftcSuppliers, 0);
  480. this.Controls.SetChildIndex(this.chkAutoPrint, 0);
  481. this.Controls.SetChildIndex(this.lblMCount, 0);
  482. this.Controls.SetChildIndex(this.txtMCount, 0);
  483. this.Controls.SetChildIndex(this.lblGoods, 0);
  484. this.Controls.SetChildIndex(this.scbGoods, 0);
  485. this.Controls.SetChildIndex(this.lblOutputCount, 0);
  486. this.Controls.SetChildIndex(this.txtOutputCount, 0);
  487. this.Controls.SetChildIndex(this.lblLabel10, 0);
  488. this.Controls.SetChildIndex(this.CBMouldPlan, 0);
  489. this.ResumeLayout(false);
  490. this.PerformLayout();
  491. }
  492. #endregion
  493. private WinForm.Controls.TxtCode txtBarcode;
  494. private WinForm.Controls.LblLabel lblLabel1;
  495. private WinForm.Controls.LblLabel lblLabel5;
  496. private WinForm.Controls.LblLabel lblLabel4;
  497. private WinForm.Controls.DtpDate dtpPDate;
  498. private WinForm.Controls.LblLabel lblLabel2;
  499. private WinForm.Controls.LblLabel lblLabel3;
  500. private Controls.SearchTextBox.dkUserInfoSearchBox dkUserInfo;
  501. private WinForm.Controls.TxtNumerical txtWeight;
  502. private WinForm.Controls.TxtNumerical txtCost;
  503. private WinForm.Controls.LblLabel lblLabel6;
  504. private WinForm.Controls.TxtNumerical txtStandardGroutingNum;
  505. private WinForm.Controls.LblLabel lblLabel7;
  506. private WinForm.Controls.TxtTextBox txtRemarks;
  507. private WinForm.Controls.LblLabel lblLabel8;
  508. private WinForm.Controls.BtnButton btnSave;
  509. private WinForm.Controls.BtnButton btnCancel;
  510. private WinForm.Controls.FtcFilterComboBox ftcMouldType;
  511. private WinForm.Controls.FtcFilterComboBox ftcSuppliers;
  512. private System.Windows.Forms.CheckBox chkAutoPrint;
  513. private WinForm.Controls.TxtNumerical txtMCount;
  514. private WinForm.Controls.LblLabel lblMCount;
  515. private Controls.SearchBox.ScbGoods scbGoods;
  516. private Basics.BaseControls.C_Label lblGoods;
  517. private WinForm.Controls.TxtNumerical txtOutputCount;
  518. private WinForm.Controls.LblLabel lblOutputCount;
  519. private WinForm.Controls.LblLabel lblLabel9;
  520. private WinForm.Controls.TxtNumerical txtStandardGroutingSum;
  521. private WinForm.Controls.LblLabel lblLabel10;
  522. private WinForm.Controls.FtcFilterComboBox CBMouldPlan;
  523. }
  524. }