object BrowseForm: TBrowseForm Left = 253 Top = 196 ActiveControl = SelectButton BorderIcons = [] BorderStyle = bsDialog Caption = 'Choose Wallpaper Directory' ClientHeight = 240 ClientWidth = 350 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object DriveComboBox: TDriveComboBox Left = 5 Top = 5 Width = 340 Height = 22 DirList = DirectoryListBox TabOrder = 0 end object DirectoryListBox: TDirectoryListBox Left = 4 Top = 32 Width = 201 Height = 164 FileList = FileListBox1 ItemHeight = 16 TabOrder = 1 OnChange = DirectoryListBoxChange end object SelectButton: TButton Left = 5 Top = 203 Width = 232 Height = 30 Caption = 'Select' Default = True ModalResult = 1 TabOrder = 2 OnClick = SelectButtonClick end object CancelButton: TButton Left = 243 Top = 203 Width = 102 Height = 30 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object FileListBox1: TFileListBox Left = 208 Top = 32 Width = 137 Height = 165 TabStop = False ExtendedSelect = False Font.Color = clGray Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 Mask = '*.bmp;*.jpg' ParentFont = False TabOrder = 4 end end