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

531 lines
29 KiB

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