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

361 lines
19 KiB

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