unit1.lfm 785 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. object Form1: TForm1
  2. Left = 234
  3. Height = 240
  4. Top = 137
  5. Width = 320
  6. Caption = 'Rose Passwords Generator'
  7. ClientHeight = 220
  8. ClientWidth = 320
  9. Menu = MainMenu1
  10. LCLVersion = '1.0.12.0'
  11. object TIEdit1: TTIEdit
  12. Left = 10
  13. Height = 21
  14. Top = 10
  15. Width = 80
  16. TabOrder = 0
  17. end
  18. object MainMenu1: TMainMenu
  19. left = 10
  20. top = 10
  21. object MenuItem1: TMenuItem
  22. Caption = 'menu'
  23. object MenuItem2: TMenuItem
  24. Caption = 'Generate'
  25. OnClick = MenuItem2Click
  26. end
  27. object MenuItem3: TMenuItem
  28. Caption = 'About'
  29. OnClick = MenuItem3Click
  30. end
  31. object MenuItem4: TMenuItem
  32. Caption = 'Exit'
  33. OnClick = MenuItem4Click
  34. end
  35. end
  36. end
  37. end