object FrmTimeZero: TFrmTimeZero Left = 228 Top = 62 HelpContext = 9190 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Teller op nul zetten' ClientHeight = 237 ClientWidth = 257 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object BtnCancel: TBitBtn Left = 168 Top = 205 Width = 83 Height = 25 HelpContext = 9904 Cancel = True Caption = 'Annuleren' ModalResult = 2 TabOrder = 1 NumGlyphs = 2 end object BtnOk: TBitBtn Left = 78 Top = 205 Width = 81 Height = 25 HelpContext = 9902 Caption = 'OK' Default = True TabOrder = 0 OnClick = BtnOkClick NumGlyphs = 2 end object Ntb: TNotebook Left = 8 Top = 8 Width = 241 Height = 185 TabOrder = 2 object TPage Left = 0 Top = 0 Caption = 'Start' object Bevel1: TBevel Left = 0 Top = 136 Width = 241 Height = 9 Shape = bsTopLine end object Bevel3: TBevel Left = 0 Top = 56 Width = 241 Height = 9 Shape = bsTopLine end object L_Last: TLabel Left = 8 Top = 12 Width = 225 Height = 37 AutoSize = False Caption = 'xxxx' WordWrap = True end object EdtDate: TEdit Left = 152 Top = 70 Width = 81 Height = 21 MaxLength = 10 TabOrder = 1 OnKeyPress = EdtDateKeyPress end object OptSetDate: TRadioButton Left = 8 Top = 72 Width = 137 Height = 17 HelpContext = 9192 Caption = 'Teller op nul zetten per' Checked = True TabOrder = 0 TabStop = True end object OptSet: TRadioButton Left = 8 Top = 104 Width = 225 Height = 17 HelpContext = 9191 Caption = 'Teller op nul zetten' TabOrder = 2 end end object TPage Left = 0 Top = 0 Caption = 'Progress' object L_Status: TLabel Left = 8 Top = 8 Width = 225 Height = 49 Alignment = taCenter AutoSize = False WordWrap = True end object Bevel2: TBevel Left = 0 Top = 64 Width = 233 Height = 9 Shape = bsTopLine end end end end