home *** CD-ROM | disk | FTP | other *** search
/ BUG 6 / BUGCD1997_09.BIN / UTIL / WALLABY / WALLABY.EXE / SETUP.EXE / 0 / RCDATA / TPOPUPFRM / TPOPUPFRM.txt < prev   
Text File  |  1997-05-17  |  1KB  |  49 lines

  1. object Popupfrm: TPopupfrm
  2.   Left = 200
  3.   Top = 104
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Please wait...'
  7.   ClientHeight = 71
  8.   ClientWidth = 211
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 211
  21.     Height = 71
  22.     Align = alClient
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 73
  26.       Top = 21
  27.       Width = 127
  28.       Height = 27
  29.       Alignment = taCenter
  30.       AutoSize = False
  31.       Caption = 'Creating Icons && Updating Registry'
  32.       Font.Color = clWindowText
  33.       Font.Height = -11
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = [fsBold]
  36.       ParentFont = False
  37.     end
  38.     object Image1: TImage
  39.       Left = 1
  40.       Top = 1
  41.       Width = 73
  42.       Height = 69
  43.       Align = alLeft
  44.       Center = True
  45.       Picture.Data = {<image000.ico>}
  46.     end
  47.   end
  48. end
  49.