#region License Information
/* HeuristicLab
* Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
*
* This file is part of HeuristicLab.
*
* HeuristicLab is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HeuristicLab is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HeuristicLab. If not, see .
*/
#endregion
namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
partial class SymbolicDataAnalysisGenealogyGraphView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.navigateRightButton = new System.Windows.Forms.Button();
this.navigateLeftButton = new System.Windows.Forms.Button();
this.nodeDegreeLabel = new System.Windows.Forms.Label();
this.nodeDegreeLabelLabel = new System.Windows.Forms.Label();
this.nodeRankLabel = new System.Windows.Forms.Label();
this.nodeRankLabelLabel = new System.Windows.Forms.Label();
this.nodeQualityLabel = new System.Windows.Forms.Label();
this.nodeQualityLabelLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer
//
//
// genealogyGraphChart
//
this.genealogyGraphChart.Size = new System.Drawing.Size(692, 697);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.navigateRightButton);
this.groupBox1.Controls.Add(this.navigateLeftButton);
this.groupBox1.Controls.Add(this.nodeDegreeLabel);
this.groupBox1.Controls.Add(this.nodeDegreeLabelLabel);
this.groupBox1.Controls.Add(this.nodeRankLabel);
this.groupBox1.Controls.Add(this.nodeRankLabelLabel);
this.groupBox1.Controls.Add(this.nodeQualityLabel);
this.groupBox1.Controls.Add(this.nodeQualityLabelLabel);
this.groupBox1.Location = new System.Drawing.Point(420, 4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(624, 44);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Current Node";
//
// navigateRightButton
//
this.navigateRightButton.Image = global::HeuristicLab.Problems.DataAnalysis.Symbolic.Views.Properties.Resources.LargeLeftDiagonal_235;
this.navigateRightButton.Location = new System.Drawing.Point(309, 15);
this.navigateRightButton.Name = "navigateRightButton";
this.navigateRightButton.Size = new System.Drawing.Size(22, 22);
this.navigateRightButton.TabIndex = 6;
this.navigateRightButton.UseVisualStyleBackColor = true;
this.navigateRightButton.Click += new System.EventHandler(this.navigateRightButton_Click);
//
// navigateLeftButton
//
this.navigateLeftButton.Image = global::HeuristicLab.Problems.DataAnalysis.Symbolic.Views.Properties.Resources.LargeRightDiagonal_238;
this.navigateLeftButton.Location = new System.Drawing.Point(281, 15);
this.navigateLeftButton.Name = "navigateLeftButton";
this.navigateLeftButton.Size = new System.Drawing.Size(22, 22);
this.navigateLeftButton.TabIndex = 6;
this.navigateLeftButton.UseVisualStyleBackColor = true;
this.navigateLeftButton.Click += new System.EventHandler(this.navigateLeftButton_Click);
//
// nodeDegreeLabel
//
this.nodeDegreeLabel.AutoSize = true;
this.nodeDegreeLabel.Location = new System.Drawing.Point(235, 20);
this.nodeDegreeLabel.Name = "nodeDegreeLabel";
this.nodeDegreeLabel.Size = new System.Drawing.Size(0, 13);
this.nodeDegreeLabel.TabIndex = 5;
//
// nodeDegreeLabelLabel
//
this.nodeDegreeLabelLabel.AutoSize = true;
this.nodeDegreeLabelLabel.Location = new System.Drawing.Point(192, 20);
this.nodeDegreeLabelLabel.Name = "nodeDegreeLabelLabel";
this.nodeDegreeLabelLabel.Size = new System.Drawing.Size(45, 13);
this.nodeDegreeLabelLabel.TabIndex = 4;
this.nodeDegreeLabelLabel.Text = "Degree:";
//
// nodeRankLabel
//
this.nodeRankLabel.AutoSize = true;
this.nodeRankLabel.Location = new System.Drawing.Point(138, 20);
this.nodeRankLabel.Name = "nodeRankLabel";
this.nodeRankLabel.Size = new System.Drawing.Size(0, 13);
this.nodeRankLabel.TabIndex = 3;
//
// nodeRankLabelLabel
//
this.nodeRankLabelLabel.AutoSize = true;
this.nodeRankLabelLabel.Location = new System.Drawing.Point(96, 20);
this.nodeRankLabelLabel.Name = "nodeRankLabelLabel";
this.nodeRankLabelLabel.Size = new System.Drawing.Size(36, 13);
this.nodeRankLabelLabel.TabIndex = 2;
this.nodeRankLabelLabel.Text = "Rank:";
//
// nodeQualityLabel
//
this.nodeQualityLabel.AutoSize = true;
this.nodeQualityLabel.Location = new System.Drawing.Point(54, 20);
this.nodeQualityLabel.Name = "nodeQualityLabel";
this.nodeQualityLabel.Size = new System.Drawing.Size(0, 13);
this.nodeQualityLabel.TabIndex = 1;
//
// nodeQualityLabelLabel
//
this.nodeQualityLabelLabel.AutoSize = true;
this.nodeQualityLabelLabel.Location = new System.Drawing.Point(6, 20);
this.nodeQualityLabelLabel.Name = "nodeQualityLabelLabel";
this.nodeQualityLabelLabel.Size = new System.Drawing.Size(42, 13);
this.nodeQualityLabelLabel.TabIndex = 0;
this.nodeQualityLabelLabel.Text = "Quality:";
//
// SymbolicDataAnalysisGenealogyGraphView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1);
this.Name = "SymbolicDataAnalysisGenealogyGraphView";
this.Size = new System.Drawing.Size(1247, 755);
this.Controls.SetChildIndex(this.splitContainer, 0);
this.Controls.SetChildIndex(this.groupBox1, 0);
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label nodeQualityLabelLabel;
private System.Windows.Forms.Label nodeQualityLabel;
private System.Windows.Forms.Label nodeRankLabelLabel;
private System.Windows.Forms.Label nodeRankLabel;
private System.Windows.Forms.Label nodeDegreeLabel;
private System.Windows.Forms.Label nodeDegreeLabelLabel;
private System.Windows.Forms.Button navigateRightButton;
private System.Windows.Forms.Button navigateLeftButton;
}
}