home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / wonline.exe / INSTALL.EXE / 0 / RCDATA / TLOADFORM / TLOADFORM.txt
Text File  |  1996-10-16  |  1KB  |  57 lines

  1. object LoadForm: TLoadForm
  2.   Left = 201
  3.   Top = 100
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'LoadForm'
  7.   ClientHeight = 149
  8.   ClientWidth = 308
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   OnActivate = FormActivate
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 308
  22.     Height = 149
  23.     Align = alClient
  24.     BevelOuter = bvLowered
  25.     BorderStyle = bsSingle
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 111
  29.       Top = 32
  30.       Width = 85
  31.       Height = 16
  32.       Caption = 'Bitte warten !'
  33.     end
  34.     object Label2: TLabel
  35.       Left = 48
  36.       Top = 64
  37.       Width = 208
  38.       Height = 16
  39.       Caption = 'Die Installation wird vorbereitet !'
  40.     end
  41.     object Panel2: TPanel
  42.       Left = 16
  43.       Top = 104
  44.       Width = 273
  45.       Height = 25
  46.       BevelOuter = bvLowered
  47.       TabOrder = 0
  48.       object PaintBox1: TPaintBox
  49.         Left = 6
  50.         Top = 4
  51.         Width = 261
  52.         Height = 17
  53.       end
  54.     end
  55.   end
  56. end
  57.