object Form11: TForm11 Left = 98 Top = 130 ActiveControl = DirTree1 AutoScroll = False Caption = 'MultiFile Group Specifications' ClientHeight = 217 ClientWidth = 355 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 96 Height = 13 Alignment = taCenter Caption = '1. Select a &Directory' FocusControl = DirTree1 end object Label2: TLabel Left = 208 Top = 8 Width = 129 Height = 33 Alignment = taCenter AutoSize = False Caption = '2. Enter or Select the &File Type.' WordWrap = True end object Label3: TLabel Left = 208 Top = 112 Width = 129 Height = 33 Alignment = taCenter AutoSize = False Caption = '3. Enter a Filename for this &MultiFile group.' FocusControl = Edit1 WordWrap = True end object CheckBox1: TCheckBox Left = 16 Top = 190 Width = 145 Height = 17 Caption = '&Include SubDirectories' TabOrder = 0 end object DirTree1: TDirTree Left = 16 Top = 32 Width = 161 Height = 153 Directory = '?' ReadOnStart = True DirType = [dtNormal, dtAll] AllowNetwork = True GoBelowRecycleBin = True FastLoad = False HideSelection = False OnChange = DirTree1Change ParentColor = False TabOrder = 1 end object Edit1: TEdit Left = 232 Top = 144 Width = 73 Height = 21 MaxLength = 8 TabOrder = 2 Text = 'Edit1' OnKeyPress = Edit1KeyPress end object Button1: TButton Left = 208 Top = 184 Width = 59 Height = 25 Caption = 'OK' Default = True TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 280 Top = 184 Width = 57 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object ListBox1: TComboBox Left = 208 Top = 40 Width = 129 Height = 73 Style = csSimple ItemHeight = 13 TabOrder = 5 end end