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

531 lines
29 KiB

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