home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2003-10-10  |  2KB  |  98 lines

  1. object AboutBox: TAboutBox
  2.   Left = 215
  3.   Top = 159
  4.   BorderStyle = bsDialog
  5.   Caption = 'About GoldWave'
  6.   ClientHeight = 122
  7.   ClientWidth = 329
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 312
  22.     Height = 75
  23.     Anchors = [akLeft, akTop, akRight, akBottom]
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 9
  28.       Top = 14
  29.       Width = 32
  30.       Height = 32
  31.       AutoSize = True
  32.       Picture.Data = {<image000.ico>}
  33.       IsControl = True
  34.     end
  35.     object Program: TStaticText
  36.       Left = 52
  37.       Top = 4
  38.       Width = 251
  39.       Height = 17
  40.       Alignment = taCenter
  41.       AutoSize = False
  42.       Caption = 'GoldWave v'
  43.       TabOrder = 0
  44.     end
  45.     object Copyright: TStaticText
  46.       Left = 52
  47.       Top = 20
  48.       Width = 251
  49.       Height = 17
  50.       Alignment = taCenter
  51.       AutoSize = False
  52.       Caption = 'Copyright (C) 2003 GoldWave Inc.'
  53.       TabOrder = 1
  54.     end
  55.     object Status: TStaticText
  56.       Left = 52
  57.       Top = 36
  58.       Width = 251
  59.       Height = 17
  60.       Alignment = taCenter
  61.       AutoSize = False
  62.       Caption = 'This software is not free.  Please register soon.'
  63.       TabOrder = 2
  64.     end
  65.     object Link: TStaticText
  66.       Left = 52
  67.       Top = 52
  68.       Width = 251
  69.       Height = 17
  70.       Cursor = crHandPoint
  71.       Alignment = taCenter
  72.       AutoSize = False
  73.       BorderStyle = sbsSingle
  74.       Caption = 'www.goldwave.com'
  75.       Color = clWhite
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clBlue
  78.       Font.Height = -11
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = [fsUnderline]
  81.       ParentColor = False
  82.       ParentFont = False
  83.       TabOrder = 3
  84.       OnClick = LinkClick
  85.     end
  86.   end
  87.   object OKButton: TButton
  88.     Left = 128
  89.     Top = 92
  90.     Width = 75
  91.     Height = 25
  92.     Anchors = [akBottom]
  93.     Caption = 'OK'
  94.     ModalResult = 1
  95.     TabOrder = 1
  96.   end
  97. end
  98.