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

548 lines
30 KiB

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