FrmCameraScreenF.dfm 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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 = 496
  24. Align = alClient
  25. BevelOuter = bvNone
  26. ParentBackground = False
  27. ParentColor = True
  28. TabOrder = 0
  29. end
  30. object mmLog: TMemo
  31. Left = 0
  32. Top = 496
  33. Width = 1112
  34. Height = 173
  35. Align = alBottom
  36. Lines.Strings = (
  37. 'mmLog')
  38. TabOrder = 1
  39. Visible = False
  40. end
  41. object TmrFullScreen: TTimer
  42. Enabled = False
  43. Interval = 500
  44. OnTimer = TmrFullScreenTimer
  45. Left = 544
  46. Top = 320
  47. end
  48. object TmrStop: TTimer
  49. Enabled = False
  50. Interval = 500
  51. OnTimer = TmrStopTimer
  52. Left = 320
  53. Top = 288
  54. end
  55. end