home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / TemaCD / MailWar / MailWarrior2.exe / 0 / RCDATA / TFRMSELECTFOLDER / TFRMSELECTFOLDER.txt
Text File  |  1999-02-09  |  1KB  |  58 lines

  1. object frmSelectFolder: TfrmSelectFolder
  2.   Left = 152
  3.   Top = 215
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'frmSelectFolder'
  7.   ClientHeight = 247
  8.   ClientWidth = 274
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblDesc: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 33
  24.     Height = 13
  25.     Caption = 'lblDesc'
  26.   end
  27.   object lstFolders: TTreeView
  28.     Left = 8
  29.     Top = 32
  30.     Width = 169
  31.     Height = 209
  32.     HideSelection = False
  33.     HotTrack = True
  34.     Indent = 19
  35.     TabOrder = 0
  36.   end
  37.   object Button1: TButton
  38.     Left = 192
  39.     Top = 40
  40.     Width = 73
  41.     Height = 23
  42.     Caption = '&OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.   end
  47.   object Button2: TButton
  48.     Left = 192
  49.     Top = 72
  50.     Width = 73
  51.     Height = 23
  52.     Cancel = True
  53.     Caption = '&Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 2
  56.   end
  57. end
  58.