object Form4: TForm4 Left = 403 Top = 288 BorderIcons = [] BorderStyle = bsSingle Caption = 'unsichtbare Notizen ' ClientHeight = 240 ClientWidth = 363 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object ListBox1: TListBox Left = 6 Top = 5 Width = 234 Height = 230 ItemHeight = 13 TabOrder = 0 end object BitBtn1: TBitBtn Left = 249 Top = 7 Width = 101 Height = 25 Caption = 'Notiz sichtbar' TabOrder = 1 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 251 Top = 210 Width = 99 Height = 25 TabOrder = 2 OnClick = BitBtn2Click Kind = bkOK end end