home *** CD-ROM | disk | FTP | other *** search
/ Freelog 57 / Freelog057.iso / Bas / Screen-Saver / Clown / clown.EXE / 0 / RCDATA / TINSTALLERFORM / TINSTALLERFORM.txt < prev   
Text File  |  2004-05-24  |  3KB  |  156 lines

  1. object InstallerForm: TInstallerForm
  2.   Left = 315
  3.   Top = 283
  4.   Width = 360
  5.   Height = 347
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  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 = fsMDIChild
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   PrintScale = poNone
  20.   Scaled = False
  21.   Visible = True
  22.   OnClose = FormClose
  23.   OnCloseQuery = FormCloseQuery
  24.   OnCreate = FormCreate
  25.   OnResize = FormResize
  26.   DesignSize = (
  27.     352
  28.     320)
  29.   PixelsPerInch = 96
  30.   TextHeight = 13
  31.   object licenseScrollBox: TMemo
  32.     Left = 0
  33.     Top = 153
  34.     Width = 350
  35.     Height = 105
  36.     Anchors = []
  37.     Constraints.MinHeight = 103
  38.     ReadOnly = True
  39.     ScrollBars = ssVertical
  40.     TabOrder = 0
  41.   end
  42.   object contentPanel: TPanel
  43.     Left = 0
  44.     Top = 0
  45.     Width = 352
  46.     Height = 152
  47.     BevelOuter = bvLowered
  48.     TabOrder = 1
  49.     object bmpPanel: TImage
  50.       Left = 1
  51.       Top = 1
  52.       Width = 350
  53.       Height = 150
  54.       Center = True
  55.       Stretch = True
  56.     end
  57.     object moviePanel1: TFlashPanel
  58.       Left = 1
  59.       Top = 1
  60.       Width = 350
  61.       Height = 150
  62.       enableAllowScale = False
  63.       scaleFactor = 0
  64.       Align = alClient
  65.       BevelOuter = bvNone
  66.       Color = clBlack
  67.       TabOrder = 0
  68.     end
  69.   end
  70.   object buttonPanel: TPanel
  71.     Left = 0
  72.     Top = 256
  73.     Width = 350
  74.     Height = 63
  75.     Alignment = taLeftJustify
  76.     Anchors = []
  77.     BevelOuter = bvNone
  78.     Locked = True
  79.     TabOrder = 2
  80.     DesignSize = (
  81.       350
  82.       63)
  83.     object labFile: TLabel
  84.       Left = -1
  85.       Top = 2
  86.       Width = 190
  87.       Height = 18
  88.       AutoSize = False
  89.       Visible = False
  90.     end
  91.     object labCopying: TLabel
  92.       Left = 1
  93.       Top = 3
  94.       Width = 419
  95.       Height = 13
  96.       AutoSize = False
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clBlack
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = []
  102.       ParentFont = False
  103.       Visible = False
  104.     end
  105.     object declineBtn: TButton
  106.       Left = 2
  107.       Top = 36
  108.       Width = 78
  109.       Height = 25
  110.       Caption = '&Decline'
  111.       Font.Charset = DEFAULT_CHARSET
  112.       Font.Color = clBlack
  113.       Font.Height = -11
  114.       Font.Name = 'MS Sans Serif'
  115.       Font.Style = []
  116.       ParentFont = False
  117.       TabOrder = 0
  118.       Visible = False
  119.       OnClick = declineBtnClick
  120.     end
  121.     object installBtn: TButton
  122.       Left = 241
  123.       Top = 36
  124.       Width = 107
  125.       Height = 25
  126.       Anchors = [akTop, akRight]
  127.       Caption = '&Install'
  128.       Font.Charset = DEFAULT_CHARSET
  129.       Font.Color = clBlack
  130.       Font.Height = -11
  131.       Font.Name = 'MS Sans Serif'
  132.       Font.Style = []
  133.       ParentFont = False
  134.       TabOrder = 1
  135.       OnClick = installBtnClick
  136.     end
  137.     object progressBar: TProgressBar
  138.       Left = 1
  139.       Top = 20
  140.       Width = 347
  141.       Height = 11
  142.       Anchors = [akLeft, akTop, akRight]
  143.       Min = 0
  144.       Max = 100
  145.       Step = 1
  146.       TabOrder = 2
  147.     end
  148.   end
  149.   object pauseTimer: TTimer
  150.     Enabled = False
  151.     OnTimer = pauseTimerTimer
  152.     Left = 152
  153.     Top = 80
  154.   end
  155. end
  156.