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

548 lines
29 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSTransItemLot
  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(FormICSTransItemLot));
  29. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  30. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  31. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  32. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  33. this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
  34. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  37. this.INVRTitle = new DevExpress.XtraEditors.LabelControl();
  38. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  39. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  40. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  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.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colTransNO = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colTransLine = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colVENDORITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colVENDORCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colVenderLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colPRODUCTDATE = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colLOTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colACTIVE = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colExdate = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colWorkPoint = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.colTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.colEATTRIBUTE2 = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  64. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  65. this.panelControl3.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  67. this.groupControl1.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // btnConfig
  74. //
  75. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  76. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  77. this.btnConfig.Appearance.Options.UseFont = true;
  78. this.btnConfig.Appearance.Options.UseForeColor = true;
  79. this.btnConfig.Appearance.Options.UseTextOptions = true;
  80. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  81. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  82. this.btnConfig.Location = new System.Drawing.Point(182, 0);
  83. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  84. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  85. this.btnConfig.Name = "btnConfig";
  86. this.btnConfig.Size = new System.Drawing.Size(92, 30);
  87. this.btnConfig.TabIndex = 4;
  88. this.btnConfig.Text = "数据源设置";
  89. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  90. //
  91. // btnExit
  92. //
  93. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  94. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  95. this.btnExit.Appearance.Options.UseFont = true;
  96. this.btnExit.Appearance.Options.UseForeColor = true;
  97. this.btnExit.Appearance.Options.UseTextOptions = true;
  98. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  99. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  100. this.btnExit.Location = new System.Drawing.Point(527, 0);
  101. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  102. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  103. this.btnExit.Name = "btnExit";
  104. this.btnExit.Size = new System.Drawing.Size(55, 30);
  105. this.btnExit.TabIndex = 10;
  106. this.btnExit.Text = "退出";
  107. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  108. //
  109. // btnFilter
  110. //
  111. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  112. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  113. this.btnFilter.Appearance.Options.UseFont = true;
  114. this.btnFilter.Appearance.Options.UseForeColor = true;
  115. this.btnFilter.Appearance.Options.UseTextOptions = true;
  116. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  117. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  118. this.btnFilter.Location = new System.Drawing.Point(123, 0);
  119. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  120. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  121. this.btnFilter.Name = "btnFilter";
  122. this.btnFilter.Size = new System.Drawing.Size(59, 30);
  123. this.btnFilter.TabIndex = 11;
  124. this.btnFilter.Text = "过滤";
  125. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  126. //
  127. // panelControl3
  128. //
  129. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  130. this.panelControl3.Appearance.Options.UseBackColor = true;
  131. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  132. this.panelControl3.Controls.Add(this.btnPrint);
  133. this.panelControl3.Controls.Add(this.btnClose);
  134. this.panelControl3.Controls.Add(this.btnCancelAll);
  135. this.panelControl3.Controls.Add(this.btnSelectAll);
  136. this.panelControl3.Controls.Add(this.INVRTitle);
  137. this.panelControl3.Controls.Add(this.btnRefresh);
  138. this.panelControl3.Controls.Add(this.btnFilter);
  139. this.panelControl3.Controls.Add(this.btnExit);
  140. this.panelControl3.Controls.Add(this.btnConfig);
  141. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  142. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  143. this.panelControl3.Name = "panelControl3";
  144. this.panelControl3.Size = new System.Drawing.Size(970, 30);
  145. this.panelControl3.TabIndex = 13;
  146. //
  147. // btnPrint
  148. //
  149. this.btnPrint.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  150. this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  151. this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White;
  152. this.btnPrint.Appearance.Options.UseBackColor = true;
  153. this.btnPrint.Appearance.Options.UseFont = true;
  154. this.btnPrint.Appearance.Options.UseForeColor = true;
  155. this.btnPrint.Appearance.Options.UseTextOptions = true;
  156. this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  157. this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
  158. this.btnPrint.Location = new System.Drawing.Point(389, 0);
  159. this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
  160. this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
  161. this.btnPrint.Name = "btnPrint";
  162. this.btnPrint.Size = new System.Drawing.Size(80, 30);
  163. this.btnPrint.TabIndex = 124;
  164. this.btnPrint.Text = "打印条码";
  165. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  166. //
  167. // btnClose
  168. //
  169. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  170. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  171. this.btnClose.Appearance.Options.UseFont = true;
  172. this.btnClose.Appearance.Options.UseForeColor = true;
  173. this.btnClose.Appearance.Options.UseTextOptions = true;
  174. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  175. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  176. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  177. this.btnClose.Location = new System.Drawing.Point(944, 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, 30);
  182. this.btnClose.TabIndex = 30;
  183. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  184. //
  185. // btnCancelAll
  186. //
  187. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  188. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  189. this.btnCancelAll.Appearance.Options.UseFont = true;
  190. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  191. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  192. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  193. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  194. this.btnCancelAll.Location = new System.Drawing.Point(332, 0);
  195. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  196. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  197. this.btnCancelAll.Name = "btnCancelAll";
  198. this.btnCancelAll.Size = new System.Drawing.Size(58, 30);
  199. this.btnCancelAll.TabIndex = 22;
  200. this.btnCancelAll.Text = "全消";
  201. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  202. //
  203. // btnSelectAll
  204. //
  205. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  206. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  207. this.btnSelectAll.Appearance.Options.UseFont = true;
  208. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  209. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  210. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  211. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  212. this.btnSelectAll.Location = new System.Drawing.Point(274, 0);
  213. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  214. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  215. this.btnSelectAll.Name = "btnSelectAll";
  216. this.btnSelectAll.Size = new System.Drawing.Size(58, 30);
  217. this.btnSelectAll.TabIndex = 20;
  218. this.btnSelectAll.Text = "全选";
  219. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  220. //
  221. // INVRTitle
  222. //
  223. this.INVRTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  224. this.INVRTitle.Appearance.ForeColor = System.Drawing.Color.White;
  225. this.INVRTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  226. this.INVRTitle.Location = new System.Drawing.Point(3, 3);
  227. this.INVRTitle.Name = "INVRTitle";
  228. this.INVRTitle.Size = new System.Drawing.Size(119, 23);
  229. this.INVRTitle.TabIndex = 19;
  230. this.INVRTitle.Text = "条码查询";
  231. //
  232. // btnRefresh
  233. //
  234. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  235. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  236. this.btnRefresh.Appearance.Options.UseFont = true;
  237. this.btnRefresh.Appearance.Options.UseForeColor = true;
  238. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  239. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  240. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  241. this.btnRefresh.Location = new System.Drawing.Point(469, 0);
  242. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  243. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  244. this.btnRefresh.Name = "btnRefresh";
  245. this.btnRefresh.Size = new System.Drawing.Size(58, 30);
  246. this.btnRefresh.TabIndex = 17;
  247. this.btnRefresh.Text = "刷新";
  248. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  249. //
  250. // rptPage
  251. //
  252. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  253. this.rptPage.Appearance.Options.UseBackColor = true;
  254. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  255. this.rptPage.isInit = false;
  256. this.rptPage.Location = new System.Drawing.Point(0, 413);
  257. this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  258. this.rptPage.Name = "rptPage";
  259. this.rptPage.PageIndex = 0;
  260. this.rptPage.PageSize = 0;
  261. this.rptPage.RecordNum = 0;
  262. this.rptPage.Size = new System.Drawing.Size(970, 26);
  263. this.rptPage.TabIndex = 15;
  264. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  265. //
  266. // groupControl1
  267. //
  268. this.groupControl1.Controls.Add(this.grdDetail);
  269. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  270. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  271. this.groupControl1.Name = "groupControl1";
  272. this.groupControl1.Size = new System.Drawing.Size(970, 383);
  273. this.groupControl1.TabIndex = 14;
  274. this.groupControl1.Text = "详细信息";
  275. //
  276. // grdDetail
  277. //
  278. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  279. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  280. this.grdDetail.MainView = this.grvDetail;
  281. this.grdDetail.Name = "grdDetail";
  282. this.grdDetail.Size = new System.Drawing.Size(966, 359);
  283. this.grdDetail.TabIndex = 0;
  284. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  285. this.grvDetail,
  286. this.grvAdvDetail});
  287. //
  288. // grvDetail
  289. //
  290. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  291. this.colisSelect,
  292. this.colID,
  293. this.colLotNO,
  294. this.colMCODE,
  295. this.colTransNO,
  296. this.colTransLine,
  297. this.colVENDORITEMCODE,
  298. this.colVENDORCODE,
  299. this.colVenderLotNO,
  300. this.colPRODUCTDATE,
  301. this.colLOTQTY,
  302. this.colACTIVE,
  303. this.colExdate,
  304. this.colWorkPoint,
  305. this.colMUSER,
  306. this.colMUSERName,
  307. this.colMTIME,
  308. this.colTYPE,
  309. this.colEATTRIBUTE1,
  310. this.colEATTRIBUTE2});
  311. this.grvDetail.GridControl = this.grdDetail;
  312. this.grvDetail.Name = "grvDetail";
  313. this.grvDetail.OptionsBehavior.Editable = false;
  314. this.grvDetail.OptionsBehavior.ReadOnly = true;
  315. this.grvDetail.OptionsSelection.MultiSelect = true;
  316. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  317. this.grvDetail.OptionsView.ShowFooter = true;
  318. this.grvDetail.OptionsView.ShowGroupPanel = false;
  319. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  320. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  321. //
  322. // colisSelect
  323. //
  324. this.colisSelect.Caption = "选择";
  325. this.colisSelect.FieldName = "isSelect";
  326. this.colisSelect.Name = "colisSelect";
  327. this.colisSelect.Visible = true;
  328. this.colisSelect.VisibleIndex = 0;
  329. //
  330. // colID
  331. //
  332. this.colID.Caption = "guid";
  333. this.colID.FieldName = "ID";
  334. this.colID.Name = "colID";
  335. //
  336. // colLotNO
  337. //
  338. this.colLotNO.Caption = "物料批号";
  339. this.colLotNO.FieldName = "LotNO";
  340. this.colLotNO.Name = "colLotNO";
  341. this.colLotNO.Visible = true;
  342. this.colLotNO.VisibleIndex = 1;
  343. //
  344. // colMCODE
  345. //
  346. this.colMCODE.Caption = "存货编码";
  347. this.colMCODE.FieldName = "ItemCode";
  348. this.colMCODE.Name = "colMCODE";
  349. this.colMCODE.Visible = true;
  350. this.colMCODE.VisibleIndex = 2;
  351. //
  352. // colTransNO
  353. //
  354. this.colTransNO.Caption = "交易单号";
  355. this.colTransNO.FieldName = "TransNO";
  356. this.colTransNO.Name = "colTransNO";
  357. this.colTransNO.Visible = true;
  358. this.colTransNO.VisibleIndex = 3;
  359. //
  360. // colTransLine
  361. //
  362. this.colTransLine.Caption = "交易单行号";
  363. this.colTransLine.FieldName = "TransLine";
  364. this.colTransLine.Name = "colTransLine";
  365. this.colTransLine.Visible = true;
  366. this.colTransLine.VisibleIndex = 4;
  367. //
  368. // colVENDORITEMCODE
  369. //
  370. this.colVENDORITEMCODE.Caption = "厂商物料代码";
  371. this.colVENDORITEMCODE.FieldName = "VENDORITEMCODE";
  372. this.colVENDORITEMCODE.Name = "colVENDORITEMCODE";
  373. this.colVENDORITEMCODE.Visible = true;
  374. this.colVENDORITEMCODE.VisibleIndex = 5;
  375. //
  376. // colVENDORCODE
  377. //
  378. this.colVENDORCODE.Caption = "厂商代码";
  379. this.colVENDORCODE.FieldName = "VENDORCODE";
  380. this.colVENDORCODE.Name = "colVENDORCODE";
  381. this.colVENDORCODE.Visible = true;
  382. this.colVENDORCODE.VisibleIndex = 6;
  383. //
  384. // colVenderLotNO
  385. //
  386. this.colVenderLotNO.Caption = "供应商物料批号";
  387. this.colVenderLotNO.FieldName = "VenderLotNO";
  388. this.colVenderLotNO.Name = "colVenderLotNO";
  389. this.colVenderLotNO.Visible = true;
  390. this.colVenderLotNO.VisibleIndex = 7;
  391. //
  392. // colPRODUCTDATE
  393. //
  394. this.colPRODUCTDATE.Caption = "生产日期";
  395. this.colPRODUCTDATE.FieldName = "PRODUCTDATE";
  396. this.colPRODUCTDATE.Name = "colPRODUCTDATE";
  397. this.colPRODUCTDATE.Visible = true;
  398. this.colPRODUCTDATE.VisibleIndex = 8;
  399. //
  400. // colLOTQTY
  401. //
  402. this.colLOTQTY.Caption = "原始批次数量";
  403. this.colLOTQTY.FieldName = "LOTQTY";
  404. this.colLOTQTY.Name = "colLOTQTY";
  405. this.colLOTQTY.Visible = true;
  406. this.colLOTQTY.VisibleIndex = 9;
  407. //
  408. // colACTIVE
  409. //
  410. this.colACTIVE.Caption = "Y、N:是否有效";
  411. this.colACTIVE.FieldName = "ACTIVE";
  412. this.colACTIVE.Name = "colACTIVE";
  413. this.colACTIVE.Visible = true;
  414. this.colACTIVE.VisibleIndex = 10;
  415. //
  416. // colExdate
  417. //
  418. this.colExdate.Caption = "失效日期";
  419. this.colExdate.FieldName = "Exdate";
  420. this.colExdate.Name = "colExdate";
  421. this.colExdate.Visible = true;
  422. this.colExdate.VisibleIndex = 11;
  423. //
  424. // colWorkPoint
  425. //
  426. this.colWorkPoint.Caption = "站点";
  427. this.colWorkPoint.FieldName = "WorkPoint";
  428. this.colWorkPoint.Name = "colWorkPoint";
  429. this.colWorkPoint.Visible = true;
  430. this.colWorkPoint.VisibleIndex = 12;
  431. //
  432. // colMUSER
  433. //
  434. this.colMUSER.Caption = "维护人代码";
  435. this.colMUSER.FieldName = "MUSER";
  436. this.colMUSER.Name = "colMUSER";
  437. this.colMUSER.Visible = true;
  438. this.colMUSER.VisibleIndex = 14;
  439. //
  440. // colMUSERName
  441. //
  442. this.colMUSERName.Caption = "维护人名称";
  443. this.colMUSERName.FieldName = "MUSERName";
  444. this.colMUSERName.Name = "colMUSERName";
  445. this.colMUSERName.Visible = true;
  446. this.colMUSERName.VisibleIndex = 15;
  447. //
  448. // colMTIME
  449. //
  450. this.colMTIME.Caption = "维护时间";
  451. this.colMTIME.FieldName = "MTIME";
  452. this.colMTIME.Name = "colMTIME";
  453. this.colMTIME.Visible = true;
  454. this.colMTIME.VisibleIndex = 16;
  455. //
  456. // colTYPE
  457. //
  458. this.colTYPE.Caption = "物料类型";
  459. this.colTYPE.FieldName = "TYPE";
  460. this.colTYPE.Name = "colTYPE";
  461. this.colTYPE.Visible = true;
  462. this.colTYPE.VisibleIndex = 13;
  463. //
  464. // colEATTRIBUTE1
  465. //
  466. this.colEATTRIBUTE1.Caption = "备用1";
  467. this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1";
  468. this.colEATTRIBUTE1.Name = "colEATTRIBUTE1";
  469. //
  470. // colEATTRIBUTE2
  471. //
  472. this.colEATTRIBUTE2.Caption = "备用2";
  473. this.colEATTRIBUTE2.FieldName = "EATTRIBUTE2";
  474. this.colEATTRIBUTE2.Name = "colEATTRIBUTE2";
  475. //
  476. // grvAdvDetail
  477. //
  478. this.grvAdvDetail.GridControl = this.grdDetail;
  479. this.grvAdvDetail.Name = "grvAdvDetail";
  480. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  481. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  482. this.grvAdvDetail.OptionsView.ShowFooter = true;
  483. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  484. //
  485. // FormICSTransItemLot
  486. //
  487. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  488. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  489. this.ClientSize = new System.Drawing.Size(970, 439);
  490. this.Controls.Add(this.groupControl1);
  491. this.Controls.Add(this.rptPage);
  492. this.Controls.Add(this.panelControl3);
  493. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  494. this.Name = "FormICSTransItemLot";
  495. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  496. this.Text = "FormGridReport";
  497. this.Load += new System.EventHandler(this.FormICSInvConnect_Load);
  498. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  499. this.panelControl3.ResumeLayout(false);
  500. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  501. this.groupControl1.ResumeLayout(false);
  502. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  503. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  504. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  505. this.ResumeLayout(false);
  506. }
  507. #endregion
  508. private DevExpress.XtraEditors.SimpleButton btnConfig;
  509. private DevExpress.XtraEditors.SimpleButton btnExit;
  510. private DevExpress.XtraEditors.SimpleButton btnFilter;
  511. private DevExpress.XtraEditors.PanelControl panelControl3;
  512. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  513. private DevExpress.XtraEditors.LabelControl INVRTitle;
  514. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  515. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  516. private Base.UserControl.FormControl.PageNavTool rptPage;
  517. private DevExpress.XtraEditors.GroupControl groupControl1;
  518. private DevExpress.XtraGrid.GridControl grdDetail;
  519. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  520. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  521. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  522. private DevExpress.XtraGrid.Columns.GridColumn colID;
  523. private DevExpress.XtraEditors.SimpleButton btnClose;
  524. private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
  525. private DevExpress.XtraGrid.Columns.GridColumn colLOTQTY;
  526. private DevExpress.XtraGrid.Columns.GridColumn colACTIVE;
  527. private DevExpress.XtraGrid.Columns.GridColumn colWorkPoint;
  528. private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
  529. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  530. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  531. private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
  532. private DevExpress.XtraEditors.SimpleButton btnPrint;
  533. private DevExpress.XtraGrid.Columns.GridColumn colMCODE;
  534. private DevExpress.XtraGrid.Columns.GridColumn colTransNO;
  535. private DevExpress.XtraGrid.Columns.GridColumn colVENDORITEMCODE;
  536. private DevExpress.XtraGrid.Columns.GridColumn colVENDORCODE;
  537. private DevExpress.XtraGrid.Columns.GridColumn colTransLine;
  538. private DevExpress.XtraGrid.Columns.GridColumn colVenderLotNO;
  539. private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTDATE;
  540. private DevExpress.XtraGrid.Columns.GridColumn colExdate;
  541. private DevExpress.XtraGrid.Columns.GridColumn colTYPE;
  542. private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE2;
  543. }
  544. }