Description | Hierarchy | Fields | Methods | Properties |
type TfrmJpegWarning = class(TfrmCustomGoPhast)
TfrmJpegWarning
is used to display a warning to the user that GDI+ is not installed.
![]() |
btnClose: TBitBtn; |
![]() |
btnGoToWebSite: TButton; |
![]() |
btnHelp: TBitBtn; |
![]() |
lblWarning: TLabel; |
![]() |
memoURL: TMemo; |
![]() |
pnlBottom: TPanel; |
![]() |
pnlWarning: TPanel; |
![]() |
procedure btnGoToWebSiteClick(Sender: TObject); |
![]() |
procedure FormCreate(Sender: TObject); override; |
![]() |
btnClose: TBitBtn; |
|
![]() |
btnGoToWebSite: TButton; |
|
![]() |
btnHelp: TBitBtn; |
|
![]() |
lblWarning: TLabel; |
|
![]() |
memoURL: TMemo; |
|
![]() |
pnlBottom: TPanel; |
|
![]() |
pnlWarning: TPanel; |
|
![]() |
procedure btnGoToWebSiteClick(Sender: TObject); |
Clicking |
![]() |
procedure FormCreate(Sender: TObject); override; |
|