object FormCreateProgramGroup: TFormCreateProgramGroup Left = 201 Top = 271 BorderStyle = bsDialog ClientHeight = 88 ClientWidth = 367 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 6 Top = 7 Width = 153 Height = 16 Caption = 'Create program group' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object EditProgramgroup: TEdit Left = 5 Top = 26 Width = 353 Height = 21 TabOrder = 0 OnKeyPress = EditProgramgroupKeyPress end object ButtonOK: TButton Left = 283 Top = 57 Width = 75 Height = 25 Caption = '&OK' TabOrder = 1 OnClick = ButtonOKClick end object ButtonCancel: TButton Left = 201 Top = 57 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 2 OnClick = ButtonCancelClick end end