3 {$INCLUDE ../shared/a_modes.inc}
8 LCLIntf
, LCLType
, LMessages
, Messages
, SysUtils
, Variants
, Classes
, Graphics
, Controls
, Forms
,
12 TSelectLanguageForm
= class(TForm
)
16 procedure FormActivate(Sender
: TObject
);
19 { Private declarations }
21 { Public declarations }
25 SelectLanguageForm
: TSelectLanguageForm
;
31 procedure TSelectLanguageForm
.FormActivate(Sender
: TObject
);
33 Button1
.ModalResult
:= 1;
34 Button2
.ModalResult
:= 2;