quotemain.dfm 749 B

12345678910111213141516171819202122232425262728293031323334
  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. PixelsPerInch = 96
  15. TextHeight = 13
  16. object IdTCPServer1: TIdTCPServer
  17. Active = True
  18. Bindings = <
  19. item
  20. IP = '0.0.0.0'
  21. Port = 17
  22. end>
  23. CommandHandlers = <>
  24. DefaultPort = 0
  25. Greeting.NumericCode = 0
  26. MaxConnectionReply.NumericCode = 0
  27. OnExecute = IdTCPServer1Execute
  28. ReplyExceptionCode = 0
  29. ReplyTexts = <>
  30. ReplyUnknownCommand.NumericCode = 0
  31. Left = 96
  32. Top = 72
  33. end
  34. end