home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / BestOf / PhoenixMail / Source / phoenix / FMDirectory.dfm / FMDirectory.txt
Text File  |  1998-12-12  |  1KB  |  67 lines

  1. object DirectoryForm: TDirectoryForm
  2.   Tag = 11
  3.   Left = 491
  4.   Top = 272
  5.   ActiveControl = Button1
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select Directory'
  8.   ClientHeight = 251
  9.   ClientWidth = 220
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 4
  22.     Width = 125
  23.     Height = 13
  24.     Caption = 'D:\Progs\Phoenix\Source'
  25.   end
  26.   object Button1: TButton
  27.     Tag = 116
  28.     Left = 58
  29.     Top = 220
  30.     Width = 75
  31.     Height = 25
  32.     Caption = '&OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 0
  36.   end
  37.   object Button2: TButton
  38.     Tag = 117
  39.     Left = 138
  40.     Top = 220
  41.     Width = 75
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = '&Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 1
  47.   end
  48.   object RzDirectoryListBox1: TDirectoryListBox
  49.     Left = 8
  50.     Top = 20
  51.     Width = 205
  52.     Height = 164
  53.     DirLabel = Label1
  54.     IntegralHeight = True
  55.     ItemHeight = 16
  56.     TabOrder = 2
  57.   end
  58.   object DriveComboBox1: TDriveComboBox
  59.     Left = 8
  60.     Top = 192
  61.     Width = 205
  62.     Height = 19
  63.     DirList = RzDirectoryListBox1
  64.     TabOrder = 3
  65.   end
  66. end
  67.