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

500 lines
24 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSCreateXunjian
  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(FormICSCreateXunjian));
  29. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  30. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  31. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  32. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  33. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  34. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  35. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  36. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.colLOTNO = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colLastXJTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colINVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colCheckMode = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colOPSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colOPCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colOPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colchkMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colBeginDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colEndDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colMOSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colROUTECODE = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colEQPCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.colCurrentQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.colTransNO = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  60. this.colOPUser = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.colDetailID = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.colCustITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.colItemVersion = 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. // panelControl3
  74. //
  75. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  76. this.panelControl3.Appearance.Options.UseBackColor = true;
  77. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  78. this.panelControl3.Controls.Add(this.btnRefresh);
  79. this.panelControl3.Controls.Add(this.lblTitle);
  80. this.panelControl3.Controls.Add(this.btnClose);
  81. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  82. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  83. this.panelControl3.Name = "panelControl3";
  84. this.panelControl3.Size = new System.Drawing.Size(1036, 30);
  85. this.panelControl3.TabIndex = 13;
  86. //
  87. // btnRefresh
  88. //
  89. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  90. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  91. this.btnRefresh.Appearance.Options.UseFont = true;
  92. this.btnRefresh.Appearance.Options.UseForeColor = true;
  93. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  94. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  95. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  96. this.btnRefresh.Location = new System.Drawing.Point(134, 0);
  97. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  98. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  99. this.btnRefresh.Name = "btnRefresh";
  100. this.btnRefresh.Size = new System.Drawing.Size(58, 30);
  101. this.btnRefresh.TabIndex = 20;
  102. this.btnRefresh.Text = "刷新";
  103. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  104. //
  105. // lblTitle
  106. //
  107. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  108. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  109. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  110. this.lblTitle.Location = new System.Drawing.Point(3, 3);
  111. this.lblTitle.Name = "lblTitle";
  112. this.lblTitle.Size = new System.Drawing.Size(112, 23);
  113. this.lblTitle.TabIndex = 19;
  114. this.lblTitle.Text = "巡检";
  115. //
  116. // btnClose
  117. //
  118. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  119. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  120. this.btnClose.Appearance.Options.UseFont = true;
  121. this.btnClose.Appearance.Options.UseForeColor = true;
  122. this.btnClose.Appearance.Options.UseTextOptions = true;
  123. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  124. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  125. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  126. this.btnClose.Location = new System.Drawing.Point(1010, 0);
  127. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  128. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  129. this.btnClose.Name = "btnClose";
  130. this.btnClose.Size = new System.Drawing.Size(26, 30);
  131. this.btnClose.TabIndex = 14;
  132. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  133. //
  134. // groupControl1
  135. //
  136. this.groupControl1.Controls.Add(this.grdDetail);
  137. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  138. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  139. this.groupControl1.Name = "groupControl1";
  140. this.groupControl1.Size = new System.Drawing.Size(1036, 409);
  141. this.groupControl1.TabIndex = 14;
  142. this.groupControl1.Text = "详细信息";
  143. //
  144. // grdDetail
  145. //
  146. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  148. this.grdDetail.MainView = this.grvDetail;
  149. this.grdDetail.Name = "grdDetail";
  150. this.grdDetail.Size = new System.Drawing.Size(1032, 385);
  151. this.grdDetail.TabIndex = 0;
  152. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  153. this.grvDetail,
  154. this.grvAdvDetail});
  155. //
  156. // grvDetail
  157. //
  158. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  159. this.colisSelect,
  160. this.colID,
  161. this.colCurrentQTY,
  162. this.colEQPCODE,
  163. this.colLOTNO,
  164. this.colITEMCODE,
  165. this.colINVNAME,
  166. this.colCustITEMCODE,
  167. this.colItemVersion,
  168. this.colINVSTD,
  169. this.colOPSEQ,
  170. this.colOPCODE,
  171. this.colOPDESC,
  172. this.colOPUser,
  173. this.colTransNO,
  174. this.colQuantity,
  175. this.colLastXJTIME,
  176. this.colMUSERName,
  177. this.colStatus,
  178. this.colchkMUSERName,
  179. this.colBeginDateTime,
  180. this.colEndDateTime,
  181. this.colCheckMode,
  182. this.colMOCODE,
  183. this.colMOSEQ,
  184. this.colROUTECODE,
  185. this.colDetailID});
  186. this.grvDetail.GridControl = this.grdDetail;
  187. this.grvDetail.IndicatorWidth = 40;
  188. this.grvDetail.Name = "grvDetail";
  189. this.grvDetail.OptionsSelection.MultiSelect = true;
  190. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  191. this.grvDetail.OptionsView.ShowFooter = true;
  192. this.grvDetail.OptionsView.ShowGroupPanel = false;
  193. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  194. this.grvDetail.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.grvDetail_RowStyle);
  195. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  196. //
  197. // colisSelect
  198. //
  199. this.colisSelect.Caption = "选择";
  200. this.colisSelect.FieldName = "isSelect";
  201. this.colisSelect.Name = "colisSelect";
  202. //
  203. // colID
  204. //
  205. this.colID.Caption = "ID";
  206. this.colID.FieldName = "ID";
  207. this.colID.Name = "colID";
  208. this.colID.OptionsColumn.ReadOnly = true;
  209. //
  210. // colStatus
  211. //
  212. this.colStatus.Caption = "检验状态";
  213. this.colStatus.FieldName = "Status";
  214. this.colStatus.Name = "colStatus";
  215. this.colStatus.OptionsColumn.ReadOnly = true;
  216. this.colStatus.Visible = true;
  217. this.colStatus.VisibleIndex = 14;
  218. //
  219. // colLOTNO
  220. //
  221. this.colLOTNO.Caption = "跟踪单";
  222. this.colLOTNO.FieldName = "LOTNO";
  223. this.colLOTNO.Name = "colLOTNO";
  224. this.colLOTNO.OptionsColumn.ReadOnly = true;
  225. this.colLOTNO.Visible = true;
  226. this.colLOTNO.VisibleIndex = 2;
  227. this.colLOTNO.Width = 105;
  228. //
  229. // colLastXJTIME
  230. //
  231. this.colLastXJTIME.Caption = "巡检时间";
  232. this.colLastXJTIME.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  233. this.colLastXJTIME.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
  234. this.colLastXJTIME.FieldName = "LastXJTIME";
  235. this.colLastXJTIME.Name = "colLastXJTIME";
  236. this.colLastXJTIME.OptionsColumn.ReadOnly = true;
  237. this.colLastXJTIME.Visible = true;
  238. this.colLastXJTIME.VisibleIndex = 11;
  239. this.colLastXJTIME.Width = 101;
  240. //
  241. // colITEMCODE
  242. //
  243. this.colITEMCODE.Caption = "物料编码";
  244. this.colITEMCODE.FieldName = "ITEMCODE";
  245. this.colITEMCODE.Name = "colITEMCODE";
  246. this.colITEMCODE.OptionsColumn.ReadOnly = true;
  247. this.colITEMCODE.Visible = true;
  248. this.colITEMCODE.VisibleIndex = 3;
  249. //
  250. // colINVNAME
  251. //
  252. this.colINVNAME.Caption = "物料名称";
  253. this.colINVNAME.FieldName = "INVNAME";
  254. this.colINVNAME.Name = "colINVNAME";
  255. this.colINVNAME.OptionsColumn.ReadOnly = true;
  256. //
  257. // colINVSTD
  258. //
  259. this.colINVSTD.Caption = "规格型号";
  260. this.colINVSTD.FieldName = "INVSTD";
  261. this.colINVSTD.Name = "colINVSTD";
  262. this.colINVSTD.OptionsColumn.ReadOnly = true;
  263. //
  264. // colCheckMode
  265. //
  266. this.colCheckMode.Caption = "类型";
  267. this.colCheckMode.FieldName = "CheckMode";
  268. this.colCheckMode.Name = "colCheckMode";
  269. this.colCheckMode.OptionsColumn.ReadOnly = true;
  270. //
  271. // colOPSEQ
  272. //
  273. this.colOPSEQ.Caption = "工序次序";
  274. this.colOPSEQ.FieldName = "OPSEQ";
  275. this.colOPSEQ.Name = "colOPSEQ";
  276. this.colOPSEQ.OptionsColumn.ReadOnly = true;
  277. this.colOPSEQ.Visible = true;
  278. this.colOPSEQ.VisibleIndex = 6;
  279. //
  280. // colOPCODE
  281. //
  282. this.colOPCODE.Caption = "工序代码";
  283. this.colOPCODE.FieldName = "OPCODE";
  284. this.colOPCODE.Name = "colOPCODE";
  285. this.colOPCODE.OptionsColumn.ReadOnly = true;
  286. this.colOPCODE.Visible = true;
  287. this.colOPCODE.VisibleIndex = 7;
  288. //
  289. // colOPDESC
  290. //
  291. this.colOPDESC.Caption = "工序名称";
  292. this.colOPDESC.FieldName = "OPDESC";
  293. this.colOPDESC.Name = "colOPDESC";
  294. this.colOPDESC.OptionsColumn.ReadOnly = true;
  295. this.colOPDESC.Visible = true;
  296. this.colOPDESC.VisibleIndex = 8;
  297. //
  298. // colQuantity
  299. //
  300. this.colQuantity.Caption = "巡检数";
  301. this.colQuantity.DisplayFormat.FormatString = "f0";
  302. this.colQuantity.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  303. this.colQuantity.FieldName = "Quantity";
  304. this.colQuantity.Name = "colQuantity";
  305. this.colQuantity.Visible = true;
  306. this.colQuantity.VisibleIndex = 12;
  307. //
  308. // colMUSERName
  309. //
  310. this.colMUSERName.Caption = "巡检人";
  311. this.colMUSERName.FieldName = "xjUser";
  312. this.colMUSERName.Name = "colMUSERName";
  313. this.colMUSERName.OptionsColumn.ReadOnly = true;
  314. this.colMUSERName.Visible = true;
  315. this.colMUSERName.VisibleIndex = 13;
  316. //
  317. // colchkMUSERName
  318. //
  319. this.colchkMUSERName.Caption = "检验员";
  320. this.colchkMUSERName.FieldName = "chkUser";
  321. this.colchkMUSERName.Name = "colchkMUSERName";
  322. this.colchkMUSERName.OptionsColumn.ReadOnly = true;
  323. this.colchkMUSERName.Visible = true;
  324. this.colchkMUSERName.VisibleIndex = 15;
  325. //
  326. // colBeginDateTime
  327. //
  328. this.colBeginDateTime.Caption = "开始时间";
  329. this.colBeginDateTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  330. this.colBeginDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
  331. this.colBeginDateTime.FieldName = "BeginDateTime";
  332. this.colBeginDateTime.Name = "colBeginDateTime";
  333. this.colBeginDateTime.OptionsColumn.ReadOnly = true;
  334. this.colBeginDateTime.Visible = true;
  335. this.colBeginDateTime.VisibleIndex = 16;
  336. //
  337. // colEndDateTime
  338. //
  339. this.colEndDateTime.Caption = "结束时间";
  340. this.colEndDateTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  341. this.colEndDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
  342. this.colEndDateTime.FieldName = "EndDateTime";
  343. this.colEndDateTime.Name = "colEndDateTime";
  344. this.colEndDateTime.OptionsColumn.ReadOnly = true;
  345. this.colEndDateTime.Visible = true;
  346. this.colEndDateTime.VisibleIndex = 17;
  347. //
  348. // colMOCODE
  349. //
  350. this.colMOCODE.Caption = "工单";
  351. this.colMOCODE.FieldName = "MOCODE";
  352. this.colMOCODE.Name = "colMOCODE";
  353. this.colMOCODE.OptionsColumn.ReadOnly = true;
  354. //
  355. // colMOSEQ
  356. //
  357. this.colMOSEQ.Caption = "工单行";
  358. this.colMOSEQ.FieldName = "MOSEQ";
  359. this.colMOSEQ.Name = "colMOSEQ";
  360. this.colMOSEQ.OptionsColumn.ReadOnly = true;
  361. //
  362. // colROUTECODE
  363. //
  364. this.colROUTECODE.Caption = "工艺";
  365. this.colROUTECODE.FieldName = "ROUTECODE";
  366. this.colROUTECODE.Name = "colROUTECODE";
  367. this.colROUTECODE.OptionsColumn.ReadOnly = true;
  368. //
  369. // colEQPCODE
  370. //
  371. this.colEQPCODE.Caption = "机台";
  372. this.colEQPCODE.FieldName = "EQPCODE";
  373. this.colEQPCODE.Name = "colEQPCODE";
  374. this.colEQPCODE.OptionsColumn.ReadOnly = true;
  375. this.colEQPCODE.Visible = true;
  376. this.colEQPCODE.VisibleIndex = 0;
  377. //
  378. // colCurrentQTY
  379. //
  380. this.colCurrentQTY.Caption = "本次巡检数";
  381. this.colCurrentQTY.DisplayFormat.FormatString = "f0";
  382. this.colCurrentQTY.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  383. this.colCurrentQTY.FieldName = "CurrentQTY";
  384. this.colCurrentQTY.Name = "colCurrentQTY";
  385. this.colCurrentQTY.Visible = true;
  386. this.colCurrentQTY.VisibleIndex = 1;
  387. this.colCurrentQTY.Width = 68;
  388. //
  389. // colTransNO
  390. //
  391. this.colTransNO.Caption = "巡检单";
  392. this.colTransNO.FieldName = "TransNO";
  393. this.colTransNO.Name = "colTransNO";
  394. this.colTransNO.Visible = true;
  395. this.colTransNO.VisibleIndex = 10;
  396. //
  397. // grvAdvDetail
  398. //
  399. this.grvAdvDetail.GridControl = this.grdDetail;
  400. this.grvAdvDetail.Name = "grvAdvDetail";
  401. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  402. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  403. this.grvAdvDetail.OptionsView.ShowFooter = true;
  404. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  405. //
  406. // colOPUser
  407. //
  408. this.colOPUser.Caption = "操作员";
  409. this.colOPUser.FieldName = "OPUser";
  410. this.colOPUser.Name = "colOPUser";
  411. this.colOPUser.Visible = true;
  412. this.colOPUser.VisibleIndex = 9;
  413. //
  414. // colDetailID
  415. //
  416. this.colDetailID.Caption = "DetailID";
  417. this.colDetailID.FieldName = "DetailID";
  418. this.colDetailID.Name = "colDetailID";
  419. this.colDetailID.OptionsColumn.ReadOnly = true;
  420. //
  421. // colCustITEMCODE
  422. //
  423. this.colCustITEMCODE.Caption = "物料号";
  424. this.colCustITEMCODE.FieldName = "CustITEMCODE";
  425. this.colCustITEMCODE.Name = "colCustITEMCODE";
  426. this.colCustITEMCODE.OptionsColumn.ReadOnly = true;
  427. this.colCustITEMCODE.Visible = true;
  428. this.colCustITEMCODE.VisibleIndex = 4;
  429. //
  430. // colItemVersion
  431. //
  432. this.colItemVersion.Caption = "版本号";
  433. this.colItemVersion.FieldName = "ItemVersion";
  434. this.colItemVersion.Name = "colItemVersion";
  435. this.colItemVersion.Visible = true;
  436. this.colItemVersion.VisibleIndex = 5;
  437. //
  438. // FormICSCreateXunjian
  439. //
  440. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  441. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  442. this.ClientSize = new System.Drawing.Size(1036, 439);
  443. this.Controls.Add(this.groupControl1);
  444. this.Controls.Add(this.panelControl3);
  445. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  446. this.Name = "FormICSCreateXunjian";
  447. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  448. this.Text = "检验";
  449. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  450. this.panelControl3.ResumeLayout(false);
  451. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  452. this.groupControl1.ResumeLayout(false);
  453. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  454. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  455. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  456. this.ResumeLayout(false);
  457. }
  458. #endregion
  459. private DevExpress.XtraEditors.PanelControl panelControl3;
  460. private DevExpress.XtraEditors.SimpleButton btnClose;
  461. private DevExpress.XtraEditors.LabelControl lblTitle;
  462. private DevExpress.XtraEditors.GroupControl groupControl1;
  463. private DevExpress.XtraGrid.GridControl grdDetail;
  464. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  465. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  466. private DevExpress.XtraGrid.Columns.GridColumn colID;
  467. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  468. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  469. private DevExpress.XtraGrid.Columns.GridColumn colLOTNO;
  470. private DevExpress.XtraGrid.Columns.GridColumn colLastXJTIME;
  471. private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE;
  472. private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
  473. private DevExpress.XtraGrid.Columns.GridColumn colINVSTD;
  474. private DevExpress.XtraGrid.Columns.GridColumn colCheckMode;
  475. private DevExpress.XtraGrid.Columns.GridColumn colOPSEQ;
  476. private DevExpress.XtraGrid.Columns.GridColumn colOPCODE;
  477. private DevExpress.XtraGrid.Columns.GridColumn colOPDESC;
  478. private DevExpress.XtraGrid.Columns.GridColumn colQuantity;
  479. private DevExpress.XtraGrid.Columns.GridColumn colchkMUSERName;
  480. private DevExpress.XtraGrid.Columns.GridColumn colBeginDateTime;
  481. private DevExpress.XtraGrid.Columns.GridColumn colEndDateTime;
  482. private DevExpress.XtraGrid.Columns.GridColumn colStatus;
  483. private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
  484. private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ;
  485. private DevExpress.XtraGrid.Columns.GridColumn colROUTECODE;
  486. private DevExpress.XtraGrid.Columns.GridColumn colEQPCODE;
  487. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  488. private DevExpress.XtraGrid.Columns.GridColumn colCurrentQTY;
  489. private DevExpress.XtraGrid.Columns.GridColumn colTransNO;
  490. private DevExpress.XtraGrid.Columns.GridColumn colOPUser;
  491. private DevExpress.XtraGrid.Columns.GridColumn colCustITEMCODE;
  492. private DevExpress.XtraGrid.Columns.GridColumn colItemVersion;
  493. private DevExpress.XtraGrid.Columns.GridColumn colDetailID;
  494. }
  495. }