home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc3of3-DAMAGED_DISC.iso / ftp / lftp250u.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt < prev   
Text File  |  1998-06-21  |  6KB  |  259 lines

  1. object frmMain: TfrmMain
  2.   Left = 125
  3.   Top = 112
  4.   Width = 675
  5.   Height = 426
  6.   BorderIcons = [biSystemMenu]
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   WindowState = wsMaximized
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Gradient1: TGradient
  18.     Left = 0
  19.     Top = 0
  20.     Width = 667
  21.     Height = 399
  22.     ColorStart = clBlue
  23.     ColorEnd = clBlack
  24.   end
  25.   object lblShadowName: TLabel
  26.     Left = 11
  27.     Top = 10
  28.     Width = 195
  29.     Height = 54
  30.     Caption = 'LeapFTP'
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clBlack
  33.     Font.Height = -49
  34.     Font.Name = 'Times New Roman'
  35.     Font.Style = [fsBold, fsItalic]
  36.     ParentFont = False
  37.     Transparent = True
  38.   end
  39.   object lblTopName: TLabel
  40.     Left = 10
  41.     Top = 7
  42.     Width = 207
  43.     Height = 54
  44.     Caption = 'LeapFTP '
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clWhite
  47.     Font.Height = -49
  48.     Font.Name = 'Times New Roman'
  49.     Font.Style = [fsBold, fsItalic]
  50.     ParentFont = False
  51.     Transparent = True
  52.   end
  53.   object Label4: TLabel
  54.     Left = 10
  55.     Top = 68
  56.     Width = 167
  57.     Height = 24
  58.     Caption = 'by: LeapWare, Inc.'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clBlack
  61.     Font.Height = -21
  62.     Font.Name = 'Times New Roman'
  63.     Font.Style = [fsBold, fsItalic]
  64.     ParentFont = False
  65.     Transparent = True
  66.   end
  67.   object Label3: TLabel
  68.     Left = 7
  69.     Top = 66
  70.     Width = 167
  71.     Height = 24
  72.     Caption = 'by: LeapWare, Inc.'
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clWhite
  75.     Font.Height = -21
  76.     Font.Name = 'Times New Roman'
  77.     Font.Style = [fsBold, fsItalic]
  78.     ParentFont = False
  79.     Transparent = True
  80.   end
  81.   object WelcomePanel: TPanel
  82.     Left = 8
  83.     Top = 166
  84.     Width = 240
  85.     Height = 147
  86.     BevelWidth = 2
  87.     TabOrder = 0
  88.     object imgIcon: TImage
  89.       Left = 13
  90.       Top = 24
  91.       Width = 56
  92.       Height = 65
  93.       Picture.Data = {<image000.bmp>}
  94.     end
  95.     object lblProgramName: TLabel
  96.       Left = 93
  97.       Top = 50
  98.       Width = 3
  99.       Height = 13
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clBlack
  102.       Font.Height = -11
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = []
  105.       ParentFont = False
  106.     end
  107.     object lblWelcome: TLabel
  108.       Left = 81
  109.       Top = 23
  110.       Width = 135
  111.       Height = 13
  112.       Caption = 'Welcome to LeapFTP Setup'
  113.       Font.Charset = DEFAULT_CHARSET
  114.       Font.Color = clBlack
  115.       Font.Height = -11
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = []
  118.       ParentFont = False
  119.     end
  120.     object Label2: TLabel
  121.       Left = 81
  122.       Top = 46
  123.       Width = 3
  124.       Height = 13
  125.       WordWrap = True
  126.     end
  127.     object lblProgram: TLabel
  128.       Left = 81
  129.       Top = 46
  130.       Width = 120
  131.       Height = 26
  132.       Caption = 'This program will install LeapFTP on your system.'
  133.       Font.Charset = DEFAULT_CHARSET
  134.       Font.Color = clBlack
  135.       Font.Height = -11
  136.       Font.Name = 'MS Sans Serif'
  137.       Font.Style = []
  138.       ParentFont = False
  139.       WordWrap = True
  140.     end
  141.     object Label1: TLabel
  142.       Left = 81
  143.       Top = 78
  144.       Width = 101
  145.       Height = 13
  146.       Caption = 'Click Cancel to abort.'
  147.       Font.Charset = DEFAULT_CHARSET
  148.       Font.Color = clBlack
  149.       Font.Height = -11
  150.       Font.Name = 'MS Sans Serif'
  151.       Font.Style = []
  152.       ParentFont = False
  153.       WordWrap = True
  154.     end
  155.     object btnContinue: TButton
  156.       Left = 28
  157.       Top = 105
  158.       Width = 74
  159.       Height = 23
  160.       HelpContext = 1003
  161.       Caption = 'Continue'
  162.       Default = True
  163.       ModalResult = 1
  164.       TabOrder = 0
  165.       OnClick = btnContinueClick
  166.     end
  167.     object btnCancel: TButton
  168.       Left = 122
  169.       Top = 105
  170.       Width = 74
  171.       Height = 23
  172.       HelpContext = 1003
  173.       Caption = 'Cancel'
  174.       ModalResult = 1
  175.       TabOrder = 1
  176.       OnClick = btnCancelClick
  177.     end
  178.   end
  179.   object PathPanel: TPanel
  180.     Left = 280
  181.     Top = 91
  182.     Width = 255
  183.     Height = 221
  184.     BevelWidth = 2
  185.     Caption = 'PathPanel'
  186.     TabOrder = 1
  187.     object lblDestDir: TLabel
  188.       Left = 15
  189.       Top = 15
  190.       Width = 155
  191.       Height = 13
  192.       Caption = 'Select a directory  for installation:'
  193.       Font.Charset = DEFAULT_CHARSET
  194.       Font.Color = clBlack
  195.       Font.Height = -11
  196.       Font.Name = 'MS Sans Serif'
  197.       Font.Style = []
  198.       ParentFont = False
  199.     end
  200.     object txtDestPath: TEdit
  201.       Left = 13
  202.       Top = 36
  203.       Width = 228
  204.       Height = 21
  205.       TabOrder = 0
  206.     end
  207.     object btnDirContinue: TButton
  208.       Left = 169
  209.       Top = 66
  210.       Width = 72
  211.       Height = 23
  212.       HelpContext = 1003
  213.       Caption = 'Continue'
  214.       Default = True
  215.       ModalResult = 1
  216.       TabOrder = 1
  217.       OnClick = btnDirContinueClick
  218.     end
  219.     object btnDestCancel: TButton
  220.       Left = 169
  221.       Top = 95
  222.       Width = 72
  223.       Height = 24
  224.       HelpContext = 1003
  225.       Caption = 'Cancel'
  226.       ModalResult = 1
  227.       TabOrder = 2
  228.       OnClick = btnCancelClick
  229.     end
  230.     object dir: TDirectoryListBox
  231.       Left = 13
  232.       Top = 65
  233.       Width = 144
  234.       Height = 108
  235.       ItemHeight = 16
  236.       TabOrder = 3
  237.       OnChange = dirChange
  238.     end
  239.     object drive: TDriveComboBox
  240.       Left = 13
  241.       Top = 182
  242.       Width = 144
  243.       Height = 19
  244.       TabOrder = 4
  245.       OnChange = driveChange
  246.       OnClick = driveClick
  247.     end
  248.   end
  249.   object RegProgram: TRegProgram
  250.     ProgName = 'LeapFTP'
  251.     ProgramID = '214065'
  252.     Expired = False
  253.     CustomReg = False
  254.     PreRegistered = False
  255.     Left = 88
  256.     Top = 144
  257.   end
  258. end
  259.