DemoForm.dfm 598 B

1234567891011121314151617181920212223242526272829
  1. object fDemo: TfDemo
  2. Left = 199
  3. Top = 114
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsSingle
  6. Caption = 'Usage Tracker Demo'
  7. ClientHeight = 53
  8. ClientWidth = 239
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. OldCreateOrder = False
  16. Position = poScreenCenter
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object bShowTracker: TButton
  20. Left = 8
  21. Top = 8
  22. Width = 221
  23. Height = 37
  24. Caption = 'Show Usage Tracker'
  25. TabOrder = 0
  26. OnClick = bShowTrackerClick
  27. end
  28. end