home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / mac / software / betrieb / desktop / klebe.exe / Klebez.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  2001-03-09  |  858b  |  46 lines

  1. object Form4: TForm4
  2.   Left = 403
  3.   Top = 288
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'unsichtbare Notizen '
  7.   ClientHeight = 240
  8.   ClientWidth = 363
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ListBox1: TListBox
  20.     Left = 6
  21.     Top = 5
  22.     Width = 234
  23.     Height = 230
  24.     ItemHeight = 13
  25.     TabOrder = 0
  26.   end
  27.   object BitBtn1: TBitBtn
  28.     Left = 249
  29.     Top = 7
  30.     Width = 101
  31.     Height = 25
  32.     Caption = 'Notiz sichtbar'
  33.     TabOrder = 1
  34.     OnClick = BitBtn1Click
  35.   end
  36.   object BitBtn2: TBitBtn
  37.     Left = 251
  38.     Top = 210
  39.     Width = 99
  40.     Height = 25
  41.     TabOrder = 2
  42.     OnClick = BitBtn2Click
  43.     Kind = bkOK
  44.   end
  45. end
  46.