home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Supreme / _SETUP.1 / Contact.exe / 0 / RCDATA / TFORMMESSAGEBOX / TFORMMESSAGEBOX.txt
Text File  |  1999-09-06  |  570b  |  30 lines

  1. object FormMessageBox: TFormMessageBox
  2.   Left = 258
  3.   Top = 292
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 104
  6.   ClientWidth = 228
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   KeyPreview = True
  12.   Position = poScreenCenter
  13.   OnKeyDown = FormKeyDown
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object TextLabel: TLabel
  17.     Left = 60
  18.     Top = 24
  19.     Width = 131
  20.     Height = 13
  21.     Caption = 'asdsafd sdfdsg fghfd fghfgh'
  22.   end
  23.   object IconImage: TImage
  24.     Left = 11
  25.     Top = 16
  26.     Width = 32
  27.     Height = 32
  28.   end
  29. end
  30.