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

492 lines
26 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormStockBarCodeCreate
  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(FormStockBarCodeCreate));
  29. DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
  30. DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
  31. this.Std = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
  32. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  33. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  34. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  35. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  36. this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
  37. this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
  38. this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
  39. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  40. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  41. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  42. this.ERPAutoid = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.Code = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.BatchCode = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.cInvCode = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.INVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.INVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.INVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.PackQty = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.BarCodeqty = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.iQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.BarCodeCount = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.Count = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
  55. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  56. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  57. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  58. this.row = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.cCode = new DevExpress.XtraGrid.Columns.GridColumn();
  60. ((System.ComponentModel.ISupportInitialize)(this.Std)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  67. this.panelControl1.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.Count)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // Std
  74. //
  75. this.Std.AutoHeight = false;
  76. this.Std.Mask.EditMask = "f2";
  77. this.Std.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  78. this.Std.Mask.UseMaskAsDisplayFormat = true;
  79. this.Std.Name = "Std";
  80. this.Std.NullText = "0";
  81. this.Std.NullValuePromptShowForEmptyValue = true;
  82. //
  83. // btnClose
  84. //
  85. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  86. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  87. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  88. this.btnClose.Appearance.Options.UseFont = true;
  89. this.btnClose.Appearance.Options.UseForeColor = true;
  90. this.btnClose.Appearance.Options.UseTextOptions = true;
  91. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  92. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  93. this.btnClose.Location = new System.Drawing.Point(1020, 1);
  94. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  95. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  96. this.btnClose.Name = "btnClose";
  97. this.btnClose.Size = new System.Drawing.Size(30, 30);
  98. this.btnClose.TabIndex = 4;
  99. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  100. //
  101. // lblTitle
  102. //
  103. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  104. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  105. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  106. this.lblTitle.Location = new System.Drawing.Point(20, 4);
  107. this.lblTitle.Name = "lblTitle";
  108. this.lblTitle.Size = new System.Drawing.Size(99, 23);
  109. this.lblTitle.TabIndex = 2;
  110. this.lblTitle.Text = "采购到货单选择";
  111. //
  112. // panelControl2
  113. //
  114. this.panelControl2.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  115. this.panelControl2.Appearance.Options.UseBackColor = true;
  116. this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  117. this.panelControl2.Dock = System.Windows.Forms.DockStyle.Right;
  118. this.panelControl2.Location = new System.Drawing.Point(1051, 1);
  119. this.panelControl2.Name = "panelControl2";
  120. this.panelControl2.Size = new System.Drawing.Size(1, 455);
  121. this.panelControl2.TabIndex = 15;
  122. //
  123. // panelControl3
  124. //
  125. this.panelControl3.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  126. this.panelControl3.Appearance.Options.UseBackColor = true;
  127. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  128. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Left;
  129. this.panelControl3.Location = new System.Drawing.Point(0, 1);
  130. this.panelControl3.Name = "panelControl3";
  131. this.panelControl3.Size = new System.Drawing.Size(1, 455);
  132. this.panelControl3.TabIndex = 16;
  133. //
  134. // panelControl4
  135. //
  136. this.panelControl4.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  137. this.panelControl4.Appearance.Options.UseBackColor = true;
  138. this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  139. this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
  140. this.panelControl4.Location = new System.Drawing.Point(1, 455);
  141. this.panelControl4.Name = "panelControl4";
  142. this.panelControl4.Size = new System.Drawing.Size(1050, 1);
  143. this.panelControl4.TabIndex = 17;
  144. //
  145. // panelControl5
  146. //
  147. this.panelControl5.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  148. this.panelControl5.Appearance.Options.UseBackColor = true;
  149. this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  150. this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top;
  151. this.panelControl5.Location = new System.Drawing.Point(0, 0);
  152. this.panelControl5.Name = "panelControl5";
  153. this.panelControl5.Size = new System.Drawing.Size(1052, 1);
  154. this.panelControl5.TabIndex = 20;
  155. //
  156. // panelControl6
  157. //
  158. this.panelControl6.Appearance.BackColor = System.Drawing.Color.White;
  159. this.panelControl6.Appearance.Options.UseBackColor = true;
  160. this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  161. this.panelControl6.Dock = System.Windows.Forms.DockStyle.Bottom;
  162. this.panelControl6.Location = new System.Drawing.Point(0, 456);
  163. this.panelControl6.Name = "panelControl6";
  164. this.panelControl6.Size = new System.Drawing.Size(1052, 1);
  165. this.panelControl6.TabIndex = 21;
  166. //
  167. // panelControl1
  168. //
  169. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  170. | System.Windows.Forms.AnchorStyles.Left)
  171. | System.Windows.Forms.AnchorStyles.Right)));
  172. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  173. this.panelControl1.Appearance.Options.UseBackColor = true;
  174. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  175. this.panelControl1.Controls.Add(this.grdDetail);
  176. this.panelControl1.Location = new System.Drawing.Point(1, 33);
  177. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  178. this.panelControl1.Name = "panelControl1";
  179. this.panelControl1.Size = new System.Drawing.Size(1050, 394);
  180. this.panelControl1.TabIndex = 22;
  181. //
  182. // grdDetail
  183. //
  184. this.grdDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  185. | System.Windows.Forms.AnchorStyles.Left)
  186. | System.Windows.Forms.AnchorStyles.Right)));
  187. this.grdDetail.Location = new System.Drawing.Point(3, 3);
  188. this.grdDetail.MainView = this.grvDetail;
  189. this.grdDetail.Name = "grdDetail";
  190. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  191. this.Std,
  192. this.Count});
  193. this.grdDetail.Size = new System.Drawing.Size(1044, 388);
  194. this.grdDetail.TabIndex = 6;
  195. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  196. this.grvDetail});
  197. //
  198. // grvDetail
  199. //
  200. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  201. this.row,
  202. this.cCode,
  203. this.ERPAutoid,
  204. this.Code,
  205. this.colisSelect,
  206. this.BatchCode,
  207. this.cInvCode,
  208. this.INVNAME,
  209. this.INVSTD,
  210. this.INVUOM,
  211. this.PackQty,
  212. this.BarCodeqty,
  213. this.iQuantity,
  214. this.BarCodeCount});
  215. styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Red;
  216. styleFormatCondition1.Appearance.Options.UseForeColor = true;
  217. styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
  218. styleFormatCondition1.Value1 = 0;
  219. styleFormatCondition1.Value2 = 0F;
  220. styleFormatCondition2.Appearance.ForeColor = System.Drawing.Color.Red;
  221. styleFormatCondition2.Appearance.Options.UseForeColor = true;
  222. styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
  223. styleFormatCondition2.Value1 = 0;
  224. this.grvDetail.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
  225. styleFormatCondition1,
  226. styleFormatCondition2});
  227. this.grvDetail.GridControl = this.grdDetail;
  228. this.grvDetail.IndicatorWidth = 35;
  229. this.grvDetail.Name = "grvDetail";
  230. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  231. this.grvDetail.OptionsView.ShowGroupPanel = false;
  232. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  233. this.grvDetail.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.grvDetail_RowCellStyle);
  234. //
  235. // ERPAutoid
  236. //
  237. this.ERPAutoid.Caption = "ERPAutoid";
  238. this.ERPAutoid.FieldName = "ERPAutoid";
  239. this.ERPAutoid.Name = "ERPAutoid";
  240. this.ERPAutoid.OptionsColumn.AllowEdit = false;
  241. this.ERPAutoid.OptionsColumn.ReadOnly = true;
  242. this.ERPAutoid.Width = 58;
  243. //
  244. // Code
  245. //
  246. this.Code.Caption = "Code";
  247. this.Code.FieldName = "Code";
  248. this.Code.Name = "Code";
  249. //
  250. // colisSelect
  251. //
  252. this.colisSelect.Caption = "选择";
  253. this.colisSelect.FieldName = "选择";
  254. this.colisSelect.Name = "colisSelect";
  255. //
  256. // BatchCode
  257. //
  258. this.BatchCode.Caption = "批号";
  259. this.BatchCode.FieldName = "BatchCode";
  260. this.BatchCode.Name = "BatchCode";
  261. this.BatchCode.OptionsColumn.AllowEdit = false;
  262. this.BatchCode.OptionsColumn.ReadOnly = true;
  263. this.BatchCode.Visible = true;
  264. this.BatchCode.VisibleIndex = 0;
  265. this.BatchCode.Width = 101;
  266. //
  267. // cInvCode
  268. //
  269. this.cInvCode.Caption = "存货编码";
  270. this.cInvCode.FieldName = "cInvCode";
  271. this.cInvCode.Name = "cInvCode";
  272. this.cInvCode.OptionsColumn.AllowEdit = false;
  273. this.cInvCode.OptionsColumn.ReadOnly = true;
  274. this.cInvCode.Visible = true;
  275. this.cInvCode.VisibleIndex = 1;
  276. this.cInvCode.Width = 141;
  277. //
  278. // INVNAME
  279. //
  280. this.INVNAME.Caption = "存货名称";
  281. this.INVNAME.FieldName = "INVNAME";
  282. this.INVNAME.Name = "INVNAME";
  283. this.INVNAME.OptionsColumn.AllowEdit = false;
  284. this.INVNAME.OptionsColumn.ReadOnly = true;
  285. this.INVNAME.Visible = true;
  286. this.INVNAME.VisibleIndex = 2;
  287. this.INVNAME.Width = 119;
  288. //
  289. // INVSTD
  290. //
  291. this.INVSTD.Caption = "规格型号";
  292. this.INVSTD.FieldName = "INVSTD";
  293. this.INVSTD.Name = "INVSTD";
  294. this.INVSTD.OptionsColumn.AllowEdit = false;
  295. this.INVSTD.OptionsColumn.ReadOnly = true;
  296. this.INVSTD.Visible = true;
  297. this.INVSTD.VisibleIndex = 3;
  298. //
  299. // INVUOM
  300. //
  301. this.INVUOM.Caption = "计量单位";
  302. this.INVUOM.FieldName = "INVUOM";
  303. this.INVUOM.Name = "INVUOM";
  304. this.INVUOM.OptionsColumn.AllowEdit = false;
  305. this.INVUOM.OptionsColumn.ReadOnly = true;
  306. this.INVUOM.Visible = true;
  307. this.INVUOM.VisibleIndex = 4;
  308. //
  309. // PackQty
  310. //
  311. this.PackQty.Caption = "已包装数量";
  312. this.PackQty.FieldName = "PackQty";
  313. this.PackQty.Name = "PackQty";
  314. this.PackQty.OptionsColumn.AllowEdit = false;
  315. this.PackQty.OptionsColumn.ReadOnly = true;
  316. this.PackQty.Visible = true;
  317. this.PackQty.VisibleIndex = 6;
  318. //
  319. // BarCodeqty
  320. //
  321. this.BarCodeqty.Caption = "条码规格";
  322. this.BarCodeqty.ColumnEdit = this.Std;
  323. this.BarCodeqty.FieldName = "BarCodeqty";
  324. this.BarCodeqty.Name = "BarCodeqty";
  325. this.BarCodeqty.Visible = true;
  326. this.BarCodeqty.VisibleIndex = 7;
  327. //
  328. // iQuantity
  329. //
  330. this.iQuantity.Caption = "采购到货数量";
  331. this.iQuantity.FieldName = "iQuantity";
  332. this.iQuantity.Name = "iQuantity";
  333. this.iQuantity.OptionsColumn.AllowEdit = false;
  334. this.iQuantity.OptionsColumn.ReadOnly = true;
  335. this.iQuantity.Visible = true;
  336. this.iQuantity.VisibleIndex = 5;
  337. this.iQuantity.Width = 106;
  338. //
  339. // BarCodeCount
  340. //
  341. this.BarCodeCount.Caption = "条码个数";
  342. this.BarCodeCount.ColumnEdit = this.Std;
  343. this.BarCodeCount.FieldName = "BarCodeCount";
  344. this.BarCodeCount.Name = "BarCodeCount";
  345. this.BarCodeCount.Visible = true;
  346. this.BarCodeCount.VisibleIndex = 8;
  347. //
  348. // Count
  349. //
  350. this.Count.AutoHeight = false;
  351. this.Count.Name = "Count";
  352. //
  353. // btnFilter
  354. //
  355. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  356. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  357. this.btnFilter.Appearance.Options.UseFont = true;
  358. this.btnFilter.Appearance.Options.UseForeColor = true;
  359. this.btnFilter.Appearance.Options.UseTextOptions = true;
  360. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  361. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  362. this.btnFilter.Location = new System.Drawing.Point(226, 2);
  363. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  364. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  365. this.btnFilter.Name = "btnFilter";
  366. this.btnFilter.Size = new System.Drawing.Size(65, 30);
  367. this.btnFilter.TabIndex = 4;
  368. this.btnFilter.Text = "生成";
  369. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  370. //
  371. // btnExit
  372. //
  373. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  374. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  375. this.btnExit.Appearance.Options.UseFont = true;
  376. this.btnExit.Appearance.Options.UseForeColor = true;
  377. this.btnExit.Appearance.Options.UseTextOptions = true;
  378. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  379. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  380. this.btnExit.Location = new System.Drawing.Point(291, 2);
  381. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  382. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  383. this.btnExit.Name = "btnExit";
  384. this.btnExit.Size = new System.Drawing.Size(65, 30);
  385. this.btnExit.TabIndex = 4;
  386. this.btnExit.Text = "退出";
  387. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  388. //
  389. // btnDel
  390. //
  391. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  392. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  393. this.btnDel.Appearance.Options.UseFont = true;
  394. this.btnDel.Appearance.Options.UseForeColor = true;
  395. this.btnDel.Appearance.Options.UseTextOptions = true;
  396. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  397. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  398. this.btnDel.Location = new System.Drawing.Point(161, 2);
  399. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  400. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  401. this.btnDel.Name = "btnDel";
  402. this.btnDel.Size = new System.Drawing.Size(65, 30);
  403. this.btnDel.TabIndex = 8;
  404. this.btnDel.Text = "删行";
  405. this.btnDel.Click += new System.EventHandler(this.btnDel_Click_1);
  406. //
  407. // row
  408. //
  409. this.row.Caption = "row";
  410. this.row.FieldName = "row";
  411. this.row.Name = "row";
  412. //
  413. // cCode
  414. //
  415. this.cCode.Caption = "cCode";
  416. this.cCode.FieldName = "cCode";
  417. this.cCode.Name = "cCode";
  418. //
  419. // FormStockBarCodeCreate
  420. //
  421. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  422. this.Appearance.Options.UseBackColor = true;
  423. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  424. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  425. this.ClientSize = new System.Drawing.Size(1052, 457);
  426. this.Controls.Add(this.btnDel);
  427. this.Controls.Add(this.panelControl1);
  428. this.Controls.Add(this.btnExit);
  429. this.Controls.Add(this.btnFilter);
  430. this.Controls.Add(this.btnClose);
  431. this.Controls.Add(this.lblTitle);
  432. this.Controls.Add(this.panelControl4);
  433. this.Controls.Add(this.panelControl2);
  434. this.Controls.Add(this.panelControl3);
  435. this.Controls.Add(this.panelControl5);
  436. this.Controls.Add(this.panelControl6);
  437. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  438. this.Name = "FormStockBarCodeCreate";
  439. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  440. this.Text = "修改口令";
  441. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormProductBarCodeCreate_FormClosing);
  442. this.Load += new System.EventHandler(this.FormCartonProtectCreate_Load);
  443. ((System.ComponentModel.ISupportInitialize)(this.Std)).EndInit();
  444. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  445. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  446. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
  447. ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
  448. ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
  449. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  450. this.panelControl1.ResumeLayout(false);
  451. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  452. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  453. ((System.ComponentModel.ISupportInitialize)(this.Count)).EndInit();
  454. this.ResumeLayout(false);
  455. }
  456. #endregion
  457. private DevExpress.XtraEditors.PanelControl panelControl2;
  458. private DevExpress.XtraEditors.PanelControl panelControl3;
  459. private DevExpress.XtraEditors.PanelControl panelControl4;
  460. private DevExpress.XtraEditors.LabelControl lblTitle;
  461. private DevExpress.XtraEditors.SimpleButton btnClose;
  462. private DevExpress.XtraEditors.PanelControl panelControl5;
  463. private DevExpress.XtraEditors.PanelControl panelControl6;
  464. private DevExpress.XtraEditors.PanelControl panelControl1;
  465. private DevExpress.XtraGrid.GridControl grdDetail;
  466. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  467. private DevExpress.XtraGrid.Columns.GridColumn cInvCode;
  468. private DevExpress.XtraGrid.Columns.GridColumn INVNAME;
  469. private DevExpress.XtraEditors.SimpleButton btnFilter;
  470. private DevExpress.XtraEditors.SimpleButton btnExit;
  471. private DevExpress.XtraGrid.Columns.GridColumn BarCodeqty;
  472. private DevExpress.XtraGrid.Columns.GridColumn ERPAutoid;
  473. private DevExpress.XtraGrid.Columns.GridColumn BatchCode;
  474. private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit Std;
  475. private DevExpress.XtraGrid.Columns.GridColumn iQuantity;
  476. private DevExpress.XtraGrid.Columns.GridColumn BarCodeCount;
  477. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  478. private DevExpress.XtraGrid.Columns.GridColumn PackQty;
  479. private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit Count;
  480. private DevExpress.XtraGrid.Columns.GridColumn INVSTD;
  481. private DevExpress.XtraGrid.Columns.GridColumn INVUOM;
  482. private DevExpress.XtraEditors.SimpleButton btnDel;
  483. private DevExpress.XtraGrid.Columns.GridColumn Code;
  484. private DevExpress.XtraGrid.Columns.GridColumn row;
  485. private DevExpress.XtraGrid.Columns.GridColumn cCode;
  486. }
  487. }