home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / FontFind / fontfind.exe / %MAINDIR% / FontFinder.exe / 0 / RCDATA / TFDIRADD / TFDIRADD.txt
Encoding:
Text File  |  1999-07-21  |  1.1 KB  |  66 lines

  1. object fDirAdd: TfDirAdd
  2.   Left = 386
  3.   Top = 173
  4.   ActiveControl = NewFolder
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Add New Folder'
  8.   ClientHeight = 115
  9.   ClientWidth = 252
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 104
  23.     Top = 8
  24.     Width = 32
  25.     Height = 13
  26.     Caption = 'Label1'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 88
  32.     Height = 13
  33.     Caption = 'Current Directory : '
  34.   end
  35.   object Label3: TLabel
  36.     Left = 8
  37.     Top = 32
  38.     Width = 63
  39.     Height = 13
  40.     Caption = 'New Folder : '
  41.   end
  42.   object BitBtn1: TBitBtn
  43.     Left = 136
  44.     Top = 72
  45.     Width = 75
  46.     Height = 25
  47.     TabOrder = 1
  48.     Kind = bkCancel
  49.   end
  50.   object NewFolder: TEdit
  51.     Left = 80
  52.     Top = 32
  53.     Width = 161
  54.     Height = 21
  55.     TabOrder = 0
  56.   end
  57.   object BitBtn2: TBitBtn
  58.     Left = 48
  59.     Top = 72
  60.     Width = 75
  61.     Height = 25
  62.     TabOrder = 2
  63.     Kind = bkOK
  64.   end
  65. end
  66.