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
Wrap
Text File
|
2002-01-07
|
817b
|
44 lines
object Form1: TForm1
Left = 534
Top = 115
BorderStyle = bsDialog
Caption = 'Confirmation'
ClientHeight = 93
ClientWidth = 232
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 61
Top = 24
Width = 109
Height = 13
Caption = 'Really close MBMLog?'
end
object Button1: TButton
Left = 32
Top = 56
Width = 75
Height = 25
Caption = 'Yes'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 128
Top = 56
Width = 75
Height = 25
Caption = 'No'
TabOrder = 1
OnClick = Button2Click
end
end