Class TfrmJpegWarning

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TfrmJpegWarning = class(TfrmCustomGoPhast)

Description

TfrmJpegWarning is used to display a warning to the user that GDI+ is not installed.

Hierarchy

Overview

Fields

Implicit btnClose: TBitBtn;
Implicit btnGoToWebSite: TButton;
Implicit btnHelp: TBitBtn;
Implicit lblWarning: TLabel;
Implicit memoURL: TMemo;
Implicit pnlBottom: TPanel;
Implicit pnlWarning: TPanel;

Methods

Implicit procedure btnGoToWebSiteClick(Sender: TObject);
Implicit procedure FormCreate(Sender: TObject); override;

Description

Fields

Implicit btnClose: TBitBtn;

btnClose: TBitBtn; Clicking btnClose closes the TfrmJpegWarning.

Implicit btnGoToWebSite: TButton;

btnGoToWebSite: TButton; See btnGoToWebSiteClick.

Implicit btnHelp: TBitBtn;

btnHelp: TBitBtn; Clicking btnHelp shows help on TfrmJpegWarning.

Implicit lblWarning: TLabel;

lblWarning: TLabel; lblWarning warns the user that GDI+ is not installed.

Implicit memoURL: TMemo;

memoURL: TMemo; memoURL shows the URL for GDI+

Implicit pnlBottom: TPanel;

pnlBottom: TPanel; pnlBottom holds the buttons at the bottom of TfrmJpegWarning.

Implicit pnlWarning: TPanel;

pnlWarning: TPanel; pnlWarning holds lblWarning.

Methods

Implicit procedure btnGoToWebSiteClick(Sender: TObject);

Clicking btnGoToWebSiteClick opens a web browser with the URL for GDI+

Implicit procedure FormCreate(Sender: TObject); override;

FormCreate initializes TfrmJpegWarning.


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