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 / TFRMTELSET / TFRMTELSET.txt
Text File  |  1999-06-01  |  4KB  |  217 lines

  1. object FrmTelSet: TFrmTelSet
  2.   Left = 219
  3.   Top = 108
  4.   HelpContext = 9170
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Teller instellen'
  8.   ClientHeight = 255
  9.   ClientWidth = 282
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LNormaal: TLabel
  20.     Left = 8
  21.     Top = 66
  22.     Width = 64
  23.     Height = 13
  24.     Caption = 'Hoog tarief'
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object LDal: TLabel
  32.     Left = 8
  33.     Top = 98
  34.     Width = 62
  35.     Height = 13
  36.     Caption = 'Laag tarief'
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object LTijd2: TLabel
  44.     Left = 139
  45.     Top = 16
  46.     Width = 22
  47.     Height = 13
  48.     Alignment = taRightJustify
  49.     Caption = 'Tijd'
  50.     Font.Color = clBlack
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object LKosten2: TLabel
  57.     Left = 233
  58.     Top = 16
  59.     Width = 40
  60.     Height = 13
  61.     Alignment = taRightJustify
  62.     Caption = 'Kosten'
  63.     Font.Color = clBlack
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.   end
  69.   object Bevel1: TBevel
  70.     Left = 8
  71.     Top = 28
  72.     Width = 265
  73.     Height = 9
  74.     Shape = bsBottomLine
  75.   end
  76.   object Bevel2: TBevel
  77.     Left = 6
  78.     Top = 132
  79.     Width = 267
  80.     Height = 9
  81.     Shape = bsBottomLine
  82.   end
  83.   object Bevel3: TBevel
  84.     Left = 6
  85.     Top = 188
  86.     Width = 267
  87.     Height = 9
  88.     Shape = bsBottomLine
  89.   end
  90.   object CurrLabel1: TCurrLabel
  91.     Left = 164
  92.     Top = 68
  93.     Width = 40
  94.     Height = 13
  95.     Alignment = taRightJustify
  96.     AutoSize = False
  97.     Caption = 'EUR'
  98.     Transparent = True
  99.     ShowSymbol = True
  100.   end
  101.   object CurrLabel2: TCurrLabel
  102.     Left = 164
  103.     Top = 100
  104.     Width = 40
  105.     Height = 13
  106.     Alignment = taRightJustify
  107.     AutoSize = False
  108.     Caption = 'EUR'
  109.     Transparent = True
  110.     ShowSymbol = True
  111.   end
  112.   object eeKostenHoog: TEasyEdit
  113.     Left = 208
  114.     Top = 64
  115.     Width = 65
  116.     Height = 21
  117.     HelpContext = 9170
  118.     TabOrder = 3
  119.     Text = '0,00'
  120.     FocusColor = clWindow
  121.     Alignment = taRightJustify
  122.     EditType = etMoney
  123.     EditDec = 2
  124.     EditDecSep = esComma
  125.     DisplayAsLabel = False
  126.     TextAsInteger = 0
  127.     About = 'EasyEdit 1.00 (C) 98,Finiware'
  128.     Registered = 'Yes'
  129.   end
  130.   object eeKostenLaag: TEasyEdit
  131.     Left = 208
  132.     Top = 96
  133.     Width = 65
  134.     Height = 21
  135.     HelpContext = 9170
  136.     TabOrder = 5
  137.     Text = '0,00'
  138.     FocusColor = clWindow
  139.     Alignment = taRightJustify
  140.     EditType = etMoney
  141.     EditDec = 2
  142.     EditDecSep = esComma
  143.     DisplayAsLabel = False
  144.     TextAsInteger = 0
  145.     About = 'EasyEdit 1.00 (C) 98,Finiware'
  146.     Registered = 'Yes'
  147.   end
  148.   object eeTijdHoog: TEasyEdit
  149.     Left = 94
  150.     Top = 64
  151.     Width = 65
  152.     Height = 21
  153.     HelpContext = 9170
  154.     TabOrder = 2
  155.     Text = '00:00:00'
  156.     OnKeyPress = eeTijdHoogKeyPress
  157.     FocusColor = clWindow
  158.     Alignment = taRightJustify
  159.     EditDec = 0
  160.     EditDecSep = esSystem
  161.     DisplayAsLabel = False
  162.     TextAsInteger = 0
  163.     About = 'EasyEdit 1.00 (C) 98,Finiware'
  164.     Registered = 'Yes'
  165.   end
  166.   object eeTijdLaag: TEasyEdit
  167.     Left = 94
  168.     Top = 96
  169.     Width = 65
  170.     Height = 21
  171.     HelpContext = 9170
  172.     TabOrder = 4
  173.     Text = '00:00:00'
  174.     OnKeyPress = eeTijdLaagKeyPress
  175.     FocusColor = clWindow
  176.     Alignment = taRightJustify
  177.     EditDec = 0
  178.     EditDecSep = esSystem
  179.     DisplayAsLabel = False
  180.     TextAsInteger = 0
  181.     About = 'EasyEdit 1.00 (C) 98,Finiware'
  182.     Registered = 'Yes'
  183.   end
  184.   object BtnCancel: TBitBtn
  185.     Left = 184
  186.     Top = 222
  187.     Width = 89
  188.     Height = 25
  189.     HelpContext = 9904
  190.     Cancel = True
  191.     Caption = '&Annuleren'
  192.     TabOrder = 1
  193.     OnClick = BtnCancelClick
  194.     NumGlyphs = 2
  195.   end
  196.   object BtnOk: TBitBtn
  197.     Left = 84
  198.     Top = 222
  199.     Width = 91
  200.     Height = 25
  201.     HelpContext = 9902
  202.     Caption = '&OK'
  203.     Default = True
  204.     TabOrder = 0
  205.     OnClick = BtnOkClick
  206.     NumGlyphs = 2
  207.   end
  208.   object ChkWriteLog: TCheckBox
  209.     Left = 8
  210.     Top = 160
  211.     Width = 265
  212.     Height = 17
  213.     Caption = 'Maak een sessie in het logboek'
  214.     TabOrder = 6
  215.   end
  216. end
  217.