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

557 lines
28 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSINVReceiptDetail
  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(FormICSINVReceiptDetail));
  29. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  33. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  34. this.btnEdit = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnADD = new DevExpress.XtraEditors.SimpleButton();
  36. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  37. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  38. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  39. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  40. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colReceiptID = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colReceiptNO = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colReceiptLine = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colORDERNO = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colORDERLINE = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colRECSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colIQCStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colMEMO = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colPLANQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colQualifyQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colVenderLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colACTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colRECTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.colRECUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.colWorkPoint = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.colINVUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  64. this.colISINSTORAGE = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.colITEMNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  66. this.colMODESC = new DevExpress.XtraGrid.Columns.GridColumn();
  67. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  68. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  69. this.panelControl3.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  71. this.groupControl1.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // btnExit
  78. //
  79. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  80. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  81. this.btnExit.Appearance.Options.UseFont = true;
  82. this.btnExit.Appearance.Options.UseForeColor = true;
  83. this.btnExit.Appearance.Options.UseTextOptions = true;
  84. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  85. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  86. this.btnExit.Location = new System.Drawing.Point(407, 0);
  87. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  88. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  89. this.btnExit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  90. this.btnExit.Name = "btnExit";
  91. this.btnExit.Size = new System.Drawing.Size(79, 47);
  92. this.btnExit.TabIndex = 10;
  93. this.btnExit.Text = "退出";
  94. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  95. //
  96. // panelControl3
  97. //
  98. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  99. this.panelControl3.Appearance.Options.UseBackColor = true;
  100. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  101. this.panelControl3.Controls.Add(this.btnDel);
  102. this.panelControl3.Controls.Add(this.btnClose);
  103. this.panelControl3.Controls.Add(this.lblTitle);
  104. this.panelControl3.Controls.Add(this.btnEdit);
  105. this.panelControl3.Controls.Add(this.btnExit);
  106. this.panelControl3.Controls.Add(this.btnADD);
  107. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  108. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  109. this.panelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  110. this.panelControl3.Name = "panelControl3";
  111. this.panelControl3.Size = new System.Drawing.Size(1480, 47);
  112. this.panelControl3.TabIndex = 13;
  113. //
  114. // btnDel
  115. //
  116. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  117. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  118. this.btnDel.Appearance.Options.UseFont = true;
  119. this.btnDel.Appearance.Options.UseForeColor = true;
  120. this.btnDel.Appearance.Options.UseTextOptions = true;
  121. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  122. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  123. this.btnDel.Location = new System.Drawing.Point(324, 0);
  124. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  125. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  126. this.btnDel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  127. this.btnDel.Name = "btnDel";
  128. this.btnDel.Size = new System.Drawing.Size(83, 47);
  129. this.btnDel.TabIndex = 34;
  130. this.btnDel.Text = "删除";
  131. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  132. //
  133. // btnClose
  134. //
  135. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  136. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  137. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  138. this.btnClose.Appearance.Options.UseFont = true;
  139. this.btnClose.Appearance.Options.UseForeColor = true;
  140. this.btnClose.Appearance.Options.UseTextOptions = true;
  141. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  142. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  143. this.btnClose.Location = new System.Drawing.Point(1441, 0);
  144. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  145. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  146. this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  147. this.btnClose.Name = "btnClose";
  148. this.btnClose.Size = new System.Drawing.Size(39, 47);
  149. this.btnClose.TabIndex = 25;
  150. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  151. //
  152. // lblTitle
  153. //
  154. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  155. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  156. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  157. this.lblTitle.Location = new System.Drawing.Point(4, 6);
  158. this.lblTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  159. this.lblTitle.Name = "lblTitle";
  160. this.lblTitle.Size = new System.Drawing.Size(139, 36);
  161. this.lblTitle.TabIndex = 19;
  162. this.lblTitle.Text = " 到货单明细";
  163. //
  164. // btnEdit
  165. //
  166. this.btnEdit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  167. this.btnEdit.Appearance.ForeColor = System.Drawing.Color.White;
  168. this.btnEdit.Appearance.Options.UseFont = true;
  169. this.btnEdit.Appearance.Options.UseForeColor = true;
  170. this.btnEdit.Appearance.Options.UseTextOptions = true;
  171. this.btnEdit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  172. this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
  173. this.btnEdit.Location = new System.Drawing.Point(234, 0);
  174. this.btnEdit.LookAndFeel.SkinName = "BlueButtonSkin";
  175. this.btnEdit.LookAndFeel.UseDefaultLookAndFeel = false;
  176. this.btnEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  177. this.btnEdit.Name = "btnEdit";
  178. this.btnEdit.Size = new System.Drawing.Size(90, 47);
  179. this.btnEdit.TabIndex = 33;
  180. this.btnEdit.Text = "修改";
  181. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  182. //
  183. // btnADD
  184. //
  185. this.btnADD.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  186. this.btnADD.Appearance.ForeColor = System.Drawing.Color.White;
  187. this.btnADD.Appearance.Options.UseFont = true;
  188. this.btnADD.Appearance.Options.UseForeColor = true;
  189. this.btnADD.Appearance.Options.UseTextOptions = true;
  190. this.btnADD.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  191. this.btnADD.Image = ((System.Drawing.Image)(resources.GetObject("btnADD.Image")));
  192. this.btnADD.Location = new System.Drawing.Point(151, 0);
  193. this.btnADD.LookAndFeel.SkinName = "BlueButtonSkin";
  194. this.btnADD.LookAndFeel.UseDefaultLookAndFeel = false;
  195. this.btnADD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  196. this.btnADD.Name = "btnADD";
  197. this.btnADD.Size = new System.Drawing.Size(83, 47);
  198. this.btnADD.TabIndex = 32;
  199. this.btnADD.Text = "新增";
  200. this.btnADD.Click += new System.EventHandler(this.btnADD_Click);
  201. //
  202. // rptPage
  203. //
  204. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  205. this.rptPage.Appearance.Options.UseBackColor = true;
  206. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  207. this.rptPage.isInit = false;
  208. this.rptPage.Location = new System.Drawing.Point(0, 649);
  209. this.rptPage.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  210. this.rptPage.Name = "rptPage";
  211. this.rptPage.PageIndex = 0;
  212. this.rptPage.PageSize = 0;
  213. this.rptPage.RecordNum = 0;
  214. this.rptPage.Size = new System.Drawing.Size(1480, 41);
  215. this.rptPage.TabIndex = 15;
  216. //this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  217. //
  218. // groupControl1
  219. //
  220. this.groupControl1.Controls.Add(this.grdDetail);
  221. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  222. this.groupControl1.Location = new System.Drawing.Point(0, 47);
  223. this.groupControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  224. this.groupControl1.Name = "groupControl1";
  225. this.groupControl1.Size = new System.Drawing.Size(1480, 602);
  226. this.groupControl1.TabIndex = 14;
  227. this.groupControl1.Text = "详细信息";
  228. //
  229. // grdDetail
  230. //
  231. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  232. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  233. this.grdDetail.Location = new System.Drawing.Point(2, 30);
  234. this.grdDetail.MainView = this.grvDetail;
  235. this.grdDetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  236. this.grdDetail.Name = "grdDetail";
  237. this.grdDetail.Size = new System.Drawing.Size(1476, 570);
  238. this.grdDetail.TabIndex = 0;
  239. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  240. this.grvDetail,
  241. this.grvAdvDetail});
  242. this.grdDetail.DoubleClick += new System.EventHandler(this.grdDetail_DoubleClick);
  243. //
  244. // grvDetail
  245. //
  246. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  247. this.colisSelect,
  248. this.colID,
  249. this.colReceiptID,
  250. this.colReceiptNO,
  251. this.colReceiptLine,
  252. this.colORDERNO,
  253. this.colORDERLINE,
  254. this.colRECSTATUS,
  255. this.colIQCStatus,
  256. this.colMEMO,
  257. this.colMOCODE,
  258. this.colITEMCODE,
  259. this.colPLANQTY,
  260. this.colQualifyQTY,
  261. this.colVenderLotNO,
  262. this.colACTQTY,
  263. this.colRECTIME,
  264. this.colRECUSER,
  265. this.colWorkPoint,
  266. this.colMUSER,
  267. this.colMUSERName,
  268. this.colMTIME,
  269. this.colEATTRIBUTE1,
  270. this.colINVUSER,
  271. this.colISINSTORAGE,
  272. this.colITEMNAME,
  273. this.colMODESC});
  274. this.grvDetail.FixedLineWidth = 3;
  275. this.grvDetail.GridControl = this.grdDetail;
  276. this.grvDetail.IndicatorWidth = 30;
  277. this.grvDetail.Name = "grvDetail";
  278. this.grvDetail.OptionsBehavior.Editable = false;
  279. this.grvDetail.OptionsBehavior.ReadOnly = true;
  280. this.grvDetail.OptionsSelection.MultiSelect = true;
  281. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  282. this.grvDetail.OptionsView.ShowFooter = true;
  283. this.grvDetail.OptionsView.ShowGroupPanel = false;
  284. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  285. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  286. //
  287. // colisSelect
  288. //
  289. this.colisSelect.Caption = "选择";
  290. this.colisSelect.FieldName = "isSelect";
  291. this.colisSelect.Name = "colisSelect";
  292. this.colisSelect.OptionsColumn.AllowEdit = false;
  293. this.colisSelect.OptionsColumn.ReadOnly = true;
  294. this.colisSelect.Visible = true;
  295. this.colisSelect.VisibleIndex = 0;
  296. //
  297. // colID
  298. //
  299. this.colID.Caption = "guid";
  300. this.colID.FieldName = "ID";
  301. this.colID.Name = "colID";
  302. //
  303. // colReceiptID
  304. //
  305. this.colReceiptID.Caption = "到货单guid";
  306. this.colReceiptID.FieldName = "ReceiptID";
  307. this.colReceiptID.Name = "colReceiptID";
  308. //
  309. // colReceiptNO
  310. //
  311. this.colReceiptNO.Caption = "到货单号";
  312. this.colReceiptNO.FieldName = "ReceiptNO";
  313. this.colReceiptNO.Name = "colReceiptNO";
  314. this.colReceiptNO.Visible = true;
  315. this.colReceiptNO.VisibleIndex = 1;
  316. //
  317. // colReceiptLine
  318. //
  319. this.colReceiptLine.Caption = "到货单行号";
  320. this.colReceiptLine.FieldName = "ReceiptLine";
  321. this.colReceiptLine.Name = "colReceiptLine";
  322. this.colReceiptLine.Visible = true;
  323. this.colReceiptLine.VisibleIndex = 2;
  324. //
  325. // colORDERNO
  326. //
  327. this.colORDERNO.Caption = "采购单号";
  328. this.colORDERNO.FieldName = "ORDERNO";
  329. this.colORDERNO.Name = "colORDERNO";
  330. this.colORDERNO.Visible = true;
  331. this.colORDERNO.VisibleIndex = 3;
  332. //
  333. // colORDERLINE
  334. //
  335. this.colORDERLINE.Caption = "采购单行号";
  336. this.colORDERLINE.FieldName = "ORDERLINE";
  337. this.colORDERLINE.Name = "colORDERLINE";
  338. this.colORDERLINE.Visible = true;
  339. this.colORDERLINE.VisibleIndex = 4;
  340. //
  341. // colRECSTATUS
  342. //
  343. this.colRECSTATUS.Caption = "到货单状态";
  344. this.colRECSTATUS.FieldName = "RECSTATUS";
  345. this.colRECSTATUS.Name = "colRECSTATUS";
  346. this.colRECSTATUS.Visible = true;
  347. this.colRECSTATUS.VisibleIndex = 9;
  348. //
  349. // colIQCStatus
  350. //
  351. this.colIQCStatus.Caption = "IQC检验状态";
  352. this.colIQCStatus.FieldName = "IQCStatus";
  353. this.colIQCStatus.Name = "colIQCStatus";
  354. this.colIQCStatus.Visible = true;
  355. this.colIQCStatus.VisibleIndex = 10;
  356. //
  357. // colMEMO
  358. //
  359. this.colMEMO.Caption = "备注";
  360. this.colMEMO.FieldName = "MEMO";
  361. this.colMEMO.Name = "colMEMO";
  362. this.colMEMO.Visible = true;
  363. this.colMEMO.VisibleIndex = 11;
  364. //
  365. // colMOCODE
  366. //
  367. this.colMOCODE.Caption = "生产订单号";
  368. this.colMOCODE.FieldName = "MOCODE";
  369. this.colMOCODE.Name = "colMOCODE";
  370. //
  371. // colITEMCODE
  372. //
  373. this.colITEMCODE.Caption = "物料代码";
  374. this.colITEMCODE.FieldName = "ITEMCODE";
  375. this.colITEMCODE.Name = "colITEMCODE";
  376. this.colITEMCODE.Visible = true;
  377. this.colITEMCODE.VisibleIndex = 6;
  378. //
  379. // colPLANQTY
  380. //
  381. this.colPLANQTY.Caption = "计划数量";
  382. this.colPLANQTY.FieldName = "PLANQTY";
  383. this.colPLANQTY.Name = "colPLANQTY";
  384. this.colPLANQTY.Visible = true;
  385. this.colPLANQTY.VisibleIndex = 8;
  386. //
  387. // colQualifyQTY
  388. //
  389. this.colQualifyQTY.Caption = "合格数量";
  390. this.colQualifyQTY.FieldName = "QualifyQTY";
  391. this.colQualifyQTY.Name = "colQualifyQTY";
  392. //
  393. // colVenderLotNO
  394. //
  395. this.colVenderLotNO.Caption = "供应商物料批号";
  396. this.colVenderLotNO.FieldName = "VenderLotNO";
  397. this.colVenderLotNO.Name = "colVenderLotNO";
  398. this.colVenderLotNO.Visible = true;
  399. this.colVenderLotNO.VisibleIndex = 5;
  400. //
  401. // colACTQTY
  402. //
  403. this.colACTQTY.Caption = "入库数量";
  404. this.colACTQTY.FieldName = "ACTQTY";
  405. this.colACTQTY.Name = "colACTQTY";
  406. //
  407. // colRECTIME
  408. //
  409. this.colRECTIME.Caption = "入库时间";
  410. this.colRECTIME.FieldName = "RECTIME";
  411. this.colRECTIME.Name = "colRECTIME";
  412. //
  413. // colRECUSER
  414. //
  415. this.colRECUSER.Caption = "入库用户";
  416. this.colRECUSER.FieldName = "RECUSER";
  417. this.colRECUSER.Name = "colRECUSER";
  418. //
  419. // colWorkPoint
  420. //
  421. this.colWorkPoint.Caption = "站点";
  422. this.colWorkPoint.FieldName = "WorkPoint";
  423. this.colWorkPoint.Name = "colWorkPoint";
  424. //
  425. // colMUSER
  426. //
  427. this.colMUSER.Caption = "维护人";
  428. this.colMUSER.FieldName = "MUSER";
  429. this.colMUSER.Name = "colMUSER";
  430. //
  431. // colMUSERName
  432. //
  433. this.colMUSERName.Caption = "维护人名称";
  434. this.colMUSERName.FieldName = "MUSERName";
  435. this.colMUSERName.Name = "colMUSERName";
  436. this.colMUSERName.Visible = true;
  437. this.colMUSERName.VisibleIndex = 12;
  438. //
  439. // colMTIME
  440. //
  441. this.colMTIME.Caption = "维护时间";
  442. this.colMTIME.FieldName = "MTIME";
  443. this.colMTIME.Name = "colMTIME";
  444. this.colMTIME.Visible = true;
  445. this.colMTIME.VisibleIndex = 13;
  446. //
  447. // colEATTRIBUTE1
  448. //
  449. this.colEATTRIBUTE1.Caption = "备用字段";
  450. this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1";
  451. this.colEATTRIBUTE1.Name = "colEATTRIBUTE1";
  452. //
  453. // colINVUSER
  454. //
  455. this.colINVUSER.Caption = "保管员";
  456. this.colINVUSER.FieldName = "INVUSER";
  457. this.colINVUSER.Name = "colINVUSER";
  458. //
  459. // colISINSTORAGE
  460. //
  461. this.colISINSTORAGE.Caption = "是否所有入库单明细都已入库,Y/N";
  462. this.colISINSTORAGE.FieldName = "ISINSTORAGE";
  463. this.colISINSTORAGE.Name = "colISINSTORAGE";
  464. //
  465. // colITEMNAME
  466. //
  467. this.colITEMNAME.Caption = "存货名称";
  468. this.colITEMNAME.FieldName = "ITEMNAME";
  469. this.colITEMNAME.Name = "colITEMNAME";
  470. this.colITEMNAME.Visible = true;
  471. this.colITEMNAME.VisibleIndex = 7;
  472. //
  473. // colMODESC
  474. //
  475. this.colMODESC.Caption = "工单描述";
  476. this.colMODESC.FieldName = "MODESC";
  477. this.colMODESC.Name = "colMODESC";
  478. //
  479. // grvAdvDetail
  480. //
  481. this.grvAdvDetail.GridControl = this.grdDetail;
  482. this.grvAdvDetail.Name = "grvAdvDetail";
  483. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  484. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  485. this.grvAdvDetail.OptionsView.ShowFooter = true;
  486. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  487. //
  488. // FormICSINVReceiptDetail
  489. //
  490. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  491. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  492. this.ClientSize = new System.Drawing.Size(1480, 690);
  493. this.Controls.Add(this.groupControl1);
  494. this.Controls.Add(this.rptPage);
  495. this.Controls.Add(this.panelControl3);
  496. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  497. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  498. this.Name = "FormICSINVReceiptDetail";
  499. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  500. this.Text = "FormGridReport";
  501. this.Load += new System.EventHandler(this.FormICSINVReceiptDetail_Load);
  502. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  503. this.panelControl3.ResumeLayout(false);
  504. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  505. this.groupControl1.ResumeLayout(false);
  506. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  507. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  508. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  509. this.ResumeLayout(false);
  510. }
  511. #endregion
  512. private DevExpress.XtraEditors.SimpleButton btnExit;
  513. private DevExpress.XtraEditors.PanelControl panelControl3;
  514. private DevExpress.XtraEditors.LabelControl lblTitle;
  515. private Base.UserControl.FormControl.PageNavTool rptPage;
  516. private DevExpress.XtraEditors.GroupControl groupControl1;
  517. private DevExpress.XtraGrid.GridControl grdDetail;
  518. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  519. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  520. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  521. private DevExpress.XtraEditors.SimpleButton btnClose;
  522. private DevExpress.XtraGrid.Columns.GridColumn colID;
  523. private DevExpress.XtraGrid.Columns.GridColumn colReceiptID;
  524. private DevExpress.XtraGrid.Columns.GridColumn colReceiptNO;
  525. private DevExpress.XtraGrid.Columns.GridColumn colReceiptLine;
  526. private DevExpress.XtraGrid.Columns.GridColumn colORDERNO;
  527. private DevExpress.XtraGrid.Columns.GridColumn colORDERLINE;
  528. private DevExpress.XtraGrid.Columns.GridColumn colRECSTATUS;
  529. private DevExpress.XtraGrid.Columns.GridColumn colIQCStatus;
  530. private DevExpress.XtraGrid.Columns.GridColumn colMEMO;
  531. private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
  532. private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE;
  533. private DevExpress.XtraGrid.Columns.GridColumn colPLANQTY;
  534. private DevExpress.XtraGrid.Columns.GridColumn colQualifyQTY;
  535. private DevExpress.XtraGrid.Columns.GridColumn colVenderLotNO;
  536. private DevExpress.XtraGrid.Columns.GridColumn colACTQTY;
  537. private DevExpress.XtraGrid.Columns.GridColumn colRECTIME;
  538. private DevExpress.XtraGrid.Columns.GridColumn colRECUSER;
  539. private DevExpress.XtraGrid.Columns.GridColumn colWorkPoint;
  540. private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
  541. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  542. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  543. private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
  544. private DevExpress.XtraGrid.Columns.GridColumn colINVUSER;
  545. private DevExpress.XtraGrid.Columns.GridColumn colISINSTORAGE;
  546. private DevExpress.XtraGrid.Columns.GridColumn colITEMNAME;
  547. private DevExpress.XtraEditors.SimpleButton btnADD;
  548. private DevExpress.XtraEditors.SimpleButton btnEdit;
  549. private DevExpress.XtraEditors.SimpleButton btnDel;
  550. private DevExpress.XtraGrid.Columns.GridColumn colMODESC;
  551. }
  552. }