1234567891011121314151617181920212223242526272829303132 |
- 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
- ExplicitWidth = 320
- ExplicitHeight = 240
- 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
|