home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9INET / IC98_210.ZIP / _SETUP.1 / Intercent.exe / 0 / RCDATA / TFRMTAAL / TFRMTAAL.txt
Text File  |  1996-04-29  |  2KB  |  75 lines

  1. object FrmTaal: TFrmTaal
  2.   Left = 322
  3.   Top = 115
  4.   HelpContext = 2002
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Taal'
  8.   ClientHeight = 131
  9.   ClientWidth = 278
  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 BtnCancel: TBitBtn
  20.     Left = 168
  21.     Top = 48
  22.     Width = 99
  23.     Height = 25
  24.     HelpContext = 9999
  25.     Caption = 'Annuleren'
  26.     TabOrder = 2
  27.     OnClick = BtnCancelClick
  28.     Kind = bkCancel
  29.   end
  30.   object BtnOk: TBitBtn
  31.     Left = 168
  32.     Top = 16
  33.     Width = 99
  34.     Height = 25
  35.     HelpContext = 9999
  36.     TabOrder = 1
  37.     OnClick = BtnOkClick
  38.     Kind = bkOK
  39.   end
  40.   object GroupBox1: TGroupBox
  41.     Left = 8
  42.     Top = 8
  43.     Width = 145
  44.     Height = 113
  45.     TabOrder = 0
  46.     object TxtInfoTaal: TLabel
  47.       Left = 8
  48.       Top = 48
  49.       Width = 129
  50.       Height = 57
  51.       Alignment = taCenter
  52.       AutoSize = False
  53.       Font.Color = clBlack
  54.       Font.Height = -8
  55.       Font.Name = 'Small Fonts'
  56.       Font.Style = []
  57.       ParentFont = False
  58.       WordWrap = True
  59.     end
  60.     object CbxTaal: TComboBox
  61.       Left = 8
  62.       Top = 16
  63.       Width = 129
  64.       Height = 21
  65.       Style = csDropDownList
  66.       ItemHeight = 13
  67.       Items.Strings = (
  68.         'NL - Nederlands'
  69.         'UK - English')
  70.       TabOrder = 0
  71.       OnChange = CbxTaalChange
  72.     end
  73.   end
  74. end
  75.