Designing Login Dialog, Splash Screen and About Us Dialog in Delphi

Generally, when we open as application secured by User and Password shows a Login dialog to validate login process. And then after login successfully a screen shows for some time and closes automatically that’s called as splash screen. Splash screen is used to show startup process like initial data loading, application settings loading etc. So, in this blog we will see how to design a Login dialog, Splash screen and an About Us dialog for our application in effective way. Here I have used Delphi XE5 to create a project which will have a main form, a login form, a splash screen and a About Us dialog. Initially when we run application Login dialog will show and after Login Successfully Splash screen will show with progress bar indicating some process. And after splash screen process completed main form will load for work. And in main for I have added a menu Help -> About Us. So lets create a project file. Project File 1. Create a new project and save as Project1...