UserCardDetailView.dfm 723 B

12345678910111213141516171819202122232425262728293031
  1. object UserCardDetailViewForm: TUserCardDetailViewForm
  2. Left = 0
  3. Top = 0
  4. Caption = #29992#25143#35814#32454#20449#24687
  5. ClientHeight = 700
  6. ClientWidth = 416
  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. Position = poScreenCenter
  15. OnCreate = FormCreate
  16. OnDestroy = FormDestroy
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object chrm1: TChromium
  20. Left = 0
  21. Top = 0
  22. Width = 416
  23. Height = 700
  24. Align = alClient
  25. DefaultUrl = 'about:blank'
  26. TabOrder = 0
  27. OnBeforeContextMenu = chrm1BeforeContextMenu
  28. OnKeyEvent = chrm1KeyEvent
  29. end
  30. end