Example #1
0
 private void CmdFind_Click(object sender, EventArgs e)
 {
     if (RadioDoll.Checked)
     {
         Find_Doll();
     }
     else if (int.Parse(TxtHour.Text) < 3)
     {
         Find_Equipment();
     }
     else
     {
         Find_Fariy();
     }
     TxtHour.Focus();
 }
Example #2
0
 private void TxtHour_MouseClick(object sender, MouseEventArgs e)
 {
     TxtHour.SelectAll();
 }
Example #3
0
 private void TxtHour_Enter(object sender, EventArgs e)
 {
     TxtHour.SelectAll();
 }
Example #4
0
 private void RadioEquipment_Click(object sender, EventArgs e)
 {
     TxtHour.Focus();
 }
Example #5
0
 private void RadioDoll_Click(object sender, EventArgs e)
 {
     TxtHour.Focus();
 }