MainFormFooter.dfm 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. object MainFrmFooter: TMainFrmFooter
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsNone
  5. Caption = 'MainFrmFooter'
  6. ClientHeight = 46
  7. ClientWidth = 315
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'Tahoma'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. OnCreate = FormCreate
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object chrm1: TChromium
  19. Left = 8
  20. Top = 5
  21. Width = 100
  22. Height = 41
  23. DefaultUrl = 'about:blank'
  24. TabOrder = 1
  25. Visible = False
  26. end
  27. object pnlFooter: TPanel
  28. Left = 0
  29. Top = 0
  30. Width = 315
  31. Height = 46
  32. Align = alBottom
  33. BevelOuter = bvNone
  34. Ctl3D = False
  35. ParentCtl3D = False
  36. TabOrder = 0
  37. OnResize = pnlFooterResize
  38. object imgAppCentre: TImage
  39. Left = 273
  40. Top = 5
  41. Width = 36
  42. Height = 36
  43. Cursor = crHandPoint
  44. Hint = #24212#29992#20013#24515
  45. AutoSize = True
  46. OnClick = imgAppCentreClick
  47. OnMouseEnter = imgAppCentreMouseEnter
  48. OnMouseLeave = imgAppCentreMouseLeave
  49. end
  50. end
  51. end