FrmCameraScreenF.dfm 817 B

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