锐腾搅拌上料功能
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.

484 lines
27 KiB

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