home *** CD-ROM | disk | FTP | other *** search
/ Screen - 100 Snelle Screensavers / ScreenSaver.iso / egyptgallery / setup.exe / 0 / RCDATA / TFRMINST / TFRMINST.txt
Text File  |  1997-07-23  |  3KB  |  165 lines

  1. object frmInst: TfrmInst
  2.   Left = 476
  3.   Top = 67
  4.   BorderStyle = bsDialog
  5.   Caption = 'caption'
  6.   ClientHeight = 316
  7.   ClientWidth = 472
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object gi: TGauge
  17.     Left = 8
  18.     Top = 283
  19.     Width = 217
  20.     Height = 21
  21.     Color = clBlack
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     BorderStyle = bsNone
  27.     ForeColor = clActiveCaption
  28.     BackColor = clBtnFace
  29.     ParentColor = False
  30.     ParentFont = False
  31.     Progress = 0
  32.     Visible = False
  33.   end
  34.   object logo: TImage
  35.     Left = 8
  36.     Top = 8
  37.     Width = 96
  38.     Height = 256
  39.     AutoSize = True
  40.   end
  41.   object Bevel1: TBevel
  42.     Left = 8
  43.     Top = 273
  44.     Width = 457
  45.     Height = 2
  46.   end
  47.   object logo2: TImage
  48.     Left = 112
  49.     Top = 8
  50.     Width = 353
  51.     Height = 64
  52.   end
  53.   object btnInstall: TButton
  54.     Left = 304
  55.     Top = 282
  56.     Width = 75
  57.     Height = 23
  58.     Caption = '&Next >'
  59.     Default = True
  60.     Font.Color = clBlack
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.     TabOrder = 0
  66.     OnClick = btnInstallClick
  67.   end
  68.   object btnCancel: TButton
  69.     Left = 388
  70.     Top = 282
  71.     Width = 75
  72.     Height = 23
  73.     Cancel = True
  74.     Caption = '&Cancel'
  75.     Font.Color = clBlack
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 1
  81.     OnClick = btnCancelClick
  82.   end
  83.   object btnUninstall: TButton
  84.     Left = 230
  85.     Top = 282
  86.     Width = 75
  87.     Height = 23
  88.     Caption = '&Uninstall'
  89.     Enabled = False
  90.     TabOrder = 2
  91.     OnClick = btnUninstallClick
  92.   end
  93.   object memo: TMemo
  94.     Left = 112
  95.     Top = 8
  96.     Width = 353
  97.     Height = 257
  98.     Lines.Strings = (
  99.       'memo')
  100.     ScrollBars = ssVertical
  101.     TabOrder = 3
  102.     Visible = False
  103.     OnKeyPress = memoKeyPress
  104.   end
  105.   object Panel1: TPanel
  106.     Left = 112
  107.     Top = 80
  108.     Width = 353
  109.     Height = 57
  110.     BevelInner = bvRaised
  111.     BevelOuter = bvLowered
  112.     Font.Color = clBlack
  113.     Font.Height = -11
  114.     Font.Name = 'MS Sans Serif'
  115.     Font.Style = []
  116.     ParentFont = False
  117.     TabOrder = 4
  118.     object Label1: TLabel
  119.       Left = 24
  120.       Top = 12
  121.       Width = 305
  122.       Height = 38
  123.       Alignment = taCenter
  124.       AutoSize = False
  125.       Caption = '[ install ]'
  126.     end
  127.   end
  128.   object Panel2: TPanel
  129.     Left = 112
  130.     Top = 144
  131.     Width = 353
  132.     Height = 121
  133.     BevelInner = bvRaised
  134.     BevelOuter = bvLowered
  135.     Font.Color = clBlack
  136.     Font.Height = -11
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = []
  139.     ParentFont = False
  140.     TabOrder = 5
  141.     object Label2: TLabel
  142.       Left = 48
  143.       Top = 8
  144.       Width = 257
  145.       Height = 54
  146.       Alignment = taCenter
  147.       AutoSize = False
  148.       Caption = '[ about ]'
  149.       Color = clBtnFace
  150.       ParentColor = False
  151.     end
  152.     object text: TLabel
  153.       Left = 48
  154.       Top = 64
  155.       Width = 257
  156.       Height = 54
  157.       Alignment = taCenter
  158.       AutoSize = False
  159.       Caption = '[ client text ]'
  160.       Color = clBtnFace
  161.       ParentColor = False
  162.     end
  163.   end
  164. end
  165.