Acceleratio.SPDG.UI.frm09ContentTypes.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.ucSteps1 = new Acceleratio.SPDG.UI.ucSteps();
            this.chkCreateSomeConentTypes = new System.Windows.Forms.CheckBox();
            this.trackMaxNumberContentTypes = new System.Windows.Forms.TrackBar();
            this.label5 = new System.Windows.Forms.Label();
            this.chkAddSiteColumns = new System.Windows.Forms.CheckBox();
            this.trackAddSiteColumns = new System.Windows.Forms.TrackBar();
            this.chkContentTypesCanInherit = new System.Windows.Forms.CheckBox();
            this.lblMaxContentTypes = new System.Windows.Forms.Label();
            this.lblSiteCols = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.trackMaxNumberContentTypes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackAddSiteColumns)).BeginInit();
            this.SuspendLayout();
            // 
            // btnBack
            // 
            this.btnBack.FlatAppearance.BorderSize = 0;
            // 
            // btnNext
            // 
            this.btnNext.FlatAppearance.BorderSize = 0;
            // 
            // btnHelp
            // 
            this.btnHelp.FlatAppearance.BorderSize = 0;
            // 
            // btnClose
            // 
            this.btnClose.FlatAppearance.BorderSize = 0;
            // 
            // ucSteps1
            // 
            this.ucSteps1.Location = new System.Drawing.Point(0, 135);
            this.ucSteps1.Name = "ucSteps1";
            this.ucSteps1.Size = new System.Drawing.Size(232, 368);
            this.ucSteps1.TabIndex = 7;
            // 
            // chkCreateSomeConentTypes
            // 
            this.chkCreateSomeConentTypes.AutoSize = true;
            this.chkCreateSomeConentTypes.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.chkCreateSomeConentTypes.ForeColor = System.Drawing.Color.DarkSlateGray;
            this.chkCreateSomeConentTypes.Location = new System.Drawing.Point(265, 155);
            this.chkCreateSomeConentTypes.Name = "chkCreateSomeConentTypes";
            this.chkCreateSomeConentTypes.Size = new System.Drawing.Size(356, 19);
            this.chkCreateSomeConentTypes.TabIndex = 8;
            this.chkCreateSomeConentTypes.Text = "Create some content types and attach them to list and libraries";
            this.chkCreateSomeConentTypes.UseVisualStyleBackColor = true;
            // 
            // trackMaxNumberContentTypes
            // 
            this.trackMaxNumberContentTypes.LargeChange = 1;
            this.trackMaxNumberContentTypes.Location = new System.Drawing.Point(257, 214);
            this.trackMaxNumberContentTypes.Name = "trackMaxNumberContentTypes";
            this.trackMaxNumberContentTypes.Size = new System.Drawing.Size(543, 45);
            this.trackMaxNumberContentTypes.TabIndex = 31;
            this.trackMaxNumberContentTypes.ValueChanged += new System.EventHandler(this.trackMaxNumberContentTypes_ValueChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.label5.ForeColor = System.Drawing.Color.DarkSlateGray;
            this.label5.Location = new System.Drawing.Point(262, 195);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(259, 15);
            this.label5.TabIndex = 30;
            this.label5.Text = "Max number of content types per site collection";
            // 
            // chkAddSiteColumns
            // 
            this.chkAddSiteColumns.AutoSize = true;
            this.chkAddSiteColumns.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.chkAddSiteColumns.ForeColor = System.Drawing.Color.DarkSlateGray;
            this.chkAddSiteColumns.Location = new System.Drawing.Point(265, 279);
            this.chkAddSiteColumns.Name = "chkAddSiteColumns";
            this.chkAddSiteColumns.Size = new System.Drawing.Size(212, 19);
            this.chkAddSiteColumns.TabIndex = 32;
            this.chkAddSiteColumns.Text = "Add site columns to Content Types";
            this.chkAddSiteColumns.UseVisualStyleBackColor = true;
            // 
            // trackAddSiteColumns
            // 
            this.trackAddSiteColumns.LargeChange = 1;
            this.trackAddSiteColumns.Location = new System.Drawing.Point(257, 302);
            this.trackAddSiteColumns.Name = "trackAddSiteColumns";
            this.trackAddSiteColumns.Size = new System.Drawing.Size(543, 45);
            this.trackAddSiteColumns.TabIndex = 33;
            this.trackAddSiteColumns.ValueChanged += new System.EventHandler(this.trackAddSiteColumns_ValueChanged);
            // 
            // chkContentTypesCanInherit
            // 
            this.chkContentTypesCanInherit.AutoSize = true;
            this.chkContentTypesCanInherit.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.chkContentTypesCanInherit.ForeColor = System.Drawing.Color.DarkSlateGray;
            this.chkContentTypesCanInherit.Location = new System.Drawing.Point(265, 365);
            this.chkContentTypesCanInherit.Name = "chkContentTypesCanInherit";
            this.chkContentTypesCanInherit.Size = new System.Drawing.Size(340, 19);
            this.chkContentTypesCanInherit.TabIndex = 34;
            this.chkContentTypesCanInherit.Text = "Content Types can inherit from other custom content types";
            this.chkContentTypesCanInherit.UseVisualStyleBackColor = true;
            // 
            // lblMaxContentTypes
            // 
            this.lblMaxContentTypes.AutoSize = true;
            this.lblMaxContentTypes.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.lblMaxContentTypes.ForeColor = System.Drawing.Color.DarkSlateGray;
            this.lblMaxContentTypes.Location = new System.Drawing.Point(814, 217);
            this.lblMaxContentTypes.Name = "lblMaxContentTypes";
            this.lblMaxContentTypes.Size = new System.Drawing.Size(13, 15);
            this.lblMaxContentTypes.TabIndex = 35;
            this.lblMaxContentTypes.Text = "0";
            // 
            // lblSiteCols
            // 
            this.lblSiteCols.AutoSize = true;
            this.lblSiteCols.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.lblSiteCols.ForeColor = System.Drawing.Color.DarkSlateGray;
            this.lblSiteCols.Location = new System.Drawing.Point(814, 304);
            this.lblSiteCols.Name = "lblSiteCols";
            this.lblSiteCols.Size = new System.Drawing.Size(13, 15);
            this.lblSiteCols.TabIndex = 36;
            this.lblSiteCols.Text = "0";
            // 
            // frm09ContentTypes
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(921, 644);
            this.Controls.Add(this.lblSiteCols);
            this.Controls.Add(this.lblMaxContentTypes);
            this.Controls.Add(this.chkContentTypesCanInherit);
            this.Controls.Add(this.trackAddSiteColumns);
            this.Controls.Add(this.chkAddSiteColumns);
            this.Controls.Add(this.trackMaxNumberContentTypes);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.chkCreateSomeConentTypes);
            this.Controls.Add(this.ucSteps1);
            this.Name = "frm09ContentTypes";
            this.Text = "frm09ContentTypes";
            this.Controls.SetChildIndex(this.lblTitle, 0);
            this.Controls.SetChildIndex(this.lblDescription, 0);
            this.Controls.SetChildIndex(this.btnBack, 0);
            this.Controls.SetChildIndex(this.btnNext, 0);
            this.Controls.SetChildIndex(this.btnHelp, 0);
            this.Controls.SetChildIndex(this.btnClose, 0);
            this.Controls.SetChildIndex(this.ucSteps1, 0);
            this.Controls.SetChildIndex(this.chkCreateSomeConentTypes, 0);
            this.Controls.SetChildIndex(this.label5, 0);
            this.Controls.SetChildIndex(this.trackMaxNumberContentTypes, 0);
            this.Controls.SetChildIndex(this.chkAddSiteColumns, 0);
            this.Controls.SetChildIndex(this.trackAddSiteColumns, 0);
            this.Controls.SetChildIndex(this.chkContentTypesCanInherit, 0);
            this.Controls.SetChildIndex(this.lblMaxContentTypes, 0);
            this.Controls.SetChildIndex(this.lblSiteCols, 0);
            ((System.ComponentModel.ISupportInitialize)(this.trackMaxNumberContentTypes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackAddSiteColumns)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }