华恒Mes鼎捷代码
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.

575 lines
30 KiB

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