home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TSTATUSDLG / TSTATUSDLG.txt
Text File  |  1998-05-08  |  462b  |  23 lines

  1. object StatusDlg: TStatusDlg
  2.   Left = 270
  3.   Top = 234
  4.   BorderStyle = bsDialog
  5.   Caption = 'JBuilder Message'
  6.   ClientHeight = 68
  7.   ClientWidth = 252
  8.   ParentFont = True
  9.   FormStyle = fsStayOnTop
  10.   Position = poScreenCenter
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 25
  15.     Top = 27
  16.     Width = 202
  17.     Height = 13
  18.     Alignment = taCenter
  19.     Caption = 'Please wait while Help System is loading ...'
  20.     WordWrap = True
  21.   end
  22. end
  23.