[Overview][Resource strings][Classes][Procedures and functions][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: upgradedlg.pas line 40
type TUpgradeDialog = class(TForm) |
||
btnOk: TBitBtn; |
|
|
chkShowOnlyStableReleases: TCheckBox; |
|
|
lblText4: TLabel; |
|
|
lblText1: TLabel; |
|
|
lblText2: TLabel; |
|
|
lblText3: TLabel; |
|
|
procedure chkShowOnlyStableReleasesChange(); |
|
|
procedure FormCreate(); |
|
|
end; |
|
||
| | ||
TForm |
||
? | ||
TObject |