private void buttonPlayPause_Click(object sender, EventArgs e)
 {
     m_gpsIcon.PlaybackPlayPause(true);
     this.Text = "File Playback Control :: " + m_gpsIcon.m_RenderInfo.sDescription + " (Paused)";
 }