锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

509 lines
28 KiB

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