FrmCameraScreenF.dfm 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. ExplicitWidth = 320
  23. ExplicitHeight = 240
  24. PixelsPerInch = 96
  25. TextHeight = 15
  26. object PnlCamera: TPanel
  27. Left = 0
  28. Top = 0
  29. Width = 1112
  30. Height = 669
  31. Align = alClient
  32. BevelEdges = [beLeft, beTop, beBottom]
  33. BevelOuter = bvNone
  34. ParentBackground = False
  35. ParentColor = True
  36. TabOrder = 0
  37. end
  38. object TmrFullScreen: TTimer
  39. Enabled = False
  40. Interval = 500
  41. OnTimer = TmrFullScreenTimer
  42. Left = 544
  43. Top = 320
  44. end
  45. object TmrStop: TTimer
  46. Enabled = False
  47. Interval = 500
  48. OnTimer = TmrStopTimer
  49. Left = 320
  50. Top = 288
  51. end
  52. end