---------------------------------------------------------------------------
| 13 | extern TSaveParamsINI * AppParams; |
| 14 | //--------------------------------------------------------------------------- |
| 15 | __fastcall TShowAlarmForm::TShowAlarmForm(TComponent* Owner) |
| 16 | : TForm(Owner) |
| 17 | { |
| 18 | ListBox->Color = (TColor)RGB(255,197,197); |
| 19 | *AppParams >> this; |
| 20 | } |
| 21 | //--------------------------------------------------------------------------- |
| 22 | void __fastcall TShowAlarmForm::FormDestroy(TObject *Sender) |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected