1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- object FrmWebCam: TFrmWebCam
- Left = 0
- Top = 0
- BorderStyle = bsToolWindow
- Caption = 'WEB Camera '#50689#49345
- ClientHeight = 240
- ClientWidth = 360
- Color = clGradientActiveCaption
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = []
- OldCreateOrder = False
- Position = poDesigned
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 15
- object PnlBack: TPanel
- Left = 0
- Top = 0
- Width = 360
- Height = 240
- Align = alClient
- BevelOuter = bvNone
- Color = clBlack
- DoubleBuffered = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -12
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = []
- ParentBackground = False
- ParentDoubleBuffered = False
- ParentFont = False
- TabOrder = 0
- end
- object TmrShow: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrShowTimer
- Left = 100
- Top = 48
- end
- end
|