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

420 lines
24 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSEQPMaterialScrap
  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(FormICSEQPMaterialScrap));
  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.colMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.colMName = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.colMToolCode = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colScrapQty = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colMRRUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colScrapDate = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.repositoryItemCheckedComboBoxEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
  40. this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  41. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  42. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  43. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  44. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  45. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  46. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  47. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  48. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  49. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  50. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  51. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  52. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  53. this.groupControl1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  62. this.panelControl3.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // groupControl1
  66. //
  67. this.groupControl1.Controls.Add(this.grdDetail);
  68. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  70. this.groupControl1.Name = "groupControl1";
  71. this.groupControl1.Size = new System.Drawing.Size(1156, 383);
  72. this.groupControl1.TabIndex = 14;
  73. this.groupControl1.Text = "详细信息";
  74. //
  75. // grdDetail
  76. //
  77. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  79. this.grdDetail.MainView = this.grvDetail;
  80. this.grdDetail.Name = "grdDetail";
  81. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  82. this.repositoryItemCheckedComboBoxEdit1,
  83. this.repositoryItemButtonEdit1});
  84. this.grdDetail.Size = new System.Drawing.Size(1152, 359);
  85. this.grdDetail.TabIndex = 0;
  86. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  87. this.grvDetail,
  88. this.grvAdvDetail});
  89. //
  90. // grvDetail
  91. //
  92. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  93. this.colisSelect,
  94. this.colMCODE,
  95. this.colMName,
  96. this.colMToolCode,
  97. this.colScrapQty,
  98. this.colMRRUSER,
  99. this.colScrapDate});
  100. this.grvDetail.GridControl = this.grdDetail;
  101. this.grvDetail.IndicatorWidth = 40;
  102. this.grvDetail.Name = "grvDetail";
  103. this.grvDetail.OptionsBehavior.ReadOnly = true;
  104. this.grvDetail.OptionsSelection.MultiSelect = true;
  105. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  106. this.grvDetail.OptionsView.ShowFooter = true;
  107. this.grvDetail.OptionsView.ShowGroupPanel = false;
  108. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  109. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  110. //
  111. // colisSelect
  112. //
  113. this.colisSelect.Caption = "选择";
  114. this.colisSelect.FieldName = "isSelect";
  115. this.colisSelect.Name = "colisSelect";
  116. this.colisSelect.OptionsColumn.AllowEdit = false;
  117. this.colisSelect.Visible = true;
  118. this.colisSelect.VisibleIndex = 0;
  119. this.colisSelect.Width = 48;
  120. //
  121. // colMCODE
  122. //
  123. this.colMCODE.Caption = "备件料号";
  124. this.colMCODE.FieldName = "ItemCode";
  125. this.colMCODE.Name = "colMCODE";
  126. this.colMCODE.Visible = true;
  127. this.colMCODE.VisibleIndex = 1;
  128. //
  129. // colMName
  130. //
  131. this.colMName.Caption = "备件名称";
  132. this.colMName.FieldName = "MName";
  133. this.colMName.Name = "colMName";
  134. this.colMName.Visible = true;
  135. this.colMName.VisibleIndex = 2;
  136. //
  137. // colMToolCode
  138. //
  139. this.colMToolCode.Caption = "备件编码";
  140. this.colMToolCode.FieldName = "MToolCode";
  141. this.colMToolCode.Name = "colMToolCode";
  142. this.colMToolCode.OptionsColumn.AllowEdit = false;
  143. this.colMToolCode.Visible = true;
  144. this.colMToolCode.VisibleIndex = 3;
  145. this.colMToolCode.Width = 69;
  146. //
  147. // colScrapQty
  148. //
  149. this.colScrapQty.Caption = "报废数量";
  150. this.colScrapQty.FieldName = "ScrapQty";
  151. this.colScrapQty.Name = "colScrapQty";
  152. this.colScrapQty.OptionsColumn.AllowEdit = false;
  153. this.colScrapQty.Visible = true;
  154. this.colScrapQty.VisibleIndex = 4;
  155. this.colScrapQty.Width = 97;
  156. //
  157. // colMRRUSER
  158. //
  159. this.colMRRUSER.Caption = "操作人";
  160. this.colMRRUSER.FieldName = "MRRUSER";
  161. this.colMRRUSER.Name = "colMRRUSER";
  162. this.colMRRUSER.Visible = true;
  163. this.colMRRUSER.VisibleIndex = 5;
  164. //
  165. // colScrapDate
  166. //
  167. this.colScrapDate.Caption = "报废时间";
  168. this.colScrapDate.FieldName = "ScrapDate";
  169. this.colScrapDate.Name = "colScrapDate";
  170. this.colScrapDate.OptionsColumn.AllowEdit = false;
  171. this.colScrapDate.OptionsColumn.ReadOnly = true;
  172. this.colScrapDate.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  173. this.colScrapDate.Visible = true;
  174. this.colScrapDate.VisibleIndex = 6;
  175. this.colScrapDate.Width = 88;
  176. //
  177. // repositoryItemCheckedComboBoxEdit1
  178. //
  179. this.repositoryItemCheckedComboBoxEdit1.AutoHeight = false;
  180. this.repositoryItemCheckedComboBoxEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  181. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  182. this.repositoryItemCheckedComboBoxEdit1.Name = "repositoryItemCheckedComboBoxEdit1";
  183. //
  184. // repositoryItemButtonEdit1
  185. //
  186. this.repositoryItemButtonEdit1.AutoHeight = false;
  187. this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  188. new DevExpress.XtraEditors.Controls.EditorButton()});
  189. this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
  190. //
  191. // grvAdvDetail
  192. //
  193. this.grvAdvDetail.GridControl = this.grdDetail;
  194. this.grvAdvDetail.Name = "grvAdvDetail";
  195. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  196. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  197. this.grvAdvDetail.OptionsView.ShowFooter = true;
  198. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  199. //
  200. // repDate
  201. //
  202. this.repDate.AutoHeight = false;
  203. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  204. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  205. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  206. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  207. this.repDate.Name = "repDate";
  208. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  209. new DevExpress.XtraEditors.Controls.EditorButton()});
  210. //
  211. // rptPage
  212. //
  213. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  214. this.rptPage.Appearance.Options.UseBackColor = true;
  215. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  216. this.rptPage.isInit = false;
  217. this.rptPage.Location = new System.Drawing.Point(0, 413);
  218. this.rptPage.Name = "rptPage";
  219. this.rptPage.PageIndex = 0;
  220. this.rptPage.PageSize = 0;
  221. this.rptPage.RecordNum = 0;
  222. this.rptPage.Size = new System.Drawing.Size(1156, 26);
  223. this.rptPage.TabIndex = 15;
  224. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  225. //
  226. // btnExit
  227. //
  228. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  229. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  230. this.btnExit.Appearance.Options.UseFont = true;
  231. this.btnExit.Appearance.Options.UseForeColor = true;
  232. this.btnExit.Appearance.Options.UseTextOptions = true;
  233. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  234. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  235. this.btnExit.Location = new System.Drawing.Point(389, 0);
  236. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  237. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  238. this.btnExit.Name = "btnExit";
  239. this.btnExit.Size = new System.Drawing.Size(57, 30);
  240. this.btnExit.TabIndex = 10;
  241. this.btnExit.Text = "退出";
  242. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  243. //
  244. // panelControl3
  245. //
  246. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  247. this.panelControl3.Appearance.Options.UseBackColor = true;
  248. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  249. this.panelControl3.Controls.Add(this.btnFalsh);
  250. this.panelControl3.Controls.Add(this.btnOutPut);
  251. this.panelControl3.Controls.Add(this.btnSelect);
  252. this.panelControl3.Controls.Add(this.btnCanSelect);
  253. this.panelControl3.Controls.Add(this.lblTitle);
  254. this.panelControl3.Controls.Add(this.btnClose);
  255. this.panelControl3.Controls.Add(this.btnExit);
  256. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  257. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  258. this.panelControl3.Name = "panelControl3";
  259. this.panelControl3.Size = new System.Drawing.Size(1156, 30);
  260. this.panelControl3.TabIndex = 13;
  261. //
  262. // btnFalsh
  263. //
  264. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  265. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  266. this.btnFalsh.Appearance.Options.UseFont = true;
  267. this.btnFalsh.Appearance.Options.UseForeColor = true;
  268. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  269. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  270. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  271. this.btnFalsh.Location = new System.Drawing.Point(331, 0);
  272. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  273. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  274. this.btnFalsh.Name = "btnFalsh";
  275. this.btnFalsh.Size = new System.Drawing.Size(58, 30);
  276. this.btnFalsh.TabIndex = 48;
  277. this.btnFalsh.Text = "刷新";
  278. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  279. //
  280. // btnOutPut
  281. //
  282. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  283. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  284. this.btnOutPut.Appearance.Options.UseFont = true;
  285. this.btnOutPut.Appearance.Options.UseForeColor = true;
  286. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  287. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  288. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  289. this.btnOutPut.Location = new System.Drawing.Point(263, 0);
  290. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  291. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  292. this.btnOutPut.Name = "btnOutPut";
  293. this.btnOutPut.Size = new System.Drawing.Size(69, 30);
  294. this.btnOutPut.TabIndex = 47;
  295. this.btnOutPut.Text = "导出";
  296. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  297. //
  298. // btnSelect
  299. //
  300. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  301. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  302. this.btnSelect.Appearance.Options.UseFont = true;
  303. this.btnSelect.Appearance.Options.UseForeColor = true;
  304. this.btnSelect.Appearance.Options.UseTextOptions = true;
  305. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  306. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  307. this.btnSelect.Location = new System.Drawing.Point(146, 0);
  308. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  309. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  310. this.btnSelect.Name = "btnSelect";
  311. this.btnSelect.Size = new System.Drawing.Size(58, 30);
  312. this.btnSelect.TabIndex = 45;
  313. this.btnSelect.Text = "全选";
  314. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  315. //
  316. // btnCanSelect
  317. //
  318. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  319. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  320. this.btnCanSelect.Appearance.Options.UseFont = true;
  321. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  322. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  323. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  324. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  325. this.btnCanSelect.Location = new System.Drawing.Point(204, 0);
  326. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  327. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  328. this.btnCanSelect.Name = "btnCanSelect";
  329. this.btnCanSelect.Size = new System.Drawing.Size(59, 30);
  330. this.btnCanSelect.TabIndex = 46;
  331. this.btnCanSelect.Text = "全消";
  332. this.btnCanSelect.Click += new System.EventHandler(this.btnCanSelect_Click);
  333. //
  334. // lblTitle
  335. //
  336. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  337. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  338. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  339. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  340. this.lblTitle.Name = "lblTitle";
  341. this.lblTitle.Size = new System.Drawing.Size(137, 23);
  342. this.lblTitle.TabIndex = 19;
  343. this.lblTitle.Text = "备品备件报废记录表";
  344. //
  345. // btnClose
  346. //
  347. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  348. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  349. this.btnClose.Appearance.Options.UseFont = true;
  350. this.btnClose.Appearance.Options.UseForeColor = true;
  351. this.btnClose.Appearance.Options.UseTextOptions = true;
  352. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  353. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  354. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  355. this.btnClose.Location = new System.Drawing.Point(1130, 0);
  356. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  357. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  358. this.btnClose.Name = "btnClose";
  359. this.btnClose.Size = new System.Drawing.Size(26, 30);
  360. this.btnClose.TabIndex = 14;
  361. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  362. //
  363. // FormICSEQPMaterialScrap
  364. //
  365. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  366. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  367. this.ClientSize = new System.Drawing.Size(1156, 439);
  368. this.Controls.Add(this.groupControl1);
  369. this.Controls.Add(this.rptPage);
  370. this.Controls.Add(this.panelControl3);
  371. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  372. this.Name = "FormICSEQPMaterialScrap";
  373. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  374. this.Text = "设备处理";
  375. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  376. this.groupControl1.ResumeLayout(false);
  377. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  385. this.panelControl3.ResumeLayout(false);
  386. this.ResumeLayout(false);
  387. }
  388. #endregion
  389. private DevExpress.XtraEditors.GroupControl groupControl1;
  390. private DevExpress.XtraGrid.GridControl grdDetail;
  391. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  392. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  393. private DevExpress.XtraEditors.SimpleButton btnExit;
  394. private DevExpress.XtraEditors.PanelControl panelControl3;
  395. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  396. private DevExpress.XtraEditors.SimpleButton btnClose;
  397. private DevExpress.XtraEditors.LabelControl lblTitle;
  398. private DevExpress.XtraGrid.Columns.GridColumn colMCODE;
  399. private DevExpress.XtraGrid.Columns.GridColumn colMToolCode;
  400. private DevExpress.XtraGrid.Columns.GridColumn colScrapDate;
  401. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  402. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  403. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  404. private DevExpress.XtraEditors.SimpleButton btnSelect;
  405. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  406. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  407. private DevExpress.XtraGrid.Columns.GridColumn colScrapQty;
  408. private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1;
  409. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
  410. private DevExpress.XtraGrid.Columns.GridColumn colMRRUSER;
  411. private DevExpress.XtraGrid.Columns.GridColumn colMName;
  412. }
  413. }