Design a GUI Form
This tutorial will guide you step by step through the creation of a simple GUI Form from scratch.
It is addressed to those who have no previous experience in using the DesignerVista application.
This tutorial will guide you to design the following Login GUI Form using DesignerVista for Desktop GUI Mockup Application.
- Run DesignerVista Application.
- Create New Document.
- Add Window Control.
- Customize Window Control Properties.
- Customize Window Icon.
- Customize Window Background.
- Add User Name Controls.
- Add Password Name Controls.
- Add Login Buttons.
Run DesignerVista Application
- Run DesignerVista Application if it is not yet started.
- Product Selection Dialog will be shown.
- Select Desktop product and click OK button.
- DesignerVista for Desktop GUI Mockup application will be launched.
Create a New Document.
Press Ctrl + N or Select [ File | New | Document ] menu item to create a new document.
Add Window Control
- Drag and drop [ Windows and Dialogs | Window] control from the Shapes Explorer Window.
- Double click on the Title bar of Window control to change the title as "Login Dialog".
Customize Window Properties
- Select Window control.
- In the Properties window, uncheck the following properties:
Customize Window Icon
- Select Window control.
- Press Ctrl + G or Right Click and Select [ Icon | Icon... ] Menu item.
- Icon Browser window will be shown.
- Click on Search Button.
- Input text "User" and Press Enter Key.
- Scroll down the result listbox and select "User" icon as shown below.
- Click OK button.
Customize Window Background
- Select Window control.
- Press Ctrl + D or Right Click and Select [ Background | Custom Background ] men item.
- Fill Color Dialog will be shown.
- Select a background ( Solid, Gradient, Preset, Texture, Pattern or Picture background colors).
- Selected color will be updated immediately. If the window control is hidden, move the Fill Color Dialog little bit off to see the changes.
Add Username and TextBox Controls
- Drag and drop Label control from Shapes Explorer to the current page.
- Double click on the control or Press F3 and change the text as "User Name:"
- Drag and drop TextBox control.
- Double click on the control or Press F3 and delete the text.
Add Password and TextBox Controls
- Select Name and Textbox controls.
- Hold down Ctrl key and drag and drop to make a copy of the selected controls.
- Double click on the Name label or Press F3 to change the text as "Password".
Add Login Button and Separator Controls
- Drag and drop Separators | Horizontal Separator control.
- Drag and drop Common Controls | Button control.
- Double click on the Button control or Press F3 and change the text as "&Login".
- Drag and drop Common Controls | Button control.
- Double click on the Button control or Press F3 and change the text as "Cancel".
The End
This concludes our tutorial. To learn more, please read the next tutorial.