object FormRegProg: TFormRegProg Left = 239 Top = 183 ActiveControl = ECod BorderStyle = bsDialog Caption = 'Registrazione del programma' ClientHeight = 130 ClientWidth = 344 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 LMess: TLabel Left = 6 Top = 18 Width = 331 Height = 33 Alignment = taCenter AutoSize = False Caption = 'Inserisci il codice per la registrazione del programma che hai r' + 'icevuto dalla CompuArt.' WordWrap = True end object LTrick: TLabel Left = 144 Top = 116 Width = 37 Height = 13 Caption = 'LTrick' end object ECod: TEdit Left = 16 Top = 56 Width = 307 Height = 21 TabOrder = 0 end object ButOk: TButton Left = 64 Top = 90 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = ButOkClick end object ButAbort: TButton Left = 204 Top = 90 Width = 75 Height = 25 Caption = 'Annulla' TabOrder = 2 OnClick = ButAbortClick end end