Ejemplo n.º 1
0
        private void Btn_Reset_Click(object sender, EventArgs e)
        {
            Com_RPaient.DropDownStyle = ComboBoxStyle.DropDown;
            Com_RPaient.Focus();

            Btn_PReport.Enabled = false;
            Com_RPaient.ResetText();
            Lbl_Doctor.ResetText();
            Lbl_Address.ResetText();
            Lbl_Age.ResetText();
            MTxt_Birthday.ResetText();
            MTxt_Birthday.Visible = false;
            Lbl_LandLine.ResetText();
            Lbl_Phone.ResetText();
            Lbl_Sex.ResetText();
            Lbl_Count.ResetText();
            Lbl_Balance.ResetText();
            Lbl_Approximate.ResetText();
            DGV_Chronic.DataSource = null;
            DGV_Reports.DataSource = null;
        }
Ejemplo n.º 2
0
 private void panel1_MouseEnter(object sender, EventArgs e)
 {
     Com_RPaient.Focus();
 }
Ejemplo n.º 3
0
 private void Reports_Load(object sender, EventArgs e)
 {
     Com_RPaient.ResetText();
     Com_RPaient.Text = "";
     Com_RPaient.Focus();
 }