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

599 lines
33 KiB

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