PurplePen.ChangeSpecialCourses.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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChangeSpecialCourses));
            this.courseSelector = new PurplePen.CourseSelector();
            this.changeDisplayedCoursesLabel = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // okButton
            // 
            resources.ApplyResources(this.okButton, "okButton");
            // 
            // cancelButton
            // 
            resources.ApplyResources(this.cancelButton, "cancelButton");
            // 
            // courseSelector
            // 
            resources.ApplyResources(this.courseSelector, "courseSelector");
            this.courseSelector.Name = "courseSelector";
            this.courseSelector.ShowAllControls = false;
            this.courseSelector.ShowCourseParts = true;
            // 
            // changeDisplayedCoursesLabel
            // 
            resources.ApplyResources(this.changeDisplayedCoursesLabel, "changeDisplayedCoursesLabel");
            this.changeDisplayedCoursesLabel.Name = "changeDisplayedCoursesLabel";
            // 
            // ChangeSpecialCourses
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.Controls.Add(this.changeDisplayedCoursesLabel);
            this.Controls.Add(this.courseSelector);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
            this.HelpTopic = "EditChangeDisplayedCourses.htm";
            this.Name = "ChangeSpecialCourses";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
            this.Controls.SetChildIndex(this.courseSelector, 0);
            this.Controls.SetChildIndex(this.changeDisplayedCoursesLabel, 0);
            this.Controls.SetChildIndex(this.okButton, 0);
            this.Controls.SetChildIndex(this.cancelButton, 0);
            this.ResumeLayout(false);

        }