home *** CD-ROM | disk | FTP | other *** search
/ ftp.sberbank.sumy.ua / 2014.11.ftp.sberbank.sumy.ua.tar / ftp.sberbank.sumy.ua / incoming / 1 / Unit1.~dfm < prev    next >
Text File  |  2014-02-08  |  966b  |  40 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 124
  4.   Width = 928
  5.   Height = 480
  6.   Caption = 'Form1'
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object IdFTPServer1: TIdFTPServer
  17.     Bindings = <>
  18.     CommandHandlers = <>
  19.     DefaultPort = 21
  20.     Greeting.NumericCode = 220
  21.     Greeting.Text.Strings = (
  22.       'Indy FTP Server ready.')
  23.     Greeting.TextCode = '220'
  24.     MaxConnectionReply.NumericCode = 0
  25.     ReplyExceptionCode = 0
  26.     ReplyTexts = <>
  27.     ReplyUnknownCommand.NumericCode = 500
  28.     ReplyUnknownCommand.Text.Strings = (
  29.       'Syntax error, command unrecognized.')
  30.     ReplyUnknownCommand.TextCode = '500'
  31.     AnonymousAccounts.Strings = (
  32.       'anonymous'
  33.       'ftp'
  34.       'guest')
  35.     SystemType = 'WIN32'
  36.     Left = 40
  37.     Top = 40
  38.   end
  39. end
  40.