Smrf.NodeXL.ExcelTemplate.MotifUserSettingsDialog.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(MotifUserSettingsDialog));
            this.btnOK = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.chkFan = new System.Windows.Forms.CheckBox();
            this.chkDConnector = new System.Windows.Forms.CheckBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.nudDConnectorMinimumAnchorVertices = new System.Windows.Forms.NumericUpDown();
            this.label2 = new System.Windows.Forms.Label();
            this.nudDConnectorMaximumAnchorVertices = new System.Windows.Forms.NumericUpDown();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.label3 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.pictureBox3 = new System.Windows.Forms.PictureBox();
            this.chkClique = new System.Windows.Forms.CheckBox();
            this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
            this.nudCliqueMinimumMemberVertices = new System.Windows.Forms.NumericUpDown();
            this.label5 = new System.Windows.Forms.Label();
            this.nudCliqueMaximumMemberVertices = new System.Windows.Forms.NumericUpDown();
            this.label6 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudDConnectorMinimumAnchorVertices)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudDConnectorMaximumAnchorVertices)).BeginInit();
            this.flowLayoutPanel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
            this.flowLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudCliqueMinimumMemberVertices)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudCliqueMaximumMemberVertices)).BeginInit();
            this.SuspendLayout();
            // 
            // btnOK
            // 
            this.btnOK.Location = new System.Drawing.Point(319, 366);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(80, 23);
            this.btnOK.TabIndex = 3;
            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(404, 366);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(80, 23);
            this.btnCancel.TabIndex = 4;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // chkFan
            // 
            this.chkFan.AutoSize = true;
            this.chkFan.Location = new System.Drawing.Point(198, 37);
            this.chkFan.Name = "chkFan";
            this.chkFan.Size = new System.Drawing.Size(117, 17);
            this.chkFan.TabIndex = 0;
            this.chkFan.Text = "Group by &fan motifs";
            this.chkFan.UseVisualStyleBackColor = true;
            // 
            // chkDConnector
            // 
            this.chkDConnector.AutoSize = true;
            this.chkDConnector.Location = new System.Drawing.Point(198, 25);
            this.chkDConnector.Name = "chkDConnector";
            this.chkDConnector.Size = new System.Drawing.Size(253, 17);
            this.chkDConnector.TabIndex = 0;
            this.chkDConnector.Text = "Group by &D-connector motifs that have between";
            this.chkDConnector.UseVisualStyleBackColor = true;
            this.chkDConnector.CheckedChanged += new System.EventHandler(this.OnEventThatRequiresControlEnabling);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(10, 19);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(176, 75);
            this.pictureBox1.TabIndex = 6;
            this.pictureBox1.TabStop = false;
            // 
            // pictureBox2
            // 
            this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
            this.pictureBox2.Location = new System.Drawing.Point(10, 19);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(176, 75);
            this.pictureBox2.TabIndex = 7;
            this.pictureBox2.TabStop = false;
            // 
            // nudDConnectorMinimumAnchorVertices
            // 
            this.nudDConnectorMinimumAnchorVertices.Location = new System.Drawing.Point(3, 3);
            this.nudDConnectorMinimumAnchorVertices.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.nudDConnectorMinimumAnchorVertices.Minimum = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.nudDConnectorMinimumAnchorVertices.Name = "nudDConnectorMinimumAnchorVertices";
            this.nudDConnectorMinimumAnchorVertices.Size = new System.Drawing.Size(52, 20);
            this.nudDConnectorMinimumAnchorVertices.TabIndex = 0;
            this.nudDConnectorMinimumAnchorVertices.ThousandsSeparator = true;
            this.nudDConnectorMinimumAnchorVertices.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(61, 5);
            this.label2.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(25, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "and";
            // 
            // nudDConnectorMaximumAnchorVertices
            // 
            this.nudDConnectorMaximumAnchorVertices.Location = new System.Drawing.Point(92, 3);
            this.nudDConnectorMaximumAnchorVertices.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.nudDConnectorMaximumAnchorVertices.Minimum = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.nudDConnectorMaximumAnchorVertices.Name = "nudDConnectorMaximumAnchorVertices";
            this.nudDConnectorMaximumAnchorVertices.Size = new System.Drawing.Size(52, 20);
            this.nudDConnectorMaximumAnchorVertices.TabIndex = 2;
            this.nudDConnectorMaximumAnchorVertices.ThousandsSeparator = true;
            this.nudDConnectorMaximumAnchorVertices.Value = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.nudDConnectorMinimumAnchorVertices);
            this.flowLayoutPanel1.Controls.Add(this.label2);
            this.flowLayoutPanel1.Controls.Add(this.nudDConnectorMaximumAnchorVertices);
            this.flowLayoutPanel1.Controls.Add(this.label3);
            this.flowLayoutPanel1.Location = new System.Drawing.Point(215, 46);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(243, 33);
            this.flowLayoutPanel1.TabIndex = 1;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(150, 5);
            this.label3.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(80, 13);
            this.label3.TabIndex = 3;
            this.label3.Text = "anchor vertices";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(215, 82);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(203, 13);
            this.label1.TabIndex = 2;
            this.label1.Text = "(Anchor vertices are shown here in black)";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.pictureBox2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.chkDConnector);
            this.groupBox1.Controls.Add(this.flowLayoutPanel1);
            this.groupBox1.Location = new System.Drawing.Point(12, 129);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(472, 111);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.SystemColors.Control;
            this.groupBox2.Controls.Add(this.pictureBox1);
            this.groupBox2.Controls.Add(this.chkFan);
            this.groupBox2.Location = new System.Drawing.Point(12, 12);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(472, 111);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.pictureBox3);
            this.groupBox3.Controls.Add(this.chkClique);
            this.groupBox3.Controls.Add(this.flowLayoutPanel2);
            this.groupBox3.Location = new System.Drawing.Point(12, 246);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(472, 111);
            this.groupBox3.TabIndex = 2;
            this.groupBox3.TabStop = false;
            // 
            // pictureBox3
            // 
            this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
            this.pictureBox3.Location = new System.Drawing.Point(10, 19);
            this.pictureBox3.Name = "pictureBox3";
            this.pictureBox3.Size = new System.Drawing.Size(176, 75);
            this.pictureBox3.TabIndex = 7;
            this.pictureBox3.TabStop = false;
            // 
            // chkClique
            // 
            this.chkClique.AutoSize = true;
            this.chkClique.Location = new System.Drawing.Point(198, 25);
            this.chkClique.Name = "chkClique";
            this.chkClique.Size = new System.Drawing.Size(222, 17);
            this.chkClique.TabIndex = 0;
            this.chkClique.Text = "Group by &clique motifs that have between";
            this.chkClique.UseVisualStyleBackColor = true;
            this.chkClique.CheckedChanged += new System.EventHandler(this.OnEventThatRequiresControlEnabling);
            // 
            // flowLayoutPanel2
            // 
            this.flowLayoutPanel2.Controls.Add(this.nudCliqueMinimumMemberVertices);
            this.flowLayoutPanel2.Controls.Add(this.label5);
            this.flowLayoutPanel2.Controls.Add(this.nudCliqueMaximumMemberVertices);
            this.flowLayoutPanel2.Controls.Add(this.label6);
            this.flowLayoutPanel2.Location = new System.Drawing.Point(215, 46);
            this.flowLayoutPanel2.Name = "flowLayoutPanel2";
            this.flowLayoutPanel2.Size = new System.Drawing.Size(243, 33);
            this.flowLayoutPanel2.TabIndex = 1;
            // 
            // nudCliqueMinimumMemberVertices
            // 
            this.nudCliqueMinimumMemberVertices.Location = new System.Drawing.Point(3, 3);
            this.nudCliqueMinimumMemberVertices.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.nudCliqueMinimumMemberVertices.Minimum = new decimal(new int[] {
            4,
            0,
            0,
            0});
            this.nudCliqueMinimumMemberVertices.Name = "nudCliqueMinimumMemberVertices";
            this.nudCliqueMinimumMemberVertices.Size = new System.Drawing.Size(52, 20);
            this.nudCliqueMinimumMemberVertices.TabIndex = 0;
            this.nudCliqueMinimumMemberVertices.ThousandsSeparator = true;
            this.nudCliqueMinimumMemberVertices.Value = new decimal(new int[] {
            4,
            0,
            0,
            0});
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(61, 5);
            this.label5.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(25, 13);
            this.label5.TabIndex = 1;
            this.label5.Text = "and";
            // 
            // nudCliqueMaximumMemberVertices
            // 
            this.nudCliqueMaximumMemberVertices.Location = new System.Drawing.Point(92, 3);
            this.nudCliqueMaximumMemberVertices.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.nudCliqueMaximumMemberVertices.Minimum = new decimal(new int[] {
            4,
            0,
            0,
            0});
            this.nudCliqueMaximumMemberVertices.Name = "nudCliqueMaximumMemberVertices";
            this.nudCliqueMaximumMemberVertices.Size = new System.Drawing.Size(52, 20);
            this.nudCliqueMaximumMemberVertices.TabIndex = 2;
            this.nudCliqueMaximumMemberVertices.ThousandsSeparator = true;
            this.nudCliqueMaximumMemberVertices.Value = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(150, 5);
            this.label6.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(84, 13);
            this.label6.TabIndex = 3;
            this.label6.Text = "member vertices";
            // 
            // MotifUserSettingsDialog
            // 
            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(500, 400);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            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 = "MotifUserSettingsDialog";
            this.Text = "Group by Motif";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudDConnectorMinimumAnchorVertices)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudDConnectorMaximumAnchorVertices)).EndInit();
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
            this.flowLayoutPanel2.ResumeLayout(false);
            this.flowLayoutPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudCliqueMinimumMemberVertices)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudCliqueMaximumMemberVertices)).EndInit();
            this.ResumeLayout(false);

        }