home *** CD-ROM | disk | FTP | other *** search
- object FrmSetRate: TFrmSetRate
- Left = 263
- Top = 136
- HelpContext = 9150
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Tariefsoort kiezen'
- ClientHeight = 153
- ClientWidth = 250
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 13
- Width = 137
- Height = 9
- Shape = bsTopLine
- end
- object Bevel2: TBevel
- Left = 8
- Top = 141
- Width = 137
- Height = 9
- Shape = bsTopLine
- end
- object CmbRate: TComboBox
- Left = 160
- Top = 84
- Width = 81
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Hoog tarief'
- 'Laag tarief'
- 'Tarief 3'
- 'Tarief 4'
- 'Tarief 5'
- 'Tarief 6'
- 'Tarief 7'
- 'Tarief 8')
- TabOrder = 3
- Visible = False
- end
- object BtnOk: TBitBtn
- Left = 152
- Top = 13
- Width = 89
- Height = 25
- HelpContext = 9902
- Caption = '&OK'
- Default = True
- TabOrder = 0
- OnClick = BtnOkClick
- NumGlyphs = 2
- end
- object BtnCancel: TBitBtn
- Left = 153
- Top = 45
- Width = 89
- Height = 25
- HelpContext = 9904
- Cancel = True
- Caption = '&Annuleren'
- ModalResult = 2
- TabOrder = 1
- OnClick = BtnCancelClick
- NumGlyphs = 2
- end
- object CmbEng: TComboBox
- Left = 160
- Top = 104
- Width = 81
- Height = 21
- Color = clGreen
- ItemHeight = 13
- Items.Strings = (
- 'High rate'
- 'Low rate'
- 'Rate 3'
- 'Rate 4'
- 'Rate 5'
- 'Rate 6'
- 'Rate 7'
- 'Rate 8')
- TabOrder = 4
- Text = 'CmbEng'
- Visible = False
- end
- object LbxRates: TListBox
- Left = 16
- Top = 24
- Width = 113
- Height = 108
- HelpContext = 9150
- BorderStyle = bsNone
- Color = clBtnFace
- ItemHeight = 13
- Items.Strings = (
- 'Hoog tarief'
- 'Laag tarief'
- 'Tarief 3'
- 'Tarief 4'
- 'Tarief 5'
- 'Tarief 6'
- 'Tarief 7'
- 'Tarief 8')
- TabOrder = 2
- end
- end
-