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

569 lines
31 KiB

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