using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; using System.Xml; namespace FCC_Uber_MDX_Configurator { public partial class NINJA_Form_Base : Form { MainMDXConfigForm momma = null; public int page = 0; public List allTemplates = new List(); public List panel_pages = new List(); //Panels in the form sorted by page //public List subpages = new List(); public List pictureboxes_pages = new List(); //Status images in the form to highlight on page selection public List textboxes_decimal_accepted = new List(); //Textboxes where the '.' is an accepted character public List focus_Onto = new List(); //public List page_has_subpage = new List(); public int number_of_brains = 0; //Number of Fusion Brains for the Wizard public List TXT_03_NAME_LIST = new List(); //Name of all the Fusion Brains public List TXT_03_INSTANCEID_LIST = new List(); //Instance ID of all the Fusion Brains public List