public RecordView() : base(string.Empty) { InitializeComponent(); this.produceRecord = new ProduceTraceView("生产追溯"); this.productData = new ProductDataView("产品数据"); hkTestView = new HkTestForm("杭可测试结果"); }
public RecordView() : base(string.Empty) { InitializeComponent(); this.produceRecord = new ProduceTraceView("生产追溯"); this.productData = new ProductDataView("产品数据"); // hkTestView = new HkTestForm("杭可测试结果"); this.xweTestView = new XWEGSView("新威尔测试"); this.xwrHistroyView = new XWEHistroyView("新威尔历史数据"); }
public RecordView() : base(string.Empty) { InitializeComponent(); //this.onlineProductView = new OnlineProductView("在线产品"); // this.produceRecord = new ProduceReccordView("生产记录"); // this.mesDataRecord = new MesDatarecordView("MES上传记录"); this.produceRecord = new ProduceTraceView("生产追溯"); this.devWarnRecord = new DevWarnRecordView("设备报警记录"); this.productView = new ProductDataView("产品数据"); childViews.Add(this.produceRecord); childViews.Add(this.devWarnRecord); childViews.Add(this.productView); }