LoginForm - set txtUsername.Focus()
This commit is contained in:
parent
051ab35337
commit
33eace9899
|
@ -11,6 +11,7 @@ namespace AIParkingApplication
|
|||
{
|
||||
InitializeComponent();
|
||||
pictureBoxImageLogo.Image = new Bitmap(@".\Images\ApplicationLogo.ico");
|
||||
txtUsername.Focus();
|
||||
lblLoginStatus.Text = string.Empty;
|
||||
this.AcceptButton = btnLogin;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user