object FormOkReg: TFormOkReg Left = 280 Top = 134 BorderStyle = bsDialog Caption = 'Programma registrato !' ClientHeight = 204 ClientWidth = 300 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object LCongrat: TLabel Left = 14 Top = 16 Width = 116 Height = 16 Caption = 'Congratulazioni !' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LMess: TLabel Left = 8 Top = 42 Width = 283 Height = 103 AutoSize = False WordWrap = True end object ButOk: TButton Left = 110 Top = 168 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 0 OnClick = ButOkClick end end