---------------------------------------------------------------------------
| 15 | } |
| 16 | //--------------------------------------------------------------------------- |
| 17 | void TMessStyleFr::ToDialog(TMessStyle * p) |
| 18 | { |
| 19 | EnableStyleChange = false; |
| 20 | TextColorBox->Selected = p->TextColor; |
| 21 | BackgroundColorBox->Selected = p->BackgroundColor; |
| 22 | BoldCB->Checked = p->bBold; |
| 23 | ItalicCB->Checked = p->bItalic; |
| 24 | UnderlineCB->Checked = p->bUnderline; |
| 25 | EnableStyleChange = true; |
| 26 | //UpdatePreview(); |
| 27 | } |
| 28 | //--------------------------------------------------------------------------- |
| 29 | void TMessStyleFr::FromDialog(TMessStyle * p) |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected