FrmCrsCmraF.dfm 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. object FrmCrsCamra: TFrmCrsCamra
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsNone
  5. Caption = 'FrmCrsCmra'
  6. ClientHeight = 300
  7. ClientWidth = 400
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'Tahoma'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poDesigned
  16. OnClose = FormClose
  17. OnDestroy = FormDestroy
  18. OnShow = FormShow
  19. PixelsPerInch = 96
  20. TextHeight = 13
  21. object PnlStream: TPanel
  22. Left = 0
  23. Top = 0
  24. Width = 400
  25. Height = 300
  26. Align = alClient
  27. BevelKind = bkFlat
  28. BevelOuter = bvNone
  29. Color = clBlack
  30. Font.Charset = DEFAULT_CHARSET
  31. Font.Color = clWhite
  32. Font.Height = -12
  33. Font.Name = #47569#51008' '#44256#46357
  34. Font.Style = []
  35. ParentBackground = False
  36. ParentFont = False
  37. TabOrder = 0
  38. object PnlTitle: TPanel
  39. Left = 0
  40. Top = 0
  41. Width = 396
  42. Height = 19
  43. Align = alTop
  44. BevelOuter = bvNone
  45. Caption = #44368#52264#47196' '#52852#47700#46972
  46. Color = clGray
  47. Font.Charset = DEFAULT_CHARSET
  48. Font.Color = clWindowText
  49. Font.Height = -12
  50. Font.Name = #47569#51008' '#44256#46357
  51. Font.Style = []
  52. ParentBackground = False
  53. ParentFont = False
  54. TabOrder = 0
  55. end
  56. object AcesTechXPlayer2: TAcesTechXPlayer2
  57. Left = 136
  58. Top = 88
  59. Width = 100
  60. Height = 50
  61. TabOrder = 1
  62. ControlData = {00000100560A00002B05000000000000}
  63. end
  64. end
  65. object Timer1: TTimer
  66. Enabled = False
  67. Interval = 300
  68. OnTimer = Timer1Timer
  69. Left = 84
  70. Top = 116
  71. end
  72. object FFPlayer: TFFPlayer
  73. OnState = FFPlayerState
  74. Left = 296
  75. Top = 80
  76. end
  77. object PopupMenu1: TPopupMenu
  78. AutoHotkeys = maManual
  79. Left = 172
  80. Top = 108
  81. object MnuConnect: TMenuItem
  82. Caption = #50672#44208
  83. end
  84. object MnuDisconnect: TMenuItem
  85. Caption = #50672#44208#54644#51228
  86. end
  87. end
  88. end