Exemple #1
0
        public ProcessingPanel()
        {
            SetStyle(ControlStyles.OptimizedDoubleBuffer, true);
            SetStyle(ControlStyles.Selectable, false);

            _processingSize = Forms.ProcessingSize.Large;
            _updateInterval = 25;
            _inDesignMode = ControlUtil.GetIsInDesignMode(this);

            UpdateFromSize();
        }
Exemple #2
0
        public ProcessingPanel()
        {
            SetStyle(ControlStyles.OptimizedDoubleBuffer, true);
            SetStyle(ControlStyles.Selectable, false);

            _processingSize = Forms.ProcessingSize.Large;
            _updateInterval = 25;
            _inDesignMode   = ControlUtil.GetIsInDesignMode(this);

            UpdateFromSize();
        }