home *** CD-ROM | disk | FTP | other *** search
- object FrmTaal: TFrmTaal
- Left = 202
- Top = 140
- HelpContext = 9160
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Taal'
- ClientHeight = 203
- ClientWidth = 278
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object BtnCancel: TBitBtn
- Left = 184
- Top = 168
- Width = 89
- Height = 25
- HelpContext = 9904
- Cancel = True
- Caption = 'Annuleren'
- ModalResult = 2
- TabOrder = 2
- OnClick = BtnCancelClick
- NumGlyphs = 2
- end
- object BtnOk: TBitBtn
- Left = 92
- Top = 168
- Width = 83
- Height = 25
- HelpContext = 9902
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = BtnOkClick
- NumGlyphs = 2
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 265
- Height = 145
- HelpContext = 9160
- TabOrder = 0
- object TxtInfoTaal: TLabel
- Left = 144
- Top = 16
- Width = 113
- Height = 121
- Alignment = taCenter
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object LbxTaal: TListBox
- Left = 8
- Top = 16
- Width = 121
- Height = 121
- HelpContext = 9160
- BorderStyle = bsNone
- Color = clBtnFace
- ItemHeight = 13
- TabOrder = 0
- OnClick = LbxTaalClick
- OnKeyDown = LbxTaalKeyDown
- end
- end
- end
-