Exemple #1
0
        public EarLabDialog()
        {
            // Required for Windows Form Designer support
            InitializeComponent();
            EnableVisualStyles.EnableControl(this);

            this.aboutTextBox.Text = "EarLab is a virtual laboratory that is intended to allow scientists from a wide range of backgrounds to perform experiments on large-scale computational models of the mammalian auditory pathways. The models in EarLab are intended to serve as repository of current knowledge about auditory function and can be used to bridge the gap between information gathered from anatomical and physiological experiments in laboratory animals and data gathered from less direct physiological and behavioral experiments in humans. The models are also intended to give insight into changes associated with disease and into the effects of theraputic interventions.\n\nThe EarLab models are based on interchangeable building blocks or modules each of which represents a different component of the auditory system or sound-source, data-acquisition and data-visualization systems. The modules are designed to run in a distributed heterogeneous computing environment and to be configured at run time. The physiological modules are designed to be species independent with species dependent parameters loaded from a parameter database at run time.  The current system includes modules that represent sound sources, propagation between the source and the tympanic membrane, and the subthalamic auditory pathways.";
        }
Exemple #2
0
        public DataViewerDialog()
        {
            // Required for Windows Form Designer support
            InitializeComponent();
            EnableVisualStyles.EnableControl(this);

            this.name2Label.Text    = Application.ProductName;
            this.version2Label.Text = Application.ProductVersion;
        }