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