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

525 lines
28 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSWBSSpecialLog
  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(FormICSWBSSpecialLog));
  29. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.BtnPrint = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  34. this.btnWBSTransfer = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  38. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  39. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  40. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  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.ProjectType = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.whCode = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.LotNoNew = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colLotQty = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.LotNoOld = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.INVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.INVCode = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.INVCOENew = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.BATCHNew = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.BATCHOld = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.Reason = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.collotStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.MTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.repInt = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
  59. this.repfloat = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
  60. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  61. this.panelControl3.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.repInt)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.repfloat)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // rptPage
  69. //
  70. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  71. this.rptPage.Appearance.Options.UseBackColor = true;
  72. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  73. this.rptPage.isInit = false;
  74. this.rptPage.Location = new System.Drawing.Point(0, 413);
  75. this.rptPage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  76. this.rptPage.Name = "rptPage";
  77. this.rptPage.PageIndex = 0;
  78. this.rptPage.PageSize = 0;
  79. this.rptPage.RecordNum = 0;
  80. this.rptPage.Size = new System.Drawing.Size(812, 26);
  81. this.rptPage.TabIndex = 15;
  82. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  83. //
  84. // panelControl3
  85. //
  86. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  87. this.panelControl3.Appearance.Options.UseBackColor = true;
  88. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  89. this.panelControl3.Controls.Add(this.BtnPrint);
  90. this.panelControl3.Controls.Add(this.btnCancelAll);
  91. this.panelControl3.Controls.Add(this.btnSelectAll);
  92. this.panelControl3.Controls.Add(this.btnWBSTransfer);
  93. this.panelControl3.Controls.Add(this.btnConfig);
  94. this.panelControl3.Controls.Add(this.btnExit);
  95. this.panelControl3.Controls.Add(this.btnFalsh);
  96. this.panelControl3.Controls.Add(this.btnFilter);
  97. this.panelControl3.Controls.Add(this.btnClose);
  98. this.panelControl3.Controls.Add(this.lblTitle);
  99. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  100. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  101. this.panelControl3.Name = "panelControl3";
  102. this.panelControl3.Size = new System.Drawing.Size(812, 30);
  103. this.panelControl3.TabIndex = 13;
  104. //
  105. // BtnPrint
  106. //
  107. this.BtnPrint.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  108. this.BtnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  109. this.BtnPrint.Appearance.ForeColor = System.Drawing.Color.White;
  110. this.BtnPrint.Appearance.Options.UseBackColor = true;
  111. this.BtnPrint.Appearance.Options.UseFont = true;
  112. this.BtnPrint.Appearance.Options.UseForeColor = true;
  113. this.BtnPrint.Appearance.Options.UseTextOptions = true;
  114. this.BtnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  115. this.BtnPrint.Image = ((System.Drawing.Image)(resources.GetObject("BtnPrint.Image")));
  116. this.BtnPrint.Location = new System.Drawing.Point(521, 0);
  117. this.BtnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
  118. this.BtnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
  119. this.BtnPrint.Name = "BtnPrint";
  120. this.BtnPrint.Size = new System.Drawing.Size(80, 30);
  121. this.BtnPrint.TabIndex = 123;
  122. this.BtnPrint.Text = "打印标签";
  123. this.BtnPrint.Click += new System.EventHandler(this.BtnPrint_Click);
  124. //
  125. // btnCancelAll
  126. //
  127. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  128. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  129. this.btnCancelAll.Appearance.Options.UseFont = true;
  130. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  131. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  132. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  133. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  134. this.btnCancelAll.Location = new System.Drawing.Point(379, 0);
  135. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  136. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  137. this.btnCancelAll.Name = "btnCancelAll";
  138. this.btnCancelAll.Size = new System.Drawing.Size(58, 30);
  139. this.btnCancelAll.TabIndex = 42;
  140. this.btnCancelAll.Text = "全消";
  141. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  142. //
  143. // btnSelectAll
  144. //
  145. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  146. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  147. this.btnSelectAll.Appearance.Options.UseFont = true;
  148. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  149. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  150. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  151. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  152. this.btnSelectAll.Location = new System.Drawing.Point(328, 0);
  153. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  154. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  155. this.btnSelectAll.Name = "btnSelectAll";
  156. this.btnSelectAll.Size = new System.Drawing.Size(58, 30);
  157. this.btnSelectAll.TabIndex = 41;
  158. this.btnSelectAll.Text = "全选";
  159. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  160. //
  161. // btnWBSTransfer
  162. //
  163. this.btnWBSTransfer.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  164. this.btnWBSTransfer.Appearance.ForeColor = System.Drawing.Color.White;
  165. this.btnWBSTransfer.Appearance.Options.UseFont = true;
  166. this.btnWBSTransfer.Appearance.Options.UseForeColor = true;
  167. this.btnWBSTransfer.Appearance.Options.UseTextOptions = true;
  168. this.btnWBSTransfer.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  169. this.btnWBSTransfer.Image = ((System.Drawing.Image)(resources.GetObject("btnWBSTransfer.Image")));
  170. this.btnWBSTransfer.Location = new System.Drawing.Point(436, 0);
  171. this.btnWBSTransfer.LookAndFeel.SkinName = "BlueButtonSkin";
  172. this.btnWBSTransfer.LookAndFeel.UseDefaultLookAndFeel = false;
  173. this.btnWBSTransfer.Name = "btnWBSTransfer";
  174. this.btnWBSTransfer.Size = new System.Drawing.Size(86, 30);
  175. this.btnWBSTransfer.TabIndex = 39;
  176. this.btnWBSTransfer.Text = "形态转换";
  177. this.btnWBSTransfer.Click += new System.EventHandler(this.btnWBSTransfer_Click);
  178. //
  179. // btnConfig
  180. //
  181. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  182. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  183. this.btnConfig.Appearance.Options.UseFont = true;
  184. this.btnConfig.Appearance.Options.UseForeColor = true;
  185. this.btnConfig.Appearance.Options.UseTextOptions = true;
  186. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  187. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  188. this.btnConfig.Location = new System.Drawing.Point(177, 0);
  189. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  190. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  191. this.btnConfig.Name = "btnConfig";
  192. this.btnConfig.Size = new System.Drawing.Size(95, 30);
  193. this.btnConfig.TabIndex = 38;
  194. this.btnConfig.Text = "数据源设置";
  195. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  196. //
  197. // btnExit
  198. //
  199. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  200. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  201. this.btnExit.Appearance.Options.UseFont = true;
  202. this.btnExit.Appearance.Options.UseForeColor = true;
  203. this.btnExit.Appearance.Options.UseTextOptions = true;
  204. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  205. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  206. this.btnExit.Location = new System.Drawing.Point(599, 1);
  207. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  208. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  209. this.btnExit.Name = "btnExit";
  210. this.btnExit.Size = new System.Drawing.Size(57, 30);
  211. this.btnExit.TabIndex = 37;
  212. this.btnExit.Text = "退出";
  213. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  214. //
  215. // btnFalsh
  216. //
  217. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  218. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  219. this.btnFalsh.Appearance.Options.UseFont = true;
  220. this.btnFalsh.Appearance.Options.UseForeColor = true;
  221. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  222. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  223. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  224. this.btnFalsh.Location = new System.Drawing.Point(269, 0);
  225. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  226. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  227. this.btnFalsh.Name = "btnFalsh";
  228. this.btnFalsh.Size = new System.Drawing.Size(60, 30);
  229. this.btnFalsh.TabIndex = 36;
  230. this.btnFalsh.Text = "刷新";
  231. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  232. //
  233. // btnFilter
  234. //
  235. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  236. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  237. this.btnFilter.Appearance.Options.UseFont = true;
  238. this.btnFilter.Appearance.Options.UseForeColor = true;
  239. this.btnFilter.Appearance.Options.UseTextOptions = true;
  240. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  241. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  242. this.btnFilter.Location = new System.Drawing.Point(115, 0);
  243. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  244. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  245. this.btnFilter.Name = "btnFilter";
  246. this.btnFilter.Size = new System.Drawing.Size(65, 30);
  247. this.btnFilter.TabIndex = 30;
  248. this.btnFilter.Text = "过滤";
  249. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  250. //
  251. // btnClose
  252. //
  253. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  254. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  255. this.btnClose.Appearance.Options.UseFont = true;
  256. this.btnClose.Appearance.Options.UseForeColor = true;
  257. this.btnClose.Appearance.Options.UseTextOptions = true;
  258. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  259. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  260. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  261. this.btnClose.Location = new System.Drawing.Point(786, 0);
  262. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  263. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  264. this.btnClose.Name = "btnClose";
  265. this.btnClose.Size = new System.Drawing.Size(26, 30);
  266. this.btnClose.TabIndex = 29;
  267. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  268. //
  269. // lblTitle
  270. //
  271. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  272. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  273. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  274. this.lblTitle.Location = new System.Drawing.Point(3, 3);
  275. this.lblTitle.Name = "lblTitle";
  276. this.lblTitle.Size = new System.Drawing.Size(117, 23);
  277. this.lblTitle.TabIndex = 19;
  278. this.lblTitle.Text = "形态转换日志";
  279. //
  280. // grdDetail
  281. //
  282. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  283. this.grdDetail.Location = new System.Drawing.Point(0, 30);
  284. this.grdDetail.MainView = this.grvDetail;
  285. this.grdDetail.Name = "grdDetail";
  286. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  287. this.repInt,
  288. this.repfloat});
  289. this.grdDetail.Size = new System.Drawing.Size(812, 383);
  290. this.grdDetail.TabIndex = 16;
  291. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  292. this.grvDetail});
  293. //
  294. // grvDetail
  295. //
  296. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  297. this.colisSelect,
  298. this.colID,
  299. this.ProjectType,
  300. this.whCode,
  301. this.LotNoNew,
  302. this.colLotQty,
  303. this.LotNoOld,
  304. this.INVNAME,
  305. this.INVCode,
  306. this.INVCOENew,
  307. this.BATCHNew,
  308. this.BATCHOld,
  309. this.Reason,
  310. this.collotStatus,
  311. this.MTIME});
  312. this.grvDetail.GridControl = this.grdDetail;
  313. this.grvDetail.IndicatorWidth = 35;
  314. this.grvDetail.Name = "grvDetail";
  315. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  316. this.grvDetail.OptionsView.ShowGroupPanel = false;
  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 = "ID";
  329. this.colID.FieldName = "ID";
  330. this.colID.Name = "colID";
  331. //
  332. // ProjectType
  333. //
  334. this.ProjectType.Caption = "项目类型";
  335. this.ProjectType.FieldName = "ProjectType";
  336. this.ProjectType.Name = "ProjectType";
  337. //
  338. // whCode
  339. //
  340. this.whCode.Caption = "仓库";
  341. this.whCode.FieldName = "WareHouseCode";
  342. this.whCode.Name = "whCode";
  343. this.whCode.Visible = true;
  344. this.whCode.VisibleIndex = 1;
  345. //
  346. // LotNoNew
  347. //
  348. this.LotNoNew.Caption = "现条码";
  349. this.LotNoNew.FieldName = "NewLotNo";
  350. this.LotNoNew.Name = "LotNoNew";
  351. this.LotNoNew.Visible = true;
  352. this.LotNoNew.VisibleIndex = 3;
  353. this.LotNoNew.Width = 101;
  354. //
  355. // colLotQty
  356. //
  357. this.colLotQty.Caption = "条码数量";
  358. this.colLotQty.FieldName = "LotQty";
  359. this.colLotQty.Name = "colLotQty";
  360. this.colLotQty.Visible = true;
  361. this.colLotQty.VisibleIndex = 6;
  362. //
  363. // LotNoOld
  364. //
  365. this.LotNoOld.Caption = "原条码";
  366. this.LotNoOld.FieldName = "LotNo";
  367. this.LotNoOld.Name = "LotNoOld";
  368. this.LotNoOld.Visible = true;
  369. this.LotNoOld.VisibleIndex = 2;
  370. //
  371. // INVNAME
  372. //
  373. this.INVNAME.Caption = "物料名称";
  374. this.INVNAME.FieldName = "INVNAME";
  375. this.INVNAME.Name = "INVNAME";
  376. this.INVNAME.Visible = true;
  377. this.INVNAME.VisibleIndex = 8;
  378. this.INVNAME.Width = 129;
  379. //
  380. // INVCode
  381. //
  382. this.INVCode.Caption = "原物料编码";
  383. this.INVCode.FieldName = "INVCode";
  384. this.INVCode.Name = "INVCode";
  385. this.INVCode.Visible = true;
  386. this.INVCode.VisibleIndex = 7;
  387. this.INVCode.Width = 142;
  388. //
  389. // INVCOENew
  390. //
  391. this.INVCOENew.Caption = "现物料编码";
  392. this.INVCOENew.FieldName = "INVCOENew";
  393. this.INVCOENew.Name = "INVCOENew";
  394. this.INVCOENew.Visible = true;
  395. this.INVCOENew.VisibleIndex = 4;
  396. this.INVCOENew.Width = 106;
  397. //
  398. // BATCHNew
  399. //
  400. this.BATCHNew.Caption = "现批次";
  401. this.BATCHNew.FieldName = "BATCHNew";
  402. this.BATCHNew.Name = "BATCHNew";
  403. this.BATCHNew.Visible = true;
  404. this.BATCHNew.VisibleIndex = 5;
  405. //
  406. // BATCHOld
  407. //
  408. this.BATCHOld.Caption = "原批次";
  409. this.BATCHOld.FieldName = "BATCHOld";
  410. this.BATCHOld.Name = "BATCHOld";
  411. this.BATCHOld.Visible = true;
  412. this.BATCHOld.VisibleIndex = 9;
  413. //
  414. // Reason
  415. //
  416. this.Reason.Caption = "转换原因";
  417. this.Reason.FieldName = "TransferReason";
  418. this.Reason.Name = "Reason";
  419. this.Reason.Visible = true;
  420. this.Reason.VisibleIndex = 10;
  421. //
  422. // collotStatus
  423. //
  424. this.collotStatus.Caption = "状态";
  425. this.collotStatus.FieldName = "LotStatus";
  426. this.collotStatus.Name = "collotStatus";
  427. this.collotStatus.OptionsColumn.ReadOnly = true;
  428. this.collotStatus.Visible = true;
  429. this.collotStatus.VisibleIndex = 12;
  430. //
  431. // MTIME
  432. //
  433. this.MTIME.Caption = "维护时间";
  434. this.MTIME.FieldName = "MTIME";
  435. this.MTIME.Name = "MTIME";
  436. this.MTIME.Visible = true;
  437. this.MTIME.VisibleIndex = 11;
  438. //
  439. // repInt
  440. //
  441. this.repInt.AutoHeight = false;
  442. this.repInt.DisplayFormat.FormatString = "n0";
  443. this.repInt.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  444. this.repInt.EditFormat.FormatString = "n0";
  445. this.repInt.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  446. this.repInt.Mask.EditMask = "n0";
  447. this.repInt.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  448. this.repInt.Mask.UseMaskAsDisplayFormat = true;
  449. this.repInt.Name = "repInt";
  450. this.repInt.NullText = "0";
  451. this.repInt.NullValuePromptShowForEmptyValue = true;
  452. //
  453. // repfloat
  454. //
  455. this.repfloat.AutoHeight = false;
  456. this.repfloat.DisplayFormat.FormatString = "n2";
  457. this.repfloat.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  458. this.repfloat.EditFormat.FormatString = "n2";
  459. this.repfloat.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  460. this.repfloat.Mask.EditMask = "n2";
  461. this.repfloat.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  462. this.repfloat.Mask.UseMaskAsDisplayFormat = true;
  463. this.repfloat.Name = "repfloat";
  464. this.repfloat.NullText = "0";
  465. this.repfloat.NullValuePromptShowForEmptyValue = true;
  466. //
  467. // FormICSWBSSpecialLog
  468. //
  469. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  470. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  471. this.ClientSize = new System.Drawing.Size(812, 439);
  472. this.Controls.Add(this.grdDetail);
  473. this.Controls.Add(this.rptPage);
  474. this.Controls.Add(this.panelControl3);
  475. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  476. this.Name = "FormICSWBSSpecialLog";
  477. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  478. this.Text = "FormICSWareHouseLotInfoBegin";
  479. this.Load += new System.EventHandler(this.FormICSSum_Manday_Load_1);
  480. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  481. this.panelControl3.ResumeLayout(false);
  482. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  483. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  484. ((System.ComponentModel.ISupportInitialize)(this.repInt)).EndInit();
  485. ((System.ComponentModel.ISupportInitialize)(this.repfloat)).EndInit();
  486. this.ResumeLayout(false);
  487. }
  488. #endregion
  489. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  490. private DevExpress.XtraEditors.PanelControl panelControl3;
  491. private DevExpress.XtraEditors.LabelControl lblTitle;
  492. private DevExpress.XtraEditors.SimpleButton btnClose;
  493. private DevExpress.XtraEditors.SimpleButton btnFilter;
  494. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  495. private DevExpress.XtraEditors.SimpleButton btnExit;
  496. private DevExpress.XtraEditors.SimpleButton btnConfig;
  497. private DevExpress.XtraGrid.GridControl grdDetail;
  498. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  499. private DevExpress.XtraGrid.Columns.GridColumn ProjectType;
  500. private DevExpress.XtraGrid.Columns.GridColumn whCode;
  501. private DevExpress.XtraGrid.Columns.GridColumn LotNoOld;
  502. private DevExpress.XtraGrid.Columns.GridColumn INVNAME;
  503. private DevExpress.XtraGrid.Columns.GridColumn Reason;
  504. private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repInt;
  505. private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repfloat;
  506. private DevExpress.XtraEditors.SimpleButton btnWBSTransfer;
  507. private DevExpress.XtraGrid.Columns.GridColumn MTIME;
  508. private DevExpress.XtraGrid.Columns.GridColumn INVCode;
  509. private DevExpress.XtraGrid.Columns.GridColumn INVCOENew;
  510. private DevExpress.XtraGrid.Columns.GridColumn BATCHNew;
  511. private DevExpress.XtraGrid.Columns.GridColumn BATCHOld;
  512. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  513. private DevExpress.XtraGrid.Columns.GridColumn LotNoNew;
  514. private DevExpress.XtraGrid.Columns.GridColumn colLotQty;
  515. private DevExpress.XtraGrid.Columns.GridColumn colID;
  516. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  517. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  518. private DevExpress.XtraEditors.SimpleButton BtnPrint;
  519. private DevExpress.XtraGrid.Columns.GridColumn collotStatus;
  520. }
  521. }