Displays/denotes the name of the project.
What is Project Name?
This is located at the left most part with the listing of all the properties.
What is the Properties List?
Displays text that the user cannot edit during run time.
What is Label?
This is the possible name when creating a text box containing a user's name.
What is txtName?
The button that shows all the files.
What is Show All Files?
This displays the name of the object.
What is the Object Box?
Displays a standard button that the user can click to perform actions.
What is Button?
This is the possible name when creating a button to display the sum of numbers.
What is btnSum?
When pressed, this icon displays the properties.
What is Properties?
This is located at the right most part with the listing of the actual value setting of the properties.
What is the setting box?
Accepts and displays text that the user can edit during run time.
What is TextBox?
This is the possible name when creating a button to display the salary.
What is btnSalary?
Under the project name, this denotes the name of the form.
What is Form Name?
This is the A-Z button that sorts items when pressed.
What is Alphabetical?
Displays a box that indicates whether an option is selected or deselected.
What is CheckBox?
This is the possible name when creating a label that displays the day.
What is lblDay?
This button displays the code when pressed.
What is View Code?
This looks like the lightning button that will display the events.
What is Events?
Provides a visual and functional container for controls; similar to the Panel control, but can display a caption but no scroll bars.
What is GroupBox?
This is the possible name when creating a sample form.
What is frmSample?