锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

455 lines
24 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormPhysicalAdd
  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(FormMOBeginningAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.txtItemName = new DevExpress.XtraEditors.TextEdit();
  32. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  33. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  34. this.save = new DevExpress.XtraEditors.SimpleButton();
  35. this.can = new DevExpress.XtraEditors.SimpleButton();
  36. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  37. this.txtItemStd = new DevExpress.XtraEditors.LookUpEdit();
  38. this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
  39. this.txtBatchCode = new DevExpress.XtraEditors.TextEdit();
  40. this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
  41. this.txtFree4 = new DevExpress.XtraEditors.TextEdit();
  42. this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
  43. this.txtFree3 = new DevExpress.XtraEditors.TextEdit();
  44. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  45. this.txtFree2 = new DevExpress.XtraEditors.TextEdit();
  46. this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
  47. this.txtFree1 = new DevExpress.XtraEditors.TextEdit();
  48. this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
  49. this.txtBatchQty = new DevExpress.XtraEditors.TextEdit();
  50. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  51. this.txtERPqty = new DevExpress.XtraEditors.TextEdit();
  52. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  53. this.txtUnits = new DevExpress.XtraEditors.TextEdit();
  54. this.txtItemCode = new DevExpress.XtraEditors.TextEdit();
  55. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  56. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  57. this.txtChange = new DevExpress.XtraEditors.TextEdit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  60. this.panelControl1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtItemStd.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.txtBatchCode.Properties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.txtFree4.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.txtFree3.Properties)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.txtFree2.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.txtFree1.Properties)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.txtBatchQty.Properties)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtERPqty.Properties)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.txtUnits.Properties)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txtChange.Properties)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // btnClose
  75. //
  76. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  77. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  78. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  79. this.btnClose.Appearance.Options.UseFont = true;
  80. this.btnClose.Appearance.Options.UseForeColor = true;
  81. this.btnClose.Appearance.Options.UseTextOptions = true;
  82. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  83. //this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  84. this.btnClose.Location = new System.Drawing.Point(325, 1);
  85. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  86. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  87. this.btnClose.Name = "btnClose";
  88. this.btnClose.Size = new System.Drawing.Size(26, 23);
  89. this.btnClose.TabIndex = 5;
  90. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  91. //
  92. // lblTitle
  93. //
  94. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  95. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  96. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  97. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  98. this.lblTitle.Name = "lblTitle";
  99. this.lblTitle.Size = new System.Drawing.Size(100, 23);
  100. this.lblTitle.TabIndex = 6;
  101. this.lblTitle.Text = " 期初批次录入";
  102. //
  103. // txtItemName
  104. //
  105. this.txtItemName.EnterMoveNextControl = true;
  106. this.txtItemName.Location = new System.Drawing.Point(89, 16);
  107. this.txtItemName.Name = "txtItemName";
  108. this.txtItemName.Properties.Leave += new System.EventHandler(this.txtItemName_Properties_Leave);
  109. this.txtItemName.Size = new System.Drawing.Size(231, 20);
  110. this.txtItemName.TabIndex = 2;
  111. //
  112. // labelControl2
  113. //
  114. this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Blue;
  115. this.labelControl2.Location = new System.Drawing.Point(30, 19);
  116. this.labelControl2.Name = "labelControl2";
  117. this.labelControl2.Size = new System.Drawing.Size(48, 14);
  118. this.labelControl2.TabIndex = 0;
  119. this.labelControl2.Text = "存货名称";
  120. //
  121. // labelControl1
  122. //
  123. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Blue;
  124. this.labelControl1.Location = new System.Drawing.Point(30, 178);
  125. this.labelControl1.Name = "labelControl1";
  126. this.labelControl1.Size = new System.Drawing.Size(48, 14);
  127. this.labelControl1.TabIndex = 0;
  128. this.labelControl1.Text = "存货编码";
  129. //
  130. // save
  131. //
  132. this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  133. this.save.Location = new System.Drawing.Point(98, 364);
  134. this.save.Name = "save";
  135. this.save.Size = new System.Drawing.Size(68, 23);
  136. this.save.TabIndex = 30;
  137. this.save.Text = "保存";
  138. this.save.Click += new System.EventHandler(this.save_Click);
  139. //
  140. // can
  141. //
  142. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  143. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  144. this.can.Location = new System.Drawing.Point(198, 364);
  145. this.can.Name = "can";
  146. this.can.Size = new System.Drawing.Size(68, 23);
  147. this.can.TabIndex = 31;
  148. this.can.Text = "取消";
  149. this.can.Click += new System.EventHandler(this.btnClose_Click);
  150. //
  151. // panelControl1
  152. //
  153. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  154. | System.Windows.Forms.AnchorStyles.Left)
  155. | System.Windows.Forms.AnchorStyles.Right)));
  156. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  157. this.panelControl1.Appearance.Options.UseBackColor = true;
  158. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  159. this.panelControl1.Controls.Add(this.txtItemStd);
  160. this.panelControl1.Controls.Add(this.labelControl11);
  161. this.panelControl1.Controls.Add(this.txtBatchCode);
  162. this.panelControl1.Controls.Add(this.labelControl10);
  163. this.panelControl1.Controls.Add(this.txtFree4);
  164. this.panelControl1.Controls.Add(this.labelControl12);
  165. this.panelControl1.Controls.Add(this.txtFree3);
  166. this.panelControl1.Controls.Add(this.labelControl6);
  167. this.panelControl1.Controls.Add(this.txtFree2);
  168. this.panelControl1.Controls.Add(this.labelControl9);
  169. this.panelControl1.Controls.Add(this.txtFree1);
  170. this.panelControl1.Controls.Add(this.labelControl8);
  171. this.panelControl1.Controls.Add(this.txtBatchQty);
  172. this.panelControl1.Controls.Add(this.labelControl5);
  173. this.panelControl1.Controls.Add(this.txtERPqty);
  174. this.panelControl1.Controls.Add(this.labelControl3);
  175. this.panelControl1.Controls.Add(this.txtUnits);
  176. this.panelControl1.Controls.Add(this.txtItemCode);
  177. this.panelControl1.Controls.Add(this.labelControl7);
  178. this.panelControl1.Controls.Add(this.labelControl4);
  179. this.panelControl1.Controls.Add(this.txtChange);
  180. this.panelControl1.Controls.Add(this.can);
  181. this.panelControl1.Controls.Add(this.save);
  182. this.panelControl1.Controls.Add(this.labelControl1);
  183. this.panelControl1.Controls.Add(this.labelControl2);
  184. this.panelControl1.Controls.Add(this.txtItemName);
  185. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  186. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  187. this.panelControl1.Name = "panelControl1";
  188. this.panelControl1.Size = new System.Drawing.Size(350, 414);
  189. this.panelControl1.TabIndex = 23;
  190. //
  191. // txtItemStd
  192. //
  193. this.txtItemStd.Location = new System.Drawing.Point(89, 43);
  194. this.txtItemStd.Name = "txtItemStd";
  195. this.txtItemStd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  196. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  197. this.txtItemStd.Size = new System.Drawing.Size(231, 20);
  198. this.txtItemStd.TabIndex = 79;
  199. this.txtItemStd.EditValueChanged += new System.EventHandler(this.txtItemStd_EditValueChanged);
  200. //
  201. // labelControl11
  202. //
  203. this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Blue;
  204. this.labelControl11.Location = new System.Drawing.Point(54, 284);
  205. this.labelControl11.Name = "labelControl11";
  206. this.labelControl11.Size = new System.Drawing.Size(24, 14);
  207. this.labelControl11.TabIndex = 78;
  208. this.labelControl11.Text = "批次";
  209. //
  210. // txtBatchCode
  211. //
  212. this.txtBatchCode.EditValue = "";
  213. this.txtBatchCode.EnterMoveNextControl = true;
  214. this.txtBatchCode.Location = new System.Drawing.Point(89, 281);
  215. this.txtBatchCode.Name = "txtBatchCode";
  216. this.txtBatchCode.Properties.Mask.EditMask = "\\d{0,15}";
  217. this.txtBatchCode.Size = new System.Drawing.Size(231, 20);
  218. this.txtBatchCode.TabIndex = 77;
  219. //
  220. // labelControl10
  221. //
  222. this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Blue;
  223. this.labelControl10.Location = new System.Drawing.Point(30, 152);
  224. this.labelControl10.Name = "labelControl10";
  225. this.labelControl10.Size = new System.Drawing.Size(48, 14);
  226. this.labelControl10.TabIndex = 75;
  227. this.labelControl10.Text = "不良原因";
  228. //
  229. // txtFree4
  230. //
  231. this.txtFree4.EnterMoveNextControl = true;
  232. this.txtFree4.Location = new System.Drawing.Point(89, 149);
  233. this.txtFree4.Name = "txtFree4";
  234. this.txtFree4.Properties.ReadOnly = true;
  235. this.txtFree4.Size = new System.Drawing.Size(231, 20);
  236. this.txtFree4.TabIndex = 76;
  237. //
  238. // labelControl12
  239. //
  240. this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Blue;
  241. this.labelControl12.Location = new System.Drawing.Point(54, 125);
  242. this.labelControl12.Name = "labelControl12";
  243. this.labelControl12.Size = new System.Drawing.Size(24, 14);
  244. this.labelControl12.TabIndex = 73;
  245. this.labelControl12.Text = "定制";
  246. //
  247. // txtFree3
  248. //
  249. this.txtFree3.EnterMoveNextControl = true;
  250. this.txtFree3.Location = new System.Drawing.Point(89, 122);
  251. this.txtFree3.Name = "txtFree3";
  252. this.txtFree3.Properties.ReadOnly = true;
  253. this.txtFree3.Size = new System.Drawing.Size(231, 20);
  254. this.txtFree3.TabIndex = 74;
  255. //
  256. // labelControl6
  257. //
  258. this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Blue;
  259. this.labelControl6.Location = new System.Drawing.Point(54, 99);
  260. this.labelControl6.Name = "labelControl6";
  261. this.labelControl6.Size = new System.Drawing.Size(24, 14);
  262. this.labelControl6.TabIndex = 71;
  263. this.labelControl6.Text = "下膜";
  264. //
  265. // txtFree2
  266. //
  267. this.txtFree2.EnterMoveNextControl = true;
  268. this.txtFree2.Location = new System.Drawing.Point(89, 96);
  269. this.txtFree2.Name = "txtFree2";
  270. this.txtFree2.Properties.ReadOnly = true;
  271. this.txtFree2.Size = new System.Drawing.Size(231, 20);
  272. this.txtFree2.TabIndex = 72;
  273. //
  274. // labelControl9
  275. //
  276. this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Blue;
  277. this.labelControl9.Location = new System.Drawing.Point(54, 72);
  278. this.labelControl9.Name = "labelControl9";
  279. this.labelControl9.Size = new System.Drawing.Size(24, 14);
  280. this.labelControl9.TabIndex = 69;
  281. this.labelControl9.Text = "上膜";
  282. //
  283. // txtFree1
  284. //
  285. this.txtFree1.EnterMoveNextControl = true;
  286. this.txtFree1.Location = new System.Drawing.Point(89, 69);
  287. this.txtFree1.Name = "txtFree1";
  288. this.txtFree1.Properties.ReadOnly = true;
  289. this.txtFree1.Size = new System.Drawing.Size(231, 20);
  290. this.txtFree1.TabIndex = 70;
  291. //
  292. // labelControl8
  293. //
  294. this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Blue;
  295. this.labelControl8.Location = new System.Drawing.Point(30, 310);
  296. this.labelControl8.Name = "labelControl8";
  297. this.labelControl8.Size = new System.Drawing.Size(48, 14);
  298. this.labelControl8.TabIndex = 68;
  299. this.labelControl8.Text = "批次数量";
  300. //
  301. // txtBatchQty
  302. //
  303. this.txtBatchQty.EditValue = "";
  304. this.txtBatchQty.EnterMoveNextControl = true;
  305. this.txtBatchQty.Location = new System.Drawing.Point(89, 307);
  306. this.txtBatchQty.Name = "txtBatchQty";
  307. this.txtBatchQty.Properties.Mask.EditMask = "\\d{0,15}";
  308. this.txtBatchQty.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
  309. this.txtBatchQty.Size = new System.Drawing.Size(231, 20);
  310. this.txtBatchQty.TabIndex = 67;
  311. //
  312. // labelControl5
  313. //
  314. this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Blue;
  315. this.labelControl5.Location = new System.Drawing.Point(21, 205);
  316. this.labelControl5.Name = "labelControl5";
  317. this.labelControl5.Size = new System.Drawing.Size(57, 14);
  318. this.labelControl5.TabIndex = 66;
  319. this.labelControl5.Text = "ERP现存量";
  320. //
  321. // txtERPqty
  322. //
  323. this.txtERPqty.EditValue = "";
  324. this.txtERPqty.EnterMoveNextControl = true;
  325. this.txtERPqty.Location = new System.Drawing.Point(89, 202);
  326. this.txtERPqty.Name = "txtERPqty";
  327. this.txtERPqty.Properties.Mask.EditMask = "f2";
  328. this.txtERPqty.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  329. this.txtERPqty.Properties.ReadOnly = true;
  330. this.txtERPqty.Size = new System.Drawing.Size(231, 20);
  331. this.txtERPqty.TabIndex = 65;
  332. //
  333. // labelControl3
  334. //
  335. this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Blue;
  336. this.labelControl3.Location = new System.Drawing.Point(18, 258);
  337. this.labelControl3.Name = "labelControl3";
  338. this.labelControl3.Size = new System.Drawing.Size(60, 14);
  339. this.labelControl3.TabIndex = 64;
  340. this.labelControl3.Text = "辅计量单位";
  341. //
  342. // txtUnits
  343. //
  344. this.txtUnits.EnterMoveNextControl = true;
  345. this.txtUnits.Location = new System.Drawing.Point(89, 255);
  346. this.txtUnits.Name = "txtUnits";
  347. this.txtUnits.Properties.ReadOnly = true;
  348. this.txtUnits.Size = new System.Drawing.Size(231, 20);
  349. this.txtUnits.TabIndex = 63;
  350. //
  351. // txtItemCode
  352. //
  353. this.txtItemCode.EnterMoveNextControl = true;
  354. this.txtItemCode.Location = new System.Drawing.Point(89, 176);
  355. this.txtItemCode.Name = "txtItemCode";
  356. this.txtItemCode.Properties.ReadOnly = true;
  357. this.txtItemCode.Size = new System.Drawing.Size(231, 20);
  358. this.txtItemCode.TabIndex = 62;
  359. //
  360. // labelControl7
  361. //
  362. this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Blue;
  363. this.labelControl7.Location = new System.Drawing.Point(30, 46);
  364. this.labelControl7.Name = "labelControl7";
  365. this.labelControl7.Size = new System.Drawing.Size(48, 14);
  366. this.labelControl7.TabIndex = 44;
  367. this.labelControl7.Text = "规格型号";
  368. //
  369. // labelControl4
  370. //
  371. this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Blue;
  372. this.labelControl4.Location = new System.Drawing.Point(42, 232);
  373. this.labelControl4.Name = "labelControl4";
  374. this.labelControl4.Size = new System.Drawing.Size(36, 14);
  375. this.labelControl4.TabIndex = 41;
  376. this.labelControl4.Text = "转换率";
  377. //
  378. // txtChange
  379. //
  380. this.txtChange.EnterMoveNextControl = true;
  381. this.txtChange.Location = new System.Drawing.Point(89, 229);
  382. this.txtChange.Name = "txtChange";
  383. this.txtChange.Properties.ReadOnly = true;
  384. this.txtChange.Size = new System.Drawing.Size(231, 20);
  385. this.txtChange.TabIndex = 38;
  386. //
  387. // FormMOBeginningAdd
  388. //
  389. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  390. this.Appearance.Options.UseBackColor = true;
  391. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  392. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  393. this.ClientSize = new System.Drawing.Size(352, 468);
  394. this.Controls.Add(this.panelControl1);
  395. this.Controls.Add(this.lblTitle);
  396. this.Controls.Add(this.btnClose);
  397. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  398. this.Name = "FormMOBeginningAdd";
  399. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  400. this.Text = "FormContainerAddEdit";
  401. this.Load += new System.EventHandler(this.FormPurchasingAdd_Load);
  402. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
  403. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  404. this.panelControl1.ResumeLayout(false);
  405. this.panelControl1.PerformLayout();
  406. ((System.ComponentModel.ISupportInitialize)(this.txtItemStd.Properties)).EndInit();
  407. ((System.ComponentModel.ISupportInitialize)(this.txtBatchCode.Properties)).EndInit();
  408. ((System.ComponentModel.ISupportInitialize)(this.txtFree4.Properties)).EndInit();
  409. ((System.ComponentModel.ISupportInitialize)(this.txtFree3.Properties)).EndInit();
  410. ((System.ComponentModel.ISupportInitialize)(this.txtFree2.Properties)).EndInit();
  411. ((System.ComponentModel.ISupportInitialize)(this.txtFree1.Properties)).EndInit();
  412. ((System.ComponentModel.ISupportInitialize)(this.txtBatchQty.Properties)).EndInit();
  413. ((System.ComponentModel.ISupportInitialize)(this.txtERPqty.Properties)).EndInit();
  414. ((System.ComponentModel.ISupportInitialize)(this.txtUnits.Properties)).EndInit();
  415. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).EndInit();
  416. ((System.ComponentModel.ISupportInitialize)(this.txtChange.Properties)).EndInit();
  417. this.ResumeLayout(false);
  418. }
  419. #endregion
  420. private DevExpress.XtraEditors.SimpleButton btnClose;
  421. private DevExpress.XtraEditors.LabelControl lblTitle;
  422. private DevExpress.XtraEditors.TextEdit txtItemName;
  423. private DevExpress.XtraEditors.LabelControl labelControl2;
  424. private DevExpress.XtraEditors.LabelControl labelControl1;
  425. private DevExpress.XtraEditors.SimpleButton save;
  426. private DevExpress.XtraEditors.SimpleButton can;
  427. private DevExpress.XtraEditors.PanelControl panelControl1;
  428. private DevExpress.XtraEditors.LabelControl labelControl7;
  429. private DevExpress.XtraEditors.LabelControl labelControl4;
  430. private DevExpress.XtraEditors.TextEdit txtChange;
  431. private DevExpress.XtraEditors.TextEdit txtItemCode;
  432. private DevExpress.XtraEditors.LabelControl labelControl3;
  433. private DevExpress.XtraEditors.TextEdit txtUnits;
  434. private DevExpress.XtraEditors.LabelControl labelControl5;
  435. private DevExpress.XtraEditors.TextEdit txtERPqty;
  436. private DevExpress.XtraEditors.LabelControl labelControl8;
  437. private DevExpress.XtraEditors.TextEdit txtBatchQty;
  438. private DevExpress.XtraEditors.LabelControl labelControl11;
  439. private DevExpress.XtraEditors.TextEdit txtBatchCode;
  440. private DevExpress.XtraEditors.LabelControl labelControl10;
  441. private DevExpress.XtraEditors.TextEdit txtFree4;
  442. private DevExpress.XtraEditors.LabelControl labelControl12;
  443. private DevExpress.XtraEditors.TextEdit txtFree3;
  444. private DevExpress.XtraEditors.LabelControl labelControl6;
  445. private DevExpress.XtraEditors.TextEdit txtFree2;
  446. private DevExpress.XtraEditors.LabelControl labelControl9;
  447. private DevExpress.XtraEditors.TextEdit txtFree1;
  448. private DevExpress.XtraEditors.LookUpEdit txtItemStd;
  449. }
  450. }