prjusbaspopendevice.lfm 871 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. object Form1: TForm1
  2. Left = 200
  3. Height = 240
  4. Top = 100
  5. Width = 320
  6. Caption = 'Form1'
  7. ClientHeight = 240
  8. ClientWidth = 320
  9. OnCreate = FormCreate
  10. OnDestroy = FormDestroy
  11. object Button1: TButton
  12. Left = 24
  13. Height = 25
  14. Top = 24
  15. Width = 75
  16. Caption = 'Button1'
  17. TabOrder = 0
  18. OnClick = Button1Click
  19. end
  20. object Button2: TButton
  21. Left = 24
  22. Height = 25
  23. Top = 72
  24. Width = 75
  25. Caption = 'Button2'
  26. TabOrder = 1
  27. OnClick = Button2Click
  28. end
  29. object Button3: TButton
  30. Left = 144
  31. Height = 25
  32. Top = 24
  33. Width = 75
  34. Caption = 'Button3'
  35. TabOrder = 2
  36. OnClick = Button3Click
  37. end
  38. object Button4: TButton
  39. Left = 144
  40. Height = 25
  41. Top = 72
  42. Width = 75
  43. Caption = 'Button4'
  44. TabOrder = 3
  45. OnClick = Button4Click
  46. end
  47. end