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

683 lines
37 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSWareHouseLotInfoBegin
  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(FormICSWareHouseLotInfoBegin));
  29. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  30. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  31. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.colWHGUID = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colWHCode = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colBinGUID = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colBinCode = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.colINVGUID = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colINVCode = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colLotQty = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colReceiveDate = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colWorkPoint = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colStorageName = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colStackName = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colTransNO = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colTransLine = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colINVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  57. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  58. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  59. this.btnImportMROMould = new DevExpress.XtraEditors.SimpleButton();
  60. this.btnImportMROData = new DevExpress.XtraEditors.SimpleButton();
  61. this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
  62. this.btnImportMould = new DevExpress.XtraEditors.SimpleButton();
  63. this.btnImportData = new DevExpress.XtraEditors.SimpleButton();
  64. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  65. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  66. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  67. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  68. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  69. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  70. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  71. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  72. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  73. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  74. this.groupControl1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  79. this.panelControl3.SuspendLayout();
  80. this.SuspendLayout();
  81. //
  82. // groupControl1
  83. //
  84. this.groupControl1.Controls.Add(this.grdDetail);
  85. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  87. this.groupControl1.Name = "groupControl1";
  88. this.groupControl1.Size = new System.Drawing.Size(1113, 419);
  89. this.groupControl1.TabIndex = 14;
  90. this.groupControl1.Text = "详细信息";
  91. //
  92. // grdDetail
  93. //
  94. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  96. this.grdDetail.MainView = this.grvDetail;
  97. this.grdDetail.Name = "grdDetail";
  98. this.grdDetail.Size = new System.Drawing.Size(1109, 395);
  99. this.grdDetail.TabIndex = 1;
  100. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  101. this.grvDetail,
  102. this.grvAdvDetail});
  103. //
  104. // grvDetail
  105. //
  106. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  107. this.colisSelect,
  108. this.colID,
  109. this.colLotNO,
  110. this.colWHGUID,
  111. this.colWHCode,
  112. this.colBinGUID,
  113. this.colBinCode,
  114. this.colINVGUID,
  115. this.colINVCode,
  116. this.colLotQty,
  117. this.colReceiveDate,
  118. this.colWorkPoint,
  119. this.colMUSER,
  120. this.colMUSERName,
  121. this.colMTIME,
  122. this.colEATTRIBUTE1,
  123. this.colStorageName,
  124. this.colStackName,
  125. this.colINVNAME,
  126. this.colTYPE,
  127. this.colMCODE,
  128. this.colTransNO,
  129. this.colTransLine,
  130. this.colINVSTD});
  131. this.grvDetail.GridControl = this.grdDetail;
  132. this.grvDetail.IndicatorWidth = 40;
  133. this.grvDetail.Name = "grvDetail";
  134. this.grvDetail.OptionsSelection.MultiSelect = true;
  135. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  136. this.grvDetail.OptionsView.ShowFooter = true;
  137. this.grvDetail.OptionsView.ShowGroupPanel = false;
  138. this.grvDetail.DoubleClick += new System.EventHandler(this.grdDetail_DoubleClick);
  139. //
  140. // colisSelect
  141. //
  142. this.colisSelect.Caption = "选择";
  143. this.colisSelect.FieldName = "isSelect";
  144. this.colisSelect.Name = "colisSelect";
  145. this.colisSelect.OptionsColumn.AllowEdit = false;
  146. this.colisSelect.OptionsColumn.ReadOnly = true;
  147. this.colisSelect.Visible = true;
  148. this.colisSelect.VisibleIndex = 0;
  149. //
  150. // colID
  151. //
  152. this.colID.Caption = "guid";
  153. this.colID.FieldName = "ID";
  154. this.colID.Name = "colID";
  155. //
  156. // colLotNO
  157. //
  158. this.colLotNO.Caption = "物料批号";
  159. this.colLotNO.FieldName = "LotNO";
  160. this.colLotNO.Name = "colLotNO";
  161. this.colLotNO.Visible = true;
  162. this.colLotNO.VisibleIndex = 1;
  163. //
  164. // colWHGUID
  165. //
  166. this.colWHGUID.Caption = "库房ID";
  167. this.colWHGUID.FieldName = "WHGUID";
  168. this.colWHGUID.Name = "colWHGUID";
  169. //
  170. // colWHCode
  171. //
  172. this.colWHCode.Caption = "库房编码";
  173. this.colWHCode.FieldName = "WHCode";
  174. this.colWHCode.Name = "colWHCode";
  175. this.colWHCode.Visible = true;
  176. this.colWHCode.VisibleIndex = 2;
  177. //
  178. // colBinGUID
  179. //
  180. this.colBinGUID.Caption = "库位ID";
  181. this.colBinGUID.FieldName = "BinGUID";
  182. this.colBinGUID.Name = "colBinGUID";
  183. //
  184. // colBinCode
  185. //
  186. this.colBinCode.Caption = "库位编码";
  187. this.colBinCode.FieldName = "BinCode";
  188. this.colBinCode.Name = "colBinCode";
  189. this.colBinCode.Visible = true;
  190. this.colBinCode.VisibleIndex = 4;
  191. //
  192. // colINVGUID
  193. //
  194. this.colINVGUID.Caption = "物料ID";
  195. this.colINVGUID.FieldName = "INVGUID";
  196. this.colINVGUID.Name = "colINVGUID";
  197. //
  198. // colINVCode
  199. //
  200. this.colINVCode.Caption = "存货编码";
  201. this.colINVCode.FieldName = "INVCode";
  202. this.colINVCode.Name = "colINVCode";
  203. this.colINVCode.Visible = true;
  204. this.colINVCode.VisibleIndex = 6;
  205. //
  206. // colLotQty
  207. //
  208. this.colLotQty.Caption = "物料在库数量";
  209. this.colLotQty.FieldName = "LotQty";
  210. this.colLotQty.Name = "colLotQty";
  211. this.colLotQty.Visible = true;
  212. this.colLotQty.VisibleIndex = 8;
  213. this.colLotQty.Width = 104;
  214. //
  215. // colReceiveDate
  216. //
  217. this.colReceiveDate.Caption = "入库日期";
  218. this.colReceiveDate.FieldName = "ReceiveDate";
  219. this.colReceiveDate.Name = "colReceiveDate";
  220. this.colReceiveDate.Visible = true;
  221. this.colReceiveDate.VisibleIndex = 9;
  222. //
  223. // colWorkPoint
  224. //
  225. this.colWorkPoint.Caption = "站点";
  226. this.colWorkPoint.FieldName = "WorkPoint";
  227. this.colWorkPoint.Name = "colWorkPoint";
  228. //
  229. // colMUSER
  230. //
  231. this.colMUSER.Caption = "维护人";
  232. this.colMUSER.FieldName = "MUSER";
  233. this.colMUSER.Name = "colMUSER";
  234. //
  235. // colMUSERName
  236. //
  237. this.colMUSERName.Caption = "维护人名称";
  238. this.colMUSERName.FieldName = "MUSERName";
  239. this.colMUSERName.Name = "colMUSERName";
  240. this.colMUSERName.Visible = true;
  241. this.colMUSERName.VisibleIndex = 10;
  242. //
  243. // colMTIME
  244. //
  245. this.colMTIME.Caption = "维护时间";
  246. this.colMTIME.FieldName = "MTIME";
  247. this.colMTIME.Name = "colMTIME";
  248. //
  249. // colEATTRIBUTE1
  250. //
  251. this.colEATTRIBUTE1.Caption = "备用字段";
  252. this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1";
  253. this.colEATTRIBUTE1.Name = "colEATTRIBUTE1";
  254. //
  255. // colStorageName
  256. //
  257. this.colStorageName.Caption = "库房名称";
  258. this.colStorageName.FieldName = "StorageName";
  259. this.colStorageName.Name = "colStorageName";
  260. this.colStorageName.Visible = true;
  261. this.colStorageName.VisibleIndex = 3;
  262. //
  263. // colStackName
  264. //
  265. this.colStackName.Caption = "库位名称";
  266. this.colStackName.FieldName = "StackName";
  267. this.colStackName.Name = "colStackName";
  268. this.colStackName.Visible = true;
  269. this.colStackName.VisibleIndex = 5;
  270. //
  271. // colINVNAME
  272. //
  273. this.colINVNAME.Caption = "存货名称";
  274. this.colINVNAME.FieldName = "INVNAME";
  275. this.colINVNAME.Name = "colINVNAME";
  276. this.colINVNAME.Visible = true;
  277. this.colINVNAME.VisibleIndex = 7;
  278. //
  279. // colTYPE
  280. //
  281. this.colTYPE.Caption = "条码类型";
  282. this.colTYPE.FieldName = "TYPE";
  283. this.colTYPE.Name = "colTYPE";
  284. this.colTYPE.Visible = true;
  285. this.colTYPE.VisibleIndex = 11;
  286. //
  287. // colMCODE
  288. //
  289. this.colMCODE.Caption = "生产订单号";
  290. this.colMCODE.FieldName = "ItemCode";
  291. this.colMCODE.Name = "colMCODE";
  292. //
  293. // colTransNO
  294. //
  295. this.colTransNO.Caption = "交易单号";
  296. this.colTransNO.FieldName = "TransNO";
  297. this.colTransNO.Name = "colTransNO";
  298. //
  299. // colTransLine
  300. //
  301. this.colTransLine.Caption = "交易单行号";
  302. this.colTransLine.FieldName = "TransLine";
  303. this.colTransLine.Name = "colTransLine";
  304. //
  305. // colINVSTD
  306. //
  307. this.colINVSTD.Caption = "规格型号";
  308. this.colINVSTD.FieldName = "INVSTD";
  309. this.colINVSTD.Name = "colINVSTD";
  310. this.colINVSTD.Visible = true;
  311. this.colINVSTD.VisibleIndex = 12;
  312. //
  313. // grvAdvDetail
  314. //
  315. this.grvAdvDetail.GridControl = this.grdDetail;
  316. this.grvAdvDetail.Name = "grvAdvDetail";
  317. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  318. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  319. this.grvAdvDetail.OptionsView.ShowFooter = true;
  320. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  321. //
  322. // rptPage
  323. //
  324. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  325. this.rptPage.Appearance.Options.UseBackColor = true;
  326. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  327. this.rptPage.isInit = false;
  328. this.rptPage.Location = new System.Drawing.Point(0, 449);
  329. this.rptPage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  330. this.rptPage.Name = "rptPage";
  331. this.rptPage.PageIndex = 0;
  332. this.rptPage.PageSize = 0;
  333. this.rptPage.RecordNum = 0;
  334. this.rptPage.Size = new System.Drawing.Size(1113, 26);
  335. this.rptPage.TabIndex = 15;
  336. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  337. //
  338. // panelControl3
  339. //
  340. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  341. this.panelControl3.Appearance.Options.UseBackColor = true;
  342. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  343. this.panelControl3.Controls.Add(this.btnImportMROMould);
  344. this.panelControl3.Controls.Add(this.btnImportMROData);
  345. this.panelControl3.Controls.Add(this.btnPrint);
  346. this.panelControl3.Controls.Add(this.btnImportMould);
  347. this.panelControl3.Controls.Add(this.btnImportData);
  348. this.panelControl3.Controls.Add(this.btnOutPut);
  349. this.panelControl3.Controls.Add(this.btnCanSelect);
  350. this.panelControl3.Controls.Add(this.btnSelect);
  351. this.panelControl3.Controls.Add(this.btnConfig);
  352. this.panelControl3.Controls.Add(this.btnExit);
  353. this.panelControl3.Controls.Add(this.btnFalsh);
  354. this.panelControl3.Controls.Add(this.btnFilter);
  355. this.panelControl3.Controls.Add(this.btnClose);
  356. this.panelControl3.Controls.Add(this.lblTitle);
  357. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  358. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  359. this.panelControl3.Name = "panelControl3";
  360. this.panelControl3.Size = new System.Drawing.Size(1113, 30);
  361. this.panelControl3.TabIndex = 13;
  362. //
  363. // btnImportMROMould
  364. //
  365. this.btnImportMROMould.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  366. this.btnImportMROMould.Appearance.ForeColor = System.Drawing.Color.White;
  367. this.btnImportMROMould.Appearance.Options.UseFont = true;
  368. this.btnImportMROMould.Appearance.Options.UseForeColor = true;
  369. this.btnImportMROMould.Appearance.Options.UseTextOptions = true;
  370. this.btnImportMROMould.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  371. this.btnImportMROMould.Image = ((System.Drawing.Image)(resources.GetObject("btnImportMROMould.Image")));
  372. this.btnImportMROMould.Location = new System.Drawing.Point(527, 0);
  373. this.btnImportMROMould.LookAndFeel.SkinName = "BlueButtonSkin";
  374. this.btnImportMROMould.LookAndFeel.UseDefaultLookAndFeel = false;
  375. this.btnImportMROMould.Name = "btnImportMROMould";
  376. this.btnImportMROMould.Size = new System.Drawing.Size(143, 30);
  377. this.btnImportMROMould.TabIndex = 127;
  378. this.btnImportMROMould.Text = "MRO期初模板下载";
  379. this.btnImportMROMould.Click += new System.EventHandler(this.btnImportMROMould_Click);
  380. //
  381. // btnImportMROData
  382. //
  383. this.btnImportMROData.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  384. this.btnImportMROData.Appearance.ForeColor = System.Drawing.Color.White;
  385. this.btnImportMROData.Appearance.Options.UseFont = true;
  386. this.btnImportMROData.Appearance.Options.UseForeColor = true;
  387. this.btnImportMROData.Appearance.Options.UseTextOptions = true;
  388. this.btnImportMROData.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  389. this.btnImportMROData.Image = ((System.Drawing.Image)(resources.GetObject("btnImportMROData.Image")));
  390. this.btnImportMROData.Location = new System.Drawing.Point(668, 0);
  391. this.btnImportMROData.LookAndFeel.SkinName = "BlueButtonSkin";
  392. this.btnImportMROData.LookAndFeel.UseDefaultLookAndFeel = false;
  393. this.btnImportMROData.Name = "btnImportMROData";
  394. this.btnImportMROData.Size = new System.Drawing.Size(133, 30);
  395. this.btnImportMROData.TabIndex = 126;
  396. this.btnImportMROData.Text = "MRO物料期初导入";
  397. this.btnImportMROData.Click += new System.EventHandler(this.btnImportMROData_Click);
  398. //
  399. // btnPrint
  400. //
  401. this.btnPrint.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  402. this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  403. this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White;
  404. this.btnPrint.Appearance.Options.UseBackColor = true;
  405. this.btnPrint.Appearance.Options.UseFont = true;
  406. this.btnPrint.Appearance.Options.UseForeColor = true;
  407. this.btnPrint.Appearance.Options.UseTextOptions = true;
  408. this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  409. this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
  410. this.btnPrint.Location = new System.Drawing.Point(922, 0);
  411. this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
  412. this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
  413. this.btnPrint.Name = "btnPrint";
  414. this.btnPrint.Size = new System.Drawing.Size(105, 30);
  415. this.btnPrint.TabIndex = 125;
  416. this.btnPrint.Text = "打印期初信息";
  417. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  418. //
  419. // btnImportMould
  420. //
  421. this.btnImportMould.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  422. this.btnImportMould.Appearance.ForeColor = System.Drawing.Color.White;
  423. this.btnImportMould.Appearance.Options.UseFont = true;
  424. this.btnImportMould.Appearance.Options.UseForeColor = true;
  425. this.btnImportMould.Appearance.Options.UseTextOptions = true;
  426. this.btnImportMould.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  427. this.btnImportMould.Image = ((System.Drawing.Image)(resources.GetObject("btnImportMould.Image")));
  428. this.btnImportMould.Location = new System.Drawing.Point(348, 0);
  429. this.btnImportMould.LookAndFeel.SkinName = "BlueButtonSkin";
  430. this.btnImportMould.LookAndFeel.UseDefaultLookAndFeel = false;
  431. this.btnImportMould.Name = "btnImportMould";
  432. this.btnImportMould.Size = new System.Drawing.Size(100, 30);
  433. this.btnImportMould.TabIndex = 123;
  434. this.btnImportMould.Text = "期初模板下载";
  435. this.btnImportMould.Click += new System.EventHandler(this.btnImportMould_Click);
  436. //
  437. // btnImportData
  438. //
  439. this.btnImportData.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  440. this.btnImportData.Appearance.ForeColor = System.Drawing.Color.White;
  441. this.btnImportData.Appearance.Options.UseFont = true;
  442. this.btnImportData.Appearance.Options.UseForeColor = true;
  443. this.btnImportData.Appearance.Options.UseTextOptions = true;
  444. this.btnImportData.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  445. this.btnImportData.Image = ((System.Drawing.Image)(resources.GetObject("btnImportData.Image")));
  446. this.btnImportData.Location = new System.Drawing.Point(448, 0);
  447. this.btnImportData.LookAndFeel.SkinName = "BlueButtonSkin";
  448. this.btnImportData.LookAndFeel.UseDefaultLookAndFeel = false;
  449. this.btnImportData.Name = "btnImportData";
  450. this.btnImportData.Size = new System.Drawing.Size(79, 30);
  451. this.btnImportData.TabIndex = 124;
  452. this.btnImportData.Text = "期初导入";
  453. this.btnImportData.Click += new System.EventHandler(this.btnImportData_Click);
  454. //
  455. // btnOutPut
  456. //
  457. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  458. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  459. this.btnOutPut.Appearance.Options.UseFont = true;
  460. this.btnOutPut.Appearance.Options.UseForeColor = true;
  461. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  462. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  463. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  464. this.btnOutPut.Location = new System.Drawing.Point(800, 0);
  465. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  466. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  467. this.btnOutPut.Name = "btnOutPut";
  468. this.btnOutPut.Size = new System.Drawing.Size(63, 30);
  469. this.btnOutPut.TabIndex = 43;
  470. this.btnOutPut.Text = "导出";
  471. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  472. //
  473. // btnCanSelect
  474. //
  475. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  476. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  477. this.btnCanSelect.Appearance.Options.UseFont = true;
  478. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  479. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  480. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  481. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  482. this.btnCanSelect.Location = new System.Drawing.Point(290, 0);
  483. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  484. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  485. this.btnCanSelect.Name = "btnCanSelect";
  486. this.btnCanSelect.Size = new System.Drawing.Size(58, 30);
  487. this.btnCanSelect.TabIndex = 40;
  488. this.btnCanSelect.Text = "全消";
  489. this.btnCanSelect.Click += new System.EventHandler(this.btnCanSelect_Click);
  490. //
  491. // btnSelect
  492. //
  493. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  494. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  495. this.btnSelect.Appearance.Options.UseFont = true;
  496. this.btnSelect.Appearance.Options.UseForeColor = true;
  497. this.btnSelect.Appearance.Options.UseTextOptions = true;
  498. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  499. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  500. this.btnSelect.Location = new System.Drawing.Point(232, 0);
  501. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  502. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  503. this.btnSelect.Name = "btnSelect";
  504. this.btnSelect.Size = new System.Drawing.Size(58, 30);
  505. this.btnSelect.TabIndex = 39;
  506. this.btnSelect.Text = "全选";
  507. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  508. //
  509. // btnConfig
  510. //
  511. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  512. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  513. this.btnConfig.Appearance.Options.UseFont = true;
  514. this.btnConfig.Appearance.Options.UseForeColor = true;
  515. this.btnConfig.Appearance.Options.UseTextOptions = true;
  516. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  517. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  518. this.btnConfig.Location = new System.Drawing.Point(137, 0);
  519. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  520. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  521. this.btnConfig.Name = "btnConfig";
  522. this.btnConfig.Size = new System.Drawing.Size(95, 30);
  523. this.btnConfig.TabIndex = 38;
  524. this.btnConfig.Text = "数据源设置";
  525. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  526. //
  527. // btnExit
  528. //
  529. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  530. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  531. this.btnExit.Appearance.Options.UseFont = true;
  532. this.btnExit.Appearance.Options.UseForeColor = true;
  533. this.btnExit.Appearance.Options.UseTextOptions = true;
  534. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  535. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  536. this.btnExit.Location = new System.Drawing.Point(1027, 0);
  537. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  538. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  539. this.btnExit.Name = "btnExit";
  540. this.btnExit.Size = new System.Drawing.Size(57, 30);
  541. this.btnExit.TabIndex = 37;
  542. this.btnExit.Text = "退出";
  543. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  544. //
  545. // btnFalsh
  546. //
  547. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  548. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  549. this.btnFalsh.Appearance.Options.UseFont = true;
  550. this.btnFalsh.Appearance.Options.UseForeColor = true;
  551. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  552. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  553. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  554. this.btnFalsh.Location = new System.Drawing.Point(863, 0);
  555. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  556. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  557. this.btnFalsh.Name = "btnFalsh";
  558. this.btnFalsh.Size = new System.Drawing.Size(60, 30);
  559. this.btnFalsh.TabIndex = 36;
  560. this.btnFalsh.Text = "刷新";
  561. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  562. //
  563. // btnFilter
  564. //
  565. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  566. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  567. this.btnFilter.Appearance.Options.UseFont = true;
  568. this.btnFilter.Appearance.Options.UseForeColor = true;
  569. this.btnFilter.Appearance.Options.UseTextOptions = true;
  570. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  571. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  572. this.btnFilter.Location = new System.Drawing.Point(75, 0);
  573. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  574. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  575. this.btnFilter.Name = "btnFilter";
  576. this.btnFilter.Size = new System.Drawing.Size(65, 30);
  577. this.btnFilter.TabIndex = 30;
  578. this.btnFilter.Text = "过滤";
  579. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  580. //
  581. // btnClose
  582. //
  583. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  584. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  585. this.btnClose.Appearance.Options.UseFont = true;
  586. this.btnClose.Appearance.Options.UseForeColor = true;
  587. this.btnClose.Appearance.Options.UseTextOptions = true;
  588. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  589. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  590. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  591. this.btnClose.Location = new System.Drawing.Point(1087, 0);
  592. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  593. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  594. this.btnClose.Name = "btnClose";
  595. this.btnClose.Size = new System.Drawing.Size(26, 30);
  596. this.btnClose.TabIndex = 29;
  597. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  598. //
  599. // lblTitle
  600. //
  601. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  602. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  603. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  604. this.lblTitle.Location = new System.Drawing.Point(3, 3);
  605. this.lblTitle.Name = "lblTitle";
  606. this.lblTitle.Size = new System.Drawing.Size(84, 23);
  607. this.lblTitle.TabIndex = 19;
  608. this.lblTitle.Text = "期初信息";
  609. //
  610. // FormICSWareHouseLotInfoBegin
  611. //
  612. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  613. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  614. this.ClientSize = new System.Drawing.Size(1113, 475);
  615. this.Controls.Add(this.groupControl1);
  616. this.Controls.Add(this.rptPage);
  617. this.Controls.Add(this.panelControl3);
  618. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  619. this.Name = "FormICSWareHouseLotInfoBegin";
  620. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  621. this.Text = "FormICSWareHouseLotInfoBegin";
  622. this.Load += new System.EventHandler(this.FormICSSum_Manday_Load_1);
  623. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  624. this.groupControl1.ResumeLayout(false);
  625. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  626. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  627. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  628. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  629. this.panelControl3.ResumeLayout(false);
  630. this.ResumeLayout(false);
  631. }
  632. #endregion
  633. private DevExpress.XtraEditors.GroupControl groupControl1;
  634. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  635. private DevExpress.XtraEditors.PanelControl panelControl3;
  636. private DevExpress.XtraEditors.LabelControl lblTitle;
  637. private DevExpress.XtraEditors.SimpleButton btnClose;
  638. private DevExpress.XtraEditors.SimpleButton btnFilter;
  639. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  640. private DevExpress.XtraEditors.SimpleButton btnExit;
  641. private DevExpress.XtraEditors.SimpleButton btnConfig;
  642. private DevExpress.XtraEditors.SimpleButton btnSelect;
  643. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  644. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  645. private DevExpress.XtraEditors.SimpleButton btnImportMould;
  646. private DevExpress.XtraEditors.SimpleButton btnImportData;
  647. private DevExpress.XtraGrid.GridControl grdDetail;
  648. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  649. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  650. private DevExpress.XtraGrid.Columns.GridColumn colID;
  651. private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
  652. private DevExpress.XtraGrid.Columns.GridColumn colWHGUID;
  653. private DevExpress.XtraGrid.Columns.GridColumn colWHCode;
  654. private DevExpress.XtraGrid.Columns.GridColumn colBinGUID;
  655. private DevExpress.XtraGrid.Columns.GridColumn colBinCode;
  656. private DevExpress.XtraGrid.Columns.GridColumn colINVGUID;
  657. private DevExpress.XtraGrid.Columns.GridColumn colINVCode;
  658. private DevExpress.XtraGrid.Columns.GridColumn colLotQty;
  659. private DevExpress.XtraGrid.Columns.GridColumn colReceiveDate;
  660. private DevExpress.XtraGrid.Columns.GridColumn colWorkPoint;
  661. private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
  662. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  663. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  664. private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
  665. private DevExpress.XtraGrid.Columns.GridColumn colStorageName;
  666. private DevExpress.XtraGrid.Columns.GridColumn colStackName;
  667. private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
  668. private DevExpress.XtraGrid.Columns.GridColumn colTYPE;
  669. private DevExpress.XtraGrid.Columns.GridColumn colMCODE;
  670. private DevExpress.XtraGrid.Columns.GridColumn colTransNO;
  671. private DevExpress.XtraGrid.Columns.GridColumn colTransLine;
  672. private DevExpress.XtraGrid.Columns.GridColumn colINVSTD;
  673. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  674. private DevExpress.XtraEditors.SimpleButton btnPrint;
  675. private DevExpress.XtraEditors.SimpleButton btnImportMROData;
  676. private DevExpress.XtraEditors.SimpleButton btnImportMROMould;
  677. }
  678. }