home *** CD-ROM | disk | FTP | other *** search
- 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
-