Smrf.NodeXL.ExcelTemplate.LabelUserSettingsDialog.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.btnOK = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnFont = new System.Windows.Forms.Button();
            this.lblWrapNarrow = new System.Windows.Forms.Label();
            this.lblWrapWide = new System.Windows.Forms.Label();
            this.tbVertexLabelWrapMaxTextWidth = new System.Windows.Forms.TrackBar();
            this.chkVertexLabelWrapText = new System.Windows.Forms.CheckBox();
            this.usrVertexLabelMaximumLength = new Smrf.NodeXL.ExcelTemplate.MaximumLabelLengthControl();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.cbxVertexLabelPosition = new Smrf.NodeXL.ExcelTemplate.VertexLabelPositionComboBox();
            this.usrVertexLabelFillColor = new Smrf.AppLib.ColorPicker();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label3 = new System.Windows.Forms.Label();
            this.usrEdgeLabelTextColor = new Smrf.AppLib.ColorPicker();
            this.usrEdgeLabelMaximumLength = new Smrf.NodeXL.ExcelTemplate.MaximumLabelLengthControl();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.cbxGroupLabelPosition = new Smrf.NodeXL.ExcelTemplate.VertexLabelPositionComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.lblEdgeAlpha = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.nudGroupLabelTextAlpha = new System.Windows.Forms.NumericUpDown();
            this.usrGroupLabelTextColor = new Smrf.AppLib.ColorPicker();
            this.label4 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.tbVertexLabelWrapMaxTextWidth)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudGroupLabelTextAlpha)).BeginInit();
            this.SuspendLayout();
            // 
            // btnOK
            // 
            this.btnOK.Location = new System.Drawing.Point(506, 352);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(80, 23);
            this.btnOK.TabIndex = 4;
            this.btnOK.Text = "OK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(592, 352);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(80, 23);
            this.btnCancel.TabIndex = 5;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // btnFont
            // 
            this.btnFont.Location = new System.Drawing.Point(14, 352);
            this.btnFont.Name = "btnFont";
            this.btnFont.Size = new System.Drawing.Size(85, 23);
            this.btnFont.TabIndex = 3;
            this.btnFont.Text = "F&ont...";
            this.btnFont.UseVisualStyleBackColor = true;
            this.btnFont.Click += new System.EventHandler(this.btnFont_Click);
            // 
            // lblWrapNarrow
            // 
            this.lblWrapNarrow.AutoSize = true;
            this.lblWrapNarrow.Location = new System.Drawing.Point(28, 153);
            this.lblWrapNarrow.Name = "lblWrapNarrow";
            this.lblWrapNarrow.Size = new System.Drawing.Size(62, 13);
            this.lblWrapNarrow.TabIndex = 3;
            this.lblWrapNarrow.Text = "Narrow Box";
            // 
            // lblWrapWide
            // 
            this.lblWrapWide.AutoSize = true;
            this.lblWrapWide.Location = new System.Drawing.Point(126, 153);
            this.lblWrapWide.Name = "lblWrapWide";
            this.lblWrapWide.Size = new System.Drawing.Size(53, 13);
            this.lblWrapWide.TabIndex = 4;
            this.lblWrapWide.Text = "Wide Box";
            this.lblWrapWide.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // tbVertexLabelWrapMaxTextWidth
            // 
            this.tbVertexLabelWrapMaxTextWidth.LargeChange = 100;
            this.tbVertexLabelWrapMaxTextWidth.Location = new System.Drawing.Point(31, 105);
            this.tbVertexLabelWrapMaxTextWidth.Maximum = 550;
            this.tbVertexLabelWrapMaxTextWidth.Minimum = 50;
            this.tbVertexLabelWrapMaxTextWidth.Name = "tbVertexLabelWrapMaxTextWidth";
            this.tbVertexLabelWrapMaxTextWidth.Size = new System.Drawing.Size(148, 45);
            this.tbVertexLabelWrapMaxTextWidth.SmallChange = 50;
            this.tbVertexLabelWrapMaxTextWidth.TabIndex = 2;
            this.tbVertexLabelWrapMaxTextWidth.TickFrequency = 50;
            this.tbVertexLabelWrapMaxTextWidth.Value = 50;
            // 
            // chkVertexLabelWrapText
            // 
            this.chkVertexLabelWrapText.AutoSize = true;
            this.chkVertexLabelWrapText.Location = new System.Drawing.Point(12, 80);
            this.chkVertexLabelWrapText.Name = "chkVertexLabelWrapText";
            this.chkVertexLabelWrapText.Size = new System.Drawing.Size(72, 17);
            this.chkVertexLabelWrapText.TabIndex = 1;
            this.chkVertexLabelWrapText.Text = "&Wrap text";
            this.chkVertexLabelWrapText.UseVisualStyleBackColor = true;
            this.chkVertexLabelWrapText.CheckedChanged += new System.EventHandler(this.chkVertexLabelWrapText_CheckedChanged);
            // 
            // usrVertexLabelMaximumLength
            // 
            this.usrVertexLabelMaximumLength.Location = new System.Drawing.Point(12, 23);
            this.usrVertexLabelMaximumLength.Name = "usrVertexLabelMaximumLength";
            this.usrVertexLabelMaximumLength.Size = new System.Drawing.Size(183, 52);
            this.usrVertexLabelMaximumLength.TabIndex = 0;
            this.usrVertexLabelMaximumLength.Value = 2147483647;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 23);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(47, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "&Position:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(15, 29);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(48, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "&Fill color:";
            // 
            // cbxVertexLabelPosition
            // 
            this.cbxVertexLabelPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxVertexLabelPosition.FormattingEnabled = true;
            this.cbxVertexLabelPosition.Location = new System.Drawing.Point(65, 20);
            this.cbxVertexLabelPosition.Name = "cbxVertexLabelPosition";
            this.cbxVertexLabelPosition.Size = new System.Drawing.Size(118, 21);
            this.cbxVertexLabelPosition.TabIndex = 1;
            // 
            // usrVertexLabelFillColor
            // 
            this.usrVertexLabelFillColor.Color = System.Drawing.Color.White;
            this.usrVertexLabelFillColor.Location = new System.Drawing.Point(83, 20);
            this.usrVertexLabelFillColor.Name = "usrVertexLabelFillColor";
            this.usrVertexLabelFillColor.ShowButton = true;
            this.usrVertexLabelFillColor.Size = new System.Drawing.Size(64, 32);
            this.usrVertexLabelFillColor.TabIndex = 1;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.usrEdgeLabelTextColor);
            this.groupBox1.Controls.Add(this.usrEdgeLabelMaximumLength);
            this.groupBox1.Location = new System.Drawing.Point(14, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(200, 330);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Edge labels";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(9, 84);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(57, 13);
            this.label3.TabIndex = 1;
            this.label3.Text = "Te&xt color:";
            // 
            // usrEdgeLabelTextColor
            // 
            this.usrEdgeLabelTextColor.Color = System.Drawing.Color.White;
            this.usrEdgeLabelTextColor.Location = new System.Drawing.Point(77, 75);
            this.usrEdgeLabelTextColor.Name = "usrEdgeLabelTextColor";
            this.usrEdgeLabelTextColor.ShowButton = true;
            this.usrEdgeLabelTextColor.Size = new System.Drawing.Size(64, 32);
            this.usrEdgeLabelTextColor.TabIndex = 2;
            // 
            // usrEdgeLabelMaximumLength
            // 
            this.usrEdgeLabelMaximumLength.Location = new System.Drawing.Point(12, 23);
            this.usrEdgeLabelMaximumLength.Name = "usrEdgeLabelMaximumLength";
            this.usrEdgeLabelMaximumLength.Size = new System.Drawing.Size(183, 52);
            this.usrEdgeLabelMaximumLength.TabIndex = 0;
            this.usrEdgeLabelMaximumLength.Value = 2147483647;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.lblWrapNarrow);
            this.groupBox2.Controls.Add(this.groupBox5);
            this.groupBox2.Controls.Add(this.groupBox4);
            this.groupBox2.Controls.Add(this.chkVertexLabelWrapText);
            this.groupBox2.Controls.Add(this.usrVertexLabelMaximumLength);
            this.groupBox2.Controls.Add(this.lblWrapWide);
            this.groupBox2.Controls.Add(this.tbVertexLabelWrapMaxTextWidth);
            this.groupBox2.Location = new System.Drawing.Point(224, 12);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(226, 330);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Vertex labels";
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.cbxVertexLabelPosition);
            this.groupBox5.Controls.Add(this.label2);
            this.groupBox5.Location = new System.Drawing.Point(12, 183);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(201, 58);
            this.groupBox5.TabIndex = 5;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Label annotations";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.label1);
            this.groupBox4.Controls.Add(this.usrVertexLabelFillColor);
            this.groupBox4.Location = new System.Drawing.Point(12, 249);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(201, 64);
            this.groupBox4.TabIndex = 6;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Label shapes";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.cbxGroupLabelPosition);
            this.groupBox3.Controls.Add(this.label5);
            this.groupBox3.Controls.Add(this.lblEdgeAlpha);
            this.groupBox3.Controls.Add(this.label12);
            this.groupBox3.Controls.Add(this.nudGroupLabelTextAlpha);
            this.groupBox3.Controls.Add(this.usrGroupLabelTextColor);
            this.groupBox3.Controls.Add(this.label4);
            this.groupBox3.Location = new System.Drawing.Point(460, 12);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(212, 330);
            this.groupBox3.TabIndex = 2;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Group box labels";
            // 
            // cbxGroupLabelPosition
            // 
            this.cbxGroupLabelPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxGroupLabelPosition.FormattingEnabled = true;
            this.cbxGroupLabelPosition.Location = new System.Drawing.Point(79, 84);
            this.cbxGroupLabelPosition.Name = "cbxGroupLabelPosition";
            this.cbxGroupLabelPosition.Size = new System.Drawing.Size(118, 21);
            this.cbxGroupLabelPosition.TabIndex = 6;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(9, 87);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(47, 13);
            this.label5.TabIndex = 5;
            this.label5.Text = "Po&sition:";
            // 
            // lblEdgeAlpha
            // 
            this.lblEdgeAlpha.AutoSize = true;
            this.lblEdgeAlpha.Location = new System.Drawing.Point(138, 56);
            this.lblEdgeAlpha.Name = "lblEdgeAlpha";
            this.lblEdgeAlpha.Size = new System.Drawing.Size(15, 13);
            this.lblEdgeAlpha.TabIndex = 4;
            this.lblEdgeAlpha.Text = "%";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(9, 56);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(46, 13);
            this.label12.TabIndex = 2;
            this.label12.Text = "Opacit&y:";
            // 
            // nudGroupLabelTextAlpha
            // 
            this.nudGroupLabelTextAlpha.Location = new System.Drawing.Point(79, 54);
            this.nudGroupLabelTextAlpha.Name = "nudGroupLabelTextAlpha";
            this.nudGroupLabelTextAlpha.Size = new System.Drawing.Size(56, 20);
            this.nudGroupLabelTextAlpha.TabIndex = 3;
            // 
            // usrGroupLabelTextColor
            // 
            this.usrGroupLabelTextColor.Color = System.Drawing.Color.White;
            this.usrGroupLabelTextColor.Location = new System.Drawing.Point(77, 16);
            this.usrGroupLabelTextColor.Name = "usrGroupLabelTextColor";
            this.usrGroupLabelTextColor.ShowButton = true;
            this.usrGroupLabelTextColor.Size = new System.Drawing.Size(64, 32);
            this.usrGroupLabelTextColor.TabIndex = 1;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(9, 25);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(57, 13);
            this.label4.TabIndex = 0;
            this.label4.Text = "T&ext color:";
            // 
            // LabelUserSettingsDialog
            // 
            this.AcceptButton = this.btnOK;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(686, 388);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.btnFont);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "LabelUserSettingsDialog";
            this.Text = "Label Options";
            ((System.ComponentModel.ISupportInitialize)(this.tbVertexLabelWrapMaxTextWidth)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudGroupLabelTextAlpha)).EndInit();
            this.ResumeLayout(false);

        }