umain.lfm 722 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. object Form1: TForm1
  2. Left = 379
  3. Height = 457
  4. Top = 208
  5. Width = 592
  6. Caption = 'Form1'
  7. ClientHeight = 457
  8. ClientWidth = 592
  9. OnClose = FormClose
  10. OnCreate = FormCreate
  11. LCLVersion = '1.9.0.0'
  12. object btnSaveJson: TButton
  13. Left = 448
  14. Height = 25
  15. Top = 424
  16. Width = 120
  17. Caption = 'Save to Registry'
  18. OnClick = btnSaveJsonClick
  19. TabOrder = 0
  20. end
  21. object btnLoadJson: TButton
  22. Left = 312
  23. Height = 25
  24. Top = 424
  25. Width = 123
  26. Caption = 'Load From Registry'
  27. OnClick = btnLoadJsonClick
  28. TabOrder = 1
  29. end
  30. object meInfo: TMemo
  31. Left = 19
  32. Height = 407
  33. Top = 9
  34. Width = 549
  35. ReadOnly = True
  36. ScrollBars = ssAutoBoth
  37. TabOrder = 2
  38. end
  39. end