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

513 lines
28 KiB

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