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

  1. object LadenForm: TLadenForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Lade...'
  7.   ClientHeight = 93
  8.   ClientWidth = 238
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 10
  19.     Top = 22
  20.     Width = 39
  21.     Height = 39
  22.     Picture.Data = {<image000.ico>}
  23.   end
  24.   object Label1: TLabel
  25.     Left = 60
  26.     Top = 8
  27.     Width = 113
  28.     Height = 13
  29.     Caption = 'Das W-OnLINE pro 97 -'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 60
  33.     Top = 26
  34.     Width = 167
  35.     Height = 13
  36.     Caption = 'Installationsprogramm wird geladen.'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 60
  40.     Top = 44
  41.     Width = 62
  42.     Height = 13
  43.     Caption = 'Bitte warten !'
  44.   end
  45.   object ProgressBar1: TProgressBar
  46.     Left = 10
  47.     Top = 70
  48.     Width = 217
  49.     Height = 13
  50.     Min = 0
  51.     Max = 100
  52.     TabOrder = 0
  53.   end
  54. end
  55.