void Frm02::onLoad() {
wMEventTable1->setDateMode(2);//日期+时间
EventMgr::mapEventCatalog["0"] = "类别别名1";//0为类别号(0~99)20250607新增功能
EventMgr::mapEventLevel["0"] = "低";//事件级别别名, 0~3
EventMgr::mapEventLevel["1"] = "中";
EventMgr::mapEventLevel["2"] = "高";
EventMgr::mapEventLevel["3"] = "急";
}