home *** CD-ROM | disk | FTP | other *** search
/ POWERdrive for you 4 / PFY04.ISO / programm / klanz / rubrik.dfm / rubrik.txt
Text File  |  1995-09-04  |  982b  |  55 lines

  1. object FRubriken: TFRubriken
  2.   Left = 230
  3.   Top = 148
  4.   Width = 404
  5.   Height = 238
  6.   Caption = 'Rubriken'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 80
  15.     Top = 8
  16.     Width = 250
  17.     Height = 16
  18.     Caption = 'Welche Rubrik soll angezeigt werden?'
  19.   end
  20.   object BitBtn1: TBitBtn
  21.     Left = 64
  22.     Top = 168
  23.     Width = 121
  24.     Height = 33
  25.     TabOrder = 0
  26.     Kind = bkOK
  27.   end
  28.   object RGRubrik: TRadioGroup
  29.     Left = 8
  30.     Top = 32
  31.     Width = 377
  32.     Height = 129
  33.     Caption = 'Rubriken'
  34.     Columns = 2
  35.     Items.Strings = (
  36.       'Clubs'
  37.       'Dienstleistungen'
  38.       'Hilfe!'
  39.       'Tausche/Verschenke'
  40.       'Kaufe'
  41.       'Verkaufe Hardware'
  42.       'Verkaufe Software'
  43.       'Stellenangebote')
  44.     TabOrder = 1
  45.   end
  46.   object BitBtn2: TBitBtn
  47.     Left = 200
  48.     Top = 168
  49.     Width = 121
  50.     Height = 33
  51.     TabOrder = 2
  52.     Kind = bkCancel
  53.   end
  54. end
  55.