home *** CD-ROM | disk | FTP | other *** search
- object FrmTaal: TFrmTaal
- Left = 202
- Top = 140
- HelpContext = 2002
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Taal'
- ClientHeight = 131
- ClientWidth = 278
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object BtnCancel: TBitBtn
- Left = 168
- Top = 48
- Width = 99
- Height = 25
- HelpContext = 9999
- Caption = 'Annuleren'
- TabOrder = 2
- OnClick = BtnCancelClick
- Kind = bkCancel
- end
- object BtnOk: TBitBtn
- Left = 168
- Top = 16
- Width = 99
- Height = 25
- HelpContext = 9999
- TabOrder = 1
- OnClick = BtnOkClick
- Kind = bkOK
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 145
- Height = 113
- TabOrder = 0
- object TxtInfoTaal: TLabel
- Left = 8
- Top = 48
- Width = 129
- Height = 57
- Alignment = taCenter
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -8
- Font.Name = 'Small Fonts'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object CbxTaal: TComboBox
- Left = 8
- Top = 16
- Width = 129
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'NL - Nederlands')
- TabOrder = 0
- OnChange = CbxTaalChange
- end
- end
- end
-