home *** CD-ROM | disk | FTP | other *** search
/ 50 Fun Games / 50_Games_CD.iso / Games3 / install.exe / 0 / RCDATA / TFORMEXIT / TFORMEXIT.txt
Text File  |  2000-03-10  |  858b  |  45 lines

  1. object FormExit: TFormExit
  2.   Left = 262
  3.   Top = 162
  4.   Width = 232
  5.   Height = 121
  6.   Caption = 'Message Box'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   OldCreateOrder = False
  14.   Position = poDefaultPosOnly
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ButtonYes: TButton
  18.     Left = 24
  19.     Top = 56
  20.     Width = 73
  21.     Height = 25
  22.     Caption = 'Yes'
  23.     TabOrder = 0
  24.     OnClick = ButtonYesClick
  25.   end
  26.   object ButtonNo: TButton
  27.     Left = 128
  28.     Top = 56
  29.     Width = 73
  30.     Height = 25
  31.     Caption = 'No'
  32.     TabOrder = 1
  33.     OnClick = ButtonNoClick
  34.   end
  35.   object TextSure: TStaticText
  36.     Left = 8
  37.     Top = 24
  38.     Width = 177
  39.     Height = 17
  40.     Alignment = taCenter
  41.     Caption = 'Are you sure you want to exit?'
  42.     TabOrder = 2
  43.   end
  44. end
  45.