FrmCameraViewF.dfm 626 B

123456789101112131415161718192021222324252627282930
  1. object FrmCameraView: TFrmCameraView
  2. Left = 0
  3. Top = 0
  4. Align = alClient
  5. BorderStyle = bsNone
  6. Caption = 'FrmCameraView'
  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 PnlClient: 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. end