Class TfrmAbout
Unit
frmAboutUnit
Declaration
type TfrmAbout = class(TfrmCustomGoPhast)
Description
TfrmAbout
shows a USGS logo, the version of the model and acknowledgements for code by others incorporated into or used by GoPhast.
If you double click on the logo, you see the version of the program that created the file that is open.
Hierarchy
Overview
Fields
Methods
Description
Fields
 |
btnClose: TBitBtn; |
btnClose : TBitBtn; btnClose is the button to close the About dialog box.
|
 |
ImageLogo: TImage; |
ImageLogo : TImage; ImageLogo displays the USGS visual identifier.
|
 |
lblDeveloperName: TLabel; |
lblDeveloperName : TLabel; lblDeveloperName gives the name of the developer of GoPhast.
|
 |
lblFileVersion: TLabel; |
lblFileVersion : TLabel; lblFileVersion gives the version number of GoPhast that created the file that is currently open.
|
 |
lblGoPhast: TLabel; |
lblGoPhast : TLabel; lblGoPhast gives the name of the program.
|
 |
lblVersion: TLabel; |
lblVersion : TLabel; lblVersion gives the version number of GoPhast.
|
 |
lblVersionCaption: TLabel; |
lblVersionCaption : TLabel; lblVersionCaption displays "Version".
|
 |
pnlBottom: TPanel; |
pnlBottom : TPanel; pnlBottom is the bottom panel.
|
 |
pnlTop: TPanel; |
pnlTop : TPanel; pnlTop is the top panel.
|
 |
JvHTLabel1: TJvHTLabel; |
|
 |
reReference: TRichEdit; |
|
 |
JvHTLabel2: TJvHTLabel; |
|
 |
btnGoToWeb: TBitBtn; |
|
Methods
 |
procedure FormHide(Sender: TObject); |
FormHide causes the instance of TfrmAbout to be destroyed when it is hidden.
|
 |
procedure ImageLogoDblClick(Sender: TObject); |
If the user double-clicks on ImageLogo, ImageLogoDblClick displays the version of GoPhast that created the file that is currently open.
|
 |
procedure btnGoToWebClick(Sender: TObject); |
|
Generated by PasDoc 0.12.1 on 2013-05-13 15:41:34