---------------------------------------------------------------------------
| 15 | } |
| 16 | //--------------------------------------------------------------------------- |
| 17 | void TMessStyle::Save(XMLElementEx * p) |
| 18 | { |
| 19 | p->wi("textColor", (int)TextColor); |
| 20 | p->wi("backgroundColor", (int)BackgroundColor); |
| 21 | p->wb("bold", bBold); |
| 22 | p->wb("italic", bItalic); |
| 23 | p->wb("underline", bUnderline); |
| 24 | } |
| 25 | //--------------------------------------------------------------------------- |
| 26 | void TMessStyle::Load(XMLElementEx * p) |
| 27 | { |