Canguro.Controller.Grid.SectionsTreeView.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SectionsTreeView));
            this.sectionsImgList = new System.Windows.Forms.ImageList(this.components);
            this.SuspendLayout();
            // 
            // sectionsImgList
            // 
            this.sectionsImgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("sectionsImgList.ImageStream")));
            this.sectionsImgList.TransparentColor = System.Drawing.Color.Transparent;
            this.sectionsImgList.Images.SetKeyName(0, "ISection");
            this.sectionsImgList.Images.SetKeyName(1, "2CSection");
            this.sectionsImgList.Images.SetKeyName(2, "2LSection");
            this.sectionsImgList.Images.SetKeyName(3, "BSection");
            this.sectionsImgList.Images.SetKeyName(4, "CSection");
            this.sectionsImgList.Images.SetKeyName(5, "LSection");
            this.sectionsImgList.Images.SetKeyName(6, "PSection");
            this.sectionsImgList.Images.SetKeyName(7, "RNSection");
            this.sectionsImgList.Images.SetKeyName(8, "RSection");
            this.sectionsImgList.Images.SetKeyName(9, "TSection");
            // 
            // SectionsTreeView
            // 
            this.LineColor = System.Drawing.Color.Black;
            this.ResumeLayout(false);

        }