华恒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.

704 lines
39 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSEquipment
  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(FormICSEquipment));
  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.colEQPName = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.colEQPCode = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colModel = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colType = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colEQPStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.colEQPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colEType = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colCompany = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colAddress = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colTelPhone = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colSSCode = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colSSName = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colCHECKLIST = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  50. this.colEQPHandle = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  52. this.colEQPTS = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  54. this.colISFW = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colProperty = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  57. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  58. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  59. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  60. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  61. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  62. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  63. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  64. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  65. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  66. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  67. this.btnEdit = new DevExpress.XtraEditors.SimpleButton();
  68. this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
  69. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  70. this.btnDelLable = new DevExpress.XtraEditors.SimpleButton();
  71. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  72. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  73. this.groupControl1.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  83. this.panelControl3.SuspendLayout();
  84. this.SuspendLayout();
  85. //
  86. // groupControl1
  87. //
  88. this.groupControl1.Controls.Add(this.grdDetail);
  89. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.groupControl1.Location = new System.Drawing.Point(0, 39);
  91. this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  92. this.groupControl1.Name = "groupControl1";
  93. this.groupControl1.Size = new System.Drawing.Size(1321, 492);
  94. this.groupControl1.TabIndex = 14;
  95. this.groupControl1.Text = "详细信息";
  96. //
  97. // grdDetail
  98. //
  99. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  101. this.grdDetail.Location = new System.Drawing.Point(2, 26);
  102. this.grdDetail.MainView = this.grvDetail;
  103. this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  104. this.grdDetail.Name = "grdDetail";
  105. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  106. this.repositoryItemButtonEdit1,
  107. this.repositoryItemButtonEdit2,
  108. this.repositoryItemButtonEdit3});
  109. this.grdDetail.Size = new System.Drawing.Size(1317, 464);
  110. this.grdDetail.TabIndex = 0;
  111. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  112. this.grvDetail,
  113. this.grvAdvDetail});
  114. //
  115. // grvDetail
  116. //
  117. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  118. this.colEQPID,
  119. this.colisSelect,
  120. this.colEQPName,
  121. this.colEQPCode,
  122. this.colModel,
  123. this.colType,
  124. this.colEQPStatus,
  125. this.colEQPDESC,
  126. this.colEType,
  127. this.colCompany,
  128. this.colAddress,
  129. this.colTelPhone,
  130. this.colSSCode,
  131. this.colSSName,
  132. this.colMUSERName,
  133. this.colMTIME,
  134. this.colCHECKLIST,
  135. this.colEQPHandle,
  136. this.colEQPTS,
  137. this.colISFW,
  138. this.colProperty});
  139. this.grvDetail.GridControl = this.grdDetail;
  140. this.grvDetail.IndicatorWidth = 40;
  141. this.grvDetail.Name = "grvDetail";
  142. this.grvDetail.OptionsBehavior.ReadOnly = true;
  143. this.grvDetail.OptionsSelection.MultiSelect = true;
  144. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  145. this.grvDetail.OptionsView.ShowFooter = true;
  146. this.grvDetail.OptionsView.ShowGroupPanel = false;
  147. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  148. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  149. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  150. //
  151. // colEQPID
  152. //
  153. this.colEQPID.Caption = "设备ID";
  154. this.colEQPID.FieldName = "EQPID";
  155. this.colEQPID.Name = "colEQPID";
  156. //
  157. // colisSelect
  158. //
  159. this.colisSelect.Caption = "选择";
  160. this.colisSelect.FieldName = "isSelect";
  161. this.colisSelect.Name = "colisSelect";
  162. this.colisSelect.OptionsColumn.AllowEdit = false;
  163. this.colisSelect.Visible = true;
  164. this.colisSelect.VisibleIndex = 0;
  165. this.colisSelect.Width = 48;
  166. //
  167. // colEQPName
  168. //
  169. this.colEQPName.Caption = "设备名称";
  170. this.colEQPName.FieldName = "EQPName";
  171. this.colEQPName.Name = "colEQPName";
  172. this.colEQPName.Visible = true;
  173. this.colEQPName.VisibleIndex = 1;
  174. //
  175. // colEQPCode
  176. //
  177. this.colEQPCode.Caption = "设备编号";
  178. this.colEQPCode.FieldName = "EQPCode";
  179. this.colEQPCode.Name = "colEQPCode";
  180. this.colEQPCode.Visible = true;
  181. this.colEQPCode.VisibleIndex = 3;
  182. //
  183. // colModel
  184. //
  185. this.colModel.Caption = "品牌";
  186. this.colModel.FieldName = "Model";
  187. this.colModel.Name = "colModel";
  188. this.colModel.Width = 49;
  189. //
  190. // colType
  191. //
  192. this.colType.Caption = "设备类型(自定义参数)";
  193. this.colType.FieldName = "Type";
  194. this.colType.Name = "colType";
  195. this.colType.Width = 141;
  196. //
  197. // colEQPStatus
  198. //
  199. this.colEQPStatus.Caption = "设备状态";
  200. this.colEQPStatus.FieldName = "EQPStatus";
  201. this.colEQPStatus.Name = "colEQPStatus";
  202. this.colEQPStatus.Visible = true;
  203. this.colEQPStatus.VisibleIndex = 4;
  204. //
  205. // colEQPDESC
  206. //
  207. this.colEQPDESC.Caption = "设备描述";
  208. this.colEQPDESC.FieldName = "EQPDESC";
  209. this.colEQPDESC.Name = "colEQPDESC";
  210. this.colEQPDESC.Visible = true;
  211. this.colEQPDESC.VisibleIndex = 5;
  212. //
  213. // colEType
  214. //
  215. this.colEType.Caption = "工作中心代码";
  216. this.colEType.FieldName = "EType";
  217. this.colEType.Name = "colEType";
  218. this.colEType.Visible = true;
  219. this.colEType.VisibleIndex = 6;
  220. //
  221. // colCompany
  222. //
  223. this.colCompany.Caption = "设备公司";
  224. this.colCompany.FieldName = "Company";
  225. this.colCompany.Name = "colCompany";
  226. this.colCompany.Visible = true;
  227. this.colCompany.VisibleIndex = 8;
  228. //
  229. // colAddress
  230. //
  231. this.colAddress.Caption = "联系地址";
  232. this.colAddress.FieldName = "Address";
  233. this.colAddress.Name = "colAddress";
  234. this.colAddress.Visible = true;
  235. this.colAddress.VisibleIndex = 9;
  236. //
  237. // colTelPhone
  238. //
  239. this.colTelPhone.Caption = "联系电话";
  240. this.colTelPhone.FieldName = "TelPhone";
  241. this.colTelPhone.Name = "colTelPhone";
  242. this.colTelPhone.Visible = true;
  243. this.colTelPhone.VisibleIndex = 10;
  244. this.colTelPhone.Width = 88;
  245. //
  246. // colSSCode
  247. //
  248. this.colSSCode.Caption = "产线代码";
  249. this.colSSCode.FieldName = "SSCode";
  250. this.colSSCode.Name = "colSSCode";
  251. //
  252. // colSSName
  253. //
  254. this.colSSName.Caption = "产线描述";
  255. this.colSSName.FieldName = "SSName";
  256. this.colSSName.Name = "colSSName";
  257. //
  258. // colMUSERName
  259. //
  260. this.colMUSERName.Caption = "维护人";
  261. this.colMUSERName.FieldName = "MUSERName";
  262. this.colMUSERName.Name = "colMUSERName";
  263. this.colMUSERName.Visible = true;
  264. this.colMUSERName.VisibleIndex = 11;
  265. //
  266. // colMTIME
  267. //
  268. this.colMTIME.Caption = "维护时间";
  269. this.colMTIME.FieldName = "MTIME";
  270. this.colMTIME.Name = "colMTIME";
  271. this.colMTIME.OptionsColumn.AllowEdit = false;
  272. this.colMTIME.Visible = true;
  273. this.colMTIME.VisibleIndex = 12;
  274. //
  275. // colCHECKLIST
  276. //
  277. this.colCHECKLIST.Caption = "测试项目";
  278. this.colCHECKLIST.ColumnEdit = this.repositoryItemButtonEdit1;
  279. this.colCHECKLIST.FieldName = "CHECKLIST";
  280. this.colCHECKLIST.Name = "colCHECKLIST";
  281. this.colCHECKLIST.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  282. this.colCHECKLIST.Width = 66;
  283. //
  284. // repositoryItemButtonEdit1
  285. //
  286. this.repositoryItemButtonEdit1.AutoHeight = false;
  287. this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  288. new DevExpress.XtraEditors.Controls.EditorButton()});
  289. this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
  290. this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  291. this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_BottonClick);
  292. //
  293. // colEQPHandle
  294. //
  295. this.colEQPHandle.Caption = "设备处理";
  296. this.colEQPHandle.ColumnEdit = this.repositoryItemButtonEdit2;
  297. this.colEQPHandle.FieldName = "EQPHandle";
  298. this.colEQPHandle.Name = "colEQPHandle";
  299. this.colEQPHandle.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  300. //
  301. // repositoryItemButtonEdit2
  302. //
  303. this.repositoryItemButtonEdit2.AutoHeight = false;
  304. this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  305. new DevExpress.XtraEditors.Controls.EditorButton()});
  306. this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
  307. this.repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  308. this.repositoryItemButtonEdit2.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit2_BottonClick);
  309. //
  310. // colEQPTS
  311. //
  312. this.colEQPTS.Caption = "维修记录";
  313. this.colEQPTS.ColumnEdit = this.repositoryItemButtonEdit3;
  314. this.colEQPTS.FieldName = "EQPTS";
  315. this.colEQPTS.Name = "colEQPTS";
  316. this.colEQPTS.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  317. //
  318. // repositoryItemButtonEdit3
  319. //
  320. this.repositoryItemButtonEdit3.AutoHeight = false;
  321. this.repositoryItemButtonEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  322. new DevExpress.XtraEditors.Controls.EditorButton()});
  323. this.repositoryItemButtonEdit3.Name = "repositoryItemButtonEdit3";
  324. this.repositoryItemButtonEdit3.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  325. this.repositoryItemButtonEdit3.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit3_BottonClick);
  326. //
  327. // colISFW
  328. //
  329. this.colISFW.Caption = "是否供应商设备";
  330. this.colISFW.FieldName = "ISFW";
  331. this.colISFW.Name = "colISFW";
  332. this.colISFW.Visible = true;
  333. this.colISFW.VisibleIndex = 7;
  334. //
  335. // colProperty
  336. //
  337. this.colProperty.Caption = "设备属性";
  338. this.colProperty.FieldName = "Property";
  339. this.colProperty.Name = "colProperty";
  340. this.colProperty.Visible = true;
  341. this.colProperty.VisibleIndex = 2;
  342. //
  343. // grvAdvDetail
  344. //
  345. this.grvAdvDetail.GridControl = this.grdDetail;
  346. this.grvAdvDetail.Name = "grvAdvDetail";
  347. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  348. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  349. this.grvAdvDetail.OptionsView.ShowFooter = true;
  350. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  351. //
  352. // repDate
  353. //
  354. this.repDate.AutoHeight = false;
  355. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  356. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  357. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  358. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  359. this.repDate.Name = "repDate";
  360. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  361. new DevExpress.XtraEditors.Controls.EditorButton()});
  362. //
  363. // rptPage
  364. //
  365. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  366. this.rptPage.Appearance.Options.UseBackColor = true;
  367. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  368. this.rptPage.isInit = false;
  369. this.rptPage.Location = new System.Drawing.Point(0, 531);
  370. this.rptPage.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  371. this.rptPage.Name = "rptPage";
  372. this.rptPage.PageIndex = 1;
  373. this.rptPage.PageSize = 10000;
  374. this.rptPage.RecordNum = 0;
  375. this.rptPage.Size = new System.Drawing.Size(1321, 33);
  376. this.rptPage.TabIndex = 15;
  377. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  378. //
  379. // btnExit
  380. //
  381. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  382. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  383. this.btnExit.Appearance.Options.UseFont = true;
  384. this.btnExit.Appearance.Options.UseForeColor = true;
  385. this.btnExit.Appearance.Options.UseTextOptions = true;
  386. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  387. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  388. this.btnExit.Location = new System.Drawing.Point(775, 0);
  389. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  390. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  391. this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  392. this.btnExit.Name = "btnExit";
  393. this.btnExit.Size = new System.Drawing.Size(65, 39);
  394. this.btnExit.TabIndex = 10;
  395. this.btnExit.Text = "退出";
  396. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  397. //
  398. // btnFilter
  399. //
  400. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  401. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  402. this.btnFilter.Appearance.Options.UseFont = true;
  403. this.btnFilter.Appearance.Options.UseForeColor = true;
  404. this.btnFilter.Appearance.Options.UseTextOptions = true;
  405. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  406. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  407. this.btnFilter.Location = new System.Drawing.Point(86, 0);
  408. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  409. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  410. this.btnFilter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  411. this.btnFilter.Name = "btnFilter";
  412. this.btnFilter.Size = new System.Drawing.Size(74, 39);
  413. this.btnFilter.TabIndex = 11;
  414. this.btnFilter.Text = "过滤";
  415. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  416. //
  417. // panelControl3
  418. //
  419. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  420. this.panelControl3.Appearance.Options.UseBackColor = true;
  421. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  422. this.panelControl3.Controls.Add(this.btnFalsh);
  423. this.panelControl3.Controls.Add(this.btnOutPut);
  424. this.panelControl3.Controls.Add(this.btnSelect);
  425. this.panelControl3.Controls.Add(this.btnCanSelect);
  426. this.panelControl3.Controls.Add(this.btnConfig);
  427. this.panelControl3.Controls.Add(this.btnEdit);
  428. this.panelControl3.Controls.Add(this.btnAdd);
  429. this.panelControl3.Controls.Add(this.lblTitle);
  430. this.panelControl3.Controls.Add(this.btnDelLable);
  431. this.panelControl3.Controls.Add(this.btnClose);
  432. this.panelControl3.Controls.Add(this.btnFilter);
  433. this.panelControl3.Controls.Add(this.btnExit);
  434. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  435. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  436. this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  437. this.panelControl3.Name = "panelControl3";
  438. this.panelControl3.Size = new System.Drawing.Size(1321, 39);
  439. this.panelControl3.TabIndex = 13;
  440. //
  441. // btnFalsh
  442. //
  443. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  444. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  445. this.btnFalsh.Appearance.Options.UseFont = true;
  446. this.btnFalsh.Appearance.Options.UseForeColor = true;
  447. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  448. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  449. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  450. this.btnFalsh.Location = new System.Drawing.Point(709, 0);
  451. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  452. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  453. this.btnFalsh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  454. this.btnFalsh.Name = "btnFalsh";
  455. this.btnFalsh.Size = new System.Drawing.Size(66, 39);
  456. this.btnFalsh.TabIndex = 48;
  457. this.btnFalsh.Text = "刷新";
  458. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  459. //
  460. // btnOutPut
  461. //
  462. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  463. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  464. this.btnOutPut.Appearance.Options.UseFont = true;
  465. this.btnOutPut.Appearance.Options.UseForeColor = true;
  466. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  467. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  468. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  469. this.btnOutPut.Location = new System.Drawing.Point(631, 0);
  470. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  471. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  472. this.btnOutPut.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  473. this.btnOutPut.Name = "btnOutPut";
  474. this.btnOutPut.Size = new System.Drawing.Size(79, 39);
  475. this.btnOutPut.TabIndex = 47;
  476. this.btnOutPut.Text = "导出";
  477. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  478. //
  479. // btnSelect
  480. //
  481. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  482. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  483. this.btnSelect.Appearance.Options.UseFont = true;
  484. this.btnSelect.Appearance.Options.UseForeColor = true;
  485. this.btnSelect.Appearance.Options.UseTextOptions = true;
  486. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  487. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  488. this.btnSelect.Location = new System.Drawing.Point(269, 0);
  489. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  490. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  491. this.btnSelect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  492. this.btnSelect.Name = "btnSelect";
  493. this.btnSelect.Size = new System.Drawing.Size(66, 39);
  494. this.btnSelect.TabIndex = 45;
  495. this.btnSelect.Text = "全选";
  496. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  497. //
  498. // btnCanSelect
  499. //
  500. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  501. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  502. this.btnCanSelect.Appearance.Options.UseFont = true;
  503. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  504. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  505. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  506. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  507. this.btnCanSelect.Location = new System.Drawing.Point(335, 0);
  508. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  509. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  510. this.btnCanSelect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  511. this.btnCanSelect.Name = "btnCanSelect";
  512. this.btnCanSelect.Size = new System.Drawing.Size(94, 39);
  513. this.btnCanSelect.TabIndex = 46;
  514. this.btnCanSelect.Text = "全消";
  515. this.btnCanSelect.Click += new System.EventHandler(this.btnCanSelect_Click);
  516. //
  517. // btnConfig
  518. //
  519. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  520. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  521. this.btnConfig.Appearance.Options.UseFont = true;
  522. this.btnConfig.Appearance.Options.UseForeColor = true;
  523. this.btnConfig.Appearance.Options.UseTextOptions = true;
  524. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  525. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  526. this.btnConfig.Location = new System.Drawing.Point(160, 0);
  527. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  528. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  529. this.btnConfig.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  530. this.btnConfig.Name = "btnConfig";
  531. this.btnConfig.Size = new System.Drawing.Size(109, 39);
  532. this.btnConfig.TabIndex = 26;
  533. this.btnConfig.Text = "数据源设置";
  534. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  535. //
  536. // btnEdit
  537. //
  538. this.btnEdit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  539. this.btnEdit.Appearance.ForeColor = System.Drawing.Color.White;
  540. this.btnEdit.Appearance.Options.UseFont = true;
  541. this.btnEdit.Appearance.Options.UseForeColor = true;
  542. this.btnEdit.Appearance.Options.UseTextOptions = true;
  543. this.btnEdit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  544. this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
  545. this.btnEdit.Location = new System.Drawing.Point(495, 0);
  546. this.btnEdit.LookAndFeel.SkinName = "BlueButtonSkin";
  547. this.btnEdit.LookAndFeel.UseDefaultLookAndFeel = false;
  548. this.btnEdit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  549. this.btnEdit.Name = "btnEdit";
  550. this.btnEdit.Size = new System.Drawing.Size(66, 39);
  551. this.btnEdit.TabIndex = 23;
  552. this.btnEdit.Text = "修改";
  553. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  554. //
  555. // btnAdd
  556. //
  557. this.btnAdd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  558. this.btnAdd.Appearance.ForeColor = System.Drawing.Color.White;
  559. this.btnAdd.Appearance.Options.UseFont = true;
  560. this.btnAdd.Appearance.Options.UseForeColor = true;
  561. this.btnAdd.Appearance.Options.UseTextOptions = true;
  562. this.btnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  563. this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
  564. this.btnAdd.Location = new System.Drawing.Point(429, 0);
  565. this.btnAdd.LookAndFeel.SkinName = "BlueButtonSkin";
  566. this.btnAdd.LookAndFeel.UseDefaultLookAndFeel = false;
  567. this.btnAdd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  568. this.btnAdd.Name = "btnAdd";
  569. this.btnAdd.Size = new System.Drawing.Size(66, 39);
  570. this.btnAdd.TabIndex = 22;
  571. this.btnAdd.Text = "新增";
  572. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  573. //
  574. // lblTitle
  575. //
  576. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  577. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  578. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  579. this.lblTitle.Location = new System.Drawing.Point(3, 5);
  580. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  581. this.lblTitle.Name = "lblTitle";
  582. this.lblTitle.Size = new System.Drawing.Size(75, 30);
  583. this.lblTitle.TabIndex = 19;
  584. this.lblTitle.Text = "设备清单";
  585. //
  586. // btnDelLable
  587. //
  588. this.btnDelLable.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  589. this.btnDelLable.Appearance.ForeColor = System.Drawing.Color.White;
  590. this.btnDelLable.Appearance.Options.UseFont = true;
  591. this.btnDelLable.Appearance.Options.UseForeColor = true;
  592. this.btnDelLable.Appearance.Options.UseTextOptions = true;
  593. this.btnDelLable.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  594. this.btnDelLable.Image = ((System.Drawing.Image)(resources.GetObject("btnDelLable.Image")));
  595. this.btnDelLable.Location = new System.Drawing.Point(561, 0);
  596. this.btnDelLable.LookAndFeel.SkinName = "BlueButtonSkin";
  597. this.btnDelLable.LookAndFeel.UseDefaultLookAndFeel = false;
  598. this.btnDelLable.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  599. this.btnDelLable.Name = "btnDelLable";
  600. this.btnDelLable.Size = new System.Drawing.Size(70, 39);
  601. this.btnDelLable.TabIndex = 17;
  602. this.btnDelLable.Text = "删除";
  603. this.btnDelLable.Click += new System.EventHandler(this.btnDel_Click);
  604. //
  605. // btnClose
  606. //
  607. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  608. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  609. this.btnClose.Appearance.Options.UseFont = true;
  610. this.btnClose.Appearance.Options.UseForeColor = true;
  611. this.btnClose.Appearance.Options.UseTextOptions = true;
  612. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  613. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  614. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  615. this.btnClose.Location = new System.Drawing.Point(1291, 0);
  616. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  617. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  618. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  619. this.btnClose.Name = "btnClose";
  620. this.btnClose.Size = new System.Drawing.Size(30, 39);
  621. this.btnClose.TabIndex = 14;
  622. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  623. //
  624. // FormICSEquipment
  625. //
  626. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  627. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  628. this.ClientSize = new System.Drawing.Size(1321, 564);
  629. this.Controls.Add(this.groupControl1);
  630. this.Controls.Add(this.rptPage);
  631. this.Controls.Add(this.panelControl3);
  632. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  633. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  634. this.Name = "FormICSEquipment";
  635. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  636. this.Text = "FormGridReport";
  637. this.Load += new System.EventHandler(this.FormICSShift_Load);
  638. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  639. this.groupControl1.ResumeLayout(false);
  640. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  641. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  642. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
  643. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
  644. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit();
  645. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  646. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  647. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  648. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  649. this.panelControl3.ResumeLayout(false);
  650. this.ResumeLayout(false);
  651. }
  652. #endregion
  653. private DevExpress.XtraEditors.GroupControl groupControl1;
  654. private DevExpress.XtraGrid.GridControl grdDetail;
  655. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  656. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  657. private DevExpress.XtraEditors.SimpleButton btnExit;
  658. private DevExpress.XtraEditors.SimpleButton btnFilter;
  659. private DevExpress.XtraEditors.PanelControl panelControl3;
  660. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  661. private DevExpress.XtraEditors.SimpleButton btnClose;
  662. private DevExpress.XtraEditors.SimpleButton btnDelLable;
  663. private DevExpress.XtraEditors.LabelControl lblTitle;
  664. private DevExpress.XtraEditors.SimpleButton btnEdit;
  665. private DevExpress.XtraEditors.SimpleButton btnAdd;
  666. private DevExpress.XtraGrid.Columns.GridColumn colEQPID;
  667. private DevExpress.XtraGrid.Columns.GridColumn colModel;
  668. private DevExpress.XtraGrid.Columns.GridColumn colType;
  669. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  670. private DevExpress.XtraGrid.Columns.GridColumn colEQPStatus;
  671. private DevExpress.XtraEditors.SimpleButton btnConfig;
  672. private DevExpress.XtraGrid.Columns.GridColumn colEQPDESC;
  673. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  674. private DevExpress.XtraGrid.Columns.GridColumn colCompany;
  675. private DevExpress.XtraGrid.Columns.GridColumn colAddress;
  676. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  677. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  678. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  679. private DevExpress.XtraEditors.SimpleButton btnSelect;
  680. private DevExpress.XtraGrid.Columns.GridColumn colEType;
  681. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  682. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  683. private DevExpress.XtraGrid.Columns.GridColumn colTelPhone;
  684. private DevExpress.XtraGrid.Columns.GridColumn colSSCode;
  685. private DevExpress.XtraGrid.Columns.GridColumn colSSName;
  686. private DevExpress.XtraGrid.Columns.GridColumn colEQPCode;
  687. private DevExpress.XtraGrid.Columns.GridColumn colCHECKLIST;
  688. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
  689. private DevExpress.XtraGrid.Columns.GridColumn colEQPHandle;
  690. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2;
  691. private DevExpress.XtraGrid.Columns.GridColumn colEQPTS;
  692. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit3;
  693. private DevExpress.XtraGrid.Columns.GridColumn colEQPName;
  694. private DevExpress.XtraGrid.Columns.GridColumn colISFW;
  695. private DevExpress.XtraGrid.Columns.GridColumn colProperty;
  696. }
  697. }