ulayerstack.lfm 574 B

12345678910111213141516171819202122232425262728
  1. object FLayerStack: TFLayerStack
  2. Left = 554
  3. Height = 260
  4. Top = 164
  5. Width = 328
  6. BorderIcons = [biSystemMenu]
  7. BorderStyle = bsSizeToolWin
  8. Caption = 'Layers'
  9. ClientHeight = 260
  10. ClientWidth = 328
  11. Constraints.MinHeight = 162
  12. DesignTimePPI = 144
  13. FormStyle = fsStayOnTop
  14. OnCreate = FormCreate
  15. OnDestroy = FormDestroy
  16. OnShow = FormShow
  17. ShowInTaskBar = stNever
  18. LCLVersion = '2.0.2.0'
  19. object LayerStackControl: TPanel
  20. Left = 0
  21. Height = 260
  22. Top = 0
  23. Width = 328
  24. Align = alClient
  25. BevelOuter = bvNone
  26. TabOrder = 0
  27. end
  28. end