FrmCctvCamF.dfm 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. object FrmCctvCam: TFrmCctvCam
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsToolWindow
  5. Caption = 'CCTV '#50689#49345
  6. ClientHeight = 240
  7. ClientWidth = 352
  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. Position = poDesigned
  17. OnClose = FormClose
  18. OnShow = FormShow
  19. PixelsPerInch = 96
  20. TextHeight = 13
  21. object PnlBack: TPanel
  22. Left = 0
  23. Top = 0
  24. Width = 352
  25. Height = 240
  26. Align = alClient
  27. BevelOuter = bvNone
  28. Caption = ' '
  29. Color = clBlack
  30. Font.Charset = DEFAULT_CHARSET
  31. Font.Color = clWhite
  32. Font.Height = -16
  33. Font.Name = #47569#51008' '#44256#46357
  34. Font.Style = [fsBold]
  35. ParentBackground = False
  36. ParentFont = False
  37. TabOrder = 0
  38. end
  39. object PnlBlob: TPanel
  40. Left = 97
  41. Top = 143
  42. Width = 185
  43. Height = 41
  44. BevelOuter = bvNone
  45. Color = clBlack
  46. Font.Charset = DEFAULT_CHARSET
  47. Font.Color = clWhite
  48. Font.Height = -19
  49. Font.Name = #47569#51008' '#44256#46357
  50. Font.Style = [fsBold]
  51. ParentBackground = False
  52. ParentFont = False
  53. TabOrder = 1
  54. Visible = False
  55. object ImgBlob: TImage
  56. Left = 0
  57. Top = 0
  58. Width = 185
  59. Height = 41
  60. Align = alClient
  61. Center = True
  62. Stretch = True
  63. ExplicitLeft = 60
  64. ExplicitTop = 60
  65. ExplicitWidth = 157
  66. ExplicitHeight = 77
  67. end
  68. end
  69. object TmrShow: TTimer
  70. Enabled = False
  71. Interval = 500
  72. OnTimer = TmrShowTimer
  73. Left = 196
  74. Top = 52
  75. end
  76. object pADO: TADOQuery
  77. Parameters = <>
  78. Left = 112
  79. Top = 40
  80. end
  81. end