FrmFullScreenF.dfm 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. object FrmFullScreen: TFrmFullScreen
  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 = #47569#51008' '#44256#46357
  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. end
  42. object FFPlayer1: TFFPlayer
  43. Left = 264
  44. Top = 160
  45. end
  46. object TmrClose: TTimer
  47. Enabled = False
  48. Interval = 500
  49. OnTimer = TmrCloseTimer
  50. Left = 516
  51. Top = 76
  52. end
  53. end