FrmCctvCam_OLDF.dfm 1.7 KB

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