home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / hry / crazy / sachy / ckin132.exe / 0 / RCDATA / TMESSDLG / TMESSDLG.txt
Text File  |  1997-12-11  |  690b  |  35 lines

  1. object MessDlg: TMessDlg
  2.   Left = 591
  3.   Top = 437
  4.   BorderStyle = bsNone
  5.   Caption = 'Dialog'
  6.   ClientHeight = 125
  7.   ClientWidth = 250
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Position = poDefault
  13.   OnClick = FormClick
  14.   OnCreate = FormCreate
  15.   OnPaint = FormPaint
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Mess: TLabel
  20.     Left = 24
  21.     Top = 20
  22.     Width = 201
  23.     Height = 93
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Font.Color = clBlack
  27.     Font.Height = -16
  28.     Font.Name = 'Times New Roman'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     Transparent = True
  32.     OnClick = FormClick
  33.   end
  34. end
  35.