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

569 lines
31 KiB

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