home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / CrushFTP / CrushFTP.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2002-11-07  |  556b  |  28 lines

  1. object Form1: TForm1
  2.   Left = 652
  3.   Top = 288
  4.   Width = 186
  5.   Height = 27
  6.   Caption = 'CrushFTP Server'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnMouseMove = FormMouseMove
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PopupMenu1: TPopupMenu
  20.     Left = 24
  21.     Top = 8
  22.     object Restore1: TMenuItem
  23.       Caption = 'Restore'
  24.       OnClick = Restore1Click
  25.     end
  26.   end
  27. end
  28.