FrmCameraScreenF.dfm 1.0 KB

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