home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1996 Counselor / COMPUSERVE.ISO / internet / javadraw / data.z / Javadraw.exe / 0 / RCDATA / TFARBEN / TFARBEN.txt
Encoding:
Text File  |  1996-06-21  |  1.3 KB  |  72 lines

  1. object Farben: TFarben
  2.   Left = 319
  3.   Top = 387
  4.   BorderStyle = bsDialog
  5.   Caption = 'Optionen | Farben (Out of order...)'
  6.   ClientHeight = 248
  7.   ClientWidth = 415
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 43
  21.     Height = 16
  22.     Caption = 'Farben'
  23.   end
  24.   object ListBox1: TListBox
  25.     Left = 16
  26.     Top = 24
  27.     Width = 273
  28.     Height = 145
  29.     ItemHeight = 16
  30.     TabOrder = 0
  31.   end
  32.   object BitBtn1: TBitBtn
  33.     Left = 312
  34.     Top = 32
  35.     Width = 89
  36.     Height = 33
  37.     Caption = 'OK'
  38.     TabOrder = 1
  39.   end
  40.   object BitBtn2: TBitBtn
  41.     Left = 312
  42.     Top = 80
  43.     Width = 89
  44.     Height = 33
  45.     Caption = '∩┐╜ndern'
  46.     TabOrder = 2
  47.     OnClick = BitBtn2Click
  48.   end
  49.   object BitBtn3: TBitBtn
  50.     Left = 312
  51.     Top = 136
  52.     Width = 89
  53.     Height = 33
  54.     Caption = 'Cancel'
  55.     TabOrder = 3
  56.   end
  57.   object Panel1: TPanel
  58.     Left = 16
  59.     Top = 184
  60.     Width = 385
  61.     Height = 49
  62.     BevelInner = bvLowered
  63.     BevelOuter = bvLowered
  64.     Caption = 'Aktuelle Farbe'
  65.     TabOrder = 4
  66.   end
  67.   object ColorDialog1: TColorDialog
  68.     Ctl3D = True
  69.     Left = 312
  70.   end
  71. end
  72.