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

  1. object frmSetup: TfrmSetup
  2.   Left = 372
  3.   Top = 305
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Setup'
  7.   ClientHeight = 330
  8.   ClientWidth = 471
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 287
  23.     Width = 471
  24.     Height = 2
  25.     Align = alBottom
  26.     Shape = bsBottomLine
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 289
  31.     Width = 471
  32.     Height = 41
  33.     Align = alBottom
  34.     BevelOuter = bvNone
  35.     TabOrder = 0
  36.     object btnNext: TButton
  37.       Left = 304
  38.       Top = 8
  39.       Width = 73
  40.       Height = 25
  41.       Caption = '&Next >>'
  42.       Default = True
  43.       TabOrder = 0
  44.       OnClick = btnNextClick
  45.     end
  46.     object btnCancel: TButton
  47.       Left = 385
  48.       Top = 8
  49.       Width = 73
  50.       Height = 25
  51.       Caption = '&Cancel'
  52.       TabOrder = 1
  53.       OnClick = btnCancelClick
  54.     end
  55.   end
  56.   object Panel2: TPanel
  57.     Left = 0
  58.     Top = 0
  59.     Width = 137
  60.     Height = 287
  61.     Align = alLeft
  62.     BevelOuter = bvNone
  63.     TabOrder = 1
  64.     object Panel3: TPanel
  65.       Left = 16
  66.       Top = 16
  67.       Width = 120
  68.       Height = 257
  69.       BevelOuter = bvLowered
  70.       TabOrder = 0
  71.       object HarmGradient1: THarmGradient
  72.         Left = 1
  73.         Top = 1
  74.         Width = 118
  75.         Height = 255
  76.         BeginColor = clBlack
  77.         EndColor = clBlue
  78.         Align = alClient
  79.       end
  80.     end
  81.   end
  82.   object pnlCustom: TPanel
  83.     Left = 137
  84.     Top = 0
  85.     Width = 334
  86.     Height = 287
  87.     Align = alClient
  88.     BevelOuter = bvNone
  89.     TabOrder = 5
  90.     object Label8: TLabel
  91.       Left = 32
  92.       Top = 106
  93.       Width = 51
  94.       Height = 13
  95.       Caption = 'Username:'
  96.     end
  97.     object Label9: TLabel
  98.       Left = 32
  99.       Top = 164
  100.       Width = 49
  101.       Height = 13
  102.       Caption = 'Password:'
  103.     end
  104.     object Label10: TLabel
  105.       Left = 32
  106.       Top = 16
  107.       Width = 273
  108.       Height = 25
  109.       AutoSize = False
  110.       Caption = 'Enter your username and password for the TecRep FTP server'
  111.       WordWrap = True
  112.     end
  113.     object Label11: TLabel
  114.       Left = 32
  115.       Top = 256
  116.       Width = 104
  117.       Height = 13
  118.       Caption = 'Click Next to continue'
  119.     end
  120.     object txtUser: TEdit
  121.       Left = 32
  122.       Top = 128
  123.       Width = 217
  124.       Height = 21
  125.       TabOrder = 0
  126.       OnChange = txtUserChange
  127.     end
  128.     object txtPass: TEdit
  129.       Left = 32
  130.       Top = 184
  131.       Width = 217
  132.       Height = 21
  133.       PasswordChar = '*'
  134.       TabOrder = 1
  135.       OnChange = txtUserChange
  136.     end
  137.   end
  138.   object pnlStart: TPanel
  139.     Left = 137
  140.     Top = 0
  141.     Width = 334
  142.     Height = 287
  143.     Align = alClient
  144.     BevelOuter = bvNone
  145.     TabOrder = 2
  146.     object lblWelcome: TLabel
  147.       Left = 16
  148.       Top = 16
  149.       Width = 281
  150.       Height = 33
  151.       AutoSize = False
  152.       WordWrap = True
  153.     end
  154.     object Label2: TLabel
  155.       Left = 16
  156.       Top = 72
  157.       Width = 305
  158.       Height = 41
  159.       AutoSize = False
  160.       Caption = 
  161.         'It is recommended that you close all other Windows programs befo' +
  162.         're proceeding.  Select Cancel to exit and close any programs tha' +
  163.         't are running.'
  164.       WordWrap = True
  165.     end
  166.     object Label3: TLabel
  167.       Left = 16
  168.       Top = 144
  169.       Width = 104
  170.       Height = 13
  171.       Caption = 'Click Next to continue'
  172.     end
  173.   end
  174.   object pnlFinish: TPanel
  175.     Left = 137
  176.     Top = 0
  177.     Width = 334
  178.     Height = 287
  179.     Align = alClient
  180.     BevelOuter = bvNone
  181.     TabOrder = 4
  182.     object Label1: TLabel
  183.       Left = 16
  184.       Top = 256
  185.       Width = 145
  186.       Height = 13
  187.       Caption = 'Click Finish to complete Setup.'
  188.     end
  189.     object lblFinish: TLabel
  190.       Left = 16
  191.       Top = 16
  192.       Width = 305
  193.       Height = 33
  194.       AutoSize = False
  195.       WordWrap = True
  196.     end
  197.     object chkReadme: TCheckBox
  198.       Left = 16
  199.       Top = 160
  200.       Width = 153
  201.       Height = 13
  202.       Caption = 'View the README file now'
  203.       TabOrder = 0
  204.     end
  205.     object chkRunProgram: TCheckBox
  206.       Left = 16
  207.       Top = 192
  208.       Width = 161
  209.       Height = 13
  210.       Caption = 'Run LeapFTP now'
  211.       TabOrder = 1
  212.     end
  213.   end
  214.   object pnlPath: TPanel
  215.     Left = 137
  216.     Top = 0
  217.     Width = 334
  218.     Height = 287
  219.     Align = alClient
  220.     BevelOuter = bvNone
  221.     TabOrder = 3
  222.     object Label5: TLabel
  223.       Left = 16
  224.       Top = 16
  225.       Width = 313
  226.       Height = 33
  227.       AutoSize = False
  228.       Caption = 
  229.         'Select a directory for the program to be installed in.  It is re' +
  230.         'commended that you use the default path.'
  231.       WordWrap = True
  232.     end
  233.     object Label6: TLabel
  234.       Left = 15
  235.       Top = 64
  236.       Width = 313
  237.       Height = 33
  238.       AutoSize = False
  239.       Caption = 
  240.         'To change the directory, click on Browse and select a new direct' +
  241.         'ory.'
  242.       WordWrap = True
  243.     end
  244.     object Label7: TLabel
  245.       Left = 16
  246.       Top = 112
  247.       Width = 104
  248.       Height = 13
  249.       Caption = 'Click Next to continue'
  250.     end
  251.     object grpPathname: TGroupBox
  252.       Left = 16
  253.       Top = 224
  254.       Width = 297
  255.       Height = 49
  256.       Caption = ' Destination Pathname '
  257.       TabOrder = 0
  258.       object lblDestPath: TDirLabel
  259.         Left = 12
  260.         Top = 21
  261.         Width = 195
  262.         Height = 13
  263.         DirName = 'C:\Program Files\LeapFTP'
  264.       end
  265.       object Button1: TButton
  266.         Left = 224
  267.         Top = 16
  268.         Width = 59
  269.         Height = 23
  270.         Caption = '&Browse'
  271.         TabOrder = 0
  272.         OnClick = Button1Click
  273.       end
  274.     end
  275.   end
  276.   object Browser: TLeapBrowseDir
  277.     TargetFolder = 'LeapFTP'
  278.     CaptionText = 'Select Destination Directory'
  279.     ReadOnly = True
  280.     Left = 24
  281.     Top = 297
  282.   end
  283.   object RegProgram: TRegProgram
  284.     ProgName = 'LeapFTP'
  285.     ProgramID = '214065'
  286.     Expired = False
  287.     CustomReg = True
  288.     PreRegistered = False
  289.     Left = 120
  290.     Top = 297
  291.   end
  292.   object Comp: TCompress
  293.     RegName = 'David Turner'
  294.     RegNumber = 26281
  295.     OnCheckFile = CompCheckFile
  296.     OnShowProgress = CompShowProgress
  297.     MakeDirectories = True
  298.     ExceptionOnFileError = False
  299.     Key = 0
  300.     CheckSpaceBeforeExpand = False
  301.     Left = 56
  302.     Top = 297
  303.   end
  304. end
  305.