object AboutDlg: TAboutDlg Left = 467 Top = 318 HelpContext = 12 BorderStyle = bsDialog Caption = 'Information' ClientHeight = 382 ClientWidth = 393 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object imgAppIcon: TImage Left = 8 Top = 16 Width = 32 Height = 32 end object lblAppTitle: TLabel Left = 48 Top = 8 Width = 281 Height = 13 AutoSize = False Caption = 'lblAppTitle' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblCopyright: TLabel Left = 48 Top = 42 Width = 281 Height = 15 AutoSize = False Caption = 'Copyright '#169' 1996-2003 Pinnacle Systems, Inc.' WordWrap = True end object lblRegDesc: TLabel Left = 8 Top = 91 Width = 313 Height = 13 AutoSize = False Caption = 'Registrierungsinformationen:' end object Label1: TLabel Left = 49 Top = 58 Width = 281 Height = 15 AutoSize = False Caption = 'Dortmund, Deutschland' Visible = False WordWrap = True end object Label2: TLabel Left = 49 Top = 74 Width = 144 Height = 13 Cursor = crHandPoint Hint = 'http://www.pinnaclesys.de/ ' Caption = 'http://www.pinnaclesys.de/ ' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False ParentShowHint = False ShowHint = True OnClick = Label2Click end object lblOEMString: TLabel Left = 48 Top = 24 Width = 289 Height = 13 AutoSize = False Caption = 'lblOEMString' end object lblSetupBuild: TLabel Left = 48 Top = 140 Width = 273 Height = 13 AutoSize = False Caption = 'Unbekannt' Visible = False end object lblSetupBuildCaption: TLabel Left = 8 Top = 140 Width = 36 Height = 13 AutoSize = False Caption = 'Setup:' Visible = False end object lblRegInfo: TMemo Left = 16 Top = 107 Width = 313 Height = 30 BorderStyle = bsNone Color = clBtnFace Lines.Strings = ( 'Unregistrierte Beta (Weitergabe verboten!)') ReadOnly = True TabOrder = 2 end object OKBtn: TButton Left = 311 Top = 354 Width = 75 Height = 23 HelpContext = 20 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object Panel1: TPanel Left = 8 Top = 160 Width = 378 Height = 187 BevelOuter = bvNone Caption = 'Panel1' TabOrder = 1 object lvModules: TListView Left = 0 Top = 0 Width = 378 Height = 187 Align = alClient Columns = < item Caption = 'Modul' Width = 85 end item Caption = 'Version' Width = 55 end item Caption = 'Datum' Width = 66 end item Caption = 'Pfad' Width = 140 end> ColumnClick = False ReadOnly = True TabOrder = 0 ViewStyle = vsReport end end end