home *** CD-ROM | disk | FTP | other *** search
/ Trailer Life - RV Campground Finder 2001 / BIN+CUE.zip / TLUSAMAPS.bin / MAPPRO40.OC_ / MAPPRO40.OC / 0 / RCDATA / TMDLGBOX / TMDLGBOX.txt
Text File  |  2000-08-09  |  1KB  |  62 lines

  1. object Mdlgbox: TMdlgbox
  2.   Left = 198
  3.   Top = 132
  4.   BorderStyle = bsDialog
  5.   Caption = 'Message'
  6.   ClientHeight = 122
  7.   ClientWidth = 240
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 16
  21.     Top = 4
  22.     Width = 213
  23.     Height = 73
  24.     Shape = bsBottomLine
  25.   end
  26.   object Label1: TLabel
  27.     Left = 84
  28.     Top = 16
  29.     Width = 129
  30.     Height = 41
  31.     AutoSize = False
  32.     Caption = 'lb1'
  33.   end
  34.   object Button1: TButton
  35.     Left = 20
  36.     Top = 88
  37.     Width = 60
  38.     Height = 24
  39.     Caption = '&Yes'
  40.     TabOrder = 0
  41.     OnClick = Button1Click
  42.   end
  43.   object Button2: TButton
  44.     Left = 88
  45.     Top = 88
  46.     Width = 60
  47.     Height = 24
  48.     Caption = '&No'
  49.     TabOrder = 1
  50.     OnClick = Button2Click
  51.   end
  52.   object Button3: TButton
  53.     Left = 156
  54.     Top = 88
  55.     Width = 60
  56.     Height = 24
  57.     Caption = '&Cancel'
  58.     TabOrder = 2
  59.     OnClick = Button3Click
  60.   end
  61. end
  62.