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

536 lines
32 KiB

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