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

734 lines
39 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSONWIPCheckT
  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(FormICSONWIPCheckT));
  29. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  30. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  31. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.ID = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.ONWIPID = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.MOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.MOSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.MOVER = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.LOTNO = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.INVCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.OPCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.OPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.QualityJudgUser = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.QualityJudgTime = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.UserName = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.UserTime = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.EQPCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.ProductStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.TechnicalJudgUser = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.TechnicalJudgTime = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.TResult = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
  52. this.EQPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.Result = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.ROUTEDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.ROUTECODE = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.UserCodeEnd = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.INVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.LOTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.RResult = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.repositoryItemComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
  61. this.ITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  63. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  64. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  65. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  66. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  67. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  68. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  69. this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
  70. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  71. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  72. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  73. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  74. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  75. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  76. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  77. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  78. this.groupControl1.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  87. this.panelControl3.SuspendLayout();
  88. this.SuspendLayout();
  89. //
  90. // groupControl1
  91. //
  92. this.groupControl1.Controls.Add(this.grdDetail);
  93. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  95. this.groupControl1.Name = "groupControl1";
  96. this.groupControl1.Size = new System.Drawing.Size(1156, 383);
  97. this.groupControl1.TabIndex = 14;
  98. this.groupControl1.Text = "详细信息";
  99. //
  100. // grdDetail
  101. //
  102. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  104. this.grdDetail.MainView = this.grvDetail;
  105. this.grdDetail.Name = "grdDetail";
  106. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  107. this.repositoryItemComboBox1,
  108. this.repositoryItemComboBox2});
  109. this.grdDetail.Size = new System.Drawing.Size(1152, 359);
  110. this.grdDetail.TabIndex = 0;
  111. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  112. this.grvDetail,
  113. this.grvAdvDetail});
  114. //
  115. // grvDetail
  116. //
  117. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  118. this.colisSelect,
  119. this.ID,
  120. this.ONWIPID,
  121. this.MOCODE,
  122. this.MOSEQ,
  123. this.MOVER,
  124. this.LOTNO,
  125. this.INVCODE,
  126. this.OPCODE,
  127. this.OPDESC,
  128. this.QualityJudgUser,
  129. this.QualityJudgTime,
  130. this.UserName,
  131. this.UserTime,
  132. this.EQPCODE,
  133. this.ProductStatus,
  134. this.TechnicalJudgUser,
  135. this.TechnicalJudgTime,
  136. this.TResult,
  137. this.EQPDESC,
  138. this.Result,
  139. this.ROUTEDESC,
  140. this.ROUTECODE,
  141. this.UserCodeEnd,
  142. this.INVNAME,
  143. this.LOTQTY,
  144. this.RResult,
  145. this.ITEMCODE});
  146. this.grvDetail.GridControl = this.grdDetail;
  147. this.grvDetail.IndicatorWidth = 40;
  148. this.grvDetail.Name = "grvDetail";
  149. this.grvDetail.OptionsSelection.MultiSelect = true;
  150. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  151. this.grvDetail.OptionsView.ShowFooter = true;
  152. this.grvDetail.OptionsView.ShowGroupPanel = false;
  153. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  154. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  155. //
  156. // colisSelect
  157. //
  158. this.colisSelect.Caption = "选择";
  159. this.colisSelect.FieldName = "isSelect";
  160. this.colisSelect.Name = "colisSelect";
  161. this.colisSelect.OptionsColumn.AllowEdit = false;
  162. this.colisSelect.Visible = true;
  163. this.colisSelect.VisibleIndex = 0;
  164. //
  165. // ID
  166. //
  167. this.ID.Caption = "ID";
  168. this.ID.FieldName = "ID";
  169. this.ID.Name = "ID";
  170. this.ID.OptionsColumn.ReadOnly = true;
  171. //
  172. // ONWIPID
  173. //
  174. this.ONWIPID.Caption = "ONWIPID";
  175. this.ONWIPID.FieldName = "ONWIPID";
  176. this.ONWIPID.Name = "ONWIPID";
  177. this.ONWIPID.OptionsColumn.ReadOnly = true;
  178. //
  179. // MOCODE
  180. //
  181. this.MOCODE.Caption = "生产订单号";
  182. this.MOCODE.FieldName = "MOCODE";
  183. this.MOCODE.Name = "MOCODE";
  184. this.MOCODE.OptionsColumn.ReadOnly = true;
  185. this.MOCODE.Visible = true;
  186. this.MOCODE.VisibleIndex = 1;
  187. //
  188. // MOSEQ
  189. //
  190. this.MOSEQ.Caption = "生产订单行号";
  191. this.MOSEQ.FieldName = "MOSEQ";
  192. this.MOSEQ.Name = "MOSEQ";
  193. this.MOSEQ.Visible = true;
  194. this.MOSEQ.VisibleIndex = 2;
  195. //
  196. // MOVER
  197. //
  198. this.MOVER.Caption = "零件号";
  199. this.MOVER.FieldName = "MOVER";
  200. this.MOVER.Name = "MOVER";
  201. this.MOVER.Visible = true;
  202. this.MOVER.VisibleIndex = 3;
  203. //
  204. // LOTNO
  205. //
  206. this.LOTNO.Caption = "追踪单号";
  207. this.LOTNO.FieldName = "LOTNO";
  208. this.LOTNO.Name = "LOTNO";
  209. this.LOTNO.OptionsColumn.ReadOnly = true;
  210. this.LOTNO.Visible = true;
  211. this.LOTNO.VisibleIndex = 4;
  212. //
  213. // INVCODE
  214. //
  215. this.INVCODE.Caption = "存货编码";
  216. this.INVCODE.FieldName = "INVCODE";
  217. this.INVCODE.Name = "INVCODE";
  218. this.INVCODE.Visible = true;
  219. this.INVCODE.VisibleIndex = 5;
  220. //
  221. // OPCODE
  222. //
  223. this.OPCODE.Caption = "工序代码";
  224. this.OPCODE.FieldName = "OPCODE";
  225. this.OPCODE.Name = "OPCODE";
  226. this.OPCODE.OptionsColumn.ReadOnly = true;
  227. this.OPCODE.Visible = true;
  228. this.OPCODE.VisibleIndex = 6;
  229. //
  230. // OPDESC
  231. //
  232. this.OPDESC.Caption = "工序";
  233. this.OPDESC.FieldName = "OPDESC";
  234. this.OPDESC.Name = "OPDESC";
  235. this.OPDESC.OptionsColumn.ReadOnly = true;
  236. this.OPDESC.Visible = true;
  237. this.OPDESC.VisibleIndex = 7;
  238. //
  239. // QualityJudgUser
  240. //
  241. this.QualityJudgUser.Caption = "品质判定人员";
  242. this.QualityJudgUser.FieldName = "QualityJudgUser";
  243. this.QualityJudgUser.Name = "QualityJudgUser";
  244. this.QualityJudgUser.Visible = true;
  245. this.QualityJudgUser.VisibleIndex = 8;
  246. //
  247. // QualityJudgTime
  248. //
  249. this.QualityJudgTime.Caption = "品质判定时间";
  250. this.QualityJudgTime.FieldName = "QualityJudgTime";
  251. this.QualityJudgTime.Name = "QualityJudgTime";
  252. this.QualityJudgTime.Visible = true;
  253. this.QualityJudgTime.VisibleIndex = 9;
  254. //
  255. // UserName
  256. //
  257. this.UserName.Caption = "报工人员名称";
  258. this.UserName.FieldName = "UserName";
  259. this.UserName.Name = "UserName";
  260. this.UserName.OptionsColumn.ReadOnly = true;
  261. this.UserName.Visible = true;
  262. this.UserName.VisibleIndex = 10;
  263. //
  264. // UserTime
  265. //
  266. this.UserTime.Caption = "报工时间";
  267. this.UserTime.FieldName = "UserTime";
  268. this.UserTime.Name = "UserTime";
  269. this.UserTime.Visible = true;
  270. this.UserTime.VisibleIndex = 11;
  271. //
  272. // EQPCODE
  273. //
  274. this.EQPCODE.Caption = "报工机台号";
  275. this.EQPCODE.FieldName = "EQPCODE";
  276. this.EQPCODE.Name = "EQPCODE";
  277. this.EQPCODE.OptionsColumn.ReadOnly = true;
  278. this.EQPCODE.Visible = true;
  279. this.EQPCODE.VisibleIndex = 12;
  280. //
  281. // ProductStatus
  282. //
  283. this.ProductStatus.Caption = "产品状态";
  284. this.ProductStatus.FieldName = "ProductStatus";
  285. this.ProductStatus.Name = "ProductStatus";
  286. this.ProductStatus.Visible = true;
  287. this.ProductStatus.VisibleIndex = 13;
  288. //
  289. // TechnicalJudgUser
  290. //
  291. this.TechnicalJudgUser.Caption = "技术判定人员";
  292. this.TechnicalJudgUser.FieldName = "TechnicalJudgUser";
  293. this.TechnicalJudgUser.Name = "TechnicalJudgUser";
  294. this.TechnicalJudgUser.Visible = true;
  295. this.TechnicalJudgUser.VisibleIndex = 14;
  296. //
  297. // TechnicalJudgTime
  298. //
  299. this.TechnicalJudgTime.Caption = "技术判定时间";
  300. this.TechnicalJudgTime.FieldName = "TechnicalJudgTime";
  301. this.TechnicalJudgTime.Name = "TechnicalJudgTime";
  302. this.TechnicalJudgTime.Visible = true;
  303. this.TechnicalJudgTime.VisibleIndex = 15;
  304. //
  305. // TResult
  306. //
  307. this.TResult.Caption = "技术判定结果";
  308. this.TResult.ColumnEdit = this.repositoryItemComboBox1;
  309. this.TResult.FieldName = "TResult";
  310. this.TResult.Name = "TResult";
  311. this.TResult.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  312. this.TResult.Visible = true;
  313. this.TResult.VisibleIndex = 16;
  314. //
  315. // repositoryItemComboBox1
  316. //
  317. this.repositoryItemComboBox1.AutoHeight = false;
  318. this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  319. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  320. this.repositoryItemComboBox1.Items.AddRange(new object[] {
  321. "报废",
  322. "返工维修"});
  323. this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
  324. this.repositoryItemComboBox1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  325. //
  326. // EQPDESC
  327. //
  328. this.EQPDESC.Caption = "设备描述";
  329. this.EQPDESC.FieldName = "EQPDESC";
  330. this.EQPDESC.Name = "EQPDESC";
  331. this.EQPDESC.OptionsColumn.ReadOnly = true;
  332. //
  333. // Result
  334. //
  335. this.Result.Caption = "判定结果";
  336. this.Result.FieldName = "Result";
  337. this.Result.Name = "Result";
  338. this.Result.OptionsColumn.ReadOnly = true;
  339. this.Result.OptionsFilter.AllowFilter = false;
  340. //
  341. // ROUTEDESC
  342. //
  343. this.ROUTEDESC.Caption = "途程描述";
  344. this.ROUTEDESC.FieldName = "ROUTEDESC";
  345. this.ROUTEDESC.Name = "ROUTEDESC";
  346. this.ROUTEDESC.OptionsColumn.ReadOnly = true;
  347. //
  348. // ROUTECODE
  349. //
  350. this.ROUTECODE.Caption = "途程代码";
  351. this.ROUTECODE.FieldName = "ROUTECODE";
  352. this.ROUTECODE.Name = "ROUTECODE";
  353. this.ROUTECODE.OptionsColumn.ReadOnly = true;
  354. //
  355. // UserCodeEnd
  356. //
  357. this.UserCodeEnd.Caption = "报工人员代码";
  358. this.UserCodeEnd.FieldName = "UserCodeEnd";
  359. this.UserCodeEnd.Name = "UserCodeEnd";
  360. this.UserCodeEnd.OptionsColumn.ReadOnly = true;
  361. //
  362. // INVNAME
  363. //
  364. this.INVNAME.Caption = "存货名称";
  365. this.INVNAME.FieldName = "INVNAME";
  366. this.INVNAME.Name = "INVNAME";
  367. this.INVNAME.OptionsColumn.ReadOnly = true;
  368. //
  369. // LOTQTY
  370. //
  371. this.LOTQTY.Caption = "批次数量";
  372. this.LOTQTY.FieldName = "LOTQTY";
  373. this.LOTQTY.Name = "LOTQTY";
  374. this.LOTQTY.OptionsColumn.ReadOnly = true;
  375. //
  376. // RResult
  377. //
  378. this.RResult.Caption = "复检结果";
  379. this.RResult.ColumnEdit = this.repositoryItemComboBox2;
  380. this.RResult.FieldName = "RResult";
  381. this.RResult.Name = "RResult";
  382. this.RResult.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  383. //
  384. // repositoryItemComboBox2
  385. //
  386. this.repositoryItemComboBox2.AutoHeight = false;
  387. this.repositoryItemComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  388. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  389. this.repositoryItemComboBox2.Items.AddRange(new object[] {
  390. "OK",
  391. "NG"});
  392. this.repositoryItemComboBox2.Name = "repositoryItemComboBox2";
  393. this.repositoryItemComboBox2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  394. //
  395. // ITEMCODE
  396. //
  397. this.ITEMCODE.Caption = "存货编码";
  398. this.ITEMCODE.FieldName = "ITEMCODE";
  399. this.ITEMCODE.Name = "ITEMCODE";
  400. this.ITEMCODE.OptionsColumn.ReadOnly = true;
  401. //
  402. // grvAdvDetail
  403. //
  404. this.grvAdvDetail.GridControl = this.grdDetail;
  405. this.grvAdvDetail.Name = "grvAdvDetail";
  406. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  407. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  408. this.grvAdvDetail.OptionsView.ShowFooter = true;
  409. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  410. //
  411. // repDate
  412. //
  413. this.repDate.AutoHeight = false;
  414. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  415. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  416. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  417. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  418. this.repDate.Name = "repDate";
  419. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  420. new DevExpress.XtraEditors.Controls.EditorButton()});
  421. //
  422. // rptPage
  423. //
  424. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  425. this.rptPage.Appearance.Options.UseBackColor = true;
  426. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  427. this.rptPage.isInit = false;
  428. this.rptPage.Location = new System.Drawing.Point(0, 413);
  429. this.rptPage.Name = "rptPage";
  430. this.rptPage.PageIndex = 0;
  431. this.rptPage.PageSize = 0;
  432. this.rptPage.RecordNum = 0;
  433. this.rptPage.Size = new System.Drawing.Size(1156, 26);
  434. this.rptPage.TabIndex = 15;
  435. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  436. //
  437. // btnExit
  438. //
  439. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  440. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  441. this.btnExit.Appearance.Options.UseFont = true;
  442. this.btnExit.Appearance.Options.UseForeColor = true;
  443. this.btnExit.Appearance.Options.UseTextOptions = true;
  444. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  445. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  446. this.btnExit.Location = new System.Drawing.Point(558, 0);
  447. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  448. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  449. this.btnExit.Name = "btnExit";
  450. this.btnExit.Size = new System.Drawing.Size(57, 30);
  451. this.btnExit.TabIndex = 10;
  452. this.btnExit.Text = "退出";
  453. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  454. //
  455. // btnFilter
  456. //
  457. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  458. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  459. this.btnFilter.Appearance.Options.UseFont = true;
  460. this.btnFilter.Appearance.Options.UseForeColor = true;
  461. this.btnFilter.Appearance.Options.UseTextOptions = true;
  462. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  463. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  464. this.btnFilter.Location = new System.Drawing.Point(91, 0);
  465. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  466. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  467. this.btnFilter.Name = "btnFilter";
  468. this.btnFilter.Size = new System.Drawing.Size(54, 30);
  469. this.btnFilter.TabIndex = 11;
  470. this.btnFilter.Text = "过滤";
  471. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  472. //
  473. // panelControl3
  474. //
  475. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  476. this.panelControl3.Appearance.Options.UseBackColor = true;
  477. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  478. this.panelControl3.Controls.Add(this.simpleButton1);
  479. this.panelControl3.Controls.Add(this.simpleButton2);
  480. this.panelControl3.Controls.Add(this.btnOutPut);
  481. this.panelControl3.Controls.Add(this.btnCanSelect);
  482. this.panelControl3.Controls.Add(this.btnSelect);
  483. this.panelControl3.Controls.Add(this.btnConfig);
  484. this.panelControl3.Controls.Add(this.btnFalsh);
  485. this.panelControl3.Controls.Add(this.lblTitle);
  486. this.panelControl3.Controls.Add(this.btnClose);
  487. this.panelControl3.Controls.Add(this.btnFilter);
  488. this.panelControl3.Controls.Add(this.btnExit);
  489. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  490. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  491. this.panelControl3.Name = "panelControl3";
  492. this.panelControl3.Size = new System.Drawing.Size(1156, 30);
  493. this.panelControl3.TabIndex = 13;
  494. //
  495. // simpleButton1
  496. //
  497. this.simpleButton1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  498. this.simpleButton1.Appearance.ForeColor = System.Drawing.Color.White;
  499. this.simpleButton1.Appearance.Options.UseFont = true;
  500. this.simpleButton1.Appearance.Options.UseForeColor = true;
  501. this.simpleButton1.Appearance.Options.UseTextOptions = true;
  502. this.simpleButton1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  503. this.simpleButton1.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
  504. this.simpleButton1.Location = new System.Drawing.Point(707, 0);
  505. this.simpleButton1.LookAndFeel.SkinName = "BlueButtonSkin";
  506. this.simpleButton1.LookAndFeel.UseDefaultLookAndFeel = false;
  507. this.simpleButton1.Name = "simpleButton1";
  508. this.simpleButton1.Size = new System.Drawing.Size(79, 30);
  509. this.simpleButton1.TabIndex = 50;
  510. this.simpleButton1.Text = "复检判定";
  511. this.simpleButton1.Visible = false;
  512. this.simpleButton1.Click += new System.EventHandler(this.btnModify_Click);
  513. //
  514. // simpleButton2
  515. //
  516. this.simpleButton2.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  517. this.simpleButton2.Appearance.ForeColor = System.Drawing.Color.White;
  518. this.simpleButton2.Appearance.Options.UseFont = true;
  519. this.simpleButton2.Appearance.Options.UseForeColor = true;
  520. this.simpleButton2.Appearance.Options.UseTextOptions = true;
  521. this.simpleButton2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  522. this.simpleButton2.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.Image")));
  523. this.simpleButton2.Location = new System.Drawing.Point(356, 0);
  524. this.simpleButton2.LookAndFeel.SkinName = "BlueButtonSkin";
  525. this.simpleButton2.LookAndFeel.UseDefaultLookAndFeel = false;
  526. this.simpleButton2.Name = "simpleButton2";
  527. this.simpleButton2.Size = new System.Drawing.Size(82, 30);
  528. this.simpleButton2.TabIndex = 49;
  529. this.simpleButton2.Text = "技术判定";
  530. this.simpleButton2.Click += new System.EventHandler(this.btnCreate_Click);
  531. //
  532. // btnOutPut
  533. //
  534. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  535. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  536. this.btnOutPut.Appearance.Options.UseFont = true;
  537. this.btnOutPut.Appearance.Options.UseForeColor = true;
  538. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  539. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  540. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  541. this.btnOutPut.Location = new System.Drawing.Point(437, 0);
  542. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  543. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  544. this.btnOutPut.Name = "btnOutPut";
  545. this.btnOutPut.Size = new System.Drawing.Size(63, 30);
  546. this.btnOutPut.TabIndex = 47;
  547. this.btnOutPut.Text = "导出";
  548. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click_1);
  549. //
  550. // btnCanSelect
  551. //
  552. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  553. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  554. this.btnCanSelect.Appearance.Options.UseFont = true;
  555. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  556. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  557. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  558. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  559. this.btnCanSelect.Location = new System.Drawing.Point(298, 0);
  560. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  561. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  562. this.btnCanSelect.Name = "btnCanSelect";
  563. this.btnCanSelect.Size = new System.Drawing.Size(58, 30);
  564. this.btnCanSelect.TabIndex = 46;
  565. this.btnCanSelect.Text = "全消";
  566. this.btnCanSelect.Click += new System.EventHandler(this.btnCancelAll_Click);
  567. //
  568. // btnSelect
  569. //
  570. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  571. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  572. this.btnSelect.Appearance.Options.UseFont = true;
  573. this.btnSelect.Appearance.Options.UseForeColor = true;
  574. this.btnSelect.Appearance.Options.UseTextOptions = true;
  575. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  576. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  577. this.btnSelect.Location = new System.Drawing.Point(240, 0);
  578. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  579. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  580. this.btnSelect.Name = "btnSelect";
  581. this.btnSelect.Size = new System.Drawing.Size(58, 30);
  582. this.btnSelect.TabIndex = 45;
  583. this.btnSelect.Text = "全选";
  584. this.btnSelect.Click += new System.EventHandler(this.btnSelectAll_Click);
  585. //
  586. // btnConfig
  587. //
  588. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  589. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  590. this.btnConfig.Appearance.Options.UseFont = true;
  591. this.btnConfig.Appearance.Options.UseForeColor = true;
  592. this.btnConfig.Appearance.Options.UseTextOptions = true;
  593. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  594. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  595. this.btnConfig.Location = new System.Drawing.Point(145, 0);
  596. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  597. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  598. this.btnConfig.Name = "btnConfig";
  599. this.btnConfig.Size = new System.Drawing.Size(95, 30);
  600. this.btnConfig.TabIndex = 26;
  601. this.btnConfig.Text = "数据源设置";
  602. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  603. //
  604. // btnFalsh
  605. //
  606. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  607. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  608. this.btnFalsh.Appearance.Options.UseFont = true;
  609. this.btnFalsh.Appearance.Options.UseForeColor = true;
  610. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  611. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  612. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  613. this.btnFalsh.Location = new System.Drawing.Point(500, 0);
  614. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  615. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  616. this.btnFalsh.Name = "btnFalsh";
  617. this.btnFalsh.Size = new System.Drawing.Size(58, 30);
  618. this.btnFalsh.TabIndex = 25;
  619. this.btnFalsh.Text = "刷新";
  620. this.btnFalsh.Click += new System.EventHandler(this.btnRefresh_Click);
  621. //
  622. // lblTitle
  623. //
  624. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  625. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  626. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  627. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  628. this.lblTitle.Name = "lblTitle";
  629. this.lblTitle.Size = new System.Drawing.Size(88, 23);
  630. this.lblTitle.TabIndex = 19;
  631. this.lblTitle.Text = " 不合格处理";
  632. //
  633. // btnClose
  634. //
  635. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  636. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  637. this.btnClose.Appearance.Options.UseFont = true;
  638. this.btnClose.Appearance.Options.UseForeColor = true;
  639. this.btnClose.Appearance.Options.UseTextOptions = true;
  640. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  641. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  642. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  643. this.btnClose.Location = new System.Drawing.Point(1130, 0);
  644. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  645. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  646. this.btnClose.Name = "btnClose";
  647. this.btnClose.Size = new System.Drawing.Size(26, 30);
  648. this.btnClose.TabIndex = 14;
  649. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  650. //
  651. // FormICSONWIPCheckT
  652. //
  653. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  654. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  655. this.ClientSize = new System.Drawing.Size(1156, 439);
  656. this.Controls.Add(this.groupControl1);
  657. this.Controls.Add(this.rptPage);
  658. this.Controls.Add(this.panelControl3);
  659. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  660. this.Name = "FormICSONWIPCheckT";
  661. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  662. this.Text = "FormGridReport";
  663. this.Load += new System.EventHandler(this.FormICSCREW_Load);
  664. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  665. this.groupControl1.ResumeLayout(false);
  666. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  667. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  668. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
  669. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit();
  670. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  671. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  672. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  673. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  674. this.panelControl3.ResumeLayout(false);
  675. this.ResumeLayout(false);
  676. }
  677. #endregion
  678. private DevExpress.XtraEditors.GroupControl groupControl1;
  679. private DevExpress.XtraGrid.GridControl grdDetail;
  680. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  681. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  682. private DevExpress.XtraEditors.SimpleButton btnExit;
  683. private DevExpress.XtraEditors.SimpleButton btnFilter;
  684. private DevExpress.XtraEditors.PanelControl panelControl3;
  685. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  686. private DevExpress.XtraEditors.SimpleButton btnClose;
  687. private DevExpress.XtraEditors.LabelControl lblTitle;
  688. private DevExpress.XtraEditors.SimpleButton btnConfig;
  689. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  690. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  691. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  692. private DevExpress.XtraEditors.SimpleButton btnSelect;
  693. private DevExpress.XtraGrid.Columns.GridColumn ID;
  694. private DevExpress.XtraGrid.Columns.GridColumn ONWIPID;
  695. private DevExpress.XtraGrid.Columns.GridColumn MOCODE;
  696. private DevExpress.XtraGrid.Columns.GridColumn LOTNO;
  697. private DevExpress.XtraGrid.Columns.GridColumn LOTQTY;
  698. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  699. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  700. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  701. private DevExpress.XtraEditors.SimpleButton simpleButton2;
  702. private DevExpress.XtraGrid.Columns.GridColumn ITEMCODE;
  703. private DevExpress.XtraGrid.Columns.GridColumn INVNAME;
  704. private DevExpress.XtraGrid.Columns.GridColumn ROUTECODE;
  705. private DevExpress.XtraGrid.Columns.GridColumn ROUTEDESC;
  706. private DevExpress.XtraGrid.Columns.GridColumn OPCODE;
  707. private DevExpress.XtraGrid.Columns.GridColumn OPDESC;
  708. private DevExpress.XtraGrid.Columns.GridColumn EQPCODE;
  709. private DevExpress.XtraGrid.Columns.GridColumn EQPDESC;
  710. private DevExpress.XtraGrid.Columns.GridColumn UserCodeEnd;
  711. private DevExpress.XtraGrid.Columns.GridColumn UserName;
  712. private DevExpress.XtraGrid.Columns.GridColumn Result;
  713. private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1;
  714. private DevExpress.XtraGrid.Columns.GridColumn TResult;
  715. private DevExpress.XtraGrid.Columns.GridColumn RResult;
  716. private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox2;
  717. private DevExpress.XtraGrid.Columns.GridColumn MOVER;
  718. private DevExpress.XtraGrid.Columns.GridColumn INVCODE;
  719. private DevExpress.XtraGrid.Columns.GridColumn QualityJudgUser;
  720. private DevExpress.XtraGrid.Columns.GridColumn QualityJudgTime;
  721. private DevExpress.XtraGrid.Columns.GridColumn UserTime;
  722. private DevExpress.XtraGrid.Columns.GridColumn ProductStatus;
  723. private DevExpress.XtraGrid.Columns.GridColumn TechnicalJudgUser;
  724. private DevExpress.XtraGrid.Columns.GridColumn TechnicalJudgTime;
  725. private DevExpress.XtraGrid.Columns.GridColumn MOSEQ;
  726. }
  727. }