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

782 lines
40 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSINVENTORYAdd
  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(FormICSINVENTORYAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  32. this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
  33. this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
  34. this.save = new DevExpress.XtraEditors.SimpleButton();
  35. this.can = new DevExpress.XtraEditors.SimpleButton();
  36. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  37. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  38. this.txtVENDORCODE = new DevExpress.XtraEditors.ButtonEdit();
  39. this.txtINVTYPE = new System.Windows.Forms.ComboBox();
  40. this.txtINVCLASS = new DevExpress.XtraEditors.ButtonEdit();
  41. this.label30 = new System.Windows.Forms.Label();
  42. this.txtCHKITEMOP = new DevExpress.XtraEditors.TextEdit();
  43. this.txtINVCARTONQTY = new DevExpress.XtraEditors.TextEdit();
  44. this.label28 = new System.Windows.Forms.Label();
  45. this.label23 = new System.Windows.Forms.Label();
  46. this.txtINVShelfLife = new DevExpress.XtraEditors.TextEdit();
  47. this.txtNeedVendor = new System.Windows.Forms.ComboBox();
  48. this.label22 = new System.Windows.Forms.Label();
  49. this.label21 = new System.Windows.Forms.Label();
  50. this.txtSNLENGTH = new DevExpress.XtraEditors.TextEdit();
  51. this.txtINVCHECKTYPE = new System.Windows.Forms.ComboBox();
  52. this.txtCHECKSTATUS = new System.Windows.Forms.ComboBox();
  53. this.txtINVPARSETYPE = new System.Windows.Forms.ComboBox();
  54. this.txtINVCONTROLTYPE = new System.Windows.Forms.ComboBox();
  55. this.txtINVGROUPDESC = new DevExpress.XtraEditors.TextEdit();
  56. this.txtINVGROUP = new DevExpress.XtraEditors.TextEdit();
  57. this.txtINVMODELCODE = new DevExpress.XtraEditors.TextEdit();
  58. this.txtINVVOLUME = new DevExpress.XtraEditors.TextEdit();
  59. this.txtINVMACHINETYPE = new DevExpress.XtraEditors.TextEdit();
  60. this.txtINVUOM = new DevExpress.XtraEditors.TextEdit();
  61. this.txtINVDESC = new DevExpress.XtraEditors.TextEdit();
  62. this.txtINVNAME = new DevExpress.XtraEditors.TextEdit();
  63. this.txtINVCODE = new DevExpress.XtraEditors.TextEdit();
  64. this.label19 = new System.Windows.Forms.Label();
  65. this.label18 = new System.Windows.Forms.Label();
  66. this.label17 = new System.Windows.Forms.Label();
  67. this.label16 = new System.Windows.Forms.Label();
  68. this.label15 = new System.Windows.Forms.Label();
  69. this.label14 = new System.Windows.Forms.Label();
  70. this.label13 = new System.Windows.Forms.Label();
  71. this.label12 = new System.Windows.Forms.Label();
  72. this.label9 = new System.Windows.Forms.Label();
  73. this.label8 = new System.Windows.Forms.Label();
  74. this.label7 = new System.Windows.Forms.Label();
  75. this.label6 = new System.Windows.Forms.Label();
  76. this.label5 = new System.Windows.Forms.Label();
  77. this.label4 = new System.Windows.Forms.Label();
  78. this.label3 = new System.Windows.Forms.Label();
  79. this.label2 = new System.Windows.Forms.Label();
  80. this.label1 = new System.Windows.Forms.Label();
  81. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  82. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  83. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  86. this.panelControl1.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.txtVENDORCODE.Properties)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.txtINVCLASS.Properties)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.txtCHKITEMOP.Properties)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.txtINVCARTONQTY.Properties)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.txtINVShelfLife.Properties)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.txtSNLENGTH.Properties)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.txtINVGROUPDESC.Properties)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.txtINVGROUP.Properties)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.txtINVMODELCODE.Properties)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.txtINVVOLUME.Properties)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.txtINVMACHINETYPE.Properties)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.txtINVUOM.Properties)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.txtINVDESC.Properties)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.txtINVNAME.Properties)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.txtINVCODE.Properties)).BeginInit();
  102. this.SuspendLayout();
  103. //
  104. // btnClose
  105. //
  106. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  107. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  108. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  109. this.btnClose.Appearance.Options.UseFont = true;
  110. this.btnClose.Appearance.Options.UseForeColor = true;
  111. this.btnClose.Appearance.Options.UseTextOptions = true;
  112. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  113. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  114. this.btnClose.Location = new System.Drawing.Point(773, 1);
  115. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  116. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  117. this.btnClose.Name = "btnClose";
  118. this.btnClose.Size = new System.Drawing.Size(26, 23);
  119. this.btnClose.TabIndex = 5;
  120. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  121. //
  122. // lblTitle
  123. //
  124. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  125. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  126. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  127. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  128. this.lblTitle.Name = "lblTitle";
  129. this.lblTitle.Size = new System.Drawing.Size(110, 23);
  130. this.lblTitle.TabIndex = 6;
  131. this.lblTitle.Text = "新增";
  132. //
  133. // txtMUSERName
  134. //
  135. this.txtMUSERName.EnterMoveNextControl = true;
  136. this.txtMUSERName.Location = new System.Drawing.Point(367, 296);
  137. this.txtMUSERName.Name = "txtMUSERName";
  138. this.txtMUSERName.Properties.ReadOnly = true;
  139. this.txtMUSERName.Size = new System.Drawing.Size(126, 20);
  140. this.txtMUSERName.TabIndex = 18;
  141. //
  142. // labelControl12
  143. //
  144. this.labelControl12.Location = new System.Drawing.Point(43, 302);
  145. this.labelControl12.Name = "labelControl12";
  146. this.labelControl12.Size = new System.Drawing.Size(60, 14);
  147. this.labelControl12.TabIndex = 22;
  148. this.labelControl12.Text = "维护时间:";
  149. //
  150. // labelControl13
  151. //
  152. this.labelControl13.Location = new System.Drawing.Point(292, 302);
  153. this.labelControl13.Name = "labelControl13";
  154. this.labelControl13.Size = new System.Drawing.Size(48, 14);
  155. this.labelControl13.TabIndex = 23;
  156. this.labelControl13.Text = "维护人:";
  157. //
  158. // save
  159. //
  160. this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  161. this.save.Location = new System.Drawing.Point(134, 306);
  162. this.save.Name = "save";
  163. this.save.Size = new System.Drawing.Size(68, 23);
  164. this.save.TabIndex = 30;
  165. this.save.Text = "保存";
  166. this.save.Click += new System.EventHandler(this.save_Click);
  167. //
  168. // can
  169. //
  170. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  171. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  172. this.can.Location = new System.Drawing.Point(208, 306);
  173. this.can.Name = "can";
  174. this.can.Size = new System.Drawing.Size(68, 23);
  175. this.can.TabIndex = 31;
  176. this.can.Text = "取消";
  177. this.can.Click += new System.EventHandler(this.btnClose_Click);
  178. //
  179. // txtMTIME
  180. //
  181. this.txtMTIME.EnterMoveNextControl = true;
  182. this.txtMTIME.Location = new System.Drawing.Point(112, 299);
  183. this.txtMTIME.Name = "txtMTIME";
  184. this.txtMTIME.Properties.ReadOnly = true;
  185. this.txtMTIME.Size = new System.Drawing.Size(126, 20);
  186. this.txtMTIME.TabIndex = 35;
  187. //
  188. // panelControl1
  189. //
  190. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  191. | System.Windows.Forms.AnchorStyles.Left)
  192. | System.Windows.Forms.AnchorStyles.Right)));
  193. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  194. this.panelControl1.Appearance.Options.UseBackColor = true;
  195. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  196. this.panelControl1.Controls.Add(this.txtVENDORCODE);
  197. this.panelControl1.Controls.Add(this.txtINVTYPE);
  198. this.panelControl1.Controls.Add(this.txtINVCLASS);
  199. this.panelControl1.Controls.Add(this.label30);
  200. this.panelControl1.Controls.Add(this.txtCHKITEMOP);
  201. this.panelControl1.Controls.Add(this.txtINVCARTONQTY);
  202. this.panelControl1.Controls.Add(this.label28);
  203. this.panelControl1.Controls.Add(this.label23);
  204. this.panelControl1.Controls.Add(this.txtINVShelfLife);
  205. this.panelControl1.Controls.Add(this.txtNeedVendor);
  206. this.panelControl1.Controls.Add(this.label22);
  207. this.panelControl1.Controls.Add(this.label21);
  208. this.panelControl1.Controls.Add(this.txtSNLENGTH);
  209. this.panelControl1.Controls.Add(this.txtINVCHECKTYPE);
  210. this.panelControl1.Controls.Add(this.txtCHECKSTATUS);
  211. this.panelControl1.Controls.Add(this.txtINVPARSETYPE);
  212. this.panelControl1.Controls.Add(this.txtINVCONTROLTYPE);
  213. this.panelControl1.Controls.Add(this.txtINVGROUPDESC);
  214. this.panelControl1.Controls.Add(this.txtINVGROUP);
  215. this.panelControl1.Controls.Add(this.txtINVMODELCODE);
  216. this.panelControl1.Controls.Add(this.txtINVVOLUME);
  217. this.panelControl1.Controls.Add(this.txtINVMACHINETYPE);
  218. this.panelControl1.Controls.Add(this.txtINVUOM);
  219. this.panelControl1.Controls.Add(this.txtINVDESC);
  220. this.panelControl1.Controls.Add(this.txtINVNAME);
  221. this.panelControl1.Controls.Add(this.txtINVCODE);
  222. this.panelControl1.Controls.Add(this.label19);
  223. this.panelControl1.Controls.Add(this.label18);
  224. this.panelControl1.Controls.Add(this.label17);
  225. this.panelControl1.Controls.Add(this.label16);
  226. this.panelControl1.Controls.Add(this.label15);
  227. this.panelControl1.Controls.Add(this.label14);
  228. this.panelControl1.Controls.Add(this.label13);
  229. this.panelControl1.Controls.Add(this.label12);
  230. this.panelControl1.Controls.Add(this.label9);
  231. this.panelControl1.Controls.Add(this.label8);
  232. this.panelControl1.Controls.Add(this.label7);
  233. this.panelControl1.Controls.Add(this.label6);
  234. this.panelControl1.Controls.Add(this.label5);
  235. this.panelControl1.Controls.Add(this.label4);
  236. this.panelControl1.Controls.Add(this.label3);
  237. this.panelControl1.Controls.Add(this.label2);
  238. this.panelControl1.Controls.Add(this.label1);
  239. this.panelControl1.Controls.Add(this.txtMTIME);
  240. this.panelControl1.Controls.Add(this.labelControl13);
  241. this.panelControl1.Controls.Add(this.labelControl12);
  242. this.panelControl1.Controls.Add(this.txtMUSERName);
  243. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  244. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  245. this.panelControl1.Name = "panelControl1";
  246. this.panelControl1.Size = new System.Drawing.Size(798, 337);
  247. this.panelControl1.TabIndex = 23;
  248. //
  249. // txtVENDORCODE
  250. //
  251. this.txtVENDORCODE.Location = new System.Drawing.Point(367, 222);
  252. this.txtVENDORCODE.Name = "txtVENDORCODE";
  253. this.txtVENDORCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  254. new DevExpress.XtraEditors.Controls.EditorButton()});
  255. this.txtVENDORCODE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  256. this.txtVENDORCODE.Size = new System.Drawing.Size(123, 20);
  257. this.txtVENDORCODE.TabIndex = 126;
  258. this.txtVENDORCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtVENDORCODE_ButtonClick);
  259. //
  260. // txtINVTYPE
  261. //
  262. this.txtINVTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  263. this.txtINVTYPE.FormattingEnabled = true;
  264. this.txtINVTYPE.Items.AddRange(new object[] {
  265. "物料",
  266. "半成品",
  267. "成品"});
  268. this.txtINVTYPE.Location = new System.Drawing.Point(364, 60);
  269. this.txtINVTYPE.Name = "txtINVTYPE";
  270. this.txtINVTYPE.Size = new System.Drawing.Size(126, 22);
  271. this.txtINVTYPE.TabIndex = 125;
  272. //
  273. // txtINVCLASS
  274. //
  275. this.txtINVCLASS.Location = new System.Drawing.Point(625, 62);
  276. this.txtINVCLASS.Name = "txtINVCLASS";
  277. this.txtINVCLASS.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  278. new DevExpress.XtraEditors.Controls.EditorButton()});
  279. this.txtINVCLASS.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  280. this.txtINVCLASS.Size = new System.Drawing.Size(123, 20);
  281. this.txtINVCLASS.TabIndex = 124;
  282. this.txtINVCLASS.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtINVCLASS_ButtonClick);
  283. //
  284. // label30
  285. //
  286. this.label30.AutoSize = true;
  287. this.label30.Location = new System.Drawing.Point(557, 302);
  288. this.label30.Name = "label30";
  289. this.label30.Size = new System.Drawing.Size(110, 14);
  290. this.label30.TabIndex = 122;
  291. this.label30.Text = "注:标*号为必填项";
  292. //
  293. // txtCHKITEMOP
  294. //
  295. this.txtCHKITEMOP.Location = new System.Drawing.Point(650, 260);
  296. this.txtCHKITEMOP.Name = "txtCHKITEMOP";
  297. this.txtCHKITEMOP.Size = new System.Drawing.Size(105, 20);
  298. this.txtCHKITEMOP.TabIndex = 119;
  299. //
  300. // txtINVCARTONQTY
  301. //
  302. this.txtINVCARTONQTY.Location = new System.Drawing.Point(364, 260);
  303. this.txtINVCARTONQTY.Name = "txtINVCARTONQTY";
  304. this.txtINVCARTONQTY.Properties.Mask.EditMask = "d";
  305. this.txtINVCARTONQTY.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  306. this.txtINVCARTONQTY.Size = new System.Drawing.Size(126, 20);
  307. this.txtINVCARTONQTY.TabIndex = 114;
  308. //
  309. // label28
  310. //
  311. this.label28.AutoSize = true;
  312. this.label28.Location = new System.Drawing.Point(557, 263);
  313. this.label28.Name = "label28";
  314. this.label28.Size = new System.Drawing.Size(103, 14);
  315. this.label28.TabIndex = 112;
  316. this.label28.Text = "产生送检批工序:";
  317. //
  318. // label23
  319. //
  320. this.label23.AutoSize = true;
  321. this.label23.Location = new System.Drawing.Point(288, 266);
  322. this.label23.Name = "label23";
  323. this.label23.Size = new System.Drawing.Size(67, 14);
  324. this.label23.TabIndex = 107;
  325. this.label23.Text = "装箱数量:";
  326. //
  327. // txtINVShelfLife
  328. //
  329. this.txtINVShelfLife.Location = new System.Drawing.Point(112, 263);
  330. this.txtINVShelfLife.Name = "txtINVShelfLife";
  331. this.txtINVShelfLife.Properties.Mask.EditMask = "d";
  332. this.txtINVShelfLife.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  333. this.txtINVShelfLife.Size = new System.Drawing.Size(126, 20);
  334. this.txtINVShelfLife.TabIndex = 106;
  335. //
  336. // txtNeedVendor
  337. //
  338. this.txtNeedVendor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  339. this.txtNeedVendor.FormattingEnabled = true;
  340. this.txtNeedVendor.Items.AddRange(new object[] {
  341. "卡控",
  342. "不卡控"});
  343. this.txtNeedVendor.Location = new System.Drawing.Point(685, 220);
  344. this.txtNeedVendor.Name = "txtNeedVendor";
  345. this.txtNeedVendor.Size = new System.Drawing.Size(68, 22);
  346. this.txtNeedVendor.TabIndex = 105;
  347. //
  348. // label22
  349. //
  350. this.label22.AutoSize = true;
  351. this.label22.Location = new System.Drawing.Point(36, 266);
  352. this.label22.Name = "label22";
  353. this.label22.Size = new System.Drawing.Size(77, 14);
  354. this.label22.TabIndex = 102;
  355. this.label22.Text = "保存期(天):";
  356. //
  357. // label21
  358. //
  359. this.label21.AutoSize = true;
  360. this.label21.Location = new System.Drawing.Point(553, 225);
  361. this.label21.Name = "label21";
  362. this.label21.Size = new System.Drawing.Size(131, 14);
  363. this.label21.TabIndex = 101;
  364. this.label21.Text = "是否必须有资料供应商:";
  365. //
  366. // txtSNLENGTH
  367. //
  368. this.txtSNLENGTH.Location = new System.Drawing.Point(112, 223);
  369. this.txtSNLENGTH.Name = "txtSNLENGTH";
  370. this.txtSNLENGTH.Properties.Mask.EditMask = "d";
  371. this.txtSNLENGTH.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  372. this.txtSNLENGTH.Size = new System.Drawing.Size(126, 20);
  373. this.txtSNLENGTH.TabIndex = 100;
  374. //
  375. // txtINVCHECKTYPE
  376. //
  377. this.txtINVCHECKTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  378. this.txtINVCHECKTYPE.FormattingEnabled = true;
  379. this.txtINVCHECKTYPE.Items.AddRange(new object[] {
  380. "关联条码",
  381. "料号对比"});
  382. this.txtINVCHECKTYPE.Location = new System.Drawing.Point(629, 184);
  383. this.txtINVCHECKTYPE.Name = "txtINVCHECKTYPE";
  384. this.txtINVCHECKTYPE.Size = new System.Drawing.Size(126, 22);
  385. this.txtINVCHECKTYPE.TabIndex = 99;
  386. //
  387. // txtCHECKSTATUS
  388. //
  389. this.txtCHECKSTATUS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  390. this.txtCHECKSTATUS.FormattingEnabled = true;
  391. this.txtCHECKSTATUS.Items.AddRange(new object[] {
  392. "检查",
  393. "不检查"});
  394. this.txtCHECKSTATUS.Location = new System.Drawing.Point(424, 184);
  395. this.txtCHECKSTATUS.Name = "txtCHECKSTATUS";
  396. this.txtCHECKSTATUS.Size = new System.Drawing.Size(66, 22);
  397. this.txtCHECKSTATUS.TabIndex = 98;
  398. //
  399. // txtINVPARSETYPE
  400. //
  401. this.txtINVPARSETYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  402. this.txtINVPARSETYPE.FormattingEnabled = true;
  403. this.txtINVPARSETYPE.Items.AddRange(new object[] {
  404. "条码解析",
  405. "物料追溯信息",
  406. "生产信息"});
  407. this.txtINVPARSETYPE.Location = new System.Drawing.Point(112, 184);
  408. this.txtINVPARSETYPE.Name = "txtINVPARSETYPE";
  409. this.txtINVPARSETYPE.Size = new System.Drawing.Size(126, 22);
  410. this.txtINVPARSETYPE.TabIndex = 97;
  411. //
  412. // txtINVCONTROLTYPE
  413. //
  414. this.txtINVCONTROLTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  415. this.txtINVCONTROLTYPE.FormattingEnabled = true;
  416. this.txtINVCONTROLTYPE.Items.AddRange(new object[] {
  417. "批次管控",
  418. "单件管控",
  419. "不管控"});
  420. this.txtINVCONTROLTYPE.Location = new System.Drawing.Point(629, 143);
  421. this.txtINVCONTROLTYPE.Name = "txtINVCONTROLTYPE";
  422. this.txtINVCONTROLTYPE.Size = new System.Drawing.Size(126, 22);
  423. this.txtINVCONTROLTYPE.TabIndex = 96;
  424. //
  425. // txtINVGROUPDESC
  426. //
  427. this.txtINVGROUPDESC.Location = new System.Drawing.Point(364, 143);
  428. this.txtINVGROUPDESC.Name = "txtINVGROUPDESC";
  429. this.txtINVGROUPDESC.Size = new System.Drawing.Size(126, 20);
  430. this.txtINVGROUPDESC.TabIndex = 95;
  431. //
  432. // txtINVGROUP
  433. //
  434. this.txtINVGROUP.Location = new System.Drawing.Point(112, 140);
  435. this.txtINVGROUP.Name = "txtINVGROUP";
  436. this.txtINVGROUP.Size = new System.Drawing.Size(126, 20);
  437. this.txtINVGROUP.TabIndex = 94;
  438. //
  439. // txtINVMODELCODE
  440. //
  441. this.txtINVMODELCODE.Location = new System.Drawing.Point(625, 104);
  442. this.txtINVMODELCODE.Name = "txtINVMODELCODE";
  443. this.txtINVMODELCODE.Size = new System.Drawing.Size(126, 20);
  444. this.txtINVMODELCODE.TabIndex = 91;
  445. //
  446. // txtINVVOLUME
  447. //
  448. this.txtINVVOLUME.Location = new System.Drawing.Point(364, 104);
  449. this.txtINVVOLUME.Name = "txtINVVOLUME";
  450. this.txtINVVOLUME.Size = new System.Drawing.Size(126, 20);
  451. this.txtINVVOLUME.TabIndex = 90;
  452. //
  453. // txtINVMACHINETYPE
  454. //
  455. this.txtINVMACHINETYPE.Location = new System.Drawing.Point(112, 104);
  456. this.txtINVMACHINETYPE.Name = "txtINVMACHINETYPE";
  457. this.txtINVMACHINETYPE.Size = new System.Drawing.Size(126, 20);
  458. this.txtINVMACHINETYPE.TabIndex = 89;
  459. //
  460. // txtINVUOM
  461. //
  462. this.txtINVUOM.Location = new System.Drawing.Point(112, 62);
  463. this.txtINVUOM.Name = "txtINVUOM";
  464. this.txtINVUOM.Size = new System.Drawing.Size(126, 20);
  465. this.txtINVUOM.TabIndex = 76;
  466. //
  467. // txtINVDESC
  468. //
  469. this.txtINVDESC.Location = new System.Drawing.Point(625, 23);
  470. this.txtINVDESC.Name = "txtINVDESC";
  471. this.txtINVDESC.Size = new System.Drawing.Size(126, 20);
  472. this.txtINVDESC.TabIndex = 75;
  473. //
  474. // txtINVNAME
  475. //
  476. this.txtINVNAME.Location = new System.Drawing.Point(364, 23);
  477. this.txtINVNAME.Name = "txtINVNAME";
  478. this.txtINVNAME.Size = new System.Drawing.Size(126, 20);
  479. this.txtINVNAME.TabIndex = 74;
  480. //
  481. // txtINVCODE
  482. //
  483. this.txtINVCODE.Location = new System.Drawing.Point(112, 23);
  484. this.txtINVCODE.Name = "txtINVCODE";
  485. this.txtINVCODE.Size = new System.Drawing.Size(126, 20);
  486. this.txtINVCODE.TabIndex = 73;
  487. //
  488. // label19
  489. //
  490. this.label19.AutoSize = true;
  491. this.label19.Location = new System.Drawing.Point(291, 225);
  492. this.label19.Name = "label19";
  493. this.label19.Size = new System.Drawing.Size(79, 14);
  494. this.label19.TabIndex = 54;
  495. this.label19.Text = "供应商代码:";
  496. //
  497. // label18
  498. //
  499. this.label18.AutoSize = true;
  500. this.label18.Location = new System.Drawing.Point(38, 228);
  501. this.label18.Name = "label18";
  502. this.label18.Size = new System.Drawing.Size(79, 14);
  503. this.label18.TabIndex = 53;
  504. this.label18.Text = "序列号长度:";
  505. //
  506. // label17
  507. //
  508. this.label17.AutoSize = true;
  509. this.label17.Location = new System.Drawing.Point(553, 189);
  510. this.label17.Name = "label17";
  511. this.label17.Size = new System.Drawing.Size(67, 14);
  512. this.label17.TabIndex = 52;
  513. this.label17.Text = "检查类型:";
  514. //
  515. // label16
  516. //
  517. this.label16.AutoSize = true;
  518. this.label16.Location = new System.Drawing.Point(290, 190);
  519. this.label16.Name = "label16";
  520. this.label16.Size = new System.Drawing.Size(139, 14);
  521. this.label16.TabIndex = 51;
  522. this.label16.Text = "是否检查物料完工状态:";
  523. //
  524. // label15
  525. //
  526. this.label15.AutoSize = true;
  527. this.label15.Location = new System.Drawing.Point(39, 187);
  528. this.label15.Name = "label15";
  529. this.label15.Size = new System.Drawing.Size(67, 14);
  530. this.label15.TabIndex = 50;
  531. this.label15.Text = "解析方式:";
  532. //
  533. // label14
  534. //
  535. this.label14.AutoSize = true;
  536. this.label14.Location = new System.Drawing.Point(553, 146);
  537. this.label14.Name = "label14";
  538. this.label14.Size = new System.Drawing.Size(74, 14);
  539. this.label14.TabIndex = 49;
  540. this.label14.Text = "控管类型:*";
  541. //
  542. // label13
  543. //
  544. this.label13.AutoSize = true;
  545. this.label13.Location = new System.Drawing.Point(291, 146);
  546. this.label13.Name = "label13";
  547. this.label13.Size = new System.Drawing.Size(79, 14);
  548. this.label13.TabIndex = 48;
  549. this.label13.Text = "存货组描述:";
  550. //
  551. // label12
  552. //
  553. this.label12.AutoSize = true;
  554. this.label12.Location = new System.Drawing.Point(40, 146);
  555. this.label12.Name = "label12";
  556. this.label12.Size = new System.Drawing.Size(55, 14);
  557. this.label12.TabIndex = 47;
  558. this.label12.Text = "存货组:";
  559. //
  560. // label9
  561. //
  562. this.label9.AutoSize = true;
  563. this.label9.Location = new System.Drawing.Point(551, 107);
  564. this.label9.Name = "label9";
  565. this.label9.Size = new System.Drawing.Size(67, 14);
  566. this.label9.TabIndex = 44;
  567. this.label9.Text = "机种类型:";
  568. //
  569. // label8
  570. //
  571. this.label8.AutoSize = true;
  572. this.label8.Location = new System.Drawing.Point(290, 107);
  573. this.label8.Name = "label8";
  574. this.label8.Size = new System.Drawing.Size(43, 14);
  575. this.label8.TabIndex = 43;
  576. this.label8.Text = "体积:";
  577. //
  578. // label7
  579. //
  580. this.label7.AutoSize = true;
  581. this.label7.Location = new System.Drawing.Point(39, 107);
  582. this.label7.Name = "label7";
  583. this.label7.Size = new System.Drawing.Size(43, 14);
  584. this.label7.TabIndex = 42;
  585. this.label7.Text = "机芯:";
  586. //
  587. // label6
  588. //
  589. this.label6.AutoSize = true;
  590. this.label6.Location = new System.Drawing.Point(552, 63);
  591. this.label6.Name = "label6";
  592. this.label6.Size = new System.Drawing.Size(74, 14);
  593. this.label6.TabIndex = 41;
  594. this.label6.Text = "存货类别:*";
  595. //
  596. // label5
  597. //
  598. this.label5.AutoSize = true;
  599. this.label5.Location = new System.Drawing.Point(289, 66);
  600. this.label5.Name = "label5";
  601. this.label5.Size = new System.Drawing.Size(74, 14);
  602. this.label5.TabIndex = 40;
  603. this.label5.Text = "存货类型:*";
  604. //
  605. // label4
  606. //
  607. this.label4.AutoSize = true;
  608. this.label4.Location = new System.Drawing.Point(38, 65);
  609. this.label4.Name = "label4";
  610. this.label4.Size = new System.Drawing.Size(43, 14);
  611. this.label4.TabIndex = 39;
  612. this.label4.Text = "单位:";
  613. //
  614. // label3
  615. //
  616. this.label3.AutoSize = true;
  617. this.label3.Location = new System.Drawing.Point(552, 26);
  618. this.label3.Name = "label3";
  619. this.label3.Size = new System.Drawing.Size(67, 14);
  620. this.label3.TabIndex = 38;
  621. this.label3.Text = "存货描述:";
  622. //
  623. // label2
  624. //
  625. this.label2.AutoSize = true;
  626. this.label2.Location = new System.Drawing.Point(290, 26);
  627. this.label2.Name = "label2";
  628. this.label2.Size = new System.Drawing.Size(67, 14);
  629. this.label2.TabIndex = 37;
  630. this.label2.Text = "存货名称:";
  631. //
  632. // label1
  633. //
  634. this.label1.AutoSize = true;
  635. this.label1.Location = new System.Drawing.Point(38, 26);
  636. this.label1.Name = "label1";
  637. this.label1.Size = new System.Drawing.Size(74, 14);
  638. this.label1.TabIndex = 36;
  639. this.label1.Text = "存货编码:*";
  640. //
  641. // btnCancle
  642. //
  643. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  644. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  645. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  646. this.btnCancle.Appearance.Options.UseFont = true;
  647. this.btnCancle.Appearance.Options.UseForeColor = true;
  648. this.btnCancle.Appearance.Options.UseTextOptions = true;
  649. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  650. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  651. this.btnCancle.Location = new System.Drawing.Point(718, 367);
  652. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  653. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  654. this.btnCancle.Name = "btnCancle";
  655. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  656. this.btnCancle.TabIndex = 122;
  657. this.btnCancle.Text = "取消";
  658. this.btnCancle.Click += new System.EventHandler(this.can_Click);
  659. //
  660. // btnOK
  661. //
  662. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  663. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  664. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  665. this.btnOK.Appearance.Options.UseFont = true;
  666. this.btnOK.Appearance.Options.UseForeColor = true;
  667. this.btnOK.Appearance.Options.UseTextOptions = true;
  668. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  669. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  670. this.btnOK.Location = new System.Drawing.Point(642, 367);
  671. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  672. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  673. this.btnOK.Name = "btnOK";
  674. this.btnOK.Size = new System.Drawing.Size(70, 30);
  675. this.btnOK.TabIndex = 121;
  676. this.btnOK.Text = "保存";
  677. this.btnOK.Click += new System.EventHandler(this.save_Click);
  678. //
  679. // FormICSINVENTORYAdd
  680. //
  681. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  682. this.Appearance.Options.UseBackColor = true;
  683. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  684. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  685. this.ClientSize = new System.Drawing.Size(800, 400);
  686. this.Controls.Add(this.btnCancle);
  687. this.Controls.Add(this.btnOK);
  688. this.Controls.Add(this.panelControl1);
  689. this.Controls.Add(this.lblTitle);
  690. this.Controls.Add(this.btnClose);
  691. this.Controls.Add(this.save);
  692. this.Controls.Add(this.can);
  693. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  694. this.Name = "FormICSINVENTORYAdd";
  695. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  696. this.Text = "存货编辑";
  697. this.Load += new System.EventHandler(this.FormICSINVENTORYAdd_Load);
  698. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  699. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  700. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  701. this.panelControl1.ResumeLayout(false);
  702. this.panelControl1.PerformLayout();
  703. ((System.ComponentModel.ISupportInitialize)(this.txtVENDORCODE.Properties)).EndInit();
  704. ((System.ComponentModel.ISupportInitialize)(this.txtINVCLASS.Properties)).EndInit();
  705. ((System.ComponentModel.ISupportInitialize)(this.txtCHKITEMOP.Properties)).EndInit();
  706. ((System.ComponentModel.ISupportInitialize)(this.txtINVCARTONQTY.Properties)).EndInit();
  707. ((System.ComponentModel.ISupportInitialize)(this.txtINVShelfLife.Properties)).EndInit();
  708. ((System.ComponentModel.ISupportInitialize)(this.txtSNLENGTH.Properties)).EndInit();
  709. ((System.ComponentModel.ISupportInitialize)(this.txtINVGROUPDESC.Properties)).EndInit();
  710. ((System.ComponentModel.ISupportInitialize)(this.txtINVGROUP.Properties)).EndInit();
  711. ((System.ComponentModel.ISupportInitialize)(this.txtINVMODELCODE.Properties)).EndInit();
  712. ((System.ComponentModel.ISupportInitialize)(this.txtINVVOLUME.Properties)).EndInit();
  713. ((System.ComponentModel.ISupportInitialize)(this.txtINVMACHINETYPE.Properties)).EndInit();
  714. ((System.ComponentModel.ISupportInitialize)(this.txtINVUOM.Properties)).EndInit();
  715. ((System.ComponentModel.ISupportInitialize)(this.txtINVDESC.Properties)).EndInit();
  716. ((System.ComponentModel.ISupportInitialize)(this.txtINVNAME.Properties)).EndInit();
  717. ((System.ComponentModel.ISupportInitialize)(this.txtINVCODE.Properties)).EndInit();
  718. this.ResumeLayout(false);
  719. }
  720. #endregion
  721. private DevExpress.XtraEditors.SimpleButton btnClose;
  722. private DevExpress.XtraEditors.LabelControl lblTitle;
  723. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  724. private DevExpress.XtraEditors.LabelControl labelControl12;
  725. private DevExpress.XtraEditors.LabelControl labelControl13;
  726. private DevExpress.XtraEditors.SimpleButton save;
  727. private DevExpress.XtraEditors.SimpleButton can;
  728. private DevExpress.XtraEditors.TextEdit txtMTIME;
  729. private DevExpress.XtraEditors.PanelControl panelControl1;
  730. private System.Windows.Forms.Label label19;
  731. private System.Windows.Forms.Label label18;
  732. private System.Windows.Forms.Label label17;
  733. private System.Windows.Forms.Label label16;
  734. private System.Windows.Forms.Label label15;
  735. private System.Windows.Forms.Label label14;
  736. private System.Windows.Forms.Label label13;
  737. private System.Windows.Forms.Label label12;
  738. private System.Windows.Forms.Label label9;
  739. private System.Windows.Forms.Label label8;
  740. private System.Windows.Forms.Label label7;
  741. private System.Windows.Forms.Label label6;
  742. private System.Windows.Forms.Label label5;
  743. private System.Windows.Forms.Label label4;
  744. private System.Windows.Forms.Label label3;
  745. private System.Windows.Forms.Label label2;
  746. private System.Windows.Forms.Label label1;
  747. private DevExpress.XtraEditors.TextEdit txtINVUOM;
  748. private DevExpress.XtraEditors.TextEdit txtINVDESC;
  749. private DevExpress.XtraEditors.TextEdit txtINVNAME;
  750. private DevExpress.XtraEditors.TextEdit txtINVCODE;
  751. private DevExpress.XtraEditors.TextEdit txtINVCARTONQTY;
  752. private System.Windows.Forms.Label label28;
  753. private System.Windows.Forms.Label label23;
  754. private System.Windows.Forms.ComboBox txtNeedVendor;
  755. private System.Windows.Forms.Label label22;
  756. private System.Windows.Forms.Label label21;
  757. private DevExpress.XtraEditors.TextEdit txtSNLENGTH;
  758. private System.Windows.Forms.ComboBox txtINVCHECKTYPE;
  759. private System.Windows.Forms.ComboBox txtCHECKSTATUS;
  760. private System.Windows.Forms.ComboBox txtINVPARSETYPE;
  761. private System.Windows.Forms.ComboBox txtINVCONTROLTYPE;
  762. private DevExpress.XtraEditors.TextEdit txtINVGROUPDESC;
  763. private DevExpress.XtraEditors.TextEdit txtINVGROUP;
  764. private DevExpress.XtraEditors.TextEdit txtINVMODELCODE;
  765. private DevExpress.XtraEditors.TextEdit txtINVVOLUME;
  766. private DevExpress.XtraEditors.TextEdit txtINVMACHINETYPE;
  767. private DevExpress.XtraEditors.TextEdit txtCHKITEMOP;
  768. private DevExpress.XtraEditors.SimpleButton btnCancle;
  769. private DevExpress.XtraEditors.SimpleButton btnOK;
  770. private System.Windows.Forms.Label label30;
  771. private DevExpress.XtraEditors.ButtonEdit txtINVCLASS;
  772. private System.Windows.Forms.ComboBox txtINVTYPE;
  773. private DevExpress.XtraEditors.ButtonEdit txtVENDORCODE;
  774. private DevExpress.XtraEditors.TextEdit txtINVShelfLife;
  775. }
  776. }