fpvv_mainform.lfm 635 B

12345678910111213141516171819202122232425262728293031323334
  1. object frmFPVViewer: TfrmFPVViewer
  2. Left = 349
  3. Height = 240
  4. Top = 171
  5. Width = 240
  6. Caption = 'frmFPVViewer'
  7. ClientHeight = 240
  8. ClientWidth = 240
  9. OnCreate = FormCreate
  10. OnDestroy = FormDestroy
  11. LCLVersion = '0.9.31'
  12. object btnView: TButton
  13. Left = 8
  14. Height = 25
  15. Top = 40
  16. Width = 224
  17. Caption = 'View'
  18. OnClick = btnViewClick
  19. TabOrder = 0
  20. end
  21. object editFileName: TFileNameEdit
  22. Left = 8
  23. Height = 25
  24. Top = 8
  25. Width = 200
  26. DialogOptions = []
  27. FilterIndex = 0
  28. HideDirectories = False
  29. ButtonWidth = 23
  30. NumGlyphs = 0
  31. MaxLength = 0
  32. TabOrder = 1
  33. end
  34. end