FrmCameraFullScreenF.dfm 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. OnShow = FormShow
  21. PixelsPerInch = 96
  22. TextHeight = 13
  23. object PnlStream: TPanel
  24. Left = 0
  25. Top = 0
  26. Width = 651
  27. Height = 338
  28. Align = alClient
  29. BevelOuter = bvNone
  30. Caption = ' '
  31. Color = clBlack
  32. Font.Charset = DEFAULT_CHARSET
  33. Font.Color = clWhite
  34. Font.Height = -21
  35. Font.Name = #47569#51008' '#44256#46357
  36. Font.Style = [fsBold]
  37. ParentBackground = False
  38. ParentFont = False
  39. TabOrder = 0
  40. OnDblClick = PnlStreamDblClick
  41. ExplicitLeft = 56
  42. ExplicitTop = 24
  43. ExplicitWidth = 371
  44. ExplicitHeight = 186
  45. end
  46. object FFPlayer1: TFFPlayer
  47. Left = 264
  48. Top = 160
  49. end
  50. object TmrClose: TTimer
  51. Enabled = False
  52. Interval = 500
  53. OnTimer = TmrCloseTimer
  54. Left = 516
  55. Top = 76
  56. end
  57. end