home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 April / PCWorld_2000-04_cd.bin / Software / TemaCD / leechftp / Setup.exe / 0 / RCDATA / TINSTALLFORM / TINSTALLFORM.txt
Text File  |  1998-12-03  |  6KB  |  252 lines

  1. object InstallForm: TInstallForm
  2.   Left = 224
  3.   Top = 108
  4.   ActiveControl = NextButton
  5.   BorderStyle = bsDialog
  6.   Caption = ' Installation'
  7.   ClientHeight = 249
  8.   ClientWidth = 313
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 205
  21.     Width = 297
  22.     Height = 9
  23.     Shape = bsTopLine
  24.   end
  25.   object Notebook1: TNotebook
  26.     Left = 0
  27.     Top = 0
  28.     Width = 305
  29.     Height = 201
  30.     TabOrder = 0
  31.     OnPageChanged = Notebook1PageChanged
  32.     object TPage
  33.       Left = 0
  34.       Top = 0
  35.       Caption = 'a'
  36.       object RichEdit1: TRichEdit
  37.         Left = 8
  38.         Top = 8
  39.         Width = 289
  40.         Height = 185
  41.         ReadOnly = True
  42.         ScrollBars = ssVertical
  43.         TabOrder = 0
  44.       end
  45.     end
  46.     object TPage
  47.       Left = 0
  48.       Top = 0
  49.       Caption = 'b'
  50.       object SpeedButton1: TSpeedButton
  51.         Left = 240
  52.         Top = 72
  53.         Width = 21
  54.         Height = 21
  55.         Caption = '...'
  56.         OnClick = SpeedButton1Click
  57.       end
  58.       object Label1: TLabel
  59.         Left = 16
  60.         Top = 56
  61.         Width = 98
  62.         Height = 13
  63.         Caption = 'Install into this folder:'
  64.       end
  65.       object NetGradient1: TNetGradient
  66.         Left = 16
  67.         Top = 16
  68.         Width = 257
  69.         Height = 25
  70.         BeginColor = clGray
  71.         EndColor = clBtnFace
  72.         NumberOfColors = 48
  73.         Font.Charset = DEFAULT_CHARSET
  74.         Font.Color = clWindowText
  75.         Font.Height = -11
  76.         Font.Name = 'MS Sans Serif'
  77.         Font.Style = [fsBold]
  78.         Caption = 'Destination'
  79.         TextTop = 5
  80.         TextLeft = 12
  81.       end
  82.       object DestEdit: TEdit
  83.         Left = 16
  84.         Top = 72
  85.         Width = 217
  86.         Height = 21
  87.         TabOrder = 0
  88.         OnChange = DestEditChange
  89.       end
  90.       object IconCheckBox: TCheckBox
  91.         Left = 16
  92.         Top = 104
  93.         Width = 217
  94.         Height = 17
  95.         Caption = 'Create Icon in Start Menu'
  96.         State = cbChecked
  97.         TabOrder = 1
  98.       end
  99.     end
  100.     object TPage
  101.       Left = 0
  102.       Top = 0
  103.       Caption = 'c'
  104.       object MyGauge1: TMyGauge
  105.         Left = 16
  106.         Top = 64
  107.         Width = 273
  108.         Height = 20
  109.         Vertical = False
  110.         ShowText = True
  111.         Min = 0
  112.         Max = 100
  113.         Position = 0
  114.         Color = clBlue
  115.       end
  116.       object Label2: TLabel
  117.         Left = 16
  118.         Top = 48
  119.         Width = 56
  120.         Height = 13
  121.         Caption = 'Current File:'
  122.       end
  123.       object Label5: TLabel
  124.         Left = 16
  125.         Top = 140
  126.         Width = 33
  127.         Height = 13
  128.         Caption = 'Status:'
  129.       end
  130.       object StatusLabel: TLabel
  131.         Left = 54
  132.         Top = 140
  133.         Width = 21
  134.         Height = 13
  135.         Caption = 'n/a'
  136.         Font.Charset = DEFAULT_CHARSET
  137.         Font.Color = clWindowText
  138.         Font.Height = -11
  139.         Font.Name = 'MS Sans Serif'
  140.         Font.Style = [fsBold]
  141.         ParentFont = False
  142.       end
  143.       object Label4: TLabel
  144.         Left = 16
  145.         Top = 96
  146.         Width = 71
  147.         Height = 13
  148.         Caption = 'Total Progress:'
  149.       end
  150.       object MyGauge2: TMyGauge
  151.         Left = 16
  152.         Top = 112
  153.         Width = 273
  154.         Height = 20
  155.         Vertical = False
  156.         ShowText = True
  157.         Min = 0
  158.         Max = 100
  159.         Position = 0
  160.         Color = clBlue
  161.       end
  162.       object NetGradient2: TNetGradient
  163.         Left = 16
  164.         Top = 16
  165.         Width = 273
  166.         Height = 25
  167.         BeginColor = clGray
  168.         EndColor = clBtnFace
  169.         NumberOfColors = 48
  170.         Font.Charset = DEFAULT_CHARSET
  171.         Font.Color = clWindowText
  172.         Font.Height = -11
  173.         Font.Name = 'MS Sans Serif'
  174.         Font.Style = [fsBold]
  175.         Caption = 'Extracting  Files'
  176.         TextTop = 5
  177.         TextLeft = 12
  178.       end
  179.     end
  180.   end
  181.   object BackButton: TButton
  182.     Left = 144
  183.     Top = 216
  184.     Width = 75
  185.     Height = 25
  186.     Caption = '<< Previous'
  187.     Enabled = False
  188.     TabOrder = 1
  189.     OnClick = BackButtonClick
  190.   end
  191.   object NextButton: TButton
  192.     Left = 232
  193.     Top = 216
  194.     Width = 75
  195.     Height = 25
  196.     Caption = 'Next >>'
  197.     Default = True
  198.     TabOrder = 2
  199.     OnClick = NextButtonClick
  200.   end
  201.   object Button1: TButton
  202.     Left = 8
  203.     Top = 216
  204.     Width = 75
  205.     Height = 25
  206.     Cancel = True
  207.     Caption = 'Cancel'
  208.     TabOrder = 3
  209.     OnClick = Button1Click
  210.   end
  211.   object RAR1: TRAR
  212.     OnProcessData = RAR1ProcessData
  213.     OnError = RAR1Error
  214.     OnListFile = RAR1ListFile
  215.     OnExtracting = RAR1Extracting
  216.     OnExtract = RAR1Extract
  217.     Left = 16
  218.     Top = 136
  219.   end
  220.   object MarsCaption1: TMarsCaption
  221.     ActiveBeginColor = clBlue
  222.     ActiveEndColor = clBlack
  223.     ActiveFontColor = clWhite
  224.     InactiveBeginColor = clGray
  225.     InactiveEndColor = clSilver
  226.     InactiveFontColor = clSilver
  227.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  228.     ApplicationNameFont.Color = clWindowText
  229.     ApplicationNameFont.Height = -11
  230.     ApplicationNameFont.Name = 'MS Sans Serif'
  231.     ApplicationNameFont.Style = [fsBold]
  232.     CaptionFont.Charset = DEFAULT_CHARSET
  233.     CaptionFont.Color = clBlack
  234.     CaptionFont.Height = -11
  235.     CaptionFont.Name = 'MS Sans Serif'
  236.     CaptionFont.Style = []
  237.     NumColors = 64
  238.     AutoSize = False
  239.     ImageIndex = 0
  240.     AutoDisable = False
  241.     EnableCustomButton = False
  242.     Left = 48
  243.     Top = 136
  244.   end
  245.   object Cyclop1: TCyclop
  246.     SemaphoreName = 'Cyclop1'
  247.     ShowMessage = False
  248.     Left = 80
  249.     Top = 136
  250.   end
  251. end
  252.