public NovaPacketViewer()
 {
     InitializeComponent();
     persistentForm = new PersistentForm(this, "Bouwens Engineering\\Nova Packet Viewer\\Settings");
     m_msgCracker = new CVscpMsgMap();
     m_eventCodeNameToVal = new Dictionary<string,EventCode>();
     m_eventPriorityToval = new Dictionary<string,EVENT_PRIORITY>();
 }