FrmCameraScreenF.dfm 798 B

12345678910111213141516171819202122232425262728293031323334353637
  1. object FrmCameraScreen: TFrmCameraScreen
  2. Left = 0
  3. Top = 0
  4. Align = alClient
  5. BorderStyle = bsNone
  6. Caption = #52852#47700#46972' '#47784#45768#53552#47553
  7. ClientHeight = 669
  8. ClientWidth = 1112
  9. Color = clGray
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -12
  13. Font.Name = #47569#51008' '#44256#46357
  14. Font.Style = []
  15. OldCreateOrder = False
  16. Position = poDesigned
  17. PixelsPerInch = 96
  18. TextHeight = 15
  19. object PnlCamera: TPanel
  20. Left = 0
  21. Top = 0
  22. Width = 1112
  23. Height = 669
  24. Align = alClient
  25. BevelOuter = bvNone
  26. ParentBackground = False
  27. ParentColor = True
  28. TabOrder = 0
  29. end
  30. object TmrFullScreen: TTimer
  31. Enabled = False
  32. Interval = 500
  33. OnTimer = TmrFullScreenTimer
  34. Left = 544
  35. Top = 320
  36. end
  37. end