object GrpDialog: TGrpDialog Left = 284 Top = 84 ActiveControl = ListView1 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Destination folders' ClientHeight = 433 ClientWidth = 360 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ListView1: TListView Left = 23 Top = 20 Width = 312 Height = 237 ColumnClick = False OnDblClick = ListView1DblClick Columns = < item Caption = 'Folder' Width = 154 end item Caption = 'Extensions' Width = 154 end> ReadOnly = True HideSelection = False RowSelect = True OnChange = ListView1Change TabOrder = 0 ViewStyle = vsReport end object GroupBox15: TGroupBox Left = 23 Top = 316 Width = 313 Height = 77 Caption = ' Description ' TabOrder = 4 object Label18: TLabel Left = 12 Top = 19 Width = 289 Height = 50 AutoSize = False Caption = 'Assign directories for received files with certain extentions. F' + 'or example, you may choose to store JPG and GIF files in the C:\' + 'Images\ directory.' WordWrap = True end end object QuitBtn: TButton Left = 262 Top = 402 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end object OkBtn: TButton Left = 182 Top = 402 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 OnClick = OkBtnClick end object AddBtn: TButton Left = 29 Top = 268 Width = 93 Height = 23 Caption = 'Add...' TabOrder = 1 OnClick = AddBtnClick end object EditBtn: TButton Left = 133 Top = 268 Width = 93 Height = 23 Caption = 'Edit...' TabOrder = 2 OnClick = EditBtnClick end object Delbtn: TButton Left = 237 Top = 268 Width = 93 Height = 23 Caption = 'Delete' TabOrder = 3 OnClick = DelbtnClick end end