FrmWebCamF.dfm 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. object FrmWebCam: TFrmWebCam
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsToolWindow
  5. Caption = 'WEB Camera '#50689#49345
  6. ClientHeight = 240
  7. ClientWidth = 360
  8. Color = clGradientActiveCaption
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -12
  12. Font.Name = #47569#51008' '#44256#46357
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poDesigned
  16. OnClose = FormClose
  17. OnDestroy = FormDestroy
  18. OnShow = FormShow
  19. PixelsPerInch = 96
  20. TextHeight = 15
  21. object PnlBack: TPanel
  22. Left = 0
  23. Top = 0
  24. Width = 360
  25. Height = 240
  26. Align = alClient
  27. BevelOuter = bvNone
  28. Color = clBlack
  29. DoubleBuffered = False
  30. Font.Charset = DEFAULT_CHARSET
  31. Font.Color = clWhite
  32. Font.Height = -12
  33. Font.Name = #47569#51008' '#44256#46357
  34. Font.Style = []
  35. ParentBackground = False
  36. ParentDoubleBuffered = False
  37. ParentFont = False
  38. TabOrder = 0
  39. end
  40. object TmrShow: TTimer
  41. Enabled = False
  42. Interval = 500
  43. OnTimer = TmrShowTimer
  44. Left = 100
  45. Top = 48
  46. end
  47. end