home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kompuutteri Kaikille K-CD 2002 #6
/
K-CD_2002-06.iso
/
Tools
/
InterCent
/
_SETUP.1
/
Intercent99.exe
/
0
/
RCDATA
/
TFRMEXITSURE
/
TFRMEXITSURE.txt
Wrap
Text File
|
1999-06-01
|
1KB
|
60 lines
object FrmExitSure: TFrmExitSure
Left = 191
Top = 169
ActiveControl = BtnMinimize
BorderIcons = [biMinimize, biMaximize]
BorderStyle = bsDialog
Caption = 'Afsluiten'
ClientHeight = 122
ClientWidth = 249
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object L_Warning: TLabel
Left = 8
Top = 8
Width = 233
Height = 65
Alignment = taCenter
AutoSize = False
Caption =
'Weet u zeker dat u wilt afsluiten ? Als u afsluit zullen geen ko' +
'sten meer worden geregistreerd.'
WordWrap = True
end
object BtnYes: TButton
Left = 16
Top = 88
Width = 67
Height = 25
Caption = 'Ja'
TabOrder = 0
OnClick = BtnYesClick
end
object BtnNo: TButton
Left = 88
Top = 88
Width = 67
Height = 25
Cancel = True
Caption = 'Nee'
TabOrder = 1
OnClick = BtnNoClick
end
object BtnMinimize: TButton
Left = 160
Top = 88
Width = 83
Height = 25
Caption = 'Minimaliseren'
Default = True
TabOrder = 2
OnClick = BtnMinimizeClick
end
end