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

351 lines
18 KiB

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