home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Pronto / P32FAM.EXE / Family.z / FAMILY.exe / 0 / RCDATA / TLOADMSGFORM / TLOADMSGFORM.txt
Text File  |  1997-03-10  |  899b  |  46 lines

  1. object LoadMsgForm: TLoadMsgForm
  2.   Left = 433
  3.   Top = 214
  4.   BorderStyle = bsNone
  5.   Caption = 'Pronto Family'
  6.   ClientHeight = 183
  7.   ClientWidth = 424
  8.   Font.Color = clWindowText
  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 imgBackGr: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 403
  20.     Height = 156
  21.   end
  22.   object Label1: TLabel
  23.     Left = 29
  24.     Top = 23
  25.     Width = 351
  26.     Height = 71
  27.     Alignment = taCenter
  28.     AutoSize = False
  29.     Caption = 'Loading Message ...'
  30.     Font.Color = clNavy
  31.     Font.Height = -19
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsItalic]
  34.     ParentFont = False
  35.     Transparent = True
  36.     WordWrap = True
  37.   end
  38.   object Image2: TImage
  39.     Left = 285
  40.     Top = 97
  41.     Width = 100
  42.     Height = 42
  43.     OnMouseDown = Image2MouseDown
  44.   end
  45. end
  46.