home *** CD-ROM | disk | FTP | other *** search
/ Freelog 37 / Freelog037.iso / ModeEmpl / Weblock / weblock.exe / WESetup.exe / 0 / RCDATA / TFINISHFORM / TFINISHFORM.txt < prev   
Text File  |  2001-05-29  |  1KB  |  53 lines

  1. object finishform: Tfinishform
  2.   Left = 296
  3.   Top = 231
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup - We-Blocker'
  7.   ClientHeight = 357
  8.   ClientWidth = 492
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 165
  23.     Height = 313
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object Bevel1: TBevel
  27.     Left = 0
  28.     Top = 312
  29.     Width = 492
  30.     Height = 2
  31.     Shape = bsTopLine
  32.     Style = bsRaised
  33.   end
  34.   object Panel1: TPanel
  35.     Left = 0
  36.     Top = 315
  37.     Width = 492
  38.     Height = 42
  39.     Align = alBottom
  40.     BevelOuter = bvNone
  41.     TabOrder = 0
  42.     object NextButton: TButton
  43.       Left = 324
  44.       Top = 8
  45.       Width = 73
  46.       Height = 25
  47.       Caption = 'Finished'
  48.       TabOrder = 0
  49.       OnClick = NextButtonClick
  50.     end
  51.   end
  52. end
  53.