---------------------------------------------------------------------------
| 24 | } |
| 25 | //--------------------------------------------------------------------------- |
| 26 | void TMessStyle::Load(XMLElementEx * p) |
| 27 | { |
| 28 | TextColor = (TColor)p->ri("textColor", (int)clBlack); |
| 29 | BackgroundColor = (TColor)p->ri("backgroundColor", (int)clWhite); |
| 30 | bBold = p->rb("bold", false); |
| 31 | bItalic = p->rb("italic", false); |
| 32 | bUnderline = p->rb("underline", false); |
| 33 | } |
| 34 | //--------------------------------------------------------------------------- |
| 35 | void TMessStyle::SetFontStyle(TFont * p) |
| 36 | { |