FrmCrsCmraF.dfm 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. ExplicitLeft = -2
  56. ExplicitTop = -2
  57. end
  58. object AcesTechXPlayer2: TAcesTechXPlayer2
  59. Left = 136
  60. Top = 88
  61. Width = 100
  62. Height = 50
  63. TabOrder = 1
  64. ControlData = {00000100560A00002B05000000000000}
  65. end
  66. end
  67. object Timer1: TTimer
  68. Enabled = False
  69. Interval = 300
  70. OnTimer = Timer1Timer
  71. Left = 84
  72. Top = 116
  73. end
  74. object FFPlayer: TFFPlayer
  75. OnState = FFPlayerState
  76. Left = 296
  77. Top = 80
  78. end
  79. object PopupMenu1: TPopupMenu
  80. AutoHotkeys = maManual
  81. Left = 172
  82. Top = 108
  83. object MnuConnect: TMenuItem
  84. Caption = #50672#44208
  85. end
  86. object MnuDisconnect: TMenuItem
  87. Caption = #50672#44208#54644#51228
  88. end
  89. end
  90. end