object fmInfo: TfmInfo Left = 777 Top = 515 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Info zu Desktop Twister' ClientHeight = 208 ClientWidth = 354 Font.Color = clBlack Font.Height = -17 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = fmInfoActivate OnCreate = fmInfoCreate PixelsPerInch = 120 TextHeight = 20 object pnInfo: TPanel Left = 9 Top = 9 Width = 336 Height = 152 BevelInner = bvLowered TabOrder = 0 object lbTitle: TLabel Left = 72 Top = 18 Width = 249 Height = 31 Alignment = taRightJustify AutoSize = False Caption = 'Desktop Twister 32' Font.Color = clBlack Font.Height = -20 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True end object lbVersion: TLabel Left = 9 Top = 88 Width = 120 Height = 25 AutoSize = False Caption = 'Version 1.36' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True end object lbCopyright: TLabel Left = 96 Top = 64 Width = 226 Height = 25 Alignment = taRightJustify AutoSize = False Caption = '(C) Copyright '#39'97 by R.Vo�' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object imIcon: TImage Left = 33 Top = 24 Width = 48 Height = 44 ParentShowHint = False Picture.Data = {} ShowHint = True end object lbEMail: TLabel Left = 96 Top = 89 Width = 226 Height = 24 Alignment = taRightJustify AutoSize = False Caption = 'E-Mail: SuperFlago@aol.com' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True end object lbRegistry: TLabel Left = 0 Top = 119 Width = 337 Height = 25 Alignment = taCenter AutoSize = False Caption = '! Nicht registriert !' Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end end object btnOK: TButton Left = 140 Top = 169 Width = 73 Height = 32 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end