/packager/frames/compiler_conditionals_options.lfm

http://github.com/graemeg/lazarus · Unknown · 32 lines · 32 code · 0 blank · 0 comment · 0 complexity · 48c8b1374766c0fb4abf8f20eb976909 MD5 · raw file

  1. object CompOptsConditionalsFrame: TCompOptsConditionalsFrame
  2. Left = 0
  3. Height = 170
  4. Top = 0
  5. Width = 385
  6. ClientHeight = 166
  7. ClientWidth = 381
  8. TabOrder = 0
  9. Visible = False
  10. DesignLeft = 449
  11. DesignTop = 401
  12. object COCTreeView: TTreeView
  13. Left = 0
  14. Height = 166
  15. Top = 0
  16. Width = 381
  17. Align = alClient
  18. AutoExpand = True
  19. DefaultItemHeight = 19
  20. PopupMenu = COCPopupMenu
  21. RowSelect = True
  22. TabOrder = 0
  23. OnEdited = COCTreeViewEdited
  24. OnEditing = COCTreeViewEditing
  25. Options = [tvoAutoExpand, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoShowSeparators, tvoToolTips]
  26. end
  27. object COCPopupMenu: TPopupMenu
  28. OnPopup = COCPopupMenuPopup
  29. left = 48
  30. top = 48
  31. end
  32. end