GroupTestCase.dfm 879 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. PixelsPerInch = 96
  15. TextHeight = 13
  16. object pgc1: TPageControl
  17. Left = 0
  18. Top = 0
  19. Width = 516
  20. Height = 383
  21. ActivePage = ts1
  22. Align = alClient
  23. TabOrder = 0
  24. object ts1: TTabSheet
  25. Caption = 'Socket.io v1.0'
  26. object btn1: TButton
  27. Left = 408
  28. Top = 16
  29. Width = 73
  30. Height = 25
  31. Caption = #25569#25163
  32. TabOrder = 0
  33. OnClick = btn1Click
  34. end
  35. object mmo1: TMemo
  36. Left = 0
  37. Top = 80
  38. Width = 508
  39. Height = 275
  40. Align = alBottom
  41. TabOrder = 1
  42. end
  43. end
  44. end
  45. end