home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webftp / webftp30.exe / {app} / WebFtp3.exe / 0 / RCDATA / TFORMDIR / TFORMDIR.txt
Encoding:
Text File  |  2001-07-11  |  1.3 KB  |  67 lines

  1. object FormDir: TFormDir
  2.   Left = 299
  3.   Top = 159
  4.   Width = 580
  5.   Height = 400
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   Caption = 'Directory Information'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 337
  10.   Constraints.MinWidth = 480
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Memo1: TMemo
  22.     Left = 8
  23.     Top = 8
  24.     Width = 557
  25.     Height = 328
  26.     HelpContext = 82
  27.     TabStop = False
  28.     Anchors = [akLeft, akTop, akRight, akBottom]
  29.     ReadOnly = True
  30.     ScrollBars = ssBoth
  31.     TabOrder = 3
  32.   end
  33.   object Button1: TButton
  34.     Left = 168
  35.     Top = 343
  36.     Width = 75
  37.     Height = 25
  38.     HelpContext = 83
  39.     Anchors = [akRight, akBottom]
  40.     Caption = '&Save As'
  41.     TabOrder = 0
  42.     OnClick = Button1Click
  43.   end
  44.   object Button2: TButton
  45.     Left = 248
  46.     Top = 343
  47.     Width = 75
  48.     Height = 25
  49.     HelpContext = 84
  50.     Anchors = [akRight, akBottom]
  51.     Cancel = True
  52.     Caption = '&Close'
  53.     TabOrder = 1
  54.     OnClick = Button2Click
  55.   end
  56.   object Button3: TButton
  57.     Left = 330
  58.     Top = 343
  59.     Width = 75
  60.     Height = 25
  61.     Anchors = [akRight, akBottom]
  62.     Caption = '&Help'
  63.     TabOrder = 2
  64.     OnClick = Button3Click
  65.   end
  66. end
  67.