/ideintf/actionseditorstd.lfm

http://github.com/graemeg/lazarus · Unknown · 62 lines · 62 code · 0 blank · 0 comment · 0 complexity · 4d28295945e4eeeeffa08cce95d9e1a0 MD5 · raw file

  1. object FormActStandard: TFormActStandard
  2. Left = 537
  3. Height = 483
  4. Top = 187
  5. Width = 330
  6. ActiveControl = tvActStdList
  7. BorderStyle = bsDialog
  8. Caption = 'FormActStandard'
  9. ClientHeight = 483
  10. ClientWidth = 330
  11. KeyPreview = True
  12. OnClose = FormActStandardClose
  13. Position = poOwnerFormCenter
  14. LCLVersion = '0.9.27'
  15. object LabelHeadLine: TLabel
  16. AnchorSideLeft.Control = Owner
  17. AnchorSideTop.Control = Owner
  18. Left = 6
  19. Height = 14
  20. Top = 6
  21. Width = 70
  22. BorderSpacing.Left = 6
  23. BorderSpacing.Top = 6
  24. Caption = 'LabelHeadLine'
  25. ParentColor = False
  26. end
  27. object tvActStdList: TTreeView
  28. AnchorSideLeft.Control = Owner
  29. AnchorSideTop.Control = LabelHeadLine
  30. AnchorSideTop.Side = asrBottom
  31. AnchorSideRight.Control = Owner
  32. AnchorSideRight.Side = asrBottom
  33. AnchorSideBottom.Control = BtnPanel
  34. Left = 6
  35. Height = 422
  36. Top = 23
  37. Width = 318
  38. Anchors = [akTop, akLeft, akRight, akBottom]
  39. AutoExpand = True
  40. BorderSpacing.Left = 6
  41. BorderSpacing.Top = 3
  42. BorderSpacing.Right = 6
  43. DefaultItemHeight = 15
  44. HideSelection = False
  45. HotTrack = True
  46. ReadOnly = True
  47. RightClickSelect = True
  48. ScrollBars = ssVertical
  49. TabOrder = 0
  50. OnDblClick = tvActStdListDblClick
  51. Options = [tvoAutoExpand, tvoAutoItemHeight, tvoHotTrack, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
  52. end
  53. object BtnPanel: TButtonPanel
  54. Left = 6
  55. Height = 26
  56. Top = 451
  57. Width = 318
  58. TabOrder = 1
  59. ShowButtons = [pbOK, pbCancel]
  60. ShowBevel = False
  61. end
  62. end