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

522 lines
28 KiB

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