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 / TFRMSETRATE / TFRMSETRATE.txt
Text File  |  1999-06-01  |  2KB  |  118 lines

  1. object FrmSetRate: TFrmSetRate
  2.   Left = 263
  3.   Top = 136
  4.   HelpContext = 9150
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Tariefsoort kiezen'
  8.   ClientHeight = 153
  9.   ClientWidth = 250
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 13
  22.     Width = 137
  23.     Height = 9
  24.     Shape = bsTopLine
  25.   end
  26.   object Bevel2: TBevel
  27.     Left = 8
  28.     Top = 141
  29.     Width = 137
  30.     Height = 9
  31.     Shape = bsTopLine
  32.   end
  33.   object CmbRate: TComboBox
  34.     Left = 160
  35.     Top = 84
  36.     Width = 81
  37.     Height = 21
  38.     Style = csDropDownList
  39.     ItemHeight = 13
  40.     Items.Strings = (
  41.       'Hoog tarief'
  42.       'Laag tarief'
  43.       'Tarief 3'
  44.       'Tarief 4'
  45.       'Tarief 5'
  46.       'Tarief 6'
  47.       'Tarief 7'
  48.       'Tarief 8')
  49.     TabOrder = 3
  50.     Visible = False
  51.   end
  52.   object BtnOk: TBitBtn
  53.     Left = 152
  54.     Top = 13
  55.     Width = 89
  56.     Height = 25
  57.     HelpContext = 9902
  58.     Caption = '&OK'
  59.     Default = True
  60.     TabOrder = 0
  61.     OnClick = BtnOkClick
  62.     NumGlyphs = 2
  63.   end
  64.   object BtnCancel: TBitBtn
  65.     Left = 153
  66.     Top = 45
  67.     Width = 89
  68.     Height = 25
  69.     HelpContext = 9904
  70.     Cancel = True
  71.     Caption = '&Annuleren'
  72.     ModalResult = 2
  73.     TabOrder = 1
  74.     OnClick = BtnCancelClick
  75.     NumGlyphs = 2
  76.   end
  77.   object CmbEng: TComboBox
  78.     Left = 160
  79.     Top = 104
  80.     Width = 81
  81.     Height = 21
  82.     Color = clGreen
  83.     ItemHeight = 13
  84.     Items.Strings = (
  85.       'High rate'
  86.       'Low rate'
  87.       'Rate 3'
  88.       'Rate 4'
  89.       'Rate 5'
  90.       'Rate 6'
  91.       'Rate 7'
  92.       'Rate 8')
  93.     TabOrder = 4
  94.     Text = 'CmbEng'
  95.     Visible = False
  96.   end
  97.   object LbxRates: TListBox
  98.     Left = 16
  99.     Top = 24
  100.     Width = 113
  101.     Height = 108
  102.     HelpContext = 9150
  103.     BorderStyle = bsNone
  104.     Color = clBtnFace
  105.     ItemHeight = 13
  106.     Items.Strings = (
  107.       'Hoog tarief'
  108.       'Laag tarief'
  109.       'Tarief 3'
  110.       'Tarief 4'
  111.       'Tarief 5'
  112.       'Tarief 6'
  113.       'Tarief 7'
  114.       'Tarief 8')
  115.     TabOrder = 2
  116.   end
  117. end
  118.