object AboutForm: TAboutForm Left = 224 Top = 190 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About CDumper' ClientHeight = 144 ClientWidth = 341 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object SplashImage: TImage Left = 4 Top = 4 Width = 100 Height = 75 Cursor = crHandPoint AutoSize = True Picture.Data = {} OnClick = SplashImageClick end object Bevel: TBevel Left = 0 Top = 83 Width = 341 Height = 7 Align = alBottom Shape = bsTopLine end object CopyrightLabel: TLabel Left = 108 Top = 56 Width = 229 Height = 12 Caption = 'Copyright (C) 1998 by Emmanuel Ruiz && Ianier Mu�oz.' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object VersionLabel: TLabel Left = 108 Top = 44 Width = 90 Height = 12 Caption = 'CDumper version 1.0' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object SiteLabel: TLabel Left = 108 Top = 68 Width = 72 Height = 12 Cursor = crHandPoint Caption = 'www.gmixon.com' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -9 Font.Name = 'Arial' Font.Style = [] ParentFont = False OnClick = SiteLabelClick end object RegisterButton: TButton Left = 260 Top = 28 Width = 75 Height = 24 Caption = '&Register' TabOrder = 3 Visible = False OnClick = RegisterButtonClick end object NoticeMemo: TMemo Left = 0 Top = 90 Width = 341 Height = 54 TabStop = False Align = alBottom BorderStyle = bsNone Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Arial' Font.Style = [] Lines.Strings = ( 'Notice: This computer program is protected by copyright laws and' + ' international ' 'treaties. Unauthorized reproduction or distribution of this prog' + 'ram, or any portion ' 'of it, may result in severe civil and criminal penalties, and wi' + 'll be prosecuted to ' 'the maximum extent possible under the law.') ParentFont = False ReadOnly = True TabOrder = 0 end object OKButton: TButton Left = 260 Top = 2 Width = 75 Height = 24 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object KaraokePanel: TPanel Left = 108 Top = 6 Width = 229 Height = 21 BevelOuter = bvNone TabOrder = 2 Visible = False object KaraokeView: TKaraokeView Left = 0 Top = 0 Width = 229 Height = 21 PreDelay = 4 TimeBefore = 30 Color = clBlack HighlightText = True HighlightColor = clRed HighlightWholeWord = True HighlightFromBegin = True AutoPlay = False Align = alClient end end object Translator: TFormTranslator Table.Strings = ( 'About CDumper' 'Copyright (C) 1998 by Emmanuel Ruiz && Ianier Mu�oz.' 'CDumper version 1.0' 'www.gmixon.com' 'OK' '&Register;&Registro;&Registre') Properties.Strings = ( 'Caption' 'Text' 'Hint') Language = 0 ChangeFont = False ParentFont = False Left = 308 Top = 112 end end