private void autoDataDisplayWin_Load(object sender, EventArgs e) { this.panel1.BackColor = Color.FromArgb(255, 50, 161, 206); this.panel2.Width = this.panel1.Width / 2; this.panel4.Height = this.panel2.Height / 2; this.panel6.Height = this.panel4.Height; this.valveid = ManualNumberInput.id; this.company = ManualNumberInput.company; this.lblValveId.Text = "阀编号" + valveid; this.txtinfo.Text = "发往公司名" + company; peakhelper.StartTimer(250); DataStoreManager.productId = this.valveid; DataStoreManager.n = ManualNumberInput.n; datastoremanager.startTimer2(500, 1000); }