unit1.lfm 674 B

123456789101112131415161718192021222324252627282930313233343536
  1. object Form1: TForm1
  2. Left = 378
  3. Height = 365
  4. Top = 149
  5. Width = 444
  6. Caption = 'Form1'
  7. ClientHeight = 365
  8. ClientWidth = 444
  9. OnCreate = FormCreate
  10. LCLVersion = '1.0.10.0'
  11. object Button1: TButton
  12. Left = 8
  13. Height = 25
  14. Top = 8
  15. Width = 184
  16. Caption = 'LazPaint normal application'
  17. OnClick = Button1Click
  18. TabOrder = 0
  19. end
  20. object Button2: TButton
  21. Left = 200
  22. Height = 25
  23. Top = 8
  24. Width = 184
  25. Caption = 'Embedded LazPaint'
  26. OnClick = Button2Click
  27. TabOrder = 1
  28. end
  29. object Image1: TImage
  30. Left = 8
  31. Height = 312
  32. Top = 40
  33. Width = 428
  34. Anchors = [akTop, akLeft, akRight, akBottom]
  35. end
  36. end