home *** CD-ROM | disk | FTP | other *** search
/ Intermedia 1998 January / inter1_98.iso / pulpit / wallwiz / wallwiz.exe / 0 / RCDATA / TBROWSEFORM / TBROWSEFORM.txt
Text File  |  1997-02-19  |  1KB  |  73 lines

  1. object BrowseForm: TBrowseForm
  2.   Left = 253
  3.   Top = 196
  4.   ActiveControl = SelectButton
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Choose Wallpaper Directory'
  8.   ClientHeight = 240
  9.   ClientWidth = 350
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object DriveComboBox: TDriveComboBox
  18.     Left = 5
  19.     Top = 5
  20.     Width = 340
  21.     Height = 22
  22.     DirList = DirectoryListBox
  23.     TabOrder = 0
  24.   end
  25.   object DirectoryListBox: TDirectoryListBox
  26.     Left = 4
  27.     Top = 32
  28.     Width = 201
  29.     Height = 164
  30.     FileList = FileListBox1
  31.     ItemHeight = 16
  32.     TabOrder = 1
  33.     OnChange = DirectoryListBoxChange
  34.   end
  35.   object SelectButton: TButton
  36.     Left = 5
  37.     Top = 203
  38.     Width = 232
  39.     Height = 30
  40.     Caption = 'Select'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 2
  44.     OnClick = SelectButtonClick
  45.   end
  46.   object CancelButton: TButton
  47.     Left = 243
  48.     Top = 203
  49.     Width = 102
  50.     Height = 30
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 3
  55.   end
  56.   object FileListBox1: TFileListBox
  57.     Left = 208
  58.     Top = 32
  59.     Width = 137
  60.     Height = 165
  61.     TabStop = False
  62.     ExtendedSelect = False
  63.     Font.Color = clGray
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ItemHeight = 16
  68.     Mask = '*.bmp;*.jpg'
  69.     ParentFont = False
  70.     TabOrder = 4
  71.   end
  72. end
  73.