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
Text File  |  1999-06-01  |  1KB  |  60 lines

  1. object FrmExitSure: TFrmExitSure
  2.   Left = 191
  3.   Top = 169
  4.   ActiveControl = BtnMinimize
  5.   BorderIcons = [biMinimize, biMaximize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Afsluiten'
  8.   ClientHeight = 122
  9.   ClientWidth = 249
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object L_Warning: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 233
  22.     Height = 65
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 
  26.       'Weet u zeker dat u wilt afsluiten ? Als u afsluit zullen geen ko' +
  27.       'sten meer worden geregistreerd.'
  28.     WordWrap = True
  29.   end
  30.   object BtnYes: TButton
  31.     Left = 16
  32.     Top = 88
  33.     Width = 67
  34.     Height = 25
  35.     Caption = 'Ja'
  36.     TabOrder = 0
  37.     OnClick = BtnYesClick
  38.   end
  39.   object BtnNo: TButton
  40.     Left = 88
  41.     Top = 88
  42.     Width = 67
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Nee'
  46.     TabOrder = 1
  47.     OnClick = BtnNoClick
  48.   end
  49.   object BtnMinimize: TButton
  50.     Left = 160
  51.     Top = 88
  52.     Width = 83
  53.     Height = 25
  54.     Caption = 'Minimaliseren'
  55.     Default = True
  56.     TabOrder = 2
  57.     OnClick = BtnMinimizeClick
  58.   end
  59. end
  60.