コード例 #1
0
ファイル: ProcessingPanel.cs プロジェクト: pvginkel/SystemEx
        public ProcessingPanel()
        {
            SetStyle(ControlStyles.OptimizedDoubleBuffer, true);
            SetStyle(ControlStyles.Selectable, false);

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

            UpdateFromSize();
        }
コード例 #2
0
ファイル: ProcessingPanel.cs プロジェクト: yzwbrian/SystemEx
        public ProcessingPanel()
        {
            SetStyle(ControlStyles.OptimizedDoubleBuffer, true);
            SetStyle(ControlStyles.Selectable, false);

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

            UpdateFromSize();
        }