华恒Mes鼎捷代码
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.

481 lines
24 KiB

5 months ago
  1. namespace ICSSoft.Frame.MRP
  2. {
  3. partial class FormICSReport
  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. DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSReport));
  30. this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  31. this.vType = new DevExpress.XtraGrid.Columns.GridColumn();
  32. this.Code = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.SortSeq = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.PcInvCode = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.PcInvName = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.PcInvStd = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.vDate = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.PickQty = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  40. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  41. this.colcInvCode = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colcInvAddCode = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colcInvName = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colcInvStd = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colcComUnitName = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.coliQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colWayQty = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colQty = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colPickQty = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colDiffQty = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  52. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  53. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  54. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  55. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  56. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  57. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  58. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  59. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  60. ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  64. this.groupControl1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  66. this.panelControl3.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // gridViewDetail
  70. //
  71. this.gridViewDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  72. this.vType,
  73. this.Code,
  74. this.SortSeq,
  75. this.PcInvCode,
  76. this.PcInvName,
  77. this.PcInvStd,
  78. this.vDate,
  79. this.PickQty});
  80. this.gridViewDetail.GridControl = this.grdDetail;
  81. this.gridViewDetail.Name = "gridViewDetail";
  82. this.gridViewDetail.OptionsBehavior.ReadOnly = true;
  83. this.gridViewDetail.OptionsView.ColumnAutoWidth = false;
  84. this.gridViewDetail.OptionsView.ShowGroupPanel = false;
  85. //
  86. // vType
  87. //
  88. this.vType.Caption = "需求类型";
  89. this.vType.FieldName = "vType";
  90. this.vType.Name = "vType";
  91. this.vType.Visible = true;
  92. this.vType.VisibleIndex = 0;
  93. //
  94. // Code
  95. //
  96. this.Code.Caption = "单据号";
  97. this.Code.FieldName = "Code";
  98. this.Code.Name = "Code";
  99. this.Code.Visible = true;
  100. this.Code.VisibleIndex = 1;
  101. //
  102. // SortSeq
  103. //
  104. this.SortSeq.Caption = "行号";
  105. this.SortSeq.FieldName = "SortSeq";
  106. this.SortSeq.Name = "SortSeq";
  107. this.SortSeq.Visible = true;
  108. this.SortSeq.VisibleIndex = 2;
  109. //
  110. // PcInvCode
  111. //
  112. this.PcInvCode.Caption = "存货编码";
  113. this.PcInvCode.FieldName = "PcInvCode";
  114. this.PcInvCode.Name = "PcInvCode";
  115. this.PcInvCode.Visible = true;
  116. this.PcInvCode.VisibleIndex = 3;
  117. //
  118. // PcInvName
  119. //
  120. this.PcInvName.Caption = "存货名称";
  121. this.PcInvName.FieldName = "PcInvName";
  122. this.PcInvName.Name = "PcInvName";
  123. this.PcInvName.Visible = true;
  124. this.PcInvName.VisibleIndex = 4;
  125. //
  126. // PcInvStd
  127. //
  128. this.PcInvStd.Caption = "规格型号";
  129. this.PcInvStd.FieldName = "PcInvStd";
  130. this.PcInvStd.Name = "PcInvStd";
  131. this.PcInvStd.Visible = true;
  132. this.PcInvStd.VisibleIndex = 5;
  133. //
  134. // vDate
  135. //
  136. this.vDate.Caption = "日期";
  137. this.vDate.FieldName = "vDate";
  138. this.vDate.Name = "vDate";
  139. this.vDate.Visible = true;
  140. this.vDate.VisibleIndex = 6;
  141. //
  142. // PickQty
  143. //
  144. this.PickQty.Caption = "数量";
  145. this.PickQty.FieldName = "PickQty";
  146. this.PickQty.Name = "PickQty";
  147. this.PickQty.Visible = true;
  148. this.PickQty.VisibleIndex = 7;
  149. //
  150. // grdDetail
  151. //
  152. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  153. gridLevelNode1.LevelTemplate = this.gridViewDetail;
  154. gridLevelNode1.RelationName = "详情";
  155. this.grdDetail.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
  156. gridLevelNode1});
  157. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  158. this.grdDetail.MainView = this.grvDetail;
  159. this.grdDetail.Name = "grdDetail";
  160. this.grdDetail.Size = new System.Drawing.Size(982, 455);
  161. this.grdDetail.TabIndex = 5;
  162. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  163. this.grvDetail,
  164. this.gridViewDetail});
  165. //
  166. // grvDetail
  167. //
  168. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  169. this.colcInvCode,
  170. this.colcInvAddCode,
  171. this.colcInvName,
  172. this.colcInvStd,
  173. this.colcComUnitName,
  174. this.coliQuantity,
  175. this.colWayQty,
  176. this.colQty,
  177. this.colPickQty,
  178. this.colDiffQty});
  179. this.grvDetail.GridControl = this.grdDetail;
  180. this.grvDetail.IndicatorWidth = 50;
  181. this.grvDetail.Name = "grvDetail";
  182. this.grvDetail.OptionsPrint.ExpandAllDetails = true;
  183. this.grvDetail.OptionsPrint.PrintDetails = true;
  184. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  185. this.grvDetail.OptionsView.ShowGroupPanel = false;
  186. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  187. //
  188. // colcInvCode
  189. //
  190. this.colcInvCode.Caption = "存货编码";
  191. this.colcInvCode.FieldName = "cInvCode";
  192. this.colcInvCode.Name = "colcInvCode";
  193. this.colcInvCode.OptionsColumn.ReadOnly = true;
  194. this.colcInvCode.Visible = true;
  195. this.colcInvCode.VisibleIndex = 0;
  196. //
  197. // colcInvAddCode
  198. //
  199. this.colcInvAddCode.Caption = "物料代码";
  200. this.colcInvAddCode.FieldName = "cInvAddCode";
  201. this.colcInvAddCode.Name = "colcInvAddCode";
  202. this.colcInvAddCode.OptionsColumn.ReadOnly = true;
  203. //
  204. // colcInvName
  205. //
  206. this.colcInvName.Caption = "存货名称";
  207. this.colcInvName.FieldName = "cInvName";
  208. this.colcInvName.Name = "colcInvName";
  209. this.colcInvName.OptionsColumn.ReadOnly = true;
  210. this.colcInvName.Visible = true;
  211. this.colcInvName.VisibleIndex = 1;
  212. //
  213. // colcInvStd
  214. //
  215. this.colcInvStd.Caption = "规格型号";
  216. this.colcInvStd.FieldName = "cInvStd";
  217. this.colcInvStd.Name = "colcInvStd";
  218. this.colcInvStd.OptionsColumn.ReadOnly = true;
  219. this.colcInvStd.Visible = true;
  220. this.colcInvStd.VisibleIndex = 2;
  221. //
  222. // colcComUnitName
  223. //
  224. this.colcComUnitName.Caption = "单位";
  225. this.colcComUnitName.FieldName = "cComUnitName";
  226. this.colcComUnitName.Name = "colcComUnitName";
  227. this.colcComUnitName.OptionsColumn.ReadOnly = true;
  228. //
  229. // coliQuantity
  230. //
  231. this.coliQuantity.Caption = "库存数量";
  232. this.coliQuantity.FieldName = "iQuantity";
  233. this.coliQuantity.Name = "coliQuantity";
  234. this.coliQuantity.OptionsColumn.ReadOnly = true;
  235. this.coliQuantity.Visible = true;
  236. this.coliQuantity.VisibleIndex = 3;
  237. //
  238. // colWayQty
  239. //
  240. this.colWayQty.Caption = "在途数量";
  241. this.colWayQty.FieldName = "WayQty";
  242. this.colWayQty.Name = "colWayQty";
  243. this.colWayQty.OptionsColumn.ReadOnly = true;
  244. this.colWayQty.Visible = true;
  245. this.colWayQty.VisibleIndex = 4;
  246. //
  247. // colQty
  248. //
  249. this.colQty.Caption = "在检数量";
  250. this.colQty.FieldName = "Qty";
  251. this.colQty.Name = "colQty";
  252. this.colQty.OptionsColumn.ReadOnly = true;
  253. this.colQty.Visible = true;
  254. this.colQty.VisibleIndex = 5;
  255. //
  256. // colPickQty
  257. //
  258. this.colPickQty.Caption = "生产需求数量";
  259. this.colPickQty.FieldName = "PickQty";
  260. this.colPickQty.Name = "colPickQty";
  261. this.colPickQty.OptionsColumn.ReadOnly = true;
  262. this.colPickQty.Visible = true;
  263. this.colPickQty.VisibleIndex = 6;
  264. this.colPickQty.Width = 106;
  265. //
  266. // colDiffQty
  267. //
  268. this.colDiffQty.Caption = "差异";
  269. this.colDiffQty.FieldName = "DiffQty";
  270. this.colDiffQty.Name = "colDiffQty";
  271. this.colDiffQty.OptionsColumn.ReadOnly = true;
  272. this.colDiffQty.Visible = true;
  273. this.colDiffQty.VisibleIndex = 7;
  274. //
  275. // groupControl1
  276. //
  277. this.groupControl1.Controls.Add(this.grdDetail);
  278. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  279. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  280. this.groupControl1.Name = "groupControl1";
  281. this.groupControl1.Size = new System.Drawing.Size(986, 479);
  282. this.groupControl1.TabIndex = 14;
  283. this.groupControl1.Text = "详细信息";
  284. //
  285. // panelControl3
  286. //
  287. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  288. this.panelControl3.Appearance.Options.UseBackColor = true;
  289. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  290. this.panelControl3.Controls.Add(this.btnOutPut);
  291. this.panelControl3.Controls.Add(this.btnConfig);
  292. this.panelControl3.Controls.Add(this.btnExit);
  293. this.panelControl3.Controls.Add(this.btnFalsh);
  294. this.panelControl3.Controls.Add(this.btnFilter);
  295. this.panelControl3.Controls.Add(this.btnClose);
  296. this.panelControl3.Controls.Add(this.lblTitle);
  297. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  298. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  299. this.panelControl3.Name = "panelControl3";
  300. this.panelControl3.Size = new System.Drawing.Size(986, 30);
  301. this.panelControl3.TabIndex = 13;
  302. //
  303. // btnOutPut
  304. //
  305. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  306. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  307. this.btnOutPut.Appearance.Options.UseFont = true;
  308. this.btnOutPut.Appearance.Options.UseForeColor = true;
  309. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  310. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  311. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  312. this.btnOutPut.Location = new System.Drawing.Point(235, 0);
  313. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  314. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  315. this.btnOutPut.Name = "btnOutPut";
  316. this.btnOutPut.Size = new System.Drawing.Size(63, 30);
  317. this.btnOutPut.TabIndex = 43;
  318. this.btnOutPut.Text = "导出";
  319. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  320. //
  321. // btnConfig
  322. //
  323. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  324. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  325. this.btnConfig.Appearance.Options.UseFont = true;
  326. this.btnConfig.Appearance.Options.UseForeColor = true;
  327. this.btnConfig.Appearance.Options.UseTextOptions = true;
  328. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  329. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  330. this.btnConfig.Location = new System.Drawing.Point(140, 0);
  331. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  332. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  333. this.btnConfig.Name = "btnConfig";
  334. this.btnConfig.Size = new System.Drawing.Size(95, 30);
  335. this.btnConfig.TabIndex = 38;
  336. this.btnConfig.Text = "数据源设置";
  337. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  338. //
  339. // btnExit
  340. //
  341. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  342. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  343. this.btnExit.Appearance.Options.UseFont = true;
  344. this.btnExit.Appearance.Options.UseForeColor = true;
  345. this.btnExit.Appearance.Options.UseTextOptions = true;
  346. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  347. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  348. this.btnExit.Location = new System.Drawing.Point(298, 0);
  349. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  350. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  351. this.btnExit.Name = "btnExit";
  352. this.btnExit.Size = new System.Drawing.Size(57, 30);
  353. this.btnExit.TabIndex = 37;
  354. this.btnExit.Text = "退出";
  355. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  356. //
  357. // btnFalsh
  358. //
  359. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  360. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  361. this.btnFalsh.Appearance.Options.UseFont = true;
  362. this.btnFalsh.Appearance.Options.UseForeColor = true;
  363. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  364. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  365. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  366. this.btnFalsh.Location = new System.Drawing.Point(550, 0);
  367. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  368. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  369. this.btnFalsh.Name = "btnFalsh";
  370. this.btnFalsh.Size = new System.Drawing.Size(60, 30);
  371. this.btnFalsh.TabIndex = 36;
  372. this.btnFalsh.Text = "刷新";
  373. this.btnFalsh.Visible = false;
  374. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  375. //
  376. // btnFilter
  377. //
  378. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  379. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  380. this.btnFilter.Appearance.Options.UseFont = true;
  381. this.btnFilter.Appearance.Options.UseForeColor = true;
  382. this.btnFilter.Appearance.Options.UseTextOptions = true;
  383. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  384. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  385. this.btnFilter.Location = new System.Drawing.Point(75, 0);
  386. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  387. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  388. this.btnFilter.Name = "btnFilter";
  389. this.btnFilter.Size = new System.Drawing.Size(65, 30);
  390. this.btnFilter.TabIndex = 30;
  391. this.btnFilter.Text = "过滤";
  392. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  393. //
  394. // btnClose
  395. //
  396. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  397. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  398. this.btnClose.Appearance.Options.UseFont = true;
  399. this.btnClose.Appearance.Options.UseForeColor = true;
  400. this.btnClose.Appearance.Options.UseTextOptions = true;
  401. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  402. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  403. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  404. this.btnClose.Location = new System.Drawing.Point(960, 0);
  405. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  406. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  407. this.btnClose.Name = "btnClose";
  408. this.btnClose.Size = new System.Drawing.Size(26, 30);
  409. this.btnClose.TabIndex = 29;
  410. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  411. //
  412. // lblTitle
  413. //
  414. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  415. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  416. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  417. this.lblTitle.Location = new System.Drawing.Point(5, 3);
  418. this.lblTitle.Name = "lblTitle";
  419. this.lblTitle.Size = new System.Drawing.Size(84, 23);
  420. this.lblTitle.TabIndex = 19;
  421. this.lblTitle.Text = "报表";
  422. //
  423. // FormICSReport
  424. //
  425. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  426. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  427. this.ClientSize = new System.Drawing.Size(986, 509);
  428. this.Controls.Add(this.groupControl1);
  429. this.Controls.Add(this.panelControl3);
  430. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  431. this.Name = "FormICSReport";
  432. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  433. this.Text = "FormICSItemLot";
  434. this.Load += new System.EventHandler(this.FormICSSum_Manday_Load_1);
  435. ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
  436. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  437. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  438. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  439. this.groupControl1.ResumeLayout(false);
  440. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  441. this.panelControl3.ResumeLayout(false);
  442. this.ResumeLayout(false);
  443. }
  444. #endregion
  445. private DevExpress.XtraEditors.GroupControl groupControl1;
  446. private DevExpress.XtraEditors.PanelControl panelControl3;
  447. private DevExpress.XtraEditors.LabelControl lblTitle;
  448. private DevExpress.XtraEditors.SimpleButton btnClose;
  449. private DevExpress.XtraEditors.SimpleButton btnFilter;
  450. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  451. private DevExpress.XtraEditors.SimpleButton btnExit;
  452. private DevExpress.XtraEditors.SimpleButton btnConfig;
  453. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  454. private DevExpress.XtraGrid.GridControl grdDetail;
  455. private DevExpress.XtraGrid.Views.Grid.GridView gridViewDetail;
  456. private DevExpress.XtraGrid.Columns.GridColumn vType;
  457. private DevExpress.XtraGrid.Columns.GridColumn Code;
  458. private DevExpress.XtraGrid.Columns.GridColumn SortSeq;
  459. private DevExpress.XtraGrid.Columns.GridColumn PcInvCode;
  460. private DevExpress.XtraGrid.Columns.GridColumn PcInvName;
  461. private DevExpress.XtraGrid.Columns.GridColumn vDate;
  462. private DevExpress.XtraGrid.Columns.GridColumn PickQty;
  463. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  464. private DevExpress.XtraGrid.Columns.GridColumn colcInvCode;
  465. private DevExpress.XtraGrid.Columns.GridColumn colcInvAddCode;
  466. private DevExpress.XtraGrid.Columns.GridColumn colcInvName;
  467. private DevExpress.XtraGrid.Columns.GridColumn colcInvStd;
  468. private DevExpress.XtraGrid.Columns.GridColumn colcComUnitName;
  469. private DevExpress.XtraGrid.Columns.GridColumn coliQuantity;
  470. private DevExpress.XtraGrid.Columns.GridColumn colWayQty;
  471. private DevExpress.XtraGrid.Columns.GridColumn colQty;
  472. private DevExpress.XtraGrid.Columns.GridColumn colPickQty;
  473. private DevExpress.XtraGrid.Columns.GridColumn colDiffQty;
  474. private DevExpress.XtraGrid.Columns.GridColumn PcInvStd;
  475. }
  476. }