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

451 lines
25 KiB

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