object FtpCheckForm: TFtpCheckForm Left = 235 Top = 108 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'FtpCheckForm' ClientHeight = 195 ClientWidth = 325 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint OnShow = FormShow TextHeight = 13 object Frame: TGroupBox Left = 8 Top = 12 Width = 309 Height = 145 Caption = 'CHECKING VERSION' Font.Color = clMaroon Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object Memo: TMemo Left = 8 Top = 24 Width = 293 Height = 113 TabStop = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end object CancelButton: TButton Left = 260 Top = 164 Width = 57 Height = 25 Hint = 'Cancel' Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 OnClick = CancelButtonClick end end