12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- object FrmCameraScreen: TFrmCameraScreen
- Left = 0
- Top = 0
- Align = alClient
- BorderStyle = bsNone
- Caption = #52852#47700#46972' '#47784#45768#53552#47553
- 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 PnlCamera: TPanel
- Left = 0
- Top = 0
- Width = 1112
- Height = 669
- Align = alClient
- BevelOuter = bvNone
- ParentBackground = False
- ParentColor = True
- TabOrder = 0
- end
- object TmrFullScreen: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrFullScreenTimer
- Left = 544
- Top = 320
- end
- object TmrStop: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrStopTimer
- Left = 320
- Top = 288
- end
- end
|