Controls and properties for form | ||
Object | Property | Setting |
Form | Name | frmManageQuotes |
Caption | Manage Quotes | |
BorderStyle | 1-Fixed Single | |
Icon | (choose an icon from your collection) | |
MaxButton | False | |
MinButton | False | |
Command | Name | cmdQuit |
Cancel | True | |
Caption | &Quit | |
ToolTipText | Quit | |
Command | Name | cmdNew |
Caption | Ne&w | |
ToolTipText | Add a new quote | |
Command | Name | cmdEdit |
Caption | &Edit | |
ToolTipText | Edit current quote | |
Command | Name | cmdBack |
Caption | <<&Back | |
ToolTipText | Display previous quote | |
Command | Name | cmdNext |
Caption | &Next >> | |
ToolTipText | Display next quote | |
Command | Name | cmdExit |
Caption | E&xit | |
ToolTipText | Exit without saving | |
Visible | False | |
Command | Name | cmdAdd |
Caption | &Add | |
ToolTipText | Save the quote text | |
Visible | False | |
TextBox | Name | txtQuote |
Locked | True | |
Multi Line | True | |
Text | (blank) | |
TextBox | Name | txtAuthor |
Locked | True | |
Text | (blank) | |
Label | Name | lblQuoteNumber |
Caption | Quote number |