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

454 lines
24 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSEQPDataAdd
  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(FormICSEQPDataAdd));
  29. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  32. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  33. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.colEQPID = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.colEQPCode = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colEQPName = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colCKGROUP = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colCKGROUPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.colCKItemCode = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colCKItemCodeDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colSetValueMax = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colSetValueMin = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colRealValue = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colUNIT = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  48. this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  49. this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  50. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  51. this.txtCKGROUP = new DevExpress.XtraEditors.ButtonEdit();
  52. this.label3 = new System.Windows.Forms.Label();
  53. this.txtEQPCode = new DevExpress.XtraEditors.ButtonEdit();
  54. this.label1 = new System.Windows.Forms.Label();
  55. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  56. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  57. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  58. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  59. this.panelControl1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.txtCKGROUP.Properties)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // btnOK
  71. //
  72. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  73. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  74. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  75. this.btnOK.Appearance.Options.UseFont = true;
  76. this.btnOK.Appearance.Options.UseForeColor = true;
  77. this.btnOK.Appearance.Options.UseTextOptions = true;
  78. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  79. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  80. this.btnOK.Location = new System.Drawing.Point(439, 447);
  81. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  82. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  83. this.btnOK.Name = "btnOK";
  84. this.btnOK.Size = new System.Drawing.Size(70, 30);
  85. this.btnOK.TabIndex = 23;
  86. this.btnOK.Text = "保存";
  87. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  88. //
  89. // panelControl1
  90. //
  91. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  92. | System.Windows.Forms.AnchorStyles.Left)
  93. | System.Windows.Forms.AnchorStyles.Right)));
  94. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  95. this.panelControl1.Appearance.Options.UseBackColor = true;
  96. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  97. this.panelControl1.Controls.Add(this.grdDetail);
  98. this.panelControl1.Controls.Add(this.txtCKGROUP);
  99. this.panelControl1.Controls.Add(this.label3);
  100. this.panelControl1.Controls.Add(this.txtEQPCode);
  101. this.panelControl1.Controls.Add(this.label1);
  102. this.panelControl1.Location = new System.Drawing.Point(1, 29);
  103. this.panelControl1.Name = "panelControl1";
  104. this.panelControl1.Size = new System.Drawing.Size(606, 412);
  105. this.panelControl1.TabIndex = 24;
  106. //
  107. // grdDetail
  108. //
  109. this.grdDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  110. | System.Windows.Forms.AnchorStyles.Left)
  111. | System.Windows.Forms.AnchorStyles.Right)));
  112. this.grdDetail.Location = new System.Drawing.Point(0, 68);
  113. this.grdDetail.MainView = this.grvDetail;
  114. this.grdDetail.Name = "grdDetail";
  115. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  116. this.repositoryItemButtonEdit1,
  117. this.repositoryItemButtonEdit2,
  118. this.repositoryItemButtonEdit3});
  119. this.grdDetail.Size = new System.Drawing.Size(606, 344);
  120. this.grdDetail.TabIndex = 95;
  121. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  122. this.grvDetail,
  123. this.grvAdvDetail});
  124. //
  125. // grvDetail
  126. //
  127. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  128. this.colisSelect,
  129. this.colEQPID,
  130. this.colEQPCode,
  131. this.colEQPName,
  132. this.colCKGROUP,
  133. this.colCKGROUPDESC,
  134. this.colCKItemCode,
  135. this.colCKItemCodeDESC,
  136. this.colSetValueMax,
  137. this.colSetValueMin,
  138. this.colRealValue,
  139. this.colUNIT,
  140. this.colMUSERName,
  141. this.colMTIME});
  142. this.grvDetail.GridControl = this.grdDetail;
  143. this.grvDetail.IndicatorWidth = 40;
  144. this.grvDetail.Name = "grvDetail";
  145. this.grvDetail.OptionsSelection.MultiSelect = true;
  146. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  147. this.grvDetail.OptionsView.ShowFooter = true;
  148. this.grvDetail.OptionsView.ShowGroupPanel = false;
  149. //
  150. // colisSelect
  151. //
  152. this.colisSelect.Caption = "选择";
  153. this.colisSelect.FieldName = "isSelect";
  154. this.colisSelect.Name = "colisSelect";
  155. this.colisSelect.OptionsColumn.AllowEdit = false;
  156. this.colisSelect.Visible = true;
  157. this.colisSelect.VisibleIndex = 0;
  158. this.colisSelect.Width = 48;
  159. //
  160. // colEQPID
  161. //
  162. this.colEQPID.Caption = "设备ID";
  163. this.colEQPID.FieldName = "EQPID";
  164. this.colEQPID.Name = "colEQPID";
  165. //
  166. // colEQPCode
  167. //
  168. this.colEQPCode.Caption = "设备编号";
  169. this.colEQPCode.FieldName = "EQPCode";
  170. this.colEQPCode.Name = "colEQPCode";
  171. this.colEQPCode.OptionsColumn.AllowEdit = false;
  172. this.colEQPCode.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  173. //
  174. // colEQPName
  175. //
  176. this.colEQPName.Caption = "设备名称";
  177. this.colEQPName.FieldName = "EQPName";
  178. this.colEQPName.Name = "colEQPName";
  179. this.colEQPName.OptionsColumn.AllowEdit = false;
  180. this.colEQPName.Width = 104;
  181. //
  182. // colCKGROUP
  183. //
  184. this.colCKGROUP.Caption = "检验项目组";
  185. this.colCKGROUP.FieldName = "CKGROUP";
  186. this.colCKGROUP.Name = "colCKGROUP";
  187. this.colCKGROUP.OptionsColumn.AllowEdit = false;
  188. this.colCKGROUP.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  189. this.colCKGROUP.Width = 127;
  190. //
  191. // colCKGROUPDESC
  192. //
  193. this.colCKGROUPDESC.Caption = "检验项目组描述";
  194. this.colCKGROUPDESC.FieldName = "CKGROUPDESC";
  195. this.colCKGROUPDESC.Name = "colCKGROUPDESC";
  196. this.colCKGROUPDESC.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  197. this.colCKGROUPDESC.Width = 104;
  198. //
  199. // colCKItemCode
  200. //
  201. this.colCKItemCode.Caption = "检验项目";
  202. this.colCKItemCode.FieldName = "CKItemCode";
  203. this.colCKItemCode.Name = "colCKItemCode";
  204. this.colCKItemCode.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  205. this.colCKItemCode.Visible = true;
  206. this.colCKItemCode.VisibleIndex = 1;
  207. //
  208. // colCKItemCodeDESC
  209. //
  210. this.colCKItemCodeDESC.Caption = "检验项目描述";
  211. this.colCKItemCodeDESC.FieldName = "CKItemCodeDESC";
  212. this.colCKItemCodeDESC.Name = "colCKItemCodeDESC";
  213. this.colCKItemCodeDESC.Visible = true;
  214. this.colCKItemCodeDESC.VisibleIndex = 2;
  215. //
  216. // colSetValueMax
  217. //
  218. this.colSetValueMax.Caption = "最大设定值";
  219. this.colSetValueMax.FieldName = "SetValueMax";
  220. this.colSetValueMax.Name = "colSetValueMax";
  221. this.colSetValueMax.Visible = true;
  222. this.colSetValueMax.VisibleIndex = 3;
  223. //
  224. // colSetValueMin
  225. //
  226. this.colSetValueMin.Caption = "最小设定值";
  227. this.colSetValueMin.FieldName = "SetValueMin";
  228. this.colSetValueMin.Name = "colSetValueMin";
  229. this.colSetValueMin.Visible = true;
  230. this.colSetValueMin.VisibleIndex = 4;
  231. //
  232. // colRealValue
  233. //
  234. this.colRealValue.Caption = "实际值";
  235. this.colRealValue.FieldName = "RealValue";
  236. this.colRealValue.Name = "colRealValue";
  237. this.colRealValue.Visible = true;
  238. this.colRealValue.VisibleIndex = 5;
  239. //
  240. // colUNIT
  241. //
  242. this.colUNIT.Caption = "单位";
  243. this.colUNIT.FieldName = "UNIT";
  244. this.colUNIT.Name = "colUNIT";
  245. this.colUNIT.Visible = true;
  246. this.colUNIT.VisibleIndex = 6;
  247. this.colUNIT.Width = 51;
  248. //
  249. // colMUSERName
  250. //
  251. this.colMUSERName.Caption = "维护人";
  252. this.colMUSERName.FieldName = "MUSERName";
  253. this.colMUSERName.Name = "colMUSERName";
  254. this.colMUSERName.OptionsColumn.AllowEdit = false;
  255. this.colMUSERName.Visible = true;
  256. this.colMUSERName.VisibleIndex = 7;
  257. //
  258. // colMTIME
  259. //
  260. this.colMTIME.Caption = "维护时间";
  261. this.colMTIME.FieldName = "MTIME";
  262. this.colMTIME.Name = "colMTIME";
  263. this.colMTIME.OptionsColumn.AllowEdit = false;
  264. this.colMTIME.Visible = true;
  265. this.colMTIME.VisibleIndex = 8;
  266. //
  267. // repositoryItemButtonEdit1
  268. //
  269. this.repositoryItemButtonEdit1.AutoHeight = false;
  270. this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  271. new DevExpress.XtraEditors.Controls.EditorButton()});
  272. this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
  273. //
  274. // repositoryItemButtonEdit2
  275. //
  276. this.repositoryItemButtonEdit2.AutoHeight = false;
  277. this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  278. new DevExpress.XtraEditors.Controls.EditorButton()});
  279. this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
  280. //
  281. // repositoryItemButtonEdit3
  282. //
  283. this.repositoryItemButtonEdit3.AutoHeight = false;
  284. this.repositoryItemButtonEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  285. new DevExpress.XtraEditors.Controls.EditorButton()});
  286. this.repositoryItemButtonEdit3.Name = "repositoryItemButtonEdit3";
  287. //
  288. // grvAdvDetail
  289. //
  290. this.grvAdvDetail.GridControl = this.grdDetail;
  291. this.grvAdvDetail.Name = "grvAdvDetail";
  292. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  293. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  294. this.grvAdvDetail.OptionsView.ShowFooter = true;
  295. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  296. //
  297. // txtCKGROUP
  298. //
  299. this.txtCKGROUP.EditValue = "";
  300. this.txtCKGROUP.Location = new System.Drawing.Point(408, 27);
  301. this.txtCKGROUP.Name = "txtCKGROUP";
  302. this.txtCKGROUP.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  303. new DevExpress.XtraEditors.Controls.EditorButton()});
  304. this.txtCKGROUP.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  305. this.txtCKGROUP.Size = new System.Drawing.Size(156, 20);
  306. this.txtCKGROUP.TabIndex = 87;
  307. this.txtCKGROUP.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtCKGROUP_ButtonClick);
  308. //
  309. // label3
  310. //
  311. this.label3.AutoSize = true;
  312. this.label3.Location = new System.Drawing.Point(35, 30);
  313. this.label3.Name = "label3";
  314. this.label3.Size = new System.Drawing.Size(59, 14);
  315. this.label3.TabIndex = 83;
  316. this.label3.Text = "设备编号:";
  317. //
  318. // txtEQPCode
  319. //
  320. this.txtEQPCode.EditValue = "";
  321. this.txtEQPCode.Location = new System.Drawing.Point(123, 27);
  322. this.txtEQPCode.Name = "txtEQPCode";
  323. this.txtEQPCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  324. new DevExpress.XtraEditors.Controls.EditorButton()});
  325. this.txtEQPCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  326. this.txtEQPCode.Size = new System.Drawing.Size(156, 20);
  327. this.txtEQPCode.TabIndex = 69;
  328. this.txtEQPCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtEQPCode_ButtonClick);
  329. //
  330. // label1
  331. //
  332. this.label1.AutoSize = true;
  333. this.label1.Location = new System.Drawing.Point(319, 30);
  334. this.label1.Name = "label1";
  335. this.label1.Size = new System.Drawing.Size(71, 14);
  336. this.label1.TabIndex = 38;
  337. this.label1.Text = "检验项目组:";
  338. //
  339. // labelControl1
  340. //
  341. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  343. this.labelControl1.Location = new System.Drawing.Point(1, 3);
  344. this.labelControl1.Name = "labelControl1";
  345. this.labelControl1.Size = new System.Drawing.Size(128, 21);
  346. this.labelControl1.TabIndex = 25;
  347. this.labelControl1.Text = "设备检测信息编辑";
  348. //
  349. // btnCancle
  350. //
  351. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  352. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  353. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  354. this.btnCancle.Appearance.Options.UseFont = true;
  355. this.btnCancle.Appearance.Options.UseForeColor = true;
  356. this.btnCancle.Appearance.Options.UseTextOptions = true;
  357. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  358. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  359. this.btnCancle.Location = new System.Drawing.Point(515, 447);
  360. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  361. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  362. this.btnCancle.Name = "btnCancle";
  363. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  364. this.btnCancle.TabIndex = 26;
  365. this.btnCancle.Text = "取消";
  366. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  367. //
  368. // btnClose
  369. //
  370. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  371. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  372. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  373. this.btnClose.Appearance.Options.UseFont = true;
  374. this.btnClose.Appearance.Options.UseForeColor = true;
  375. this.btnClose.Appearance.Options.UseTextOptions = true;
  376. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  377. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  378. this.btnClose.Location = new System.Drawing.Point(581, 3);
  379. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  380. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  381. this.btnClose.Name = "btnClose";
  382. this.btnClose.Size = new System.Drawing.Size(26, 21);
  383. this.btnClose.TabIndex = 27;
  384. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  385. //
  386. // FormICSEQPDataAdd
  387. //
  388. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  389. this.Appearance.Options.UseBackColor = true;
  390. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  391. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  392. this.ClientSize = new System.Drawing.Size(608, 481);
  393. this.Controls.Add(this.btnClose);
  394. this.Controls.Add(this.btnCancle);
  395. this.Controls.Add(this.labelControl1);
  396. this.Controls.Add(this.panelControl1);
  397. this.Controls.Add(this.btnOK);
  398. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  399. this.Name = "FormICSEQPDataAdd";
  400. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  401. this.Text = "FormICSEquipmentAdd";
  402. //this.Load += new System.EventHandler(this.FormICSEQPDataAdd_Load);
  403. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  404. this.panelControl1.ResumeLayout(false);
  405. this.panelControl1.PerformLayout();
  406. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  407. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  408. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
  409. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
  410. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit();
  411. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  412. ((System.ComponentModel.ISupportInitialize)(this.txtCKGROUP.Properties)).EndInit();
  413. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).EndInit();
  414. this.ResumeLayout(false);
  415. this.PerformLayout();
  416. }
  417. #endregion
  418. private DevExpress.XtraEditors.SimpleButton btnOK;
  419. private DevExpress.XtraEditors.PanelControl panelControl1;
  420. private DevExpress.XtraEditors.LabelControl labelControl1;
  421. private DevExpress.XtraEditors.SimpleButton btnCancle;
  422. private DevExpress.XtraEditors.SimpleButton btnClose;
  423. private System.Windows.Forms.Label label1;
  424. private DevExpress.XtraEditors.ButtonEdit txtEQPCode;
  425. private System.Windows.Forms.Label label3;
  426. private DevExpress.XtraEditors.ButtonEdit txtCKGROUP;
  427. private DevExpress.XtraGrid.GridControl grdDetail;
  428. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  429. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  430. private DevExpress.XtraGrid.Columns.GridColumn colEQPID;
  431. private DevExpress.XtraGrid.Columns.GridColumn colEQPCode;
  432. private DevExpress.XtraGrid.Columns.GridColumn colEQPName;
  433. private DevExpress.XtraGrid.Columns.GridColumn colCKGROUP;
  434. private DevExpress.XtraGrid.Columns.GridColumn colCKGROUPDESC;
  435. private DevExpress.XtraGrid.Columns.GridColumn colCKItemCode;
  436. private DevExpress.XtraGrid.Columns.GridColumn colCKItemCodeDESC;
  437. private DevExpress.XtraGrid.Columns.GridColumn colSetValueMax;
  438. private DevExpress.XtraGrid.Columns.GridColumn colSetValueMin;
  439. private DevExpress.XtraGrid.Columns.GridColumn colRealValue;
  440. private DevExpress.XtraGrid.Columns.GridColumn colUNIT;
  441. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  442. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  443. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
  444. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2;
  445. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit3;
  446. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  447. }
  448. }