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

578 lines
31 KiB

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