object FormSplash: TFormSplash Left = 275 Top = 99 BorderIcons = [] BorderStyle = bsSingle Caption = 'CreaBar' ClientHeight = 273 ClientWidth = 366 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 6 Top = 12 Width = 351 Height = 23 Alignment = taCenter AutoSize = False Caption = 'CreaBar V.2.0' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object ButOk: TButton Left = 146 Top = 238 Width = 75 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object Panel1: TPanel Left = 10 Top = 40 Width = 351 Height = 185 BevelInner = bvLowered TabOrder = 1 object LTit: TLabel Left = 8 Top = 6 Width = 333 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Attenzione' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LText: TLabel Left = 6 Top = 24 Width = 337 Height = 151 AutoSize = False Caption = 'LText' WordWrap = True end end end