home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / software / lftp / lftp.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Encoding:
Text File  |  2004-06-22  |  1.6 KB  |  75 lines

  1. object frmMain: TfrmMain
  2.   Left = 265
  3.   Top = 226
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 348
  7.   ClientWidth = 536
  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 = poDefault
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object TheGradient: THarmGradient
  22.     Left = 0
  23.     Top = 0
  24.     Width = 536
  25.     Height = 348
  26.     BeginColor = clBlue
  27.     EndColor = clBlack
  28.     Steps = 100
  29.     Align = alClient
  30.   end
  31.   object lblBottom: TLabel
  32.     Left = 12
  33.     Top = 20
  34.     Width = 365
  35.     Height = 77
  36.     AutoSize = False
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clBlack
  39.     Font.Height = -48
  40.     Font.Name = 'Arial'
  41.     Font.Style = [fsBold, fsItalic]
  42.     ParentFont = False
  43.     Transparent = True
  44.   end
  45.   object lblTop: TLabel
  46.     Left = 16
  47.     Top = 16
  48.     Width = 369
  49.     Height = 93
  50.     AutoSize = False
  51.     Font.Charset = ANSI_CHARSET
  52.     Font.Color = clWhite
  53.     Font.Height = -48
  54.     Font.Name = 'Arial'
  55.     Font.Style = [fsBold, fsItalic]
  56.     ParentFont = False
  57.     Transparent = True
  58.   end
  59.   object SetupControl: TSetupControl
  60.     ProgramName = 'LeapFTP'
  61.     CaptionName = 'LeapFTP 2.7.4'
  62.     TargetPath = '%\LeapFTP'
  63.     ExeName = 'LeapFTP.exe'
  64.     HelpFile = 'LeapFTP.hlp'
  65.     Uninstaller = 'unleap.exe'
  66.     Custom = False
  67.     ShortcutDesktop = True
  68.     ShortcutSendTo = True
  69.     ShortcutStartMenu = True
  70.     RegisterExt = True
  71.     Left = 476
  72.     Top = 20
  73.   end
  74. end
  75.