home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2006-11-14  |  2.1 KB  |  103 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.   DesignSize = (
  17.     329
  18.     122)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel: TPanel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 312
  25.     Height = 75
  26.     Anchors = [akLeft, akTop, akRight, akBottom]
  27.     BevelOuter = bvLowered
  28.     TabOrder = 0
  29.     object ProgramIcon: TImage
  30.       Left = 9
  31.       Top = 14
  32.       Width = 32
  33.       Height = 32
  34.       AutoSize = True
  35.       Picture.Data = {<image000.ico>}
  36.       IsControl = True
  37.     end
  38.     object Program: TStaticText
  39.       Left = 52
  40.       Top = 4
  41.       Width = 251
  42.       Height = 17
  43.       Alignment = taCenter
  44.       AutoSize = False
  45.       Caption = 'GoldWave v'
  46.       TabOrder = 0
  47.     end
  48.     object Copyright: TStaticText
  49.       Left = 52
  50.       Top = 20
  51.       Width = 251
  52.       Height = 17
  53.       Alignment = taCenter
  54.       AutoSize = False
  55.       Caption = 'Copyright (C) 2006 GoldWave Inc.'
  56.       TabOrder = 1
  57.     end
  58.     object Status: TStaticText
  59.       Left = 52
  60.       Top = 36
  61.       Width = 251
  62.       Height = 17
  63.       Alignment = taCenter
  64.       AutoSize = False
  65.       Caption = 'This software is not free.  Please register soon.'
  66.       TabOrder = 2
  67.     end
  68.     object Link: TStaticText
  69.       Left = 52
  70.       Top = 52
  71.       Width = 251
  72.       Height = 17
  73.       Cursor = crHandPoint
  74.       Alignment = taCenter
  75.       AutoSize = False
  76.       BorderStyle = sbsSingle
  77.       Caption = 'www.goldwave.com'
  78.       Color = clWhite
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clBlue
  81.       Font.Height = -11
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = [fsUnderline]
  84.       ParentColor = False
  85.       ParentFont = False
  86.       TabOrder = 3
  87.       Transparent = False
  88.       OnClick = LinkClick
  89.     end
  90.   end
  91.   object OKButton: TButton
  92.     Left = 128
  93.     Top = 92
  94.     Width = 75
  95.     Height = 25
  96.     Anchors = [akBottom]
  97.     Cancel = True
  98.     Caption = 'OK'
  99.     ModalResult = 1
  100.     TabOrder = 1
  101.   end
  102. end
  103.