FrmCameraScreenF.dfm 1011 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. BevelEdges = [beLeft, beTop, beBottom]
  27. BevelOuter = bvNone
  28. ParentBackground = False
  29. ParentColor = True
  30. TabOrder = 0
  31. ExplicitHeight = 496
  32. end
  33. object TmrFullScreen: TTimer
  34. Enabled = False
  35. Interval = 500
  36. OnTimer = TmrFullScreenTimer
  37. Left = 544
  38. Top = 320
  39. end
  40. object TmrStop: TTimer
  41. Enabled = False
  42. Interval = 500
  43. OnTimer = TmrStopTimer
  44. Left = 320
  45. Top = 288
  46. end
  47. end