quotemainNoRF.dfm 774 B

1234567891011121314151617181920212223242526272829303132333435
  1. object Form1: TForm1
  2. Left = 192
  3. Top = 103
  4. Width = 544
  5. Height = 375
  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. OnCreate = FormCreate
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object IdTCPServer1: TIdTCPServer
  18. Active = True
  19. Bindings = <
  20. item
  21. IP = '0.0.0.0'
  22. Port = 17
  23. end>
  24. CommandHandlers = <>
  25. DefaultPort = 0
  26. Greeting.NumericCode = 0
  27. MaxConnectionReply.NumericCode = 0
  28. OnExecute = IdTCPServer1Execute
  29. ReplyExceptionCode = 0
  30. ReplyTexts = <>
  31. ReplyUnknownCommand.NumericCode = 0
  32. Left = 96
  33. Top = 72
  34. end
  35. end