123456789101112131415161718192021222324252627282930 |
- object FrmCameraView: TFrmCameraView
- Left = 0
- Top = 0
- Align = alClient
- BorderStyle = bsNone
- Caption = 'FrmCameraView'
- ClientHeight = 669
- ClientWidth = 1112
- Color = clGray
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = []
- OldCreateOrder = False
- Position = poDesigned
- PixelsPerInch = 96
- TextHeight = 15
- object PnlClient: TPanel
- Left = 0
- Top = 0
- Width = 1112
- Height = 669
- Align = alClient
- BevelOuter = bvNone
- ParentBackground = False
- ParentColor = True
- TabOrder = 0
- end
- end
|