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

666 lines
36 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSWareHouseLotInfoLog
  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(FormICSWareHouseLotInfoLog));
  29. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  30. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  31. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  32. this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  34. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  35. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colReceiptNO = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colReceiptLine = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colRECTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.colIQCStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colINVCONTROLTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colINVDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colVendorCode = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colVendorName = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colROHS = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colRECEIVEQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colQualifyQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colACTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colStorageCode = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colStackCode = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  53. this.colMEMO = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colITEMLot = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  56. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  59. this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  60. this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  61. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  62. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  63. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  64. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  65. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  66. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  67. this.btnStorage = new DevExpress.XtraEditors.SimpleButton();
  68. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  69. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  70. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  71. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  72. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  81. this.panelControl3.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  83. this.groupControl1.SuspendLayout();
  84. this.SuspendLayout();
  85. //
  86. // gridView1
  87. //
  88. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  89. this.gridColumn1,
  90. this.gridColumn2,
  91. this.gridColumn3});
  92. this.gridView1.GridControl = this.grdDetail;
  93. this.gridView1.Name = "gridView1";
  94. //
  95. // gridColumn1
  96. //
  97. this.gridColumn1.Caption = "gridColumn1";
  98. this.gridColumn1.FieldName = "DCTCode";
  99. this.gridColumn1.Name = "gridColumn1";
  100. this.gridColumn1.Visible = true;
  101. this.gridColumn1.VisibleIndex = 0;
  102. //
  103. // gridColumn2
  104. //
  105. this.gridColumn2.Caption = "gridColumn2";
  106. this.gridColumn2.Name = "gridColumn2";
  107. this.gridColumn2.Visible = true;
  108. this.gridColumn2.VisibleIndex = 1;
  109. //
  110. // gridColumn3
  111. //
  112. this.gridColumn3.Caption = "gridColumn3";
  113. this.gridColumn3.Name = "gridColumn3";
  114. this.gridColumn3.Visible = true;
  115. this.gridColumn3.VisibleIndex = 2;
  116. //
  117. // grdDetail
  118. //
  119. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  121. this.grdDetail.Location = new System.Drawing.Point(2, 30);
  122. this.grdDetail.MainView = this.grvDetail;
  123. this.grdDetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  124. this.grdDetail.Name = "grdDetail";
  125. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  126. this.repositoryItemButtonEdit3,
  127. this.repositoryItemButtonEdit4});
  128. this.grdDetail.Size = new System.Drawing.Size(1476, 570);
  129. this.grdDetail.TabIndex = 0;
  130. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  131. this.grvDetail,
  132. this.grvAdvDetail,
  133. this.gridView1});
  134. //
  135. // grvDetail
  136. //
  137. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  138. this.colisSelect,
  139. this.colReceiptNO,
  140. this.colReceiptLine,
  141. this.colRECTYPE,
  142. this.colIQCStatus,
  143. this.colITEMCODE,
  144. this.colINVCONTROLTYPE,
  145. this.colINVDESC,
  146. this.colINVUOM,
  147. this.colVendorCode,
  148. this.colVendorName,
  149. this.colROHS,
  150. this.colRECEIVEQTY,
  151. this.colQualifyQTY,
  152. this.colACTQTY,
  153. this.colStorageCode,
  154. this.colStackCode,
  155. this.colMEMO,
  156. this.colITEMLot,
  157. this.colMUSERName,
  158. this.colMTIME});
  159. this.grvDetail.GridControl = this.grdDetail;
  160. this.grvDetail.IndicatorWidth = 40;
  161. this.grvDetail.Name = "grvDetail";
  162. this.grvDetail.OptionsBehavior.ReadOnly = true;
  163. this.grvDetail.OptionsSelection.MultiSelect = true;
  164. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  165. this.grvDetail.OptionsView.ShowFooter = true;
  166. this.grvDetail.OptionsView.ShowGroupPanel = false;
  167. this.grvDetail.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  168. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  169. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  170. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  171. //
  172. // colisSelect
  173. //
  174. this.colisSelect.Caption = "选择";
  175. this.colisSelect.FieldName = "isSelect";
  176. this.colisSelect.Name = "colisSelect";
  177. this.colisSelect.OptionsColumn.AllowEdit = false;
  178. this.colisSelect.Visible = true;
  179. this.colisSelect.VisibleIndex = 0;
  180. this.colisSelect.Width = 39;
  181. //
  182. // colReceiptNO
  183. //
  184. this.colReceiptNO.Caption = "入库单号";
  185. this.colReceiptNO.FieldName = "ReceiptNO";
  186. this.colReceiptNO.Name = "colReceiptNO";
  187. this.colReceiptNO.Visible = true;
  188. this.colReceiptNO.VisibleIndex = 1;
  189. //
  190. // colReceiptLine
  191. //
  192. this.colReceiptLine.Caption = "入库单行号";
  193. this.colReceiptLine.FieldName = "ReceiptLine";
  194. this.colReceiptLine.Name = "colReceiptLine";
  195. this.colReceiptLine.Visible = true;
  196. this.colReceiptLine.VisibleIndex = 2;
  197. //
  198. // colRECTYPE
  199. //
  200. this.colRECTYPE.Caption = "入库单类型";
  201. this.colRECTYPE.FieldName = "RECTYPE";
  202. this.colRECTYPE.Name = "colRECTYPE";
  203. this.colRECTYPE.Visible = true;
  204. this.colRECTYPE.VisibleIndex = 3;
  205. //
  206. // colIQCStatus
  207. //
  208. this.colIQCStatus.Caption = "检验结果";
  209. this.colIQCStatus.FieldName = "IQCStatus";
  210. this.colIQCStatus.Name = "colIQCStatus";
  211. this.colIQCStatus.Visible = true;
  212. this.colIQCStatus.VisibleIndex = 4;
  213. //
  214. // colITEMCODE
  215. //
  216. this.colITEMCODE.Caption = "物料代码";
  217. this.colITEMCODE.FieldName = "ITEMCODE";
  218. this.colITEMCODE.Name = "colITEMCODE";
  219. this.colITEMCODE.Visible = true;
  220. this.colITEMCODE.VisibleIndex = 5;
  221. //
  222. // colINVCONTROLTYPE
  223. //
  224. this.colINVCONTROLTYPE.Caption = "物料管控类型";
  225. this.colINVCONTROLTYPE.FieldName = "INVCONTROLTYPE";
  226. this.colINVCONTROLTYPE.Name = "colINVCONTROLTYPE";
  227. this.colINVCONTROLTYPE.Visible = true;
  228. this.colINVCONTROLTYPE.VisibleIndex = 6;
  229. this.colINVCONTROLTYPE.Width = 82;
  230. //
  231. // colINVDESC
  232. //
  233. this.colINVDESC.Caption = "描述";
  234. this.colINVDESC.FieldName = "INVDESC";
  235. this.colINVDESC.Name = "colINVDESC";
  236. this.colINVDESC.Visible = true;
  237. this.colINVDESC.VisibleIndex = 7;
  238. this.colINVDESC.Width = 43;
  239. //
  240. // colINVUOM
  241. //
  242. this.colINVUOM.Caption = "单位";
  243. this.colINVUOM.FieldName = "INVUOM";
  244. this.colINVUOM.Name = "colINVUOM";
  245. this.colINVUOM.Visible = true;
  246. this.colINVUOM.VisibleIndex = 8;
  247. this.colINVUOM.Width = 46;
  248. //
  249. // colVendorCode
  250. //
  251. this.colVendorCode.Caption = "供应商代码";
  252. this.colVendorCode.FieldName = "VendorCode";
  253. this.colVendorCode.Name = "colVendorCode";
  254. this.colVendorCode.Visible = true;
  255. this.colVendorCode.VisibleIndex = 9;
  256. //
  257. // colVendorName
  258. //
  259. this.colVendorName.Caption = "供应商名称";
  260. this.colVendorName.FieldName = "VendorName";
  261. this.colVendorName.Name = "colVendorName";
  262. this.colVendorName.Visible = true;
  263. this.colVendorName.VisibleIndex = 10;
  264. //
  265. // colROHS
  266. //
  267. this.colROHS.Caption = "ROHS标志";
  268. this.colROHS.FieldName = "ROHS";
  269. this.colROHS.Name = "colROHS";
  270. this.colROHS.Visible = true;
  271. this.colROHS.VisibleIndex = 11;
  272. //
  273. // colRECEIVEQTY
  274. //
  275. this.colRECEIVEQTY.Caption = "收货数量";
  276. this.colRECEIVEQTY.FieldName = "RECEIVEQTY";
  277. this.colRECEIVEQTY.Name = "colRECEIVEQTY";
  278. this.colRECEIVEQTY.Visible = true;
  279. this.colRECEIVEQTY.VisibleIndex = 12;
  280. //
  281. // colQualifyQTY
  282. //
  283. this.colQualifyQTY.Caption = "合格数量";
  284. this.colQualifyQTY.FieldName = "QualifyQTY";
  285. this.colQualifyQTY.Name = "colQualifyQTY";
  286. this.colQualifyQTY.Visible = true;
  287. this.colQualifyQTY.VisibleIndex = 13;
  288. //
  289. // colACTQTY
  290. //
  291. this.colACTQTY.Caption = "入库数量";
  292. this.colACTQTY.FieldName = "ACTQTY";
  293. this.colACTQTY.Name = "colACTQTY";
  294. this.colACTQTY.Visible = true;
  295. this.colACTQTY.VisibleIndex = 14;
  296. //
  297. // colStorageCode
  298. //
  299. this.colStorageCode.Caption = "库别";
  300. this.colStorageCode.FieldName = "StorageCode";
  301. this.colStorageCode.Name = "colStorageCode";
  302. this.colStorageCode.Visible = true;
  303. this.colStorageCode.VisibleIndex = 15;
  304. this.colStorageCode.Width = 67;
  305. //
  306. // colStackCode
  307. //
  308. this.colStackCode.Caption = "库位";
  309. this.colStackCode.ColumnEdit = this.repositoryItemButtonEdit3;
  310. this.colStackCode.FieldName = "StackCode";
  311. this.colStackCode.Name = "colStackCode";
  312. this.colStackCode.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  313. this.colStackCode.Visible = true;
  314. this.colStackCode.VisibleIndex = 16;
  315. this.colStackCode.Width = 55;
  316. //
  317. // repositoryItemButtonEdit3
  318. //
  319. this.repositoryItemButtonEdit3.AutoHeight = false;
  320. this.repositoryItemButtonEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  321. new DevExpress.XtraEditors.Controls.EditorButton()});
  322. this.repositoryItemButtonEdit3.Name = "repositoryItemButtonEdit3";
  323. this.repositoryItemButtonEdit3.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_BottonClick);
  324. //
  325. // colMEMO
  326. //
  327. this.colMEMO.Caption = "备注";
  328. this.colMEMO.FieldName = "MEMO";
  329. this.colMEMO.Name = "colMEMO";
  330. this.colMEMO.Visible = true;
  331. this.colMEMO.VisibleIndex = 17;
  332. this.colMEMO.Width = 47;
  333. //
  334. // colITEMLot
  335. //
  336. this.colITEMLot.Caption = "追溯信息维护";
  337. this.colITEMLot.ColumnEdit = this.repositoryItemButtonEdit4;
  338. this.colITEMLot.FieldName = "ITEMLot";
  339. this.colITEMLot.Name = "colITEMLot";
  340. this.colITEMLot.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  341. this.colITEMLot.Visible = true;
  342. this.colITEMLot.VisibleIndex = 18;
  343. this.colITEMLot.Width = 82;
  344. //
  345. // repositoryItemButtonEdit4
  346. //
  347. this.repositoryItemButtonEdit4.AutoHeight = false;
  348. this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  349. new DevExpress.XtraEditors.Controls.EditorButton()});
  350. this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4";
  351. this.repositoryItemButtonEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  352. this.repositoryItemButtonEdit4.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit2_BottonClick);
  353. //
  354. // colMUSERName
  355. //
  356. this.colMUSERName.Caption = "维护人";
  357. this.colMUSERName.FieldName = "MUSERName";
  358. this.colMUSERName.Name = "colMUSERName";
  359. this.colMUSERName.Visible = true;
  360. this.colMUSERName.VisibleIndex = 19;
  361. //
  362. // colMTIME
  363. //
  364. this.colMTIME.Caption = "维护时间";
  365. this.colMTIME.FieldName = "MTIME";
  366. this.colMTIME.Name = "colMTIME";
  367. this.colMTIME.OptionsColumn.AllowEdit = false;
  368. this.colMTIME.Visible = true;
  369. this.colMTIME.VisibleIndex = 20;
  370. //
  371. // grvAdvDetail
  372. //
  373. this.grvAdvDetail.GridControl = this.grdDetail;
  374. this.grvAdvDetail.Name = "grvAdvDetail";
  375. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  376. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  377. this.grvAdvDetail.OptionsView.ShowFooter = true;
  378. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  379. //
  380. // repositoryItemButtonEdit1
  381. //
  382. this.repositoryItemButtonEdit1.AutoHeight = false;
  383. this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  384. new DevExpress.XtraEditors.Controls.EditorButton()});
  385. this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
  386. this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_BottonClick);
  387. //
  388. // repositoryItemButtonEdit2
  389. //
  390. this.repositoryItemButtonEdit2.AutoHeight = false;
  391. this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  392. new DevExpress.XtraEditors.Controls.EditorButton()});
  393. this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
  394. this.repositoryItemButtonEdit2.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit2_BottonClick);
  395. //
  396. // btnConfig
  397. //
  398. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  399. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  400. this.btnConfig.Appearance.Options.UseFont = true;
  401. this.btnConfig.Appearance.Options.UseForeColor = true;
  402. this.btnConfig.Appearance.Options.UseTextOptions = true;
  403. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  404. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  405. this.btnConfig.Location = new System.Drawing.Point(256, 0);
  406. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  407. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  408. this.btnConfig.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  409. this.btnConfig.Name = "btnConfig";
  410. this.btnConfig.Size = new System.Drawing.Size(131, 47);
  411. this.btnConfig.TabIndex = 4;
  412. this.btnConfig.Text = "数据源设置";
  413. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  414. //
  415. // btnFilter
  416. //
  417. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  418. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  419. this.btnFilter.Appearance.Options.UseFont = true;
  420. this.btnFilter.Appearance.Options.UseForeColor = true;
  421. this.btnFilter.Appearance.Options.UseTextOptions = true;
  422. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  423. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  424. this.btnFilter.Location = new System.Drawing.Point(171, 0);
  425. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  426. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  427. this.btnFilter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  428. this.btnFilter.Name = "btnFilter";
  429. this.btnFilter.Size = new System.Drawing.Size(84, 47);
  430. this.btnFilter.TabIndex = 11;
  431. this.btnFilter.Text = "过滤";
  432. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  433. //
  434. // panelControl3
  435. //
  436. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  437. this.panelControl3.Appearance.Options.UseBackColor = true;
  438. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  439. this.panelControl3.Controls.Add(this.btnRefresh);
  440. this.panelControl3.Controls.Add(this.btnCancle);
  441. this.panelControl3.Controls.Add(this.btnExit);
  442. this.panelControl3.Controls.Add(this.btnStorage);
  443. this.panelControl3.Controls.Add(this.lblTitle);
  444. this.panelControl3.Controls.Add(this.btnClose);
  445. this.panelControl3.Controls.Add(this.btnFilter);
  446. this.panelControl3.Controls.Add(this.btnConfig);
  447. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  448. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  449. this.panelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  450. this.panelControl3.Name = "panelControl3";
  451. this.panelControl3.Size = new System.Drawing.Size(1480, 47);
  452. this.panelControl3.TabIndex = 13;
  453. //
  454. // btnRefresh
  455. //
  456. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  457. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  458. this.btnRefresh.Appearance.Options.UseFont = true;
  459. this.btnRefresh.Appearance.Options.UseForeColor = true;
  460. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  461. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  462. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  463. this.btnRefresh.Location = new System.Drawing.Point(556, 0);
  464. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  465. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  466. this.btnRefresh.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  467. this.btnRefresh.Name = "btnRefresh";
  468. this.btnRefresh.Size = new System.Drawing.Size(83, 47);
  469. this.btnRefresh.TabIndex = 18;
  470. this.btnRefresh.Text = "刷新";
  471. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  472. //
  473. // btnCancle
  474. //
  475. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  476. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  477. this.btnCancle.Appearance.Options.UseFont = true;
  478. this.btnCancle.Appearance.Options.UseForeColor = true;
  479. this.btnCancle.Appearance.Options.UseTextOptions = true;
  480. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  481. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  482. this.btnCancle.Location = new System.Drawing.Point(470, 0);
  483. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  484. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  485. this.btnCancle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  486. this.btnCancle.Name = "btnCancle";
  487. this.btnCancle.Size = new System.Drawing.Size(86, 47);
  488. this.btnCancle.TabIndex = 28;
  489. this.btnCancle.Text = "关闭";
  490. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  491. //
  492. // btnExit
  493. //
  494. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  495. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  496. this.btnExit.Appearance.Options.UseFont = true;
  497. this.btnExit.Appearance.Options.UseForeColor = true;
  498. this.btnExit.Appearance.Options.UseTextOptions = true;
  499. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  500. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  501. this.btnExit.Location = new System.Drawing.Point(639, 0);
  502. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  503. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  504. this.btnExit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  505. this.btnExit.Name = "btnExit";
  506. this.btnExit.Size = new System.Drawing.Size(79, 47);
  507. this.btnExit.TabIndex = 11;
  508. this.btnExit.Text = "退出";
  509. this.btnExit.Click += new System.EventHandler(this.btnExit_Click_1);
  510. //
  511. // btnStorage
  512. //
  513. this.btnStorage.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  514. this.btnStorage.Appearance.ForeColor = System.Drawing.Color.White;
  515. this.btnStorage.Appearance.Options.UseFont = true;
  516. this.btnStorage.Appearance.Options.UseForeColor = true;
  517. this.btnStorage.Appearance.Options.UseTextOptions = true;
  518. this.btnStorage.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  519. this.btnStorage.Image = ((System.Drawing.Image)(resources.GetObject("btnStorage.Image")));
  520. this.btnStorage.Location = new System.Drawing.Point(387, 0);
  521. this.btnStorage.LookAndFeel.SkinName = "BlueButtonSkin";
  522. this.btnStorage.LookAndFeel.UseDefaultLookAndFeel = false;
  523. this.btnStorage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  524. this.btnStorage.Name = "btnStorage";
  525. this.btnStorage.Size = new System.Drawing.Size(83, 47);
  526. this.btnStorage.TabIndex = 27;
  527. this.btnStorage.Text = "入库";
  528. this.btnStorage.Click += new System.EventHandler(this.btnStorage_Click);
  529. //
  530. // lblTitle
  531. //
  532. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  533. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  534. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  535. this.lblTitle.Location = new System.Drawing.Point(4, 6);
  536. this.lblTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  537. this.lblTitle.Name = "lblTitle";
  538. this.lblTitle.Size = new System.Drawing.Size(150, 36);
  539. this.lblTitle.TabIndex = 19;
  540. this.lblTitle.Text = "物料收料入库";
  541. //
  542. // btnClose
  543. //
  544. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  545. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  546. this.btnClose.Appearance.Options.UseFont = true;
  547. this.btnClose.Appearance.Options.UseForeColor = true;
  548. this.btnClose.Appearance.Options.UseTextOptions = true;
  549. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  550. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  551. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  552. this.btnClose.Location = new System.Drawing.Point(1443, 0);
  553. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  554. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  555. this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  556. this.btnClose.Name = "btnClose";
  557. this.btnClose.Size = new System.Drawing.Size(37, 47);
  558. this.btnClose.TabIndex = 14;
  559. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  560. //
  561. // rptPage
  562. //
  563. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  564. this.rptPage.Appearance.Options.UseBackColor = true;
  565. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  566. this.rptPage.isInit = false;
  567. this.rptPage.Location = new System.Drawing.Point(0, 649);
  568. this.rptPage.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  569. this.rptPage.Name = "rptPage";
  570. this.rptPage.PageIndex = 0;
  571. this.rptPage.PageSize = 0;
  572. this.rptPage.RecordNum = 0;
  573. this.rptPage.Size = new System.Drawing.Size(1480, 41);
  574. this.rptPage.TabIndex = 15;
  575. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  576. //
  577. // groupControl1
  578. //
  579. this.groupControl1.Controls.Add(this.grdDetail);
  580. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  581. this.groupControl1.Location = new System.Drawing.Point(0, 47);
  582. this.groupControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  583. this.groupControl1.Name = "groupControl1";
  584. this.groupControl1.Size = new System.Drawing.Size(1480, 602);
  585. this.groupControl1.TabIndex = 14;
  586. this.groupControl1.Text = "详细信息";
  587. //
  588. // FormICSWareHouseLotInfoLog
  589. //
  590. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  591. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  592. this.ClientSize = new System.Drawing.Size(1480, 690);
  593. this.Controls.Add(this.groupControl1);
  594. this.Controls.Add(this.rptPage);
  595. this.Controls.Add(this.panelControl3);
  596. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  597. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  598. this.Name = "FormICSWareHouseLotInfoLog";
  599. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  600. this.Text = "FormGridReport";
  601. this.Load += new System.EventHandler(this.FormDCT_Load);
  602. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  603. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  604. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  605. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit();
  606. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit();
  607. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  608. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
  609. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
  610. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  611. this.panelControl3.ResumeLayout(false);
  612. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  613. this.groupControl1.ResumeLayout(false);
  614. this.ResumeLayout(false);
  615. }
  616. #endregion
  617. private DevExpress.XtraEditors.SimpleButton btnConfig;
  618. private DevExpress.XtraEditors.SimpleButton btnFilter;
  619. private DevExpress.XtraEditors.PanelControl panelControl3;
  620. private DevExpress.XtraEditors.SimpleButton btnClose;
  621. private DevExpress.XtraEditors.LabelControl lblTitle;
  622. private Base.UserControl.FormControl.PageNavTool rptPage;
  623. private DevExpress.XtraEditors.GroupControl groupControl1;
  624. private DevExpress.XtraGrid.GridControl grdDetail;
  625. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  626. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  627. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  628. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  629. private DevExpress.XtraGrid.Columns.GridColumn colReceiptNO;
  630. private DevExpress.XtraGrid.Columns.GridColumn colReceiptLine;
  631. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  632. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  633. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  634. private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
  635. private DevExpress.XtraGrid.Columns.GridColumn colRECTYPE;
  636. private DevExpress.XtraGrid.Columns.GridColumn colIQCStatus;
  637. private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE;
  638. private DevExpress.XtraGrid.Columns.GridColumn colINVCONTROLTYPE;
  639. private DevExpress.XtraGrid.Columns.GridColumn colINVDESC;
  640. private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
  641. private DevExpress.XtraGrid.Columns.GridColumn colVendorCode;
  642. private DevExpress.XtraGrid.Columns.GridColumn colVendorName;
  643. private DevExpress.XtraGrid.Columns.GridColumn colROHS;
  644. private DevExpress.XtraGrid.Columns.GridColumn colRECEIVEQTY;
  645. private DevExpress.XtraGrid.Columns.GridColumn colQualifyQTY;
  646. private DevExpress.XtraGrid.Columns.GridColumn colACTQTY;
  647. private DevExpress.XtraGrid.Columns.GridColumn colStorageCode;
  648. private DevExpress.XtraGrid.Columns.GridColumn colStackCode;
  649. private DevExpress.XtraGrid.Columns.GridColumn colMEMO;
  650. private DevExpress.XtraGrid.Columns.GridColumn colITEMLot;
  651. private DevExpress.XtraEditors.SimpleButton btnStorage;
  652. private DevExpress.XtraEditors.SimpleButton btnExit;
  653. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
  654. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2;
  655. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit3;
  656. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit4;
  657. private DevExpress.XtraEditors.SimpleButton btnCancle;
  658. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  659. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  660. }
  661. }