GroupTestCase.dfm 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. object Form3: TForm3
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form3'
  5. ClientHeight = 383
  6. ClientWidth = 516
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnCreate = FormCreate
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object pgc1: TPageControl
  18. Left = 0
  19. Top = 0
  20. Width = 516
  21. Height = 383
  22. ActivePage = ts1
  23. Align = alClient
  24. TabOrder = 0
  25. object ts1: TTabSheet
  26. Caption = 'Socket.io v1.0'
  27. object btn1: TButton
  28. Left = 352
  29. Top = 49
  30. Width = 153
  31. Height = 25
  32. Caption = #27169#25311'1000'#20010#29992#25143#25569#25163
  33. TabOrder = 0
  34. OnClick = btn1Click
  35. end
  36. object mmo1: TMemo
  37. Left = 0
  38. Top = 80
  39. Width = 508
  40. Height = 275
  41. Align = alBottom
  42. TabOrder = 1
  43. end
  44. object btn6: TBitBtn
  45. Left = 16
  46. Top = 3
  47. Width = 75
  48. Height = 25
  49. Caption = 'Connect'
  50. TabOrder = 2
  51. OnClick = btn6Click
  52. end
  53. object btn2: TBitBtn
  54. Left = 97
  55. Top = 3
  56. Width = 75
  57. Height = 25
  58. Caption = #21019#24314#32676
  59. TabOrder = 3
  60. OnClick = btn2Click
  61. end
  62. end
  63. end
  64. object udpsckt1: TUdpSocket
  65. Left = 248
  66. Top = 24
  67. end
  68. end