aboutform.lfm 607 B

123456789101112131415161718192021222324252627282930313233
  1. object InfoAboutForm: TInfoAboutForm
  2. Left = 380
  3. Height = 594
  4. Top = 157
  5. Width = 647
  6. Caption = 'Info'
  7. ClientHeight = 594
  8. ClientWidth = 647
  9. OnActivate = FormActivate
  10. OnCreate = FormCreate
  11. LCLVersion = '0.9.31'
  12. object InfoMemo: TMemo
  13. Left = 5
  14. Height = 543
  15. Top = 4
  16. Width = 635
  17. Lines.Strings = (
  18. 'Could not load file'
  19. )
  20. ReadOnly = True
  21. ScrollBars = ssAutoBoth
  22. TabOrder = 0
  23. end
  24. object CloseButton: TButton
  25. Left = 565
  26. Height = 25
  27. Top = 559
  28. Width = 75
  29. Caption = 'Close'
  30. OnClick = CloseButtonClick
  31. TabOrder = 1
  32. end
  33. end