object FrmEmptyLog: TFrmEmptyLog Left = 258 Top = 110 HelpContext = 9010 ActiveControl = BtnCancel BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Logboek legen' ClientHeight = 210 ClientWidth = 242 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object BtnOk: TBitBtn Left = 88 Top = 177 Width = 73 Height = 25 HelpContext = 9902 Caption = '&OK' Default = True TabOrder = 0 OnClick = BtnOkClick NumGlyphs = 2 end object BtnCancel: TBitBtn Left = 168 Top = 177 Width = 73 Height = 25 HelpContext = 9904 Cancel = True Caption = '&Annuleren' TabOrder = 1 OnClick = BtnCancelClick NumGlyphs = 2 end object Ntb: TNotebook Left = 0 Top = 0 Width = 241 Height = 169 TabOrder = 2 object TPage Left = 0 Top = 0 Caption = 'Start' object Bevel1: TBevel Left = 8 Top = 128 Width = 225 Height = 17 Shape = bsTopLine end object OptDeleteSessions: TRadioButton Left = 8 Top = 24 Width = 225 Height = 17 Caption = 'Geselekteerde sessies' TabOrder = 0 end object OptDeleteMonth: TRadioButton Left = 8 Top = 60 Width = 129 Height = 17 Caption = 'Alle sessies tot' Checked = True TabOrder = 1 TabStop = True OnClick = OptDeleteMonthClick end object OptDeleteAll: TRadioButton Left = 8 Top = 96 Width = 217 Height = 17 HelpContext = 9010 Caption = 'Alles ' TabOrder = 3 OnClick = OptDeleteAllClick end object EdtDate: TEdit Left = 144 Top = 58 Width = 89 Height = 21 TabOrder = 2 Text = '10-10-92' OnKeyPress = EdtDateKeyPress end end object TPage Left = 0 Top = 0 Caption = 'Busy' object L_Status: TLabel Left = 8 Top = 8 Width = 225 Height = 49 AutoSize = False Caption = 'Sessies verwijderen...' end object Bevel2: TBevel Left = 8 Top = 128 Width = 225 Height = 17 Shape = bsTopLine end end end end