Class TfrmAbout

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Implicit btnClose: TBitBtn;
Implicit ImageLogo: TImage;
Implicit lblDeveloperName: TLabel;
Implicit lblFileVersion: TLabel;
Implicit lblGoPhast: TLabel;
Implicit lblVersion: TLabel;
Implicit lblVersionCaption: TLabel;
Implicit pnlBottom: TPanel;
Implicit pnlTop: TPanel;
Implicit dgCredit: TRbwDataGrid4;
Implicit JvHTLabel1: TJvHTLabel;
Implicit reReference: TRichEdit;
Implicit JvHTLabel2: TJvHTLabel;
Implicit btnGoToWeb: TBitBtn;

Methods

Implicit procedure FormCreate(Sender: TObject); override;
Implicit procedure FormHide(Sender: TObject);
Implicit procedure ImageLogoDblClick(Sender: TObject);
Implicit procedure btnGoToWebClick(Sender: TObject);

Description

Fields

Implicit btnClose: TBitBtn;

btnClose: TBitBtn; btnClose is the button to close the About dialog box.

Implicit ImageLogo: TImage;

ImageLogo: TImage; ImageLogo displays the USGS visual identifier.

Implicit lblDeveloperName: TLabel;

lblDeveloperName: TLabel; lblDeveloperName gives the name of the developer of GoPhast.

Implicit lblFileVersion: TLabel;

lblFileVersion: TLabel; lblFileVersion gives the version number of GoPhast that created the file that is currently open.

Implicit lblGoPhast: TLabel;

lblGoPhast: TLabel; lblGoPhast gives the name of the program.

Implicit lblVersion: TLabel;

lblVersion: TLabel; lblVersion gives the version number of GoPhast.

Implicit lblVersionCaption: TLabel;

lblVersionCaption: TLabel; lblVersionCaption displays "Version".

Implicit pnlBottom: TPanel;

pnlBottom: TPanel; pnlBottom is the bottom panel.

Implicit pnlTop: TPanel;

pnlTop: TPanel; pnlTop is the top panel.

Implicit dgCredit: TRbwDataGrid4;
 
Implicit JvHTLabel1: TJvHTLabel;
 
Implicit reReference: TRichEdit;
 
Implicit JvHTLabel2: TJvHTLabel;
 
Implicit btnGoToWeb: TBitBtn;
 

Methods

Implicit procedure FormCreate(Sender: TObject); override;

FormCreate initialized the data in dgCredit as well as lblFileVersion and lblVersion.

Implicit procedure FormHide(Sender: TObject);

FormHide causes the instance of TfrmAbout to be destroyed when it is hidden.

Implicit 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.

Implicit procedure btnGoToWebClick(Sender: TObject);
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:34