华恒Mes鼎捷代码
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.

416 lines
21 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSMODEL2ECG
  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(FormICSMODEL2ECG));
  29. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  33. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  34. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  35. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  36. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  37. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  38. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  39. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colMODELID = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colECGID = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colMODELCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colMODELDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colECGCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colECGDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colROUTECODE = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colROUTEDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colOPCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colOPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colRESCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colRESDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  55. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  56. this.panelControl3.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  58. this.groupControl1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // btnExit
  65. //
  66. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  67. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  68. this.btnExit.Appearance.Options.UseFont = true;
  69. this.btnExit.Appearance.Options.UseForeColor = true;
  70. this.btnExit.Appearance.Options.UseTextOptions = true;
  71. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  72. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  73. this.btnExit.Location = new System.Drawing.Point(331, 0);
  74. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  75. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  76. this.btnExit.Name = "btnExit";
  77. this.btnExit.Size = new System.Drawing.Size(55, 30);
  78. this.btnExit.TabIndex = 10;
  79. this.btnExit.Text = "退出";
  80. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  81. //
  82. // panelControl3
  83. //
  84. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  85. this.panelControl3.Appearance.Options.UseBackColor = true;
  86. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  87. this.panelControl3.Controls.Add(this.btnCreate);
  88. this.panelControl3.Controls.Add(this.btnDel);
  89. this.panelControl3.Controls.Add(this.lblTitle);
  90. this.panelControl3.Controls.Add(this.btnClose);
  91. this.panelControl3.Controls.Add(this.btnExit);
  92. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  93. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  94. this.panelControl3.Name = "panelControl3";
  95. this.panelControl3.Size = new System.Drawing.Size(1036, 30);
  96. this.panelControl3.TabIndex = 13;
  97. //
  98. // btnCreate
  99. //
  100. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  101. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  102. this.btnCreate.Appearance.Options.UseFont = true;
  103. this.btnCreate.Appearance.Options.UseForeColor = true;
  104. this.btnCreate.Appearance.Options.UseTextOptions = true;
  105. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  106. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  107. this.btnCreate.Location = new System.Drawing.Point(215, 0);
  108. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  109. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  110. this.btnCreate.Name = "btnCreate";
  111. this.btnCreate.Size = new System.Drawing.Size(58, 30);
  112. this.btnCreate.TabIndex = 23;
  113. this.btnCreate.Text = "新增";
  114. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  115. //
  116. // btnDel
  117. //
  118. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  119. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  120. this.btnDel.Appearance.Options.UseFont = true;
  121. this.btnDel.Appearance.Options.UseForeColor = true;
  122. this.btnDel.Appearance.Options.UseTextOptions = true;
  123. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  124. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  125. this.btnDel.Location = new System.Drawing.Point(273, 0);
  126. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  127. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  128. this.btnDel.Name = "btnDel";
  129. this.btnDel.Size = new System.Drawing.Size(58, 30);
  130. this.btnDel.TabIndex = 21;
  131. this.btnDel.Text = "删除";
  132. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  133. //
  134. // lblTitle
  135. //
  136. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  137. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  138. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  139. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  140. this.lblTitle.Name = "lblTitle";
  141. this.lblTitle.Size = new System.Drawing.Size(197, 23);
  142. this.lblTitle.TabIndex = 19;
  143. this.lblTitle.Text = " 产品别和不良代码组的关系";
  144. //
  145. // btnClose
  146. //
  147. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  148. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  149. this.btnClose.Appearance.Options.UseFont = true;
  150. this.btnClose.Appearance.Options.UseForeColor = true;
  151. this.btnClose.Appearance.Options.UseTextOptions = true;
  152. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  153. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  154. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  155. this.btnClose.Location = new System.Drawing.Point(1010, 0);
  156. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  157. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  158. this.btnClose.Name = "btnClose";
  159. this.btnClose.Size = new System.Drawing.Size(26, 30);
  160. this.btnClose.TabIndex = 14;
  161. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  162. //
  163. // rptPage
  164. //
  165. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  166. this.rptPage.Appearance.Options.UseBackColor = true;
  167. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  168. this.rptPage.isInit = false;
  169. this.rptPage.Location = new System.Drawing.Point(0, 413);
  170. this.rptPage.Name = "rptPage";
  171. this.rptPage.PageIndex = 0;
  172. this.rptPage.PageSize = 0;
  173. this.rptPage.RecordNum = 0;
  174. this.rptPage.Size = new System.Drawing.Size(1036, 26);
  175. this.rptPage.TabIndex = 15;
  176. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  177. //
  178. // groupControl1
  179. //
  180. this.groupControl1.Controls.Add(this.grdDetail);
  181. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  182. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  183. this.groupControl1.Name = "groupControl1";
  184. this.groupControl1.Size = new System.Drawing.Size(1036, 383);
  185. this.groupControl1.TabIndex = 14;
  186. this.groupControl1.Text = "详细信息";
  187. //
  188. // grdDetail
  189. //
  190. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  191. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  192. this.grdDetail.MainView = this.grvDetail;
  193. this.grdDetail.Name = "grdDetail";
  194. this.grdDetail.Size = new System.Drawing.Size(1032, 359);
  195. this.grdDetail.TabIndex = 0;
  196. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  197. this.grvDetail,
  198. this.grvAdvDetail});
  199. //
  200. // grvDetail
  201. //
  202. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  203. this.colisSelect,
  204. this.colMODELID,
  205. this.colECGID,
  206. this.colMODELCODE,
  207. this.colMODELDESC,
  208. this.colECGCODE,
  209. this.colECGDESC,
  210. this.colROUTECODE,
  211. this.colROUTEDESC,
  212. this.colOPCODE,
  213. this.colOPDESC,
  214. this.colRESCODE,
  215. this.colRESDESC,
  216. this.colMUSERName,
  217. this.colMTIME});
  218. this.grvDetail.GridControl = this.grdDetail;
  219. this.grvDetail.IndicatorWidth = 40;
  220. this.grvDetail.Name = "grvDetail";
  221. this.grvDetail.OptionsBehavior.Editable = false;
  222. this.grvDetail.OptionsBehavior.ReadOnly = true;
  223. this.grvDetail.OptionsSelection.MultiSelect = true;
  224. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  225. this.grvDetail.OptionsView.ShowFooter = true;
  226. this.grvDetail.OptionsView.ShowGroupPanel = false;
  227. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  228. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  229. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  230. //
  231. // colisSelect
  232. //
  233. this.colisSelect.Caption = "选择";
  234. this.colisSelect.FieldName = "isSelect";
  235. this.colisSelect.Name = "colisSelect";
  236. this.colisSelect.Visible = true;
  237. this.colisSelect.VisibleIndex = 0;
  238. this.colisSelect.Width = 45;
  239. //
  240. // colMODELID
  241. //
  242. this.colMODELID.Caption = "产品别ID";
  243. this.colMODELID.FieldName = "MODELID";
  244. this.colMODELID.Name = "colMODELID";
  245. this.colMODELID.Width = 92;
  246. //
  247. // colECGID
  248. //
  249. this.colECGID.Caption = "不良代码组ID";
  250. this.colECGID.FieldName = "ECGID";
  251. this.colECGID.Name = "colECGID";
  252. //
  253. // colMODELCODE
  254. //
  255. this.colMODELCODE.Caption = "产品别代码";
  256. this.colMODELCODE.FieldName = "MODELCODE";
  257. this.colMODELCODE.Name = "colMODELCODE";
  258. this.colMODELCODE.Visible = true;
  259. this.colMODELCODE.VisibleIndex = 1;
  260. //
  261. // colMODELDESC
  262. //
  263. this.colMODELDESC.Caption = "产品别描述";
  264. this.colMODELDESC.FieldName = "MODELDESC";
  265. this.colMODELDESC.Name = "colMODELDESC";
  266. this.colMODELDESC.Visible = true;
  267. this.colMODELDESC.VisibleIndex = 2;
  268. //
  269. // colECGCODE
  270. //
  271. this.colECGCODE.Caption = "不良代码组代码";
  272. this.colECGCODE.FieldName = "ECGCODE";
  273. this.colECGCODE.Name = "colECGCODE";
  274. this.colECGCODE.Visible = true;
  275. this.colECGCODE.VisibleIndex = 3;
  276. this.colECGCODE.Width = 94;
  277. //
  278. // colECGDESC
  279. //
  280. this.colECGDESC.Caption = "不良代码组描述";
  281. this.colECGDESC.FieldName = "ECGDESC";
  282. this.colECGDESC.Name = "colECGDESC";
  283. this.colECGDESC.Visible = true;
  284. this.colECGDESC.VisibleIndex = 4;
  285. this.colECGDESC.Width = 98;
  286. //
  287. // colROUTECODE
  288. //
  289. this.colROUTECODE.Caption = "途程代码";
  290. this.colROUTECODE.FieldName = "ROUTECODE";
  291. this.colROUTECODE.Name = "colROUTECODE";
  292. this.colROUTECODE.Visible = true;
  293. this.colROUTECODE.VisibleIndex = 5;
  294. //
  295. // colROUTEDESC
  296. //
  297. this.colROUTEDESC.Caption = "途程描述";
  298. this.colROUTEDESC.FieldName = "ROUTEDESC";
  299. this.colROUTEDESC.Name = "colROUTEDESC";
  300. this.colROUTEDESC.Visible = true;
  301. this.colROUTEDESC.VisibleIndex = 6;
  302. //
  303. // colOPCODE
  304. //
  305. this.colOPCODE.Caption = "工序代码";
  306. this.colOPCODE.FieldName = "OPCODE";
  307. this.colOPCODE.Name = "colOPCODE";
  308. this.colOPCODE.Visible = true;
  309. this.colOPCODE.VisibleIndex = 7;
  310. this.colOPCODE.Width = 93;
  311. //
  312. // colOPDESC
  313. //
  314. this.colOPDESC.Caption = "工序";
  315. this.colOPDESC.FieldName = "OPDESC";
  316. this.colOPDESC.Name = "colOPDESC";
  317. this.colOPDESC.Visible = true;
  318. this.colOPDESC.VisibleIndex = 8;
  319. //
  320. // colRESCODE
  321. //
  322. this.colRESCODE.Caption = "资源代码";
  323. this.colRESCODE.FieldName = "RESCODE";
  324. this.colRESCODE.Name = "colRESCODE";
  325. this.colRESCODE.Visible = true;
  326. this.colRESCODE.VisibleIndex = 9;
  327. //
  328. // colRESDESC
  329. //
  330. this.colRESDESC.Caption = "资源描述";
  331. this.colRESDESC.FieldName = "RESDESC";
  332. this.colRESDESC.Name = "colRESDESC";
  333. this.colRESDESC.Visible = true;
  334. this.colRESDESC.VisibleIndex = 10;
  335. //
  336. // colMUSERName
  337. //
  338. this.colMUSERName.Caption = "维护人";
  339. this.colMUSERName.FieldName = "MUSERName";
  340. this.colMUSERName.Name = "colMUSERName";
  341. this.colMUSERName.Visible = true;
  342. this.colMUSERName.VisibleIndex = 11;
  343. //
  344. // colMTIME
  345. //
  346. this.colMTIME.Caption = "维护时间";
  347. this.colMTIME.FieldName = "MTIME";
  348. this.colMTIME.Name = "colMTIME";
  349. this.colMTIME.Visible = true;
  350. this.colMTIME.VisibleIndex = 12;
  351. //
  352. // grvAdvDetail
  353. //
  354. this.grvAdvDetail.GridControl = this.grdDetail;
  355. this.grvAdvDetail.Name = "grvAdvDetail";
  356. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  357. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  358. this.grvAdvDetail.OptionsView.ShowFooter = true;
  359. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  360. //
  361. // FormICSMODEL2ECG
  362. //
  363. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  364. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  365. this.ClientSize = new System.Drawing.Size(1036, 439);
  366. this.Controls.Add(this.groupControl1);
  367. this.Controls.Add(this.rptPage);
  368. this.Controls.Add(this.panelControl3);
  369. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  370. this.Name = "FormICSMODEL2ECG";
  371. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  372. this.Text = "FormGridReport";
  373. this.Load += new System.EventHandler(this.FormICSMODEL2ECG_Load);
  374. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  375. this.panelControl3.ResumeLayout(false);
  376. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  377. this.groupControl1.ResumeLayout(false);
  378. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  381. this.ResumeLayout(false);
  382. }
  383. #endregion
  384. private DevExpress.XtraEditors.SimpleButton btnExit;
  385. private DevExpress.XtraEditors.PanelControl panelControl3;
  386. private DevExpress.XtraEditors.SimpleButton btnClose;
  387. private DevExpress.XtraEditors.LabelControl lblTitle;
  388. private DevExpress.XtraEditors.SimpleButton btnCreate;
  389. private DevExpress.XtraEditors.SimpleButton btnDel;
  390. private Base.UserControl.FormControl.PageNavTool rptPage;
  391. private DevExpress.XtraEditors.GroupControl groupControl1;
  392. private DevExpress.XtraGrid.GridControl grdDetail;
  393. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  394. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  395. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  396. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  397. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  398. private DevExpress.XtraGrid.Columns.GridColumn colMODELID;
  399. private DevExpress.XtraGrid.Columns.GridColumn colECGID;
  400. private DevExpress.XtraGrid.Columns.GridColumn colMODELCODE;
  401. private DevExpress.XtraGrid.Columns.GridColumn colROUTECODE;
  402. private DevExpress.XtraGrid.Columns.GridColumn colECGCODE;
  403. private DevExpress.XtraGrid.Columns.GridColumn colOPCODE;
  404. private DevExpress.XtraGrid.Columns.GridColumn colRESCODE;
  405. private DevExpress.XtraGrid.Columns.GridColumn colMODELDESC;
  406. private DevExpress.XtraGrid.Columns.GridColumn colECGDESC;
  407. private DevExpress.XtraGrid.Columns.GridColumn colROUTEDESC;
  408. private DevExpress.XtraGrid.Columns.GridColumn colOPDESC;
  409. private DevExpress.XtraGrid.Columns.GridColumn colRESDESC;
  410. }
  411. }