home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Internet / NetTimePro / Mpw32.dl_ / Mpw32.dl / RCDATA / TFTPCHECKFORM / TFTPCHECKFORM.txt
Text File  |  1997-05-14  |  1KB  |  61 lines

  1. object FtpCheckForm: TFtpCheckForm
  2.   Left = 235
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'FtpCheckForm'
  7.   ClientHeight = 195
  8.   ClientWidth = 325
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnPaint = FormPaint
  18.   OnShow = FormShow
  19.   TextHeight = 13
  20.   object Frame: TGroupBox
  21.     Left = 8
  22.     Top = 12
  23.     Width = 309
  24.     Height = 145
  25.     Caption = 'CHECKING VERSION'
  26.     Font.Color = clMaroon
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     object Memo: TMemo
  33.       Left = 8
  34.       Top = 24
  35.       Width = 293
  36.       Height = 113
  37.       TabStop = False
  38.       Font.Color = clBlack
  39.       Font.Height = -11
  40.       Font.Name = 'MS Sans Serif'
  41.       Font.Style = []
  42.       ParentFont = False
  43.       ReadOnly = True
  44.       ScrollBars = ssVertical
  45.       TabOrder = 0
  46.     end
  47.   end
  48.   object CancelButton: TButton
  49.     Left = 260
  50.     Top = 164
  51.     Width = 57
  52.     Height = 25
  53.     Hint = 'Cancel'
  54.     Cancel = True
  55.     Caption = '&Cancel'
  56.     ModalResult = 2
  57.     TabOrder = 1
  58.     OnClick = CancelButtonClick
  59.   end
  60. end
  61.