home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / wonline.exe / TARIFNEU.EX_ / 0 / RCDATA / TTARIFWAHL / TTARIFWAHL.txt
Text File  |  1996-05-21  |  2KB  |  77 lines

  1. object TarifWahl: TTarifWahl
  2.   Left = 319
  3.   Top = 93
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Tarife'
  7.   ClientHeight = 197
  8.   ClientWidth = 227
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 3
  19.     Top = 2
  20.     Width = 221
  21.     Height = 24
  22.     BevelOuter = bvLowered
  23.     Caption = 'Bitte w∩┐╜hlen Sie einen Tarif'
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'Arial'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     TabOrder = 0
  30.   end
  31.   object Panel2: TPanel
  32.     Left = 3
  33.     Top = 30
  34.     Width = 221
  35.     Height = 164
  36.     BevelOuter = bvLowered
  37.     TabOrder = 1
  38.     object ListBox1: TListBox
  39.       Left = 10
  40.       Top = 10
  41.       Width = 201
  42.       Height = 97
  43.       BorderStyle = bsNone
  44.       Font.Color = clBlack
  45.       Font.Height = -13
  46.       Font.Name = 'Arial'
  47.       Font.Style = []
  48.       ItemHeight = 16
  49.       ParentFont = False
  50.       TabOrder = 0
  51.       OnClick = ListBox1Click
  52.     end
  53.     object BitBtn1: TBitBtn
  54.       Left = 10
  55.       Top = 122
  56.       Width = 89
  57.       Height = 32
  58.       Font.Color = clBlack
  59.       Font.Height = -13
  60.       Font.Name = 'Arial'
  61.       Font.Style = []
  62.       ParentFont = False
  63.       TabOrder = 1
  64.       Kind = bkOK
  65.     end
  66.     object BitBtn2: TBitBtn
  67.       Left = 122
  68.       Top = 122
  69.       Width = 89
  70.       Height = 32
  71.       TabOrder = 2
  72.       OnClick = BitBtn2Click
  73.       Kind = bkHelp
  74.     end
  75.   end
  76. end
  77.