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

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