Description | Hierarchy | Fields | Methods | Properties |
type TfrmAbout = class(TfrmCustomGoPhast)
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.
![]() |
btnClose: TBitBtn; |
![]() |
dgCredit: TRbwDataGrid; |
![]() |
ImageLogo: TImage; |
![]() |
lblDeveloperName: TLabel; |
![]() |
lblEmail: TLabel; |
![]() |
lblFileVersion: TLabel; |
![]() |
lblGoPhast: TLabel; |
![]() |
lblVersion: TLabel; |
![]() |
lblVersionCaption: TLabel; |
![]() |
pnlBottom: TPanel; |
![]() |
pnlTop: TPanel; |
![]() |
procedure FormCreate(Sender: TObject); override; |
![]() |
procedure FormHide(Sender: TObject); |
![]() |
procedure ImageLogoDblClick(Sender: TObject); |
![]() |
btnClose: TBitBtn; |
|
![]() |
dgCredit: TRbwDataGrid; |
|
![]() |
ImageLogo: TImage; |
|
![]() |
lblDeveloperName: TLabel; |
|
![]() |
lblEmail: TLabel; |
|
![]() |
lblFileVersion: TLabel; |
|
![]() |
lblGoPhast: TLabel; |
|
![]() |
lblVersion: TLabel; |
|
![]() |
lblVersionCaption: TLabel; |
|
![]() |
pnlBottom: TPanel; |
|
![]() |
pnlTop: TPanel; |
|
![]() |
procedure FormCreate(Sender: TObject); override; |
|
![]() |
procedure FormHide(Sender: TObject); |
|
![]() |
procedure ImageLogoDblClick(Sender: TObject); |
If the user double-clicks on ImageLogo, |