object GrpEditDialog: TGrpEditDialog Left = 239 Top = 110 ActiveControl = CatEdit BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Category' ClientHeight = 140 ClientWidth = 421 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 20 Top = 8 Width = 71 Height = 13 Caption = 'Category name' end object Label2: TLabel Left = 20 Top = 56 Width = 29 Height = 13 Caption = 'Folder' end object CatEdit: TEdit Left = 20 Top = 24 Width = 381 Height = 21 TabOrder = 0 end object DirEdit: TEdit Left = 20 Top = 72 Width = 381 Height = 21 TabOrder = 1 end object BrowseBtn: TButton Left = 320 Top = 105 Width = 75 Height = 23 Caption = 'Browse...' TabOrder = 2 OnClick = BrowseBtnClick end object CancelBtn: TButton Left = 108 Top = 106 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object OkBtn: TButton Left = 28 Top = 106 Width = 75 Height = 23 Caption = 'OK' Default = True TabOrder = 3 OnClick = OkBtnClick end object BrowseDir1: TBrowseDir Directory = '\' Title = 'Select folder' CustomButtonCaption = 'Create folder' Left = 256 Top = 108 end object KMLang1: TKMLang Left = 4 Top = 4 end end