ScWorkListFrm.dfm 761 B

1234567891011121314151617181920212223242526272829303132333435
  1. object ScWorkListForm: TScWorkListForm
  2. Left = 304
  3. Top = 271
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsToolWindow
  6. Caption = #28165#21333
  7. ClientHeight = 310
  8. ClientWidth = 216
  9. Color = clCream
  10. TransparentColorValue = clCream
  11. DefaultMonitor = dmDesktop
  12. Font.Charset = DEFAULT_CHARSET
  13. Font.Color = clWindowText
  14. Font.Height = -11
  15. Font.Name = 'MS Sans Serif'
  16. Font.Style = []
  17. OldCreateOrder = False
  18. PixelsPerInch = 96
  19. TextHeight = 13
  20. object treBills: TTreeView
  21. Left = 0
  22. Top = 0
  23. Width = 216
  24. Height = 310
  25. Align = alClient
  26. BevelInner = bvLowered
  27. BevelOuter = bvRaised
  28. BevelKind = bkTile
  29. Color = clCream
  30. Indent = 19
  31. ReadOnly = True
  32. TabOrder = 0
  33. OnChange = treBillsChange
  34. end
  35. end