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 / TFRMEMPTYLOG / TFRMEMPTYLOG.txt
Text File  |  1999-06-01  |  3KB  |  122 lines

  1. object FrmEmptyLog: TFrmEmptyLog
  2.   Left = 258
  3.   Top = 110
  4.   HelpContext = 9010
  5.   ActiveControl = BtnCancel
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Logboek legen'
  9.   ClientHeight = 210
  10.   ClientWidth = 242
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BtnOk: TBitBtn
  21.     Left = 88
  22.     Top = 177
  23.     Width = 73
  24.     Height = 25
  25.     HelpContext = 9902
  26.     Caption = '&OK'
  27.     Default = True
  28.     TabOrder = 0
  29.     OnClick = BtnOkClick
  30.     NumGlyphs = 2
  31.   end
  32.   object BtnCancel: TBitBtn
  33.     Left = 168
  34.     Top = 177
  35.     Width = 73
  36.     Height = 25
  37.     HelpContext = 9904
  38.     Cancel = True
  39.     Caption = '&Annuleren'
  40.     TabOrder = 1
  41.     OnClick = BtnCancelClick
  42.     NumGlyphs = 2
  43.   end
  44.   object Ntb: TNotebook
  45.     Left = 0
  46.     Top = 0
  47.     Width = 241
  48.     Height = 169
  49.     TabOrder = 2
  50.     object TPage
  51.       Left = 0
  52.       Top = 0
  53.       Caption = 'Start'
  54.       object Bevel1: TBevel
  55.         Left = 8
  56.         Top = 128
  57.         Width = 225
  58.         Height = 17
  59.         Shape = bsTopLine
  60.       end
  61.       object OptDeleteSessions: TRadioButton
  62.         Left = 8
  63.         Top = 24
  64.         Width = 225
  65.         Height = 17
  66.         Caption = 'Geselekteerde sessies'
  67.         TabOrder = 0
  68.       end
  69.       object OptDeleteMonth: TRadioButton
  70.         Left = 8
  71.         Top = 60
  72.         Width = 129
  73.         Height = 17
  74.         Caption = 'Alle sessies tot'
  75.         Checked = True
  76.         TabOrder = 1
  77.         TabStop = True
  78.         OnClick = OptDeleteMonthClick
  79.       end
  80.       object OptDeleteAll: TRadioButton
  81.         Left = 8
  82.         Top = 96
  83.         Width = 217
  84.         Height = 17
  85.         HelpContext = 9010
  86.         Caption = 'Alles '
  87.         TabOrder = 3
  88.         OnClick = OptDeleteAllClick
  89.       end
  90.       object EdtDate: TEdit
  91.         Left = 144
  92.         Top = 58
  93.         Width = 89
  94.         Height = 21
  95.         TabOrder = 2
  96.         Text = '10-10-92'
  97.         OnKeyPress = EdtDateKeyPress
  98.       end
  99.     end
  100.     object TPage
  101.       Left = 0
  102.       Top = 0
  103.       Caption = 'Busy'
  104.       object L_Status: TLabel
  105.         Left = 8
  106.         Top = 8
  107.         Width = 225
  108.         Height = 49
  109.         AutoSize = False
  110.         Caption = 'Sessies verwijderen...'
  111.       end
  112.       object Bevel2: TBevel
  113.         Left = 8
  114.         Top = 128
  115.         Width = 225
  116.         Height = 17
  117.         Shape = bsTopLine
  118.       end
  119.     end
  120.   end
  121. end
  122.