object GroupManagerForm: TGroupManagerForm Left = 0 Top = 0 Caption = 'Gruppenverwaltung' ClientHeight = 400 ClientWidth = 500 Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 10 Top = 15 Width = 80 Height = 13 Caption = 'Neue Gruppe:' end object edtNewGroup: TEdit Left = 100 Top = 12 Width = 250 Height = 21 TabOrder = 0 end object btnAdd: TButton Left = 360 Top = 10 Width = 75 Height = 25 Caption = 'Hinzufügen' TabOrder = 1 end object StringGrid1: TStringGrid Left = 10 Top = 50 Width = 480 Height = 300 ColCount = 2 FixedCols = 0 RowCount = 2 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect] TabOrder = 2 ColWidths = ( 380 50) end object btnDelete: TButton Left = 10 Top = 360 Width = 75 Height = 25 Caption = 'Löschen' TabOrder = 3 end object btnClose: TButton Left = 410 Top = 360 Width = 75 Height = 25 Caption = 'Schließen' TabOrder = 4 end end