华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

509 lines
29 KiB

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