demo01.lfm 486 B

123456789101112131415161718192021222324
  1. object Form1: TForm1
  2. Left = 544
  3. Height = 600
  4. Top = 208
  5. Width = 800
  6. Caption = '01 - Initialization LCL'
  7. ClientHeight = 600
  8. ClientWidth = 800
  9. KeyPreview = True
  10. OnActivate = FormActivate
  11. OnClose = FormClose
  12. Position = poScreenCenter
  13. LCLVersion = '1.0.1.4'
  14. object Panel1: TPanel
  15. Left = 5
  16. Height = 590
  17. Top = 5
  18. Width = 790
  19. Anchors = [akTop, akLeft, akRight, akBottom]
  20. Caption = 'Panel1'
  21. TabOrder = 0
  22. OnResize = Panel1Resize
  23. end
  24. end