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

  1. object FrmTaal: TFrmTaal
  2.   Left = 202
  3.   Top = 140
  4.   HelpContext = 9160
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Taal'
  8.   ClientHeight = 203
  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.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object BtnCancel: TBitBtn
  19.     Left = 184
  20.     Top = 168
  21.     Width = 89
  22.     Height = 25
  23.     HelpContext = 9904
  24.     Cancel = True
  25.     Caption = 'Annuleren'
  26.     ModalResult = 2
  27.     TabOrder = 2
  28.     OnClick = BtnCancelClick
  29.     NumGlyphs = 2
  30.   end
  31.   object BtnOk: TBitBtn
  32.     Left = 92
  33.     Top = 168
  34.     Width = 83
  35.     Height = 25
  36.     HelpContext = 9902
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 1
  41.     OnClick = BtnOkClick
  42.     NumGlyphs = 2
  43.   end
  44.   object GroupBox1: TGroupBox
  45.     Left = 8
  46.     Top = 8
  47.     Width = 265
  48.     Height = 145
  49.     HelpContext = 9160
  50.     TabOrder = 0
  51.     object TxtInfoTaal: TLabel
  52.       Left = 144
  53.       Top = 16
  54.       Width = 113
  55.       Height = 121
  56.       Alignment = taCenter
  57.       AutoSize = False
  58.       Font.Color = clBlack
  59.       Font.Height = -11
  60.       Font.Name = 'MS Sans Serif'
  61.       Font.Style = []
  62.       ParentFont = False
  63.       WordWrap = True
  64.     end
  65.     object LbxTaal: TListBox
  66.       Left = 8
  67.       Top = 16
  68.       Width = 121
  69.       Height = 121
  70.       HelpContext = 9160
  71.       BorderStyle = bsNone
  72.       Color = clBtnFace
  73.       ItemHeight = 13
  74.       TabOrder = 0
  75.       OnClick = LbxTaalClick
  76.       OnKeyDown = LbxTaalKeyDown
  77.     end
  78.   end
  79. end
  80.