umain.lfm 893 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. object Form1: TForm1
  2. Left = -1541
  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 btnSaveYaml: TButton
  13. Left = 448
  14. Height = 25
  15. Top = 424
  16. Width = 120
  17. Caption = 'Save to Yaml'
  18. OnClick = btnSaveYamlClick
  19. TabOrder = 0
  20. end
  21. object btnLoadYaml: TButton
  22. Left = 312
  23. Height = 25
  24. Top = 424
  25. Width = 123
  26. Cancel = True
  27. Caption = 'Load From Yaml'
  28. OnClick = btnLoadYamlClick
  29. TabOrder = 1
  30. end
  31. object meInfo: TMemo
  32. Left = 19
  33. Height = 407
  34. Top = 9
  35. Width = 549
  36. ReadOnly = True
  37. ScrollBars = ssAutoBoth
  38. TabOrder = 2
  39. end
  40. object Button1: TButton
  41. Left = 96
  42. Height = 25
  43. Top = 424
  44. Width = 75
  45. Caption = 'Button1'
  46. OnClick = Button1Click
  47. TabOrder = 3
  48. end
  49. end