FrmVmsCamF.dfm 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. object AcesTechXPlayer21: TAcesTechXPlayer2
  42. Left = 0
  43. Top = 0
  44. Width = 372
  45. Height = 222
  46. Align = alClient
  47. PopupMenu = PopupMenu1
  48. TabOrder = 0
  49. ExplicitLeft = 24
  50. ExplicitTop = 24
  51. ExplicitWidth = 100
  52. ExplicitHeight = 50
  53. ControlData = {0000010073260000F216000000000000}
  54. end
  55. end
  56. object PnlBlob: TPanel
  57. Left = 97
  58. Top = 143
  59. Width = 185
  60. Height = 41
  61. BevelOuter = bvNone
  62. Color = clBlack
  63. Font.Charset = DEFAULT_CHARSET
  64. Font.Color = clWhite
  65. Font.Height = -19
  66. Font.Name = #47569#51008' '#44256#46357
  67. Font.Style = [fsBold]
  68. ParentBackground = False
  69. ParentFont = False
  70. TabOrder = 1
  71. Visible = False
  72. object ImgBlob: TImage
  73. Left = 0
  74. Top = 0
  75. Width = 185
  76. Height = 41
  77. Align = alClient
  78. Center = True
  79. Stretch = True
  80. ExplicitLeft = 60
  81. ExplicitTop = 60
  82. ExplicitWidth = 157
  83. ExplicitHeight = 77
  84. end
  85. end
  86. object TmrShow: TTimer
  87. Enabled = False
  88. Interval = 500
  89. OnTimer = TmrShowTimer
  90. Left = 212
  91. Top = 36
  92. end
  93. object pADO: TADOQuery
  94. Parameters = <>
  95. Left = 88
  96. Top = 32
  97. end
  98. object PopupMenu1: TPopupMenu
  99. AutoHotkeys = maManual
  100. Left = 108
  101. Top = 124
  102. object MnuConnect: TMenuItem
  103. Caption = #50672#44208
  104. OnClick = MnuConnectClick
  105. end
  106. object MnuDisconnect: TMenuItem
  107. Caption = #50672#44208#54644#51228
  108. OnClick = MnuDisconnectClick
  109. end
  110. end
  111. end