ComponentFactory.Krypton.Toolkit.PaletteOffice2007Blue.PaletteOffice2007Blue C# (CSharp) Метод

PaletteOffice2007Blue() статический приватный Метод

static private PaletteOffice2007Blue ( ) : System
Результат System
        static PaletteOffice2007Blue()
        {
            _checkBoxList = new ImageList();
            _checkBoxList.ImageSize = new Size(13, 13);
            _checkBoxList.ColorDepth = ColorDepth.Depth24Bit;
            _checkBoxList.Images.AddStrip(Properties.Resources.CB2007Blue);
            _galleryButtonList = new ImageList();
            _galleryButtonList.ImageSize = new Size(13, 7);
            _galleryButtonList.ColorDepth = ColorDepth.Depth24Bit;
            _galleryButtonList.TransparentColor = Color.Magenta;
            _galleryButtonList.Images.AddStrip(Properties.Resources.GalleryBlue);
            _radioButtonArray = new Image[]{Properties.Resources.RB2007BlueD,
                                            Properties.Resources.RB2007BlueN,
                                            Properties.Resources.RB2007BlueT,
                                            Properties.Resources.RB2007BlueP,
                                            Properties.Resources.RB2007BlueDC,
                                            Properties.Resources.RB2007BlueNC,
                                            Properties.Resources.RB2007BlueTC,
                                            Properties.Resources.RB2007BluePC};
        }