home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / adownloader.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  2013-04-03  |  1KB  |  78 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'About ...'
  6.   ClientHeight = 184
  7.   ClientWidth = 409
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 0
  20.     Top = 97
  21.     Width = 409
  22.     Height = 2
  23.     Align = alTop
  24.     ExplicitTop = 89
  25.   end
  26.   object lblCopyright: TTntLabel
  27.     Left = 126
  28.     Top = 111
  29.     Width = 157
  30.     Height = 13
  31.     Cursor = crHandPoint
  32.     Caption = 'Copyright '#169' 2013, Avant Force.'
  33.     OnClick = lblCopyrightClick
  34.   end
  35.   object pnlInfo: TPanel
  36.     Left = 0
  37.     Top = 0
  38.     Width = 409
  39.     Height = 97
  40.     Align = alTop
  41.     BevelOuter = bvNone
  42.     Color = clWhite
  43.     ParentBackground = False
  44.     TabOrder = 0
  45.     object imgLogo: TImage
  46.       Left = 344
  47.       Top = 27
  48.       Width = 48
  49.       Height = 48
  50.       AutoSize = True
  51.       Picture.Data = {<image000.TPNGObject>}
  52.     end
  53.     object lblName: TTntLabel
  54.       Left = 16
  55.       Top = 31
  56.       Width = 89
  57.       Height = 13
  58.       Caption = 'Avant Downloader'
  59.     end
  60.     object lblVer: TTntLabel
  61.       Left = 16
  62.       Top = 58
  63.       Width = 39
  64.       Height = 13
  65.       Caption = 'Version:'
  66.     end
  67.   end
  68.   object btnOK: TTntButton
  69.     Left = 168
  70.     Top = 141
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'OK'
  74.     ModalResult = 1
  75.     TabOrder = 1
  76.   end
  77. end
  78.