Ejemplo n.º 1
0
 private void button1_Click(object sender, EventArgs e)
 {
     Form_tjdw frm = new Form_tjdw();
     if (frm.ShowDialog() == DialogResult.OK)
     {
         txtDw.Text = frm.str_tjdwmc;
         txtDw.Tag = frm.str_tjdwid;
     }
 }
Ejemplo n.º 2
0
        private void bt_tjdw_Click(object sender, EventArgs e)
        {
            Form_tjdw frm = new Form_tjdw();

            if (frm.ShowDialog() == DialogResult.OK)
            {
                txt_tjdw.Text = frm.str_tjdwmc;
                txt_tjdw.Tag  = frm.str_tjdwid;
                if (txt_tjdw.Text == "个人体检")
                {
                    cmb_xsfs.Text = "个人体检";
                }
                else
                {
                    cmb_xsfs.Text = "单位体检";
                }
            }
        }