UserCardView.dfm 972 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. OnShow = FormShow
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object chrm1: TChromium
  20. Left = 0
  21. Top = 0
  22. Width = 272
  23. Height = 176
  24. Align = alClient
  25. DefaultUrl = 'about:blank'
  26. TabOrder = 0
  27. OnBeforeContextMenu = chrm1BeforeContextMenu
  28. OnKeyEvent = chrm1KeyEvent
  29. end
  30. object tmrForClose: TTimer
  31. Enabled = False
  32. Interval = 100
  33. OnTimer = tmrForCloseTimer
  34. Left = 232
  35. Top = 144
  36. end
  37. object tmrForGoTop: TTimer
  38. Enabled = False
  39. Interval = 10
  40. OnTimer = tmrForGoTopTimer
  41. Left = 200
  42. Top = 144
  43. end
  44. end