home *** CD-ROM | disk | FTP | other *** search
/ Galaxy of TetriMania / glxytetrimania.iso / wingames / tetris4 / sghtet09 / sghtris.exe / 0 / RCDATA / TMESSAGEF / TMESSAGEF.txt < prev   
Text File  |  1996-09-05  |  1KB  |  60 lines

  1. object MessageF: TMessageF
  2.   Left = 179
  3.   Top = 180
  4.   BorderStyle = bsNone
  5.   Caption = 'MessageF'
  6.   ClientHeight = 168
  7.   ClientWidth = 281
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Shape1: TShape
  19.     Left = -3
  20.     Top = 0
  21.     Width = 284
  22.     Height = 169
  23.     Brush.Style = bsClear
  24.     Pen.Color = clRed
  25.     Pen.Width = 5
  26.   end
  27.   object fMess: TGroupBox
  28.     Left = 8
  29.     Top = 8
  30.     Width = 265
  31.     Height = 153
  32.     Color = clNavy
  33.     ParentColor = False
  34.     TabOrder = 0
  35.     object lMess: TLabel
  36.       Left = 8
  37.       Top = 16
  38.       Width = 249
  39.       Height = 97
  40.       Alignment = taCenter
  41.       AutoSize = False
  42.       Font.Color = clWhite
  43.       Font.Height = -13
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = []
  46.       ParentFont = False
  47.       WordWrap = True
  48.     end
  49.     object bOkMess: TBitBtn
  50.       Left = 96
  51.       Top = 120
  52.       Width = 75
  53.       Height = 25
  54.       TabOrder = 0
  55.       OnClick = bOkMessClick
  56.       Kind = bkOK
  57.     end
  58.   end
  59. end
  60.