home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #5 / K-CD_2001-05.iso / Tools / InterCent / _setup.1 / Intercent99.exe / 0 / RCDATA / TFRMADVANCED / TFRMADVANCED.txt
Text File  |  1999-06-01  |  3KB  |  146 lines

  1. object FrmAdvanced: TFrmAdvanced
  2.   Left = 236
  3.   Top = 175
  4.   BorderStyle = bsDialog
  5.   Caption = 'Methode van kostenberekening'
  6.   ClientHeight = 260
  7.   ClientWidth = 390
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label5: TLabel
  16.     Left = 208
  17.     Top = 24
  18.     Width = 17
  19.     Height = 13
  20.     Caption = 'sec'
  21.   end
  22.   object Label6: TLabel
  23.     Left = 16
  24.     Top = 24
  25.     Width = 114
  26.     Height = 13
  27.     Caption = 'Tijdsduur van 1 eenheid'
  28.   end
  29.   object GrpKosten: TGroupBox
  30.     Left = 8
  31.     Top = 8
  32.     Width = 257
  33.     Height = 105
  34.     Caption = 'Kostenberekening'
  35.     TabOrder = 0
  36.     object OptUur: TRadioButton
  37.       Left = 16
  38.       Top = 24
  39.       Width = 201
  40.       Height = 17
  41.       Caption = 'Per uur'
  42.       Checked = True
  43.       TabOrder = 0
  44.       TabStop = True
  45.     end
  46.     object OptTijd: TRadioButton
  47.       Left = 16
  48.       Top = 48
  49.       Width = 233
  50.       Height = 17
  51.       Caption = 'Volgens eenheid met een vaste tijdsduur'
  52.       TabOrder = 1
  53.     end
  54.     object OptTarief: TRadioButton
  55.       Left = 16
  56.       Top = 72
  57.       Width = 233
  58.       Height = 17
  59.       Caption = 'Volgens eenheid met een vast tarief'
  60.       TabOrder = 2
  61.     end
  62.   end
  63.   object GrpTijd: TGroupBox
  64.     Left = 8
  65.     Top = 120
  66.     Width = 257
  67.     Height = 57
  68.     Caption = 'Vaste tijdsduur'
  69.     TabOrder = 1
  70.     object LTijd: TLabel
  71.       Left = 16
  72.       Top = 24
  73.       Width = 114
  74.       Height = 13
  75.       Caption = 'Tijdsduur van 1 eenheid'
  76.     end
  77.     object Label2: TLabel
  78.       Left = 224
  79.       Top = 24
  80.       Width = 17
  81.       Height = 13
  82.       Caption = 'sec'
  83.     end
  84.     object EdtTijd: TEdit
  85.       Left = 176
  86.       Top = 20
  87.       Width = 41
  88.       Height = 21
  89.       TabOrder = 0
  90.       Text = '3600'
  91.     end
  92.   end
  93.   object GrpTarief: TGroupBox
  94.     Left = 8
  95.     Top = 184
  96.     Width = 257
  97.     Height = 65
  98.     Caption = 'Vast tarief'
  99.     TabOrder = 2
  100.     object LTarief: TLabel
  101.       Left = 16
  102.       Top = 24
  103.       Width = 104
  104.       Height = 13
  105.       Caption = 'Kosten van 1 eenheid'
  106.     end
  107.     object LValuta: TLabel
  108.       Left = 136
  109.       Top = 24
  110.       Width = 33
  111.       Height = 13
  112.       Alignment = taRightJustify
  113.       AutoSize = False
  114.       Caption = '...'
  115.     end
  116.     object EdtKosten: TEdit
  117.       Left = 176
  118.       Top = 20
  119.       Width = 41
  120.       Height = 21
  121.       TabOrder = 0
  122.       Text = '3600'
  123.     end
  124.   end
  125.   object BtnCancel: TBitBtn
  126.     Left = 280
  127.     Top = 46
  128.     Width = 99
  129.     Height = 25
  130.     HelpContext = 1102
  131.     Caption = 'Annuleren'
  132.     TabOrder = 3
  133.     Kind = bkCancel
  134.   end
  135.   object BtnOk: TBitBtn
  136.     Left = 280
  137.     Top = 14
  138.     Width = 99
  139.     Height = 25
  140.     HelpContext = 1101
  141.     Caption = 'Ok'
  142.     TabOrder = 4
  143.     Kind = bkOK
  144.   end
  145. end
  146.