Пример #1
0
        private void initConfig()
        {
            pageLoad = true;
            fEdit    = new Font(ic.iniC.grdViewFontName, ic.grdViewFontSize, FontStyle.Regular);
            fEditB   = new Font(ic.iniC.grdViewFontName, ic.grdViewFontSize + 3, FontStyle.Bold);
            stt      = new C1SuperTooltip();
            sep      = new C1SuperErrorProvider();

            initTab();
            ic.setCboBItemType(cboItemType);

            setGrfItem();
            setGrfPtt(grfPtt, "");
            setGrfPtt(grfLink, "ex");
            pageLoad = false;
        }