/// <summary> /// 通过主页快速进货 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void skinPictureBox8_Click(object sender, EventArgs e) { btnGoodsInBook1 form = new btnGoodsInBook1(); if (tabIsSingleCheck(form.Text) != true) { CreateTabControl(form, this.btnGoodsInBook1.Text, this.btnGoodsInBook1.Text); } }
/// <summary> /// 进货单单击事件 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void btnGoodsInBook1_Click(object sender, EventArgs e) { btnGoodsInBook1 form = new btnGoodsInBook1(); if (tabIsSingleCheck(form.Text) != true) { CreateTabControl(form, this.btnslStorehouse.Text, this.btnslStorehouse.Text); } }