object AboutBaseBox: TAboutBaseBox Left = 247 Top = 132 BorderStyle = bsDialog Caption = 'About' ClientHeight = 353 ClientWidth = 319 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object AboutPanel: TMemoPanel Left = 0 Top = 0 Width = 319 Height = 353 Align = alClient BevelOuter = bvNone Color = clSilver TabOrder = 0 LeftBorder = 0 RightBorder = 0 TopBorder = 0 BottomBorder = 0 CardWidthShown = 68 CardWidthHidden = 34 FontSize = 10 Order = False object LabelVersion: TFramedLabel Left = 8 Top = 74 Width = 65 Height = 31 Alignment = taCenter AutoSize = False Caption = '1.3' Color = clSilver Font.Color = clWhite Font.Height = -25 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True Style = Framed OffsetX = 1 OffsetY = 1 end object LabelProductName: TFramedLabel Left = 80 Top = 2 Width = 146 Height = 63 Caption = 'Name' Font.Color = clYellow Font.Height = -53 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True Style = Framed OffsetX = 1 OffsetY = 1 end object Name2: TFramedLabel Left = 152 Top = 50 Width = 103 Height = 15 Alignment = taRightJustify AutoSize = False Caption = 'Name2' Font.Color = clYellow Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True Style = Framed OffsetX = 1 OffsetY = 1 end object SubName: TFramedLabel Left = 80 Top = 66 Width = 241 Height = 17 AutoSize = False Caption = 'Language Game for Windows 95 and NT' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True Style = Normal OffsetX = 1 OffsetY = 1 end object Bevel1: TBevel Left = 80 Top = 90 Width = 222 Height = 2 end object Comments: TFramedLabel Left = 80 Top = 94 Width = 225 Height = 75 AutoSize = False Caption = 'Instruction' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True Style = Normal OffsetX = 1 OffsetY = 1 end object Icon: TMaskedImage Left = 8 Top = 8 Width = 64 Height = 64 Stretch = True Style = Transparent TransparentIndex = 7 end object Bevel3: TBevel Left = 80 Top = 216 Width = 222 Height = 2 Visible = False end object Copyright: TMultiLabel Left = 80 Top = 222 Width = 217 Height = 49 AutoSize = False Caption = 'Copyright' Font.Color = clBlack Font.Height = -9 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True Style = Normal OffsetX = 0 OffsetY = 0 Text.Strings = ( '� 1997 Johannes Unnewehr' 'Postfach 10 57 48' 'D-69047 Heidelberg' 'jounne@comports.com') end object LabelHomepage: TFramedLabel Left = 80 Top = 270 Width = 241 Height = 17 AutoSize = False Caption = 'Foreign Language Learning Homepage:' Font.Color = clYellow Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold, fsUnderline] ParentFont = False Transparent = True OnClick = HomepageClick Style = Framed OffsetX = 1 OffsetY = 1 end object URL: TFramedLabel Left = 80 Top = 284 Width = 241 Height = 17 AutoSize = False Caption = 'www.comports.com/LanguageHome' Font.Color = clYellow Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold, fsUnderline] ParentFont = False Transparent = True OnClick = HomepageClick Style = Framed OffsetX = 1 OffsetY = 1 end object Bevel4: TBevel Left = 80 Top = 310 Width = 222 Height = 2 end object Bevel2: TBevel Left = 80 Top = 172 Width = 222 Height = 2 end object Hint1: TFramedLabel Left = 80 Top = 176 Width = 201 Height = 15 Caption = 'Shareware, please test for 30 days.' Color = clBtnFace Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True Style = Normal OffsetX = 1 OffsetY = 1 end object Hint2: TFramedLabel Left = 80 Top = 192 Width = 81 Height = 17 Caption = 'Today is your' Color = clBtnFace Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True Style = Normal OffsetX = 1 OffsetY = 1 end object ShareHint4: TFramedLabel Left = 168 Top = 192 Width = 31 Height = 17 Caption = ' Day.' Color = clBtnFace Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True Style = Normal OffsetX = 1 OffsetY = 1 end object ShareHint3: TFramedLabel Left = 156 Top = 192 Width = 14 Height = 17 Caption = '1.' Color = clRed Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True Style = Normal OffsetX = 1 OffsetY = 1 end object Bevel5: TBevel Left = 0 Top = 353 Width = 319 Height = 0 Align = alBottom Visible = False end object OrderButton: TButton Left = 160 Top = 321 Width = 75 Height = 25 Caption = '&Order' TabOrder = 2 OnClick = OrderButtonClick end object ExitButton: TButton Left = 88 Top = 328 Width = 75 Height = 25 Caption = 'Beenden' ModalResult = 3 TabOrder = 1 Visible = False OnClick = CloseButtonClick end object OKButton: TButton Left = 80 Top = 321 Width = 76 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = CloseButtonClick end object ExtraButton: TButton Left = 240 Top = 321 Width = 75 Height = 25 Caption = '3 more days' TabOrder = 3 Visible = False OnClick = ExtraButtonClick end end object TimerSplashScreen: TTimer Enabled = False Interval = 3000 OnTimer = TimerSplashScreenTimer Left = 16 Top = 192 end object MultiLanguageAbout: TMultiLanguage Options = [] Left = 18 Top = 224 end end