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

479 lines
27 KiB

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