private void optionsList_DrawItem(object sender, System.Windows.Forms.DrawItemEventArgs e)
        {
            LineOption       option = optionsList.Items[e.Index] as LineOption;
            InterlinLineSpec spec   = m_choices.CreateSpec(option.Flid, 0);

            DrawItem(e, spec);
        }