FrmCameraScreenF.dfm 969 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. ExplicitWidth = 320
  18. ExplicitHeight = 240
  19. PixelsPerInch = 96
  20. TextHeight = 15
  21. object PnlCamera: TPanel
  22. Left = 0
  23. Top = 0
  24. Width = 1112
  25. Height = 669
  26. Align = alClient
  27. BevelOuter = bvNone
  28. ParentBackground = False
  29. ParentColor = True
  30. TabOrder = 0
  31. end
  32. object TmrFullScreen: TTimer
  33. Enabled = False
  34. Interval = 500
  35. OnTimer = TmrFullScreenTimer
  36. Left = 544
  37. Top = 320
  38. end
  39. object TmrStop: TTimer
  40. Enabled = False
  41. Interval = 500
  42. OnTimer = TmrStopTimer
  43. Left = 320
  44. Top = 288
  45. end
  46. end