AppCentreForm.dfm 843 B

12345678910111213141516171819202122232425262728293031323334353637
  1. object AppCentreForm: TAppCentreForm
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsNone
  5. Caption = #24212#29992#20013#24515
  6. ClientHeight = 586
  7. ClientWidth = 829
  8. Color = clWhite
  9. Constraints.MinHeight = 586
  10. Constraints.MinWidth = 643
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -11
  14. Font.Name = 'Tahoma'
  15. Font.Style = []
  16. Padding.Left = 3
  17. Padding.Top = 30
  18. Padding.Right = 4
  19. Padding.Bottom = 4
  20. OldCreateOrder = False
  21. OnCloseQuery = FormCloseQuery
  22. OnShow = FormShow
  23. PixelsPerInch = 96
  24. TextHeight = 13
  25. object chrm1: TChromium
  26. Left = 3
  27. Top = 30
  28. Width = 822
  29. Height = 552
  30. Align = alClient
  31. DefaultUrl = 'about:blank'
  32. TabOrder = 0
  33. OnProcessMessageReceived = chrm1ProcessMessageReceived
  34. OnKeyEvent = chrm1KeyEvent
  35. end
  36. end