FrmVmsCamF.dfm 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. object FrmVmsCam: TFrmVmsCam
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsToolWindow
  5. Caption = 'VMS '#50689#49345
  6. ClientHeight = 222
  7. ClientWidth = 372
  8. Color = clBtnFace
  9. DefaultMonitor = dmDesktop
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'Tahoma'
  14. Font.Style = []
  15. OldCreateOrder = False
  16. PopupMenu = PopupMenu1
  17. Position = poDesigned
  18. OnClose = FormClose
  19. OnDestroy = FormDestroy
  20. OnShow = FormShow
  21. PixelsPerInch = 96
  22. TextHeight = 13
  23. object PnlBack: TPanel
  24. Left = 0
  25. Top = 0
  26. Width = 372
  27. Height = 222
  28. Align = alClient
  29. BevelOuter = bvNone
  30. Caption = ' '
  31. Color = clBlack
  32. Font.Charset = DEFAULT_CHARSET
  33. Font.Color = clWhite
  34. Font.Height = -16
  35. Font.Name = #47569#51008' '#44256#46357
  36. Font.Style = [fsBold]
  37. ParentBackground = False
  38. ParentFont = False
  39. PopupMenu = PopupMenu1
  40. TabOrder = 0
  41. end
  42. object PnlBlob: TPanel
  43. Left = 97
  44. Top = 143
  45. Width = 185
  46. Height = 41
  47. BevelOuter = bvNone
  48. Color = clBlack
  49. Font.Charset = DEFAULT_CHARSET
  50. Font.Color = clWhite
  51. Font.Height = -19
  52. Font.Name = #47569#51008' '#44256#46357
  53. Font.Style = [fsBold]
  54. ParentBackground = False
  55. ParentFont = False
  56. TabOrder = 1
  57. Visible = False
  58. object ImgBlob: TImage
  59. Left = 0
  60. Top = 0
  61. Width = 185
  62. Height = 41
  63. Align = alClient
  64. Center = True
  65. Stretch = True
  66. ExplicitLeft = 60
  67. ExplicitTop = 60
  68. ExplicitWidth = 157
  69. ExplicitHeight = 77
  70. end
  71. end
  72. object TmrShow: TTimer
  73. Enabled = False
  74. Interval = 500
  75. OnTimer = TmrShowTimer
  76. Left = 212
  77. Top = 36
  78. end
  79. object pADO: TADOQuery
  80. Parameters = <>
  81. Left = 88
  82. Top = 32
  83. end
  84. object PopupMenu1: TPopupMenu
  85. AutoHotkeys = maManual
  86. Left = 108
  87. Top = 124
  88. object MnuConnect: TMenuItem
  89. Caption = #50672#44208
  90. OnClick = MnuConnectClick
  91. end
  92. object MnuDisconnect: TMenuItem
  93. Caption = #50672#44208#54644#51228
  94. OnClick = MnuDisconnectClick
  95. end
  96. end
  97. object FFPlayer1: TFFPlayer
  98. OnState = FFPlayer1State
  99. Left = 152
  100. Top = 72
  101. end
  102. end