with RusTextLabel do begin
AutoSize:=False;
SetBounds(ScaleX(135), ScaleY(276), ScaleX(265), ScaleY(30));
Transparent:=True;
Font.Name:= 'Georgia'
Font.Color:=$0000FF;
Font.Size:= 12;
Font.Color:=$DCDCDC;
Font.Style:=[fsBold];
Caption := ExpandConstant('{#Comp1Description}');
Parent := WizardForm;
RusTextLabel.OnClick:= @TextLabelClick;
end;