FrmEmptyCameraF.dfm 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. object FrmEmptyCamera: TFrmEmptyCamera
  2. Left = 0
  3. Top = 0
  4. Align = alCustom
  5. BorderIcons = []
  6. BorderStyle = bsNone
  7. Caption = 'FrmEmptyCamera'
  8. ClientHeight = 212
  9. ClientWidth = 380
  10. Color = clSilver
  11. DragMode = dmAutomatic
  12. Font.Charset = DEFAULT_CHARSET
  13. Font.Color = clWindowText
  14. Font.Height = -12
  15. Font.Name = 'Tahoma'
  16. Font.Style = []
  17. OldCreateOrder = False
  18. Position = poDesigned
  19. DesignSize = (
  20. 380
  21. 212)
  22. PixelsPerInch = 96
  23. TextHeight = 14
  24. object PnlCamera: TPanel
  25. Left = 1
  26. Top = 0
  27. Width = 379
  28. Height = 211
  29. Anchors = [akLeft, akTop, akRight, akBottom]
  30. BevelOuter = bvNone
  31. Color = clBlack
  32. Font.Charset = DEFAULT_CHARSET
  33. Font.Color = clWhite
  34. Font.Height = -12
  35. Font.Name = #47569#51008' '#44256#46357
  36. Font.Style = [fsBold]
  37. ParentBackground = False
  38. ParentFont = False
  39. TabOrder = 0
  40. object ImgNoData: TImage
  41. Left = 0
  42. Top = 20
  43. Width = 379
  44. Height = 191
  45. Align = alClient
  46. Center = True
  47. Visible = False
  48. ExplicitLeft = 27
  49. ExplicitTop = 22
  50. ExplicitWidth = 96
  51. ExplicitHeight = 93
  52. end
  53. object PnlName: TPanel
  54. Left = 0
  55. Top = 0
  56. Width = 379
  57. Height = 20
  58. Align = alTop
  59. Alignment = taLeftJustify
  60. BevelOuter = bvNone
  61. Caption = 'Title'
  62. Color = clBlue
  63. ParentBackground = False
  64. TabOrder = 0
  65. end
  66. end
  67. object TmrPlay: TTimer
  68. Enabled = False
  69. Interval = 500
  70. OnTimer = TmrPlayTimer
  71. Left = 248
  72. Top = 64
  73. end
  74. object TmrStop: TTimer
  75. Enabled = False
  76. Interval = 500
  77. OnTimer = TmrStopTimer
  78. Left = 232
  79. Top = 152
  80. end
  81. end