home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 March / PCWorld_2002-03_cd.bin / Software / Vyzkuste / mbmlog / mbmlog.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2002-01-07  |  817b  |  44 lines

  1. object Form1: TForm1
  2.   Left = 534
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'Confirmation'
  6.   ClientHeight = 93
  7.   ClientWidth = 232
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 61
  20.     Top = 24
  21.     Width = 109
  22.     Height = 13
  23.     Caption = 'Really close MBMLog?'
  24.   end
  25.   object Button1: TButton
  26.     Left = 32
  27.     Top = 56
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Yes'
  31.     TabOrder = 0
  32.     OnClick = Button1Click
  33.   end
  34.   object Button2: TButton
  35.     Left = 128
  36.     Top = 56
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'No'
  40.     TabOrder = 1
  41.     OnClick = Button2Click
  42.   end
  43. end
  44.