FrmCameraFullScreenF.dfm 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. object FrmCameraFullScreen: TFrmCameraFullScreen
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsNone
  5. Caption = #49828#53944#47532#48141#50689#49345
  6. ClientHeight = 338
  7. ClientWidth = 651
  8. Color = clBlack
  9. DefaultMonitor = dmDesktop
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'Tahoma'
  14. Font.Style = []
  15. FormStyle = fsStayOnTop
  16. OldCreateOrder = False
  17. Position = poDesigned
  18. OnClose = FormClose
  19. OnDblClick = FormDblClick
  20. OnKeyPress = FormKeyPress
  21. OnShow = FormShow
  22. PixelsPerInch = 96
  23. TextHeight = 13
  24. object PnlStream: TPanel
  25. Left = 0
  26. Top = 0
  27. Width = 651
  28. Height = 338
  29. Align = alClient
  30. BevelOuter = bvNone
  31. Caption = ' '
  32. Color = clBlack
  33. Font.Charset = DEFAULT_CHARSET
  34. Font.Color = clWhite
  35. Font.Height = -21
  36. Font.Name = #47569#51008' '#44256#46357
  37. Font.Style = [fsBold]
  38. ParentBackground = False
  39. ParentFont = False
  40. TabOrder = 0
  41. OnDblClick = PnlStreamDblClick
  42. end
  43. object FFPlayer: TFFPlayer
  44. Left = 264
  45. Top = 160
  46. end
  47. object TmrClose: TTimer
  48. Enabled = False
  49. Interval = 500
  50. OnTimer = TmrCloseTimer
  51. Left = 516
  52. Top = 76
  53. end
  54. end