DemoForm.dfm 968 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'borlndmm.dll using FullDebugMode'
  5. ClientHeight = 146
  6. ClientWidth = 369
  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. Position = poScreenCenter
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object Button1: TButton
  18. Left = 24
  19. Top = 24
  20. Width = 321
  21. Height = 25
  22. Caption = 'Click this button to leak a TObject'
  23. TabOrder = 0
  24. OnClick = Button1Click
  25. end
  26. object Button2: TButton
  27. Left = 24
  28. Top = 60
  29. Width = 321
  30. Height = 25
  31. Caption = 'Click this button to test the allocation grouping functionality'
  32. TabOrder = 1
  33. OnClick = Button2Click
  34. end
  35. object Button3: TButton
  36. Left = 24
  37. Top = 96
  38. Width = 321
  39. Height = 25
  40. Caption = 'Cause a "virtual method on freed object" error'
  41. TabOrder = 2
  42. OnClick = Button3Click
  43. end
  44. end