[Overview][Resource strings][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: aboutdlg.pas line 50
type TAboutDialog = class(TForm) |
||
CloseButton: TBitBtn; |
|
|
ContributorsMemo: TMemo; |
|
|
DescriptionLabel: TLabel; |
|
|
CopyrightLabel: TLabel; |
|
|
InfoListView: TListView; |
|
|
ProjectURLLabel: TLabel; |
|
|
URLLabel: TLabel; |
|
|
LicenseLabel: TLabel; |
|
|
PageControl: TPageControl; |
|
|
AboutTabSheet: TTabSheet; |
|
|
ContributorsTabSheet: TTabSheet; |
|
|
procedure FormCreate(); |
|
|
procedure FormShow(); |
|
|
procedure Localization; |
|
|
procedure ProjectURLLabelMouseEnter(); |
|
|
procedure ProjectURLLabelMouseLeave(); |
|
|
procedure LabelClick(); |
|
|
end; |
|
||
| | ||
TForm |
||
? | ||
TObject |