home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / audio-video / Vdown / Vdownloader03alfa.exe / VDownloader.exe / 0 / RCDATA / TACERCADE / TACERCADE.txt < prev   
Text File  |  2006-08-28  |  2KB  |  77 lines

  1. object acercade: Tacercade
  2.   Left = 318
  3.   Top = 140
  4.   BorderStyle = bsDialog
  5.   Caption = 'Acerca de Video Downloader'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 161
  23.     BevelOuter = bvLowered
  24.     Color = clBlack
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 2
  28.       Top = 3
  29.       Width = 111
  30.       Height = 112
  31.       AutoSize = True
  32.       Picture.Data = {<image000.bmp>}
  33.       Proportional = True
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 121
  39.       Top = 55
  40.       Width = 156
  41.       Height = 24
  42.       Caption = 'VDownloader 0.3b'
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clWhite
  45.       Font.Height = -19
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = []
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object Copyright: TLabel
  52.       Left = 53
  53.       Top = 140
  54.       Width = 178
  55.       Height = 20
  56.       Caption = 'www.enriquepuertas.com'
  57.       Font.Charset = DEFAULT_CHARSET
  58.       Font.Color = clWhite
  59.       Font.Height = -16
  60.       Font.Name = 'MS Sans Serif'
  61.       Font.Style = []
  62.       ParentFont = False
  63.       IsControl = True
  64.     end
  65.   end
  66.   object OKButton: TButton
  67.     Left = 111
  68.     Top = 183
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'OK'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 1
  75.   end
  76. end
  77.