/// <summary>
 ///
 /// </summary>
 public void ClosedChipSelectForm()
 {
     if (m_rChipSF != null)
     {
         m_rChipSF = null;
     }
 }
 private void AnimationChipEditForm_Shown(object sender, EventArgs e)
 {
     m_rChipSF = new ChipSelectForm(this);
     m_rChipSF.Show();
 }