FrmCameraViewF.dfm 671 B

1234567891011121314151617181920212223242526272829303132
  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. ExplicitWidth = 320
  18. ExplicitHeight = 240
  19. PixelsPerInch = 96
  20. TextHeight = 15
  21. object PnlClient: 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. end