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

487 lines
28 KiB

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