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

454 lines
26 KiB

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