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

450 lines
23 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSGaugeBack
  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(FormICSGaugeBack));
  29. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  34. this.MOTitle = new DevExpress.XtraEditors.LabelControl();
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.txtMOCode = new DevExpress.XtraEditors.GridLookUpEdit();
  37. this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.panel2 = new System.Windows.Forms.Panel();
  40. this.groupBox2 = new System.Windows.Forms.GroupBox();
  41. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  42. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  43. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colTransferNO = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colTransLine = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colINVCode = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colINVName = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colStatusX = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  58. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  59. this.panelControl3.SuspendLayout();
  60. this.panel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtMOCode.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
  63. this.panel2.SuspendLayout();
  64. this.groupBox2.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // btnExit
  71. //
  72. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  73. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  74. this.btnExit.Appearance.Options.UseFont = true;
  75. this.btnExit.Appearance.Options.UseForeColor = true;
  76. this.btnExit.Appearance.Options.UseTextOptions = true;
  77. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  78. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  79. this.btnExit.Location = new System.Drawing.Point(304, 0);
  80. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  81. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  82. this.btnExit.Name = "btnExit";
  83. this.btnExit.Size = new System.Drawing.Size(55, 30);
  84. this.btnExit.TabIndex = 10;
  85. this.btnExit.Text = "退出";
  86. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  87. //
  88. // panelControl3
  89. //
  90. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  91. this.panelControl3.Appearance.Options.UseBackColor = true;
  92. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  93. this.panelControl3.Controls.Add(this.btnPrint);
  94. this.panelControl3.Controls.Add(this.btnOutPut);
  95. this.panelControl3.Controls.Add(this.btnClose);
  96. this.panelControl3.Controls.Add(this.MOTitle);
  97. this.panelControl3.Controls.Add(this.btnExit);
  98. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  99. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  100. this.panelControl3.Name = "panelControl3";
  101. this.panelControl3.Size = new System.Drawing.Size(1036, 30);
  102. this.panelControl3.TabIndex = 13;
  103. //
  104. // btnPrint
  105. //
  106. this.btnPrint.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  107. this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  108. this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White;
  109. this.btnPrint.Appearance.Options.UseBackColor = true;
  110. this.btnPrint.Appearance.Options.UseFont = true;
  111. this.btnPrint.Appearance.Options.UseForeColor = true;
  112. this.btnPrint.Appearance.Options.UseTextOptions = true;
  113. this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  114. this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
  115. this.btnPrint.Location = new System.Drawing.Point(130, 0);
  116. this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
  117. this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
  118. this.btnPrint.Name = "btnPrint";
  119. this.btnPrint.Size = new System.Drawing.Size(115, 30);
  120. this.btnPrint.TabIndex = 123;
  121. this.btnPrint.Text = "打印退料信息表";
  122. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  123. //
  124. // btnOutPut
  125. //
  126. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  127. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  128. this.btnOutPut.Appearance.Options.UseFont = true;
  129. this.btnOutPut.Appearance.Options.UseForeColor = true;
  130. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  131. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  132. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  133. this.btnOutPut.Location = new System.Drawing.Point(245, 0);
  134. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  135. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  136. this.btnOutPut.Name = "btnOutPut";
  137. this.btnOutPut.Size = new System.Drawing.Size(59, 30);
  138. this.btnOutPut.TabIndex = 30;
  139. this.btnOutPut.Text = "导出";
  140. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  141. //
  142. // btnClose
  143. //
  144. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  145. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  146. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  147. this.btnClose.Appearance.Options.UseFont = true;
  148. this.btnClose.Appearance.Options.UseForeColor = true;
  149. this.btnClose.Appearance.Options.UseTextOptions = true;
  150. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  151. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  152. this.btnClose.Location = new System.Drawing.Point(1010, 0);
  153. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  154. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  155. this.btnClose.Name = "btnClose";
  156. this.btnClose.Size = new System.Drawing.Size(26, 29);
  157. this.btnClose.TabIndex = 25;
  158. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  159. //
  160. // MOTitle
  161. //
  162. this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  163. this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
  164. this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  165. this.MOTitle.Location = new System.Drawing.Point(3, 4);
  166. this.MOTitle.Name = "MOTitle";
  167. this.MOTitle.Size = new System.Drawing.Size(121, 23);
  168. this.MOTitle.TabIndex = 19;
  169. this.MOTitle.Text = "退料领料单信息表";
  170. //
  171. // panel1
  172. //
  173. this.panel1.Controls.Add(this.txtMOCode);
  174. this.panel1.Controls.Add(this.label1);
  175. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  176. this.panel1.Location = new System.Drawing.Point(0, 30);
  177. this.panel1.Name = "panel1";
  178. this.panel1.Size = new System.Drawing.Size(1036, 50);
  179. this.panel1.TabIndex = 1;
  180. //
  181. // txtMOCode
  182. //
  183. this.txtMOCode.EditValue = "";
  184. this.txtMOCode.Location = new System.Drawing.Point(102, 16);
  185. this.txtMOCode.Name = "txtMOCode";
  186. this.txtMOCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  187. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  188. this.txtMOCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  189. this.txtMOCode.Properties.View = this.gridLookUpEdit1View;
  190. this.txtMOCode.Size = new System.Drawing.Size(150, 20);
  191. this.txtMOCode.TabIndex = 1;
  192. this.txtMOCode.EditValueChanged += new System.EventHandler(this.txtMOCode_EditValueChanged);
  193. //
  194. // gridLookUpEdit1View
  195. //
  196. this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  197. this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
  198. this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  199. this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  200. //
  201. // label1
  202. //
  203. this.label1.AutoSize = true;
  204. this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  205. this.label1.Location = new System.Drawing.Point(24, 19);
  206. this.label1.Name = "label1";
  207. this.label1.Size = new System.Drawing.Size(59, 14);
  208. this.label1.TabIndex = 0;
  209. this.label1.Text = "单据号:";
  210. //
  211. // panel2
  212. //
  213. this.panel2.Controls.Add(this.groupBox2);
  214. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  215. this.panel2.Location = new System.Drawing.Point(0, 80);
  216. this.panel2.Name = "panel2";
  217. this.panel2.Size = new System.Drawing.Size(1036, 363);
  218. this.panel2.TabIndex = 14;
  219. //
  220. // groupBox2
  221. //
  222. this.groupBox2.Controls.Add(this.grdDetail);
  223. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  224. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  225. this.groupBox2.Name = "groupBox2";
  226. this.groupBox2.Size = new System.Drawing.Size(1036, 363);
  227. this.groupBox2.TabIndex = 3;
  228. this.groupBox2.TabStop = false;
  229. this.groupBox2.Text = "退料单信息";
  230. //
  231. // grdDetail
  232. //
  233. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  234. this.grdDetail.Location = new System.Drawing.Point(3, 18);
  235. this.grdDetail.MainView = this.grvDetail;
  236. this.grdDetail.Name = "grdDetail";
  237. this.grdDetail.Size = new System.Drawing.Size(1030, 342);
  238. this.grdDetail.TabIndex = 1;
  239. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  240. this.grvDetail,
  241. this.grvAdvDetail});
  242. //
  243. // grvDetail
  244. //
  245. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  246. this.colisSelect,
  247. this.colTransferNO,
  248. this.colTransLine,
  249. this.colINVCode,
  250. this.colINVName,
  251. this.colQTY,
  252. this.colINVUOM,
  253. this.colStatus,
  254. this.colLotNO,
  255. this.colMUSER,
  256. this.colMUSERName,
  257. this.colMTIME,
  258. this.colEATTRIBUTE1,
  259. this.colStatusX});
  260. this.grvDetail.GridControl = this.grdDetail;
  261. this.grvDetail.Name = "grvDetail";
  262. this.grvDetail.OptionsBehavior.Editable = false;
  263. this.grvDetail.OptionsBehavior.ReadOnly = true;
  264. this.grvDetail.OptionsSelection.MultiSelect = true;
  265. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  266. this.grvDetail.OptionsView.ShowFooter = true;
  267. this.grvDetail.OptionsView.ShowGroupPanel = false;
  268. //
  269. // colisSelect
  270. //
  271. this.colisSelect.Caption = "选择";
  272. this.colisSelect.FieldName = "isSelect";
  273. this.colisSelect.Name = "colisSelect";
  274. this.colisSelect.Visible = true;
  275. this.colisSelect.VisibleIndex = 0;
  276. //
  277. // colTransferNO
  278. //
  279. this.colTransferNO.Caption = "出库单号";
  280. this.colTransferNO.FieldName = "TransferNO";
  281. this.colTransferNO.Name = "colTransferNO";
  282. this.colTransferNO.Visible = true;
  283. this.colTransferNO.VisibleIndex = 1;
  284. //
  285. // colTransLine
  286. //
  287. this.colTransLine.Caption = "行号";
  288. this.colTransLine.FieldName = "TransLine";
  289. this.colTransLine.Name = "colTransLine";
  290. this.colTransLine.Visible = true;
  291. this.colTransLine.VisibleIndex = 2;
  292. //
  293. // colINVCode
  294. //
  295. this.colINVCode.Caption = "存货编码";
  296. this.colINVCode.FieldName = "INVCode";
  297. this.colINVCode.Name = "colINVCode";
  298. this.colINVCode.Visible = true;
  299. this.colINVCode.VisibleIndex = 3;
  300. //
  301. // colINVName
  302. //
  303. this.colINVName.Caption = "存货名称";
  304. this.colINVName.FieldName = "INVName";
  305. this.colINVName.Name = "colINVName";
  306. this.colINVName.Visible = true;
  307. this.colINVName.VisibleIndex = 4;
  308. //
  309. // colQTY
  310. //
  311. this.colQTY.Caption = "数量";
  312. this.colQTY.FieldName = "QTY";
  313. this.colQTY.Name = "colQTY";
  314. this.colQTY.Visible = true;
  315. this.colQTY.VisibleIndex = 5;
  316. //
  317. // colINVUOM
  318. //
  319. this.colINVUOM.Caption = "单位";
  320. this.colINVUOM.FieldName = "INVUOM";
  321. this.colINVUOM.Name = "colINVUOM";
  322. this.colINVUOM.Visible = true;
  323. this.colINVUOM.VisibleIndex = 6;
  324. //
  325. // colStatus
  326. //
  327. this.colStatus.Caption = "状态";
  328. this.colStatus.FieldName = "Status";
  329. this.colStatus.Name = "colStatus";
  330. this.colStatus.Visible = true;
  331. this.colStatus.VisibleIndex = 7;
  332. //
  333. // colLotNO
  334. //
  335. this.colLotNO.Caption = "退料条码";
  336. this.colLotNO.FieldName = "LotNO";
  337. this.colLotNO.Name = "colLotNO";
  338. this.colLotNO.Visible = true;
  339. this.colLotNO.VisibleIndex = 11;
  340. //
  341. // colMUSER
  342. //
  343. this.colMUSER.Caption = "维护人";
  344. this.colMUSER.FieldName = "MUSER";
  345. this.colMUSER.Name = "colMUSER";
  346. this.colMUSER.Visible = true;
  347. this.colMUSER.VisibleIndex = 8;
  348. //
  349. // colMUSERName
  350. //
  351. this.colMUSERName.Caption = "维护人名称";
  352. this.colMUSERName.FieldName = "MUSERName";
  353. this.colMUSERName.Name = "colMUSERName";
  354. this.colMUSERName.Visible = true;
  355. this.colMUSERName.VisibleIndex = 9;
  356. //
  357. // colMTIME
  358. //
  359. this.colMTIME.Caption = "维护时间";
  360. this.colMTIME.FieldName = "MTIME";
  361. this.colMTIME.Name = "colMTIME";
  362. this.colMTIME.Visible = true;
  363. this.colMTIME.VisibleIndex = 10;
  364. //
  365. // colEATTRIBUTE1
  366. //
  367. this.colEATTRIBUTE1.Caption = "备用字段";
  368. this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1";
  369. this.colEATTRIBUTE1.Name = "colEATTRIBUTE1";
  370. //
  371. // colStatusX
  372. //
  373. this.colStatusX.Caption = "退料状态";
  374. this.colStatusX.FieldName = "StatusX";
  375. this.colStatusX.Name = "colStatusX";
  376. this.colStatusX.Visible = true;
  377. this.colStatusX.VisibleIndex = 12;
  378. //
  379. // grvAdvDetail
  380. //
  381. this.grvAdvDetail.GridControl = this.grdDetail;
  382. this.grvAdvDetail.Name = "grvAdvDetail";
  383. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  384. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  385. this.grvAdvDetail.OptionsView.ShowFooter = true;
  386. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  387. //
  388. // FormICSGaugeBack
  389. //
  390. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  391. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  392. this.ClientSize = new System.Drawing.Size(1036, 443);
  393. this.Controls.Add(this.panel2);
  394. this.Controls.Add(this.panel1);
  395. this.Controls.Add(this.panelControl3);
  396. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  397. this.Name = "FormICSGaugeBack";
  398. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  399. this.Text = "FormICSGauge";
  400. this.Load += new System.EventHandler(this.FormICSGauge_Load);
  401. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  402. this.panelControl3.ResumeLayout(false);
  403. this.panel1.ResumeLayout(false);
  404. this.panel1.PerformLayout();
  405. ((System.ComponentModel.ISupportInitialize)(this.txtMOCode.Properties)).EndInit();
  406. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
  407. this.panel2.ResumeLayout(false);
  408. this.groupBox2.ResumeLayout(false);
  409. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  410. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  411. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  412. this.ResumeLayout(false);
  413. }
  414. #endregion
  415. private DevExpress.XtraEditors.SimpleButton btnExit;
  416. private DevExpress.XtraEditors.PanelControl panelControl3;
  417. private DevExpress.XtraEditors.LabelControl MOTitle;
  418. private DevExpress.XtraEditors.SimpleButton btnClose;
  419. private System.Windows.Forms.Panel panel1;
  420. private System.Windows.Forms.Label label1;
  421. private System.Windows.Forms.Panel panel2;
  422. private DevExpress.XtraEditors.GridLookUpEdit txtMOCode;
  423. private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
  424. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  425. private DevExpress.XtraEditors.SimpleButton btnPrint;
  426. private System.Windows.Forms.GroupBox groupBox2;
  427. private DevExpress.XtraGrid.GridControl grdDetail;
  428. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  429. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  430. private DevExpress.XtraGrid.Columns.GridColumn colTransferNO;
  431. private DevExpress.XtraGrid.Columns.GridColumn colTransLine;
  432. private DevExpress.XtraGrid.Columns.GridColumn colINVCode;
  433. private DevExpress.XtraGrid.Columns.GridColumn colINVName;
  434. private DevExpress.XtraGrid.Columns.GridColumn colQTY;
  435. private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
  436. private DevExpress.XtraGrid.Columns.GridColumn colStatus;
  437. private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
  438. private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
  439. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  440. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  441. private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
  442. private DevExpress.XtraGrid.Columns.GridColumn colStatusX;
  443. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  444. }
  445. }