Esempio n. 1
0
        public ConfigureToolsDlg(SkylineWindow parent)
        {
            InitializeComponent();
            SkylineWindowParent = parent;
            PopulateMacroList();
            // Initialize the report comboBox.
            // CONSIDER: Settings list editing is currently disabled, because
            //           it had problems with the empty element added to the list.
            //           Might be nice to allow report spec editing in this form
            //           some day, though.
            _driverReportSpec = new ComboBoxDriverWrapper(components, comboReport);

            if (ToolStoreUtil.ToolStoreClient != null)
                fromWebAddContextMenuItem.Visible = fromWebAddContextMenuItem.Enabled = true;

            Removelist = new List<ToolDescription>();
            Init(false);
        }
Esempio n. 2
0
        public ConfigureToolsDlg(SkylineWindow parent)
        {
            InitializeComponent();
            SkylineWindowParent = parent;
            PopulateMacroList();
            // Initialize the report comboBox.
            // CONSIDER: Settings list editing is currently disabled, because
            //           it had problems with the empty element added to the list.
            //           Might be nice to allow report spec editing in this form
            //           some day, though.
            _driverReportSpec = new ComboBoxDriverWrapper(components, comboReport);

            if (ToolStoreUtil.ToolStoreClient != null)
            {
                fromWebAddContextMenuItem.Visible = fromWebAddContextMenuItem.Enabled = true;
            }

            Removelist = new List <ToolDescription>();
            Init(false);
        }