FrmCameraScreenF.dfm 924 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. object TmrStop: TTimer
  38. Enabled = False
  39. Interval = 500
  40. OnTimer = TmrStopTimer
  41. Left = 320
  42. Top = 288
  43. end
  44. end