UserCardView.dfm 951 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. object UserCardViewForm: TUserCardViewForm
  2. Left = 0
  3. Top = 0
  4. Caption = #29992#25143#21517#29255
  5. ClientHeight = 176
  6. ClientWidth = 272
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnCreate = FormCreate
  15. OnDestroy = FormDestroy
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object chrm1: TChromium
  19. Left = 0
  20. Top = 0
  21. Width = 272
  22. Height = 176
  23. Align = alClient
  24. DefaultUrl = 'about:blank'
  25. TabOrder = 0
  26. OnBeforeContextMenu = chrm1BeforeContextMenu
  27. OnKeyEvent = chrm1KeyEvent
  28. end
  29. object tmrForClose: TTimer
  30. Enabled = False
  31. Interval = 100
  32. OnTimer = tmrForCloseTimer
  33. Left = 232
  34. Top = 144
  35. end
  36. object tmrForGoTop: TTimer
  37. Enabled = False
  38. Interval = 10
  39. OnTimer = tmrForGoTopTimer
  40. Left = 200
  41. Top = 144
  42. end
  43. end