华恒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.

377 lines
19 KiB

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