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

507 lines
27 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSITEMBox
  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(FormICSITEMBox));
  29. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnModify = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  34. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  36. this.MOTitle = new DevExpress.XtraEditors.LabelControl();
  37. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  38. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  39. this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colINVCode = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colINVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colLotQty = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  46. this.panel1 = new System.Windows.Forms.Panel();
  47. this.txtLOTNO = new DevExpress.XtraEditors.TextEdit();
  48. this.label1 = new System.Windows.Forms.Label();
  49. this.groupBox1 = new System.Windows.Forms.GroupBox();
  50. this.panel2 = new System.Windows.Forms.Panel();
  51. this.groupBox2 = new System.Windows.Forms.GroupBox();
  52. this.gridControlGroup = new DevExpress.XtraGrid.GridControl();
  53. this.gridViewGroup = new DevExpress.XtraGrid.Views.Grid.GridView();
  54. this.LotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.CUSORDERNO = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.CUSITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.INVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.LotQty = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.advBandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  60. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  61. this.panelControl3.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  65. this.panel1.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.txtLOTNO.Properties)).BeginInit();
  67. this.groupBox1.SuspendLayout();
  68. this.panel2.SuspendLayout();
  69. this.groupBox2.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.gridControlGroup)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.gridViewGroup)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // btnExit
  76. //
  77. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  78. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  79. this.btnExit.Appearance.Options.UseFont = true;
  80. this.btnExit.Appearance.Options.UseForeColor = true;
  81. this.btnExit.Appearance.Options.UseTextOptions = true;
  82. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  83. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  84. this.btnExit.Location = new System.Drawing.Point(336, 0);
  85. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  86. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  87. this.btnExit.Name = "btnExit";
  88. this.btnExit.Size = new System.Drawing.Size(55, 30);
  89. this.btnExit.TabIndex = 10;
  90. this.btnExit.Text = "退出";
  91. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  92. //
  93. // panelControl3
  94. //
  95. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  96. this.panelControl3.Appearance.Options.UseBackColor = true;
  97. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  98. this.panelControl3.Controls.Add(this.simpleButton4);
  99. this.panelControl3.Controls.Add(this.btnModify);
  100. this.panelControl3.Controls.Add(this.btnDel);
  101. this.panelControl3.Controls.Add(this.btnClose);
  102. this.panelControl3.Controls.Add(this.btnCreate);
  103. this.panelControl3.Controls.Add(this.MOTitle);
  104. this.panelControl3.Controls.Add(this.btnExit);
  105. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  106. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  107. this.panelControl3.Name = "panelControl3";
  108. this.panelControl3.Size = new System.Drawing.Size(1036, 30);
  109. this.panelControl3.TabIndex = 13;
  110. //
  111. // simpleButton4
  112. //
  113. this.simpleButton4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  114. this.simpleButton4.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  115. this.simpleButton4.Appearance.ForeColor = System.Drawing.Color.White;
  116. this.simpleButton4.Appearance.Options.UseBackColor = true;
  117. this.simpleButton4.Appearance.Options.UseFont = true;
  118. this.simpleButton4.Appearance.Options.UseForeColor = true;
  119. this.simpleButton4.Appearance.Options.UseTextOptions = true;
  120. this.simpleButton4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  121. this.simpleButton4.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
  122. this.simpleButton4.Location = new System.Drawing.Point(135, 0);
  123. this.simpleButton4.LookAndFeel.SkinName = "BlueButtonSkin";
  124. this.simpleButton4.LookAndFeel.UseDefaultLookAndFeel = false;
  125. this.simpleButton4.Name = "simpleButton4";
  126. this.simpleButton4.Size = new System.Drawing.Size(80, 30);
  127. this.simpleButton4.TabIndex = 123;
  128. this.simpleButton4.Text = "打印标签";
  129. this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
  130. //
  131. // btnModify
  132. //
  133. this.btnModify.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  134. this.btnModify.Appearance.ForeColor = System.Drawing.Color.White;
  135. this.btnModify.Appearance.Options.UseFont = true;
  136. this.btnModify.Appearance.Options.UseForeColor = true;
  137. this.btnModify.Appearance.Options.UseTextOptions = true;
  138. this.btnModify.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  139. this.btnModify.Image = ((System.Drawing.Image)(resources.GetObject("btnModify.Image")));
  140. this.btnModify.Location = new System.Drawing.Point(215, 0);
  141. this.btnModify.LookAndFeel.SkinName = "BlueButtonSkin";
  142. this.btnModify.LookAndFeel.UseDefaultLookAndFeel = false;
  143. this.btnModify.Name = "btnModify";
  144. this.btnModify.Size = new System.Drawing.Size(63, 30);
  145. this.btnModify.TabIndex = 27;
  146. this.btnModify.Text = "删除行";
  147. this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
  148. //
  149. // btnDel
  150. //
  151. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  152. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  153. this.btnDel.Appearance.Options.UseFont = true;
  154. this.btnDel.Appearance.Options.UseForeColor = true;
  155. this.btnDel.Appearance.Options.UseTextOptions = true;
  156. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  157. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  158. this.btnDel.Location = new System.Drawing.Point(278, 0);
  159. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  160. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  161. this.btnDel.Name = "btnDel";
  162. this.btnDel.Size = new System.Drawing.Size(58, 30);
  163. this.btnDel.TabIndex = 26;
  164. this.btnDel.Text = "清空";
  165. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  166. //
  167. // btnClose
  168. //
  169. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  170. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  171. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  172. this.btnClose.Appearance.Options.UseFont = true;
  173. this.btnClose.Appearance.Options.UseForeColor = true;
  174. this.btnClose.Appearance.Options.UseTextOptions = true;
  175. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  176. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  177. this.btnClose.Location = new System.Drawing.Point(1010, 0);
  178. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  179. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  180. this.btnClose.Name = "btnClose";
  181. this.btnClose.Size = new System.Drawing.Size(26, 29);
  182. this.btnClose.TabIndex = 25;
  183. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  184. //
  185. // btnCreate
  186. //
  187. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  188. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  189. this.btnCreate.Appearance.Options.UseFont = true;
  190. this.btnCreate.Appearance.Options.UseForeColor = true;
  191. this.btnCreate.Appearance.Options.UseTextOptions = true;
  192. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  193. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  194. this.btnCreate.Location = new System.Drawing.Point(76, 0);
  195. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  196. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  197. this.btnCreate.Name = "btnCreate";
  198. this.btnCreate.Size = new System.Drawing.Size(59, 30);
  199. this.btnCreate.TabIndex = 23;
  200. this.btnCreate.Text = "拼箱";
  201. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  202. //
  203. // MOTitle
  204. //
  205. this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  206. this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
  207. this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  208. this.MOTitle.Location = new System.Drawing.Point(3, 4);
  209. this.MOTitle.Name = "MOTitle";
  210. this.MOTitle.Size = new System.Drawing.Size(100, 23);
  211. this.MOTitle.TabIndex = 19;
  212. this.MOTitle.Text = "拼箱管理";
  213. //
  214. // grdDetail
  215. //
  216. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  217. this.grdDetail.Location = new System.Drawing.Point(3, 18);
  218. this.grdDetail.MainView = this.grvDetail;
  219. this.grdDetail.Name = "grdDetail";
  220. this.grdDetail.Size = new System.Drawing.Size(1030, 297);
  221. this.grdDetail.TabIndex = 0;
  222. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  223. this.grvDetail,
  224. this.grvAdvDetail});
  225. //
  226. // grvDetail
  227. //
  228. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  229. this.colLotNO,
  230. this.colINVCode,
  231. this.colINVNAME,
  232. this.colINVSTD,
  233. this.colLotQty,
  234. this.colINVUOM});
  235. this.grvDetail.GridControl = this.grdDetail;
  236. this.grvDetail.IndicatorWidth = 40;
  237. this.grvDetail.Name = "grvDetail";
  238. this.grvDetail.OptionsBehavior.ReadOnly = true;
  239. this.grvDetail.OptionsSelection.MultiSelect = true;
  240. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  241. this.grvDetail.OptionsView.ShowGroupPanel = false;
  242. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  243. //
  244. // colLotNO
  245. //
  246. this.colLotNO.Caption = "成品条码";
  247. this.colLotNO.FieldName = "LotNO";
  248. this.colLotNO.Name = "colLotNO";
  249. this.colLotNO.Visible = true;
  250. this.colLotNO.VisibleIndex = 0;
  251. this.colLotNO.Width = 90;
  252. //
  253. // colINVCode
  254. //
  255. this.colINVCode.Caption = "存货编码";
  256. this.colINVCode.FieldName = "INVCode";
  257. this.colINVCode.Name = "colINVCode";
  258. this.colINVCode.Visible = true;
  259. this.colINVCode.VisibleIndex = 1;
  260. this.colINVCode.Width = 81;
  261. //
  262. // colINVNAME
  263. //
  264. this.colINVNAME.Caption = "存货名称";
  265. this.colINVNAME.FieldName = "INVNAME";
  266. this.colINVNAME.Name = "colINVNAME";
  267. this.colINVNAME.Visible = true;
  268. this.colINVNAME.VisibleIndex = 2;
  269. this.colINVNAME.Width = 101;
  270. //
  271. // colINVSTD
  272. //
  273. this.colINVSTD.Caption = "产品规格型号";
  274. this.colINVSTD.FieldName = "INVSTD";
  275. this.colINVSTD.Name = "colINVSTD";
  276. this.colINVSTD.Visible = true;
  277. this.colINVSTD.VisibleIndex = 3;
  278. this.colINVSTD.Width = 108;
  279. //
  280. // colLotQty
  281. //
  282. this.colLotQty.Caption = "数量";
  283. this.colLotQty.FieldName = "LotQty";
  284. this.colLotQty.Name = "colLotQty";
  285. this.colLotQty.Visible = true;
  286. this.colLotQty.VisibleIndex = 4;
  287. //
  288. // colINVUOM
  289. //
  290. this.colINVUOM.Caption = "单位";
  291. this.colINVUOM.FieldName = "INVUOM";
  292. this.colINVUOM.Name = "colINVUOM";
  293. this.colINVUOM.Visible = true;
  294. this.colINVUOM.VisibleIndex = 5;
  295. //
  296. // grvAdvDetail
  297. //
  298. this.grvAdvDetail.GridControl = this.grdDetail;
  299. this.grvAdvDetail.Name = "grvAdvDetail";
  300. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  301. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  302. this.grvAdvDetail.OptionsView.ShowFooter = true;
  303. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  304. //
  305. // panel1
  306. //
  307. this.panel1.Controls.Add(this.txtLOTNO);
  308. this.panel1.Controls.Add(this.label1);
  309. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  310. this.panel1.Location = new System.Drawing.Point(0, 30);
  311. this.panel1.Name = "panel1";
  312. this.panel1.Size = new System.Drawing.Size(1036, 50);
  313. this.panel1.TabIndex = 1;
  314. //
  315. // txtLOTNO
  316. //
  317. this.txtLOTNO.Location = new System.Drawing.Point(112, 16);
  318. this.txtLOTNO.Name = "txtLOTNO";
  319. this.txtLOTNO.Size = new System.Drawing.Size(157, 20);
  320. this.txtLOTNO.TabIndex = 7;
  321. this.txtLOTNO.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLOTNO_KeyPress);
  322. //
  323. // label1
  324. //
  325. this.label1.AutoSize = true;
  326. this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  327. this.label1.Location = new System.Drawing.Point(34, 19);
  328. this.label1.Name = "label1";
  329. this.label1.Size = new System.Drawing.Size(72, 14);
  330. this.label1.TabIndex = 0;
  331. this.label1.Text = "成品条码:";
  332. //
  333. // groupBox1
  334. //
  335. this.groupBox1.Controls.Add(this.grdDetail);
  336. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  337. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  338. this.groupBox1.Name = "groupBox1";
  339. this.groupBox1.Size = new System.Drawing.Size(1036, 318);
  340. this.groupBox1.TabIndex = 1;
  341. this.groupBox1.TabStop = false;
  342. this.groupBox1.Text = "扫描信息";
  343. //
  344. // panel2
  345. //
  346. this.panel2.Controls.Add(this.groupBox2);
  347. this.panel2.Controls.Add(this.groupBox1);
  348. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  349. this.panel2.Location = new System.Drawing.Point(0, 80);
  350. this.panel2.Name = "panel2";
  351. this.panel2.Size = new System.Drawing.Size(1036, 663);
  352. this.panel2.TabIndex = 14;
  353. //
  354. // groupBox2
  355. //
  356. this.groupBox2.Controls.Add(this.gridControlGroup);
  357. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  358. this.groupBox2.Location = new System.Drawing.Point(0, 318);
  359. this.groupBox2.Name = "groupBox2";
  360. this.groupBox2.Size = new System.Drawing.Size(1036, 345);
  361. this.groupBox2.TabIndex = 2;
  362. this.groupBox2.TabStop = false;
  363. this.groupBox2.Text = "装箱信息";
  364. //
  365. // gridControlGroup
  366. //
  367. this.gridControlGroup.Dock = System.Windows.Forms.DockStyle.Fill;
  368. this.gridControlGroup.Location = new System.Drawing.Point(3, 18);
  369. this.gridControlGroup.MainView = this.gridViewGroup;
  370. this.gridControlGroup.Name = "gridControlGroup";
  371. this.gridControlGroup.Size = new System.Drawing.Size(1030, 324);
  372. this.gridControlGroup.TabIndex = 0;
  373. this.gridControlGroup.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  374. this.gridViewGroup,
  375. this.advBandedGridView1});
  376. //
  377. // gridViewGroup
  378. //
  379. this.gridViewGroup.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  380. this.LotNO,
  381. this.CUSORDERNO,
  382. this.CUSITEMCODE,
  383. this.INVSTD,
  384. this.LotQty});
  385. this.gridViewGroup.GridControl = this.gridControlGroup;
  386. this.gridViewGroup.IndicatorWidth = 40;
  387. this.gridViewGroup.Name = "gridViewGroup";
  388. this.gridViewGroup.OptionsBehavior.ReadOnly = true;
  389. this.gridViewGroup.OptionsSelection.MultiSelect = true;
  390. this.gridViewGroup.OptionsView.ColumnAutoWidth = false;
  391. this.gridViewGroup.OptionsView.ShowGroupPanel = false;
  392. this.gridViewGroup.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  393. //
  394. // LotNO
  395. //
  396. this.LotNO.Caption = "条码";
  397. this.LotNO.FieldName = "LotNO";
  398. this.LotNO.Name = "LotNO";
  399. this.LotNO.Width = 90;
  400. //
  401. // CUSORDERNO
  402. //
  403. this.CUSORDERNO.Caption = "客户订单号";
  404. this.CUSORDERNO.FieldName = "CUSORDERNO";
  405. this.CUSORDERNO.Name = "CUSORDERNO";
  406. this.CUSORDERNO.Width = 70;
  407. //
  408. // CUSITEMCODE
  409. //
  410. this.CUSITEMCODE.Caption = "客户存货编码";
  411. this.CUSITEMCODE.FieldName = "CUSITEMCODE";
  412. this.CUSITEMCODE.Name = "CUSITEMCODE";
  413. this.CUSITEMCODE.Width = 106;
  414. //
  415. // INVSTD
  416. //
  417. this.INVSTD.Caption = "规格型号";
  418. this.INVSTD.FieldName = "INVSTD";
  419. this.INVSTD.Name = "INVSTD";
  420. this.INVSTD.Visible = true;
  421. this.INVSTD.VisibleIndex = 0;
  422. //
  423. // LotQty
  424. //
  425. this.LotQty.Caption = "数量";
  426. this.LotQty.FieldName = "LotQty";
  427. this.LotQty.Name = "LotQty";
  428. this.LotQty.Visible = true;
  429. this.LotQty.VisibleIndex = 1;
  430. //
  431. // advBandedGridView1
  432. //
  433. this.advBandedGridView1.GridControl = this.gridControlGroup;
  434. this.advBandedGridView1.Name = "advBandedGridView1";
  435. this.advBandedGridView1.OptionsBehavior.ReadOnly = true;
  436. this.advBandedGridView1.OptionsSelection.MultiSelect = true;
  437. this.advBandedGridView1.OptionsView.ShowFooter = true;
  438. this.advBandedGridView1.OptionsView.ShowGroupPanel = false;
  439. //
  440. // FormICSITEMBox
  441. //
  442. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  443. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  444. this.ClientSize = new System.Drawing.Size(1036, 743);
  445. this.Controls.Add(this.panel2);
  446. this.Controls.Add(this.panel1);
  447. this.Controls.Add(this.panelControl3);
  448. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  449. this.Name = "FormICSITEMBox";
  450. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  451. this.Text = "FormICSITEMBox";
  452. this.Load += new System.EventHandler(this.FormICSITEMBox_Load);
  453. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  454. this.panelControl3.ResumeLayout(false);
  455. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  456. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  457. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  458. this.panel1.ResumeLayout(false);
  459. this.panel1.PerformLayout();
  460. ((System.ComponentModel.ISupportInitialize)(this.txtLOTNO.Properties)).EndInit();
  461. this.groupBox1.ResumeLayout(false);
  462. this.panel2.ResumeLayout(false);
  463. this.groupBox2.ResumeLayout(false);
  464. ((System.ComponentModel.ISupportInitialize)(this.gridControlGroup)).EndInit();
  465. ((System.ComponentModel.ISupportInitialize)(this.gridViewGroup)).EndInit();
  466. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).EndInit();
  467. this.ResumeLayout(false);
  468. }
  469. #endregion
  470. private DevExpress.XtraEditors.SimpleButton btnExit;
  471. private DevExpress.XtraEditors.PanelControl panelControl3;
  472. private DevExpress.XtraEditors.LabelControl MOTitle;
  473. private DevExpress.XtraEditors.SimpleButton btnCreate;
  474. private DevExpress.XtraGrid.GridControl grdDetail;
  475. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  476. private DevExpress.XtraGrid.Columns.GridColumn colINVCode;
  477. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  478. private DevExpress.XtraEditors.SimpleButton btnClose;
  479. private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
  480. private System.Windows.Forms.Panel panel1;
  481. private System.Windows.Forms.Label label1;
  482. private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
  483. private DevExpress.XtraGrid.Columns.GridColumn colINVSTD;
  484. private DevExpress.XtraGrid.Columns.GridColumn colLotQty;
  485. private System.Windows.Forms.GroupBox groupBox1;
  486. private System.Windows.Forms.Panel panel2;
  487. private System.Windows.Forms.GroupBox groupBox2;
  488. private DevExpress.XtraGrid.GridControl gridControlGroup;
  489. private DevExpress.XtraGrid.Views.Grid.GridView gridViewGroup;
  490. private DevExpress.XtraGrid.Columns.GridColumn LotNO;
  491. private DevExpress.XtraGrid.Columns.GridColumn CUSORDERNO;
  492. private DevExpress.XtraGrid.Columns.GridColumn CUSITEMCODE;
  493. private DevExpress.XtraGrid.Columns.GridColumn INVSTD;
  494. private DevExpress.XtraGrid.Columns.GridColumn LotQty;
  495. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView advBandedGridView1;
  496. private DevExpress.XtraEditors.SimpleButton btnModify;
  497. private DevExpress.XtraEditors.SimpleButton btnDel;
  498. private DevExpress.XtraEditors.TextEdit txtLOTNO;
  499. private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
  500. private DevExpress.XtraEditors.SimpleButton simpleButton4;
  501. }
  502. }