home *** CD-ROM | disk | FTP | other *** search
- object FrmTelSet: TFrmTelSet
- Left = 219
- Top = 108
- HelpContext = 9170
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Teller instellen'
- ClientHeight = 255
- ClientWidth = 282
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object LNormaal: TLabel
- Left = 8
- Top = 66
- Width = 64
- Height = 13
- Caption = 'Hoog tarief'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object LDal: TLabel
- Left = 8
- Top = 98
- Width = 62
- Height = 13
- Caption = 'Laag tarief'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object LTijd2: TLabel
- Left = 139
- Top = 16
- Width = 22
- Height = 13
- Alignment = taRightJustify
- Caption = 'Tijd'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object LKosten2: TLabel
- Left = 233
- Top = 16
- Width = 40
- Height = 13
- Alignment = taRightJustify
- Caption = 'Kosten'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel1: TBevel
- Left = 8
- Top = 28
- Width = 265
- Height = 9
- Shape = bsBottomLine
- end
- object Bevel2: TBevel
- Left = 6
- Top = 132
- Width = 267
- Height = 9
- Shape = bsBottomLine
- end
- object Bevel3: TBevel
- Left = 6
- Top = 188
- Width = 267
- Height = 9
- Shape = bsBottomLine
- end
- object CurrLabel1: TCurrLabel
- Left = 164
- Top = 68
- Width = 40
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'EUR'
- Transparent = True
- ShowSymbol = True
- end
- object CurrLabel2: TCurrLabel
- Left = 164
- Top = 100
- Width = 40
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'EUR'
- Transparent = True
- ShowSymbol = True
- end
- object eeKostenHoog: TEasyEdit
- Left = 208
- Top = 64
- Width = 65
- Height = 21
- HelpContext = 9170
- TabOrder = 3
- Text = '0,00'
- FocusColor = clWindow
- Alignment = taRightJustify
- EditType = etMoney
- EditDec = 2
- EditDecSep = esComma
- DisplayAsLabel = False
- TextAsInteger = 0
- About = 'EasyEdit 1.00 (C) 98,Finiware'
- Registered = 'Yes'
- end
- object eeKostenLaag: TEasyEdit
- Left = 208
- Top = 96
- Width = 65
- Height = 21
- HelpContext = 9170
- TabOrder = 5
- Text = '0,00'
- FocusColor = clWindow
- Alignment = taRightJustify
- EditType = etMoney
- EditDec = 2
- EditDecSep = esComma
- DisplayAsLabel = False
- TextAsInteger = 0
- About = 'EasyEdit 1.00 (C) 98,Finiware'
- Registered = 'Yes'
- end
- object eeTijdHoog: TEasyEdit
- Left = 94
- Top = 64
- Width = 65
- Height = 21
- HelpContext = 9170
- TabOrder = 2
- Text = '00:00:00'
- OnKeyPress = eeTijdHoogKeyPress
- FocusColor = clWindow
- Alignment = taRightJustify
- EditDec = 0
- EditDecSep = esSystem
- DisplayAsLabel = False
- TextAsInteger = 0
- About = 'EasyEdit 1.00 (C) 98,Finiware'
- Registered = 'Yes'
- end
- object eeTijdLaag: TEasyEdit
- Left = 94
- Top = 96
- Width = 65
- Height = 21
- HelpContext = 9170
- TabOrder = 4
- Text = '00:00:00'
- OnKeyPress = eeTijdLaagKeyPress
- FocusColor = clWindow
- Alignment = taRightJustify
- EditDec = 0
- EditDecSep = esSystem
- DisplayAsLabel = False
- TextAsInteger = 0
- About = 'EasyEdit 1.00 (C) 98,Finiware'
- Registered = 'Yes'
- end
- object BtnCancel: TBitBtn
- Left = 184
- Top = 222
- Width = 89
- Height = 25
- HelpContext = 9904
- Cancel = True
- Caption = '&Annuleren'
- TabOrder = 1
- OnClick = BtnCancelClick
- NumGlyphs = 2
- end
- object BtnOk: TBitBtn
- Left = 84
- Top = 222
- Width = 91
- Height = 25
- HelpContext = 9902
- Caption = '&OK'
- Default = True
- TabOrder = 0
- OnClick = BtnOkClick
- NumGlyphs = 2
- end
- object ChkWriteLog: TCheckBox
- Left = 8
- Top = 160
- Width = 265
- Height = 17
- Caption = 'Maak een sessie in het logboek'
- TabOrder = 6
- end
- end
-