---------------------------------------------------------------------------
| 2108 | |
| 2109 | //--------------------------------------------------------------------------- |
| 2110 | void __fastcall TMainF::Footer_ButtonClick(TObject *Sender) |
| 2111 | { |
| 2112 | const Ztring Inform_Save=I->Option(__T("Inform_Get"), __T("")); |
| 2113 | I->Option(__T("Inform"), __T("Conformance_JSON")); |
| 2114 | |
| 2115 | const Ztring URL=I->Inform(); |
| 2116 | I->Option(__T("Inform"), Inform_Save); |
| 2117 | ShellExecute(NULL, NULL, URL.c_str(), NULL, NULL, SW_SHOWNORMAL); |
| 2118 | } |
| 2119 | |
| 2120 | //*************************************************************************** |
| 2121 | // System |