home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / Audiogrb / ag150beta.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1999-05-22  |  1KB  |  65 lines

  1. object AboutForm: TAboutForm
  2.   Left = 354
  3.   Top = 204
  4.   BorderStyle = bsNone
  5.   Caption = 'AboutForm'
  6.   ClientHeight = 299
  7.   ClientWidth = 449
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Scaled = False
  15.   OnClick = FormClick
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 449
  25.     Height = 299
  26.     Align = alClient
  27.     AutoSize = True
  28.     Center = True
  29.     Picture.Data = {<image000.bmp>}
  30.     OnClick = Image1Click
  31.   end
  32.   object Label1: TLabel
  33.     Left = 93
  34.     Top = 191
  35.     Width = 254
  36.     Height = 20
  37.     Alignment = taCenter
  38.     Caption = 'http://www.audiograbber.com-us.net'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clYellow
  41.     Font.Height = -17
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsUnderline]
  44.     ParentFont = False
  45.     Transparent = True
  46.     OnClick = Label1Click
  47.   end
  48.   object Label2: TLabel
  49.     Left = 117
  50.     Top = 211
  51.     Width = 209
  52.     Height = 20
  53.     Alignment = taCenter
  54.     Caption = 'http://www.dezines.com/audio'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clYellow
  57.     Font.Height = -17
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsUnderline]
  60.     ParentFont = False
  61.     Transparent = True
  62.     OnClick = Label2Click
  63.   end
  64. end
  65.