object NewGroupForm: TNewGroupForm Left = 326 Top = 323 Width = 305 Height = 129 Caption = 'New Group' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 9 Top = 20 Width = 53 Height = 13 Caption = '&Description' end object GroupDesc: TEdit Left = 73 Top = 18 Width = 209 Height = 21 TabOrder = 0 end object Button1: TButton Left = 48 Top = 56 Width = 65 Height = 25 Caption = '&Ok' Default = True TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 168 Top = 56 Width = 65 Height = 25 Cancel = True Caption = '&Cancel' Default = True ModalResult = 2 TabOrder = 2 end end