| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- object MainFrmFooter: TMainFrmFooter
- Left = 0
- Top = 0
- BorderStyle = bsNone
- Caption = 'MainFrmFooter'
- ClientHeight = 46
- ClientWidth = 315
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object chrm1: TChromium
- Left = 8
- Top = 5
- Width = 100
- Height = 41
- DefaultUrl = 'about:blank'
- TabOrder = 1
- Visible = False
- end
- object pnlFooter: TPanel
- Left = 0
- Top = 0
- Width = 315
- Height = 46
- Align = alBottom
- BevelOuter = bvNone
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 0
- OnResize = pnlFooterResize
- object imgAppCentre: TImage
- Left = 273
- Top = 5
- Width = 36
- Height = 36
- Cursor = crHandPoint
- Hint = #24212#29992#20013#24515
- AutoSize = True
- OnClick = imgAppCentreClick
- OnMouseEnter = imgAppCentreMouseEnter
- OnMouseLeave = imgAppCentreMouseLeave
- end
- end
- end
|