/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnCreate = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.pnlDisableWhileCreating = new System.Windows.Forms.Panel();
     this.usrSubgraphLevels = new Microsoft.NodeXL.ExcelTemplate.SubgraphLevelsControl();
     this.grpThumbnailSize = new System.Windows.Forms.GroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.nudThumbnailWidthPx = new System.Windows.Forms.NumericUpDown();
     this.nudThumbnailHeightPx = new System.Windows.Forms.NumericUpDown();
     this.chkSelectIncidentEdges = new System.Windows.Forms.CheckBox();
     this.chkSelectVertex = new System.Windows.Forms.CheckBox();
     this.pnlSaveToFolder = new System.Windows.Forms.Panel();
     this.usrImageFormat = new Microsoft.Research.CommunityTechnologies.AppLib.ImageFormatControl();
     this.usrFolder = new Microsoft.Research.CommunityTechnologies.AppLib.FolderPathControl();
     this.chkSaveToFolder = new System.Windows.Forms.CheckBox();
     this.lnkHelp = new System.Windows.Forms.LinkLabel();
     this.chkSelectedVerticesOnly = new System.Windows.Forms.CheckBox();
     this.chkInsertThumbnails = new System.Windows.Forms.CheckBox();
     this.lblStatus = new System.Windows.Forms.Label();
     this.pnlDisableWhileCreating.SuspendLayout();
     this.grpThumbnailSize.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudThumbnailWidthPx)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudThumbnailHeightPx)).BeginInit();
     this.pnlSaveToFolder.SuspendLayout();
     this.SuspendLayout();
     //
     // btnCreate
     //
     this.btnCreate.Location = new System.Drawing.Point(400, 429);
     this.btnCreate.Name = "btnCreate";
     this.btnCreate.Size = new System.Drawing.Size(75, 23);
     this.btnCreate.TabIndex = 1;
     this.btnCreate.Text = "[Set in code]";
     this.btnCreate.UseVisualStyleBackColor = true;
     this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
     //
     // btnClose
     //
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(481, 429);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 2;
     this.btnClose.Text = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     //
     // pnlDisableWhileCreating
     //
     this.pnlDisableWhileCreating.Controls.Add(this.usrSubgraphLevels);
     this.pnlDisableWhileCreating.Controls.Add(this.grpThumbnailSize);
     this.pnlDisableWhileCreating.Controls.Add(this.chkSelectIncidentEdges);
     this.pnlDisableWhileCreating.Controls.Add(this.chkSelectVertex);
     this.pnlDisableWhileCreating.Controls.Add(this.pnlSaveToFolder);
     this.pnlDisableWhileCreating.Controls.Add(this.chkSaveToFolder);
     this.pnlDisableWhileCreating.Controls.Add(this.lnkHelp);
     this.pnlDisableWhileCreating.Controls.Add(this.chkSelectedVerticesOnly);
     this.pnlDisableWhileCreating.Controls.Add(this.chkInsertThumbnails);
     this.pnlDisableWhileCreating.Location = new System.Drawing.Point(8, 5);
     this.pnlDisableWhileCreating.Name = "pnlDisableWhileCreating";
     this.pnlDisableWhileCreating.Size = new System.Drawing.Size(551, 414);
     this.pnlDisableWhileCreating.TabIndex = 0;
     //
     // usrSubgraphLevels
     //
     this.usrSubgraphLevels.Levels = new decimal(new int[] {
     10,
     0,
     0,
     65536});
     this.usrSubgraphLevels.Location = new System.Drawing.Point(3, 0);
     this.usrSubgraphLevels.Name = "usrSubgraphLevels";
     this.usrSubgraphLevels.Size = new System.Drawing.Size(319, 53);
     this.usrSubgraphLevels.TabIndex = 0;
     //
     // grpThumbnailSize
     //
     this.grpThumbnailSize.Controls.Add(this.label5);
     this.grpThumbnailSize.Controls.Add(this.label6);
     this.grpThumbnailSize.Controls.Add(this.nudThumbnailWidthPx);
     this.grpThumbnailSize.Controls.Add(this.nudThumbnailHeightPx);
     this.grpThumbnailSize.Location = new System.Drawing.Point(22, 242);
     this.grpThumbnailSize.Name = "grpThumbnailSize";
     this.grpThumbnailSize.Size = new System.Drawing.Size(169, 88);
     this.grpThumbnailSize.TabIndex = 5;
     this.grpThumbnailSize.TabStop = false;
     this.grpThumbnailSize.Text = "Thumbnail size (pixels)";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(13, 22);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(38, 13);
     this.label5.TabIndex = 0;
     this.label5.Text = "Wi&dth:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(13, 53);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(41, 13);
     this.label6.TabIndex = 2;
     this.label6.Text = "Hei&ght:";
     //
     // nudThumbnailWidthPx
     //
     this.nudThumbnailWidthPx.Location = new System.Drawing.Point(68, 22);
     this.nudThumbnailWidthPx.Maximum = new decimal(new int[] {
     300,
     0,
     0,
     0});
     this.nudThumbnailWidthPx.Minimum = new decimal(new int[] {
     20,
     0,
     0,
     0});
     this.nudThumbnailWidthPx.Name = "nudThumbnailWidthPx";
     this.nudThumbnailWidthPx.Size = new System.Drawing.Size(82, 20);
     this.nudThumbnailWidthPx.TabIndex = 1;
     this.nudThumbnailWidthPx.Value = new decimal(new int[] {
     50,
     0,
     0,
     0});
     //
     // nudThumbnailHeightPx
     //
     this.nudThumbnailHeightPx.Location = new System.Drawing.Point(68, 53);
     this.nudThumbnailHeightPx.Maximum = new decimal(new int[] {
     300,
     0,
     0,
     0});
     this.nudThumbnailHeightPx.Minimum = new decimal(new int[] {
     20,
     0,
     0,
     0});
     this.nudThumbnailHeightPx.Name = "nudThumbnailHeightPx";
     this.nudThumbnailHeightPx.Size = new System.Drawing.Size(82, 20);
     this.nudThumbnailHeightPx.TabIndex = 3;
     this.nudThumbnailHeightPx.Value = new decimal(new int[] {
     50,
     0,
     0,
     0});
     //
     // chkSelectIncidentEdges
     //
     this.chkSelectIncidentEdges.AutoSize = true;
     this.chkSelectIncidentEdges.Location = new System.Drawing.Point(3, 388);
     this.chkSelectIncidentEdges.Name = "chkSelectIncidentEdges";
     this.chkSelectIncidentEdges.Size = new System.Drawing.Size(311, 17);
     this.chkSelectIncidentEdges.TabIndex = 8;
     this.chkSelectIncidentEdges.Text = "In e&ach vertex\'s subgraph, select the vertex\'s incident edges";
     this.chkSelectIncidentEdges.UseVisualStyleBackColor = true;
     //
     // chkSelectVertex
     //
     this.chkSelectVertex.AutoSize = true;
     this.chkSelectVertex.Location = new System.Drawing.Point(3, 365);
     this.chkSelectVertex.Name = "chkSelectVertex";
     this.chkSelectVertex.Size = new System.Drawing.Size(232, 17);
     this.chkSelectVertex.TabIndex = 7;
     this.chkSelectVertex.Text = "I&n each vertex\'s subgraph, select the vertex";
     this.chkSelectVertex.UseVisualStyleBackColor = true;
     //
     // pnlSaveToFolder
     //
     this.pnlSaveToFolder.Controls.Add(this.usrImageFormat);
     this.pnlSaveToFolder.Controls.Add(this.usrFolder);
     this.pnlSaveToFolder.Enabled = false;
     this.pnlSaveToFolder.Location = new System.Drawing.Point(0, 87);
     this.pnlSaveToFolder.Name = "pnlSaveToFolder";
     this.pnlSaveToFolder.Size = new System.Drawing.Size(551, 123);
     this.pnlSaveToFolder.TabIndex = 3;
     //
     // usrImageFormat
     //
     this.usrImageFormat.ImageFormat = System.Drawing.Imaging.ImageFormat.Png;
     this.usrImageFormat.ImageSizePx = new System.Drawing.Size(400, 200);
     this.usrImageFormat.Location = new System.Drawing.Point(22, 34);
     this.usrImageFormat.Name = "usrImageFormat";
     this.usrImageFormat.Size = new System.Drawing.Size(282, 91);
     this.usrImageFormat.TabIndex = 1;
     //
     // usrFolder
     //
     this.usrFolder.BrowsePrompt = "Browse for the folder where the subgraph image files will be saved.";
     this.usrFolder.FolderPath = "";
     this.usrFolder.Location = new System.Drawing.Point(22, 4);
     this.usrFolder.Name = "usrFolder";
     this.usrFolder.Size = new System.Drawing.Size(526, 24);
     this.usrFolder.TabIndex = 0;
     //
     // chkSaveToFolder
     //
     this.chkSaveToFolder.AutoSize = true;
     this.chkSaveToFolder.Location = new System.Drawing.Point(3, 66);
     this.chkSaveToFolder.Name = "chkSaveToFolder";
     this.chkSaveToFolder.Size = new System.Drawing.Size(193, 17);
     this.chkSaveToFolder.TabIndex = 2;
     this.chkSaveToFolder.Text = "&Save subgraph image files in folder:";
     this.chkSaveToFolder.UseVisualStyleBackColor = true;
     this.chkSaveToFolder.CheckedChanged += new System.EventHandler(this.OnEventThatRequiresControlEnabling);
     //
     // lnkHelp
     //
     this.lnkHelp.Location = new System.Drawing.Point(353, 11);
     this.lnkHelp.Name = "lnkHelp";
     this.lnkHelp.Size = new System.Drawing.Size(195, 13);
     this.lnkHelp.TabIndex = 1;
     this.lnkHelp.TabStop = true;
     this.lnkHelp.Text = "How subgraph images are created";
     this.lnkHelp.TextAlign = System.Drawing.ContentAlignment.TopRight;
     this.lnkHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkHelp_LinkClicked);
     //
     // chkSelectedVerticesOnly
     //
     this.chkSelectedVerticesOnly.AutoSize = true;
     this.chkSelectedVerticesOnly.Location = new System.Drawing.Point(3, 342);
     this.chkSelectedVerticesOnly.Name = "chkSelectedVerticesOnly";
     this.chkSelectedVerticesOnly.Size = new System.Drawing.Size(260, 17);
     this.chkSelectedVerticesOnly.TabIndex = 6;
     this.chkSelectedVerticesOnly.Text = "&Create subgraph images for selected vertices only";
     this.chkSelectedVerticesOnly.UseVisualStyleBackColor = true;
     //
     // chkInsertThumbnails
     //
     this.chkInsertThumbnails.AutoSize = true;
     this.chkInsertThumbnails.Location = new System.Drawing.Point(3, 216);
     this.chkInsertThumbnails.Name = "chkInsertThumbnails";
     this.chkInsertThumbnails.Size = new System.Drawing.Size(349, 17);
     this.chkInsertThumbnails.TabIndex = 4;
     this.chkInsertThumbnails.Text = "&Insert subgraph thumbnails into the Vertices worksheet (can be slow)";
     this.chkInsertThumbnails.UseVisualStyleBackColor = true;
     this.chkInsertThumbnails.CheckedChanged += new System.EventHandler(this.OnEventThatRequiresControlEnabling);
     //
     // lblStatus
     //
     this.lblStatus.AutoEllipsis = true;
     this.lblStatus.Location = new System.Drawing.Point(11, 433);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(370, 13);
     this.lblStatus.TabIndex = 3;
     //
     // CreateSubgraphImagesDialog
     //
     this.AcceptButton = this.btnCreate;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(568, 465);
     this.Controls.Add(this.lblStatus);
     this.Controls.Add(this.pnlDisableWhileCreating);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnCreate);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "CreateSubgraphImagesDialog";
     this.Text = "Subgraph Images";
     this.pnlDisableWhileCreating.ResumeLayout(false);
     this.pnlDisableWhileCreating.PerformLayout();
     this.grpThumbnailSize.ResumeLayout(false);
     this.grpThumbnailSize.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudThumbnailWidthPx)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudThumbnailHeightPx)).EndInit();
     this.pnlSaveToFolder.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.radUseClickedVertexOnly = new System.Windows.Forms.RadioButton();
     this.radUseAllSelectedVertices = new System.Windows.Forms.RadioButton();
     this.cbxSelectConnectingEdges = new System.Windows.Forms.CheckBox();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnSelect = new System.Windows.Forms.Button();
     this.usrSubgraphLevels = new Microsoft.NodeXL.ExcelTemplate.SubgraphLevelsControl();
     this.lnkHelp = new Microsoft.NodeXL.ExcelTemplate.SubgraphLinkLabel();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radUseClickedVertexOnly);
     this.groupBox1.Controls.Add(this.radUseAllSelectedVertices);
     this.groupBox1.Location = new System.Drawing.Point(12, 9);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(205, 74);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Select subgraphs for these vertices";
     //
     // radUseClickedVertexOnly
     //
     this.radUseClickedVertexOnly.AutoSize = true;
     this.radUseClickedVertexOnly.Location = new System.Drawing.Point(13, 42);
     this.radUseClickedVertexOnly.Name = "radUseClickedVertexOnly";
     this.radUseClickedVertexOnly.Size = new System.Drawing.Size(135, 17);
     this.radUseClickedVertexOnly.TabIndex = 1;
     this.radUseClickedVertexOnly.TabStop = true;
     this.radUseClickedVertexOnly.Text = "The &clicked vertex only";
     this.radUseClickedVertexOnly.UseVisualStyleBackColor = true;
     //
     // radUseAllSelectedVertices
     //
     this.radUseAllSelectedVertices.AutoSize = true;
     this.radUseAllSelectedVertices.Location = new System.Drawing.Point(13, 19);
     this.radUseAllSelectedVertices.Name = "radUseAllSelectedVertices";
     this.radUseAllSelectedVertices.Size = new System.Drawing.Size(119, 17);
     this.radUseAllSelectedVertices.TabIndex = 0;
     this.radUseAllSelectedVertices.TabStop = true;
     this.radUseAllSelectedVertices.Text = "&All selected vertices";
     this.radUseAllSelectedVertices.UseVisualStyleBackColor = true;
     //
     // cbxSelectConnectingEdges
     //
     this.cbxSelectConnectingEdges.AutoSize = true;
     this.cbxSelectConnectingEdges.Location = new System.Drawing.Point(12, 148);
     this.cbxSelectConnectingEdges.Name = "cbxSelectConnectingEdges";
     this.cbxSelectConnectingEdges.Size = new System.Drawing.Size(162, 17);
     this.cbxSelectConnectingEdges.TabIndex = 3;
     this.cbxSelectConnectingEdges.Text = "&Select the connecting edges";
     this.cbxSelectConnectingEdges.UseVisualStyleBackColor = true;
     //
     // btnClose
     //
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(268, 179);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(71, 23);
     this.btnClose.TabIndex = 5;
     this.btnClose.Text = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     //
     // btnSelect
     //
     this.btnSelect.Location = new System.Drawing.Point(191, 179);
     this.btnSelect.Name = "btnSelect";
     this.btnSelect.Size = new System.Drawing.Size(71, 23);
     this.btnSelect.TabIndex = 4;
     this.btnSelect.Text = "Select";
     this.btnSelect.UseVisualStyleBackColor = true;
     this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
     //
     // usrSubgraphLevels
     //
     this.usrSubgraphLevels.Levels = new decimal(new int[] {
     10,
     0,
     0,
     65536});
     this.usrSubgraphLevels.Location = new System.Drawing.Point(12, 89);
     this.usrSubgraphLevels.Name = "usrSubgraphLevels";
     this.usrSubgraphLevels.Size = new System.Drawing.Size(319, 53);
     this.usrSubgraphLevels.TabIndex = 2;
     //
     // lnkHelp
     //
     this.lnkHelp.Location = new System.Drawing.Point(226, 9);
     this.lnkHelp.Name = "lnkHelp";
     this.lnkHelp.Size = new System.Drawing.Size(113, 23);
     this.lnkHelp.TabIndex = 1;
     this.lnkHelp.TabStop = true;
     this.lnkHelp.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // SelectSubgraphsDialog
     //
     this.AcceptButton = this.btnSelect;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(351, 214);
     this.Controls.Add(this.lnkHelp);
     this.Controls.Add(this.usrSubgraphLevels);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnSelect);
     this.Controls.Add(this.cbxSelectConnectingEdges);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "SelectSubgraphsDialog";
     this.Text = "Select Subgraphs";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }