umain.lfm 714 B

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