FrmIcsCameraF.dfm 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. object FrmIcsCamera: TFrmIcsCamera
  2. Left = 0
  3. Top = 0
  4. Align = alCustom
  5. BorderIcons = []
  6. BorderStyle = bsNone
  7. Caption = 'FrmIcsCamera'
  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 = #47569#51008' '#44256#46357
  16. Font.Style = []
  17. OldCreateOrder = False
  18. Position = poDesigned
  19. DesignSize = (
  20. 380
  21. 212)
  22. PixelsPerInch = 96
  23. TextHeight = 15
  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 = 0
  43. Width = 379
  44. Height = 211
  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 LblName: TcxLabel
  54. Left = 5
  55. Top = 5
  56. ParentCustomHint = False
  57. Caption = #52852#47700#46972' '#47749#52845
  58. ParentColor = False
  59. ParentFont = False
  60. ParentShowHint = False
  61. ShowHint = False
  62. Style.Font.Charset = DEFAULT_CHARSET
  63. Style.Font.Color = clWhite
  64. Style.Font.Height = -13
  65. Style.Font.Name = #47569#51008' '#44256#46357
  66. Style.Font.Style = [fsBold]
  67. Style.LookAndFeel.NativeStyle = True
  68. Style.TransparentBorder = False
  69. Style.IsFontAssigned = True
  70. StyleDisabled.LookAndFeel.NativeStyle = True
  71. StyleFocused.LookAndFeel.NativeStyle = True
  72. StyleHot.LookAndFeel.NativeStyle = True
  73. Properties.Alignment.Vert = taVCenter
  74. Transparent = True
  75. AnchorY = 14
  76. end
  77. end
  78. object PopupMenu1: TPopupMenu
  79. AutoHotkeys = maManual
  80. Left = 108
  81. Top = 124
  82. object MnuConnect: TMenuItem
  83. Caption = #50672#44208
  84. OnClick = MnuConnectClick
  85. end
  86. object MnuDisconnect: TMenuItem
  87. Caption = #50672#44208#51333#47308
  88. OnClick = MnuDisconnectClick
  89. end
  90. object N2: TMenuItem
  91. Caption = '-'
  92. Visible = False
  93. end
  94. object MnuRelease: TMenuItem
  95. Caption = #54624#45817#54644#51228
  96. Visible = False
  97. OnClick = MnuReleaseClick
  98. end
  99. end
  100. object TmrPlay: TTimer
  101. Enabled = False
  102. Interval = 500
  103. OnTimer = TmrPlayTimer
  104. Left = 248
  105. Top = 64
  106. end
  107. object TmrStop: TTimer
  108. Enabled = False
  109. Interval = 500
  110. OnTimer = TmrStopTimer
  111. Left = 232
  112. Top = 152
  113. end
  114. end