using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views;
namespace HeuristicLab.EvolutionaryTracking.Views {
partial class GenealogyGraphView {
///
/// 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.components = new System.ComponentModel.Container();
this.splitContainer = new System.Windows.Forms.SplitContainer();
this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
this.topControlBox = new System.Windows.Forms.Panel();
this.graphControlsGroupBox = new System.Windows.Forms.GroupBox();
this.lockGenealogyCheckBox = new System.Windows.Forms.CheckBox();
this.highlightAllButton = new System.Windows.Forms.Button();
this.simpleLineagesCheckBox = new System.Windows.Forms.CheckBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.matchConstantsCheckBox = new System.Windows.Forms.CheckBox();
this.matchVariableWeightsCheckBox = new System.Windows.Forms.CheckBox();
this.matchVariableNamesCheckBox = new System.Windows.Forms.CheckBox();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.genealogyGraphChart = new HeuristicLab.EvolutionaryTracking.Views.GenealogyGraphChart();
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.topControlBox.SuspendLayout();
this.graphControlsGroupBox.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer
//
this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.splitContainer.Location = new System.Drawing.Point(3, 53);
this.splitContainer.Name = "splitContainer";
//
// splitContainer.Panel1
//
this.splitContainer.Panel1.Controls.Add(this.genealogyGraphChart);
this.splitContainer.Panel1MinSize = 50;
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.symbolicExpressionTreeChart);
this.splitContainer.Panel2MinSize = 50;
this.splitContainer.Size = new System.Drawing.Size(1066, 722);
this.splitContainer.SplitterDistance = 488;
this.splitContainer.TabIndex = 7;
//
// symbolicExpressionTreeChart
//
this.symbolicExpressionTreeChart.BackgroundColor = System.Drawing.Color.White;
this.symbolicExpressionTreeChart.Dock = System.Windows.Forms.DockStyle.Fill;
this.symbolicExpressionTreeChart.LineColor = System.Drawing.Color.Black;
this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(0, 0);
this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(572, 720);
this.symbolicExpressionTreeChart.Spacing = 5;
this.symbolicExpressionTreeChart.SuspendRepaint = false;
this.symbolicExpressionTreeChart.TabIndex = 2;
this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
this.symbolicExpressionTreeChart.Tree = null;
//
// topControlBox
//
this.topControlBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.topControlBox.Controls.Add(this.graphControlsGroupBox);
this.topControlBox.Location = new System.Drawing.Point(3, 3);
this.topControlBox.Name = "topControlBox";
this.topControlBox.Size = new System.Drawing.Size(1066, 44);
this.topControlBox.TabIndex = 6;
//
// graphControlsGroupBox
//
this.graphControlsGroupBox.Controls.Add(this.lockGenealogyCheckBox);
this.graphControlsGroupBox.Controls.Add(this.highlightAllButton);
this.graphControlsGroupBox.Controls.Add(this.simpleLineagesCheckBox);
this.graphControlsGroupBox.Location = new System.Drawing.Point(1, -2);
this.graphControlsGroupBox.Name = "graphControlsGroupBox";
this.graphControlsGroupBox.Size = new System.Drawing.Size(98, 44);
this.graphControlsGroupBox.TabIndex = 11;
this.graphControlsGroupBox.TabStop = false;
this.graphControlsGroupBox.Text = "Graph controls";
//
// lockGenealogyCheckBox
//
this.lockGenealogyCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
this.lockGenealogyCheckBox.Location = new System.Drawing.Point(66, 14);
this.lockGenealogyCheckBox.Name = "lockGenealogyCheckBox";
this.lockGenealogyCheckBox.Size = new System.Drawing.Size(24, 24);
this.lockGenealogyCheckBox.TabIndex = 17;
this.toolTip.SetToolTip(this.lockGenealogyCheckBox, "Lock genealogy");
this.lockGenealogyCheckBox.UseVisualStyleBackColor = true;
this.lockGenealogyCheckBox.CheckedChanged += new System.EventHandler(this.lockGenealogyCheckBox_CheckedChanged);
//
// highlightAllButton
//
this.highlightAllButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.highlightAllButton.Location = new System.Drawing.Point(6, 14);
this.highlightAllButton.Name = "highlightAllButton";
this.highlightAllButton.Size = new System.Drawing.Size(24, 24);
this.highlightAllButton.TabIndex = 13;
this.toolTip.SetToolTip(this.highlightAllButton, "Fitness gradient");
this.highlightAllButton.UseVisualStyleBackColor = true;
this.highlightAllButton.Click += new System.EventHandler(this.highlightAllButton_Click);
//
// simpleLineagesCheckBox
//
this.simpleLineagesCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
this.simpleLineagesCheckBox.Location = new System.Drawing.Point(36, 14);
this.simpleLineagesCheckBox.Name = "simpleLineagesCheckBox";
this.simpleLineagesCheckBox.Size = new System.Drawing.Size(24, 24);
this.simpleLineagesCheckBox.TabIndex = 12;
this.toolTip.SetToolTip(this.simpleLineagesCheckBox, "Simple lineages");
this.simpleLineagesCheckBox.UseVisualStyleBackColor = true;
this.simpleLineagesCheckBox.CheckedChanged += new System.EventHandler(this.simpleLineagesCheckBox_CheckedChanged);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.matchConstantsCheckBox);
this.groupBox1.Controls.Add(this.matchVariableWeightsCheckBox);
this.groupBox1.Controls.Add(this.matchVariableNamesCheckBox);
this.groupBox1.Location = new System.Drawing.Point(104, 1);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(325, 44);
this.groupBox1.TabIndex = 12;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Matching constraints";
//
// matchConstantsCheckBox
//
this.matchConstantsCheckBox.AutoSize = true;
this.matchConstantsCheckBox.Checked = true;
this.matchConstantsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.matchConstantsCheckBox.Location = new System.Drawing.Point(6, 19);
this.matchConstantsCheckBox.Name = "matchConstantsCheckBox";
this.matchConstantsCheckBox.Size = new System.Drawing.Size(102, 17);
this.matchConstantsCheckBox.TabIndex = 5;
this.matchConstantsCheckBox.Text = "Constant values";
this.matchConstantsCheckBox.UseVisualStyleBackColor = true;
this.matchConstantsCheckBox.CheckedChanged += new System.EventHandler(this.matchConstantsCheckBox_CheckedChanged);
//
// matchVariableWeightsCheckBox
//
this.matchVariableWeightsCheckBox.AutoSize = true;
this.matchVariableWeightsCheckBox.Checked = true;
this.matchVariableWeightsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.matchVariableWeightsCheckBox.Location = new System.Drawing.Point(114, 19);
this.matchVariableWeightsCheckBox.Name = "matchVariableWeightsCheckBox";
this.matchVariableWeightsCheckBox.Size = new System.Drawing.Size(103, 17);
this.matchVariableWeightsCheckBox.TabIndex = 6;
this.matchVariableWeightsCheckBox.Text = "Variable weights";
this.matchVariableWeightsCheckBox.UseVisualStyleBackColor = true;
this.matchVariableWeightsCheckBox.CheckedChanged += new System.EventHandler(this.matchVariableWeightsCheckBox_CheckedChanged);
//
// matchVariableNamesCheckBox
//
this.matchVariableNamesCheckBox.AutoSize = true;
this.matchVariableNamesCheckBox.Checked = true;
this.matchVariableNamesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.matchVariableNamesCheckBox.Location = new System.Drawing.Point(223, 19);
this.matchVariableNamesCheckBox.Name = "matchVariableNamesCheckBox";
this.matchVariableNamesCheckBox.Size = new System.Drawing.Size(98, 17);
this.matchVariableNamesCheckBox.TabIndex = 7;
this.matchVariableNamesCheckBox.Text = "Variable names";
this.matchVariableNamesCheckBox.UseVisualStyleBackColor = true;
this.matchVariableNamesCheckBox.CheckedChanged += new System.EventHandler(this.matchVariableNamesCheckBox_CheckedChanged);
//
// genealogyGraphChart
//
this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
this.genealogyGraphChart.Dock = System.Windows.Forms.DockStyle.Fill;
this.genealogyGraphChart.Location = new System.Drawing.Point(0, 0);
this.genealogyGraphChart.LockGenealogy = false;
this.genealogyGraphChart.Name = "genealogyGraphChart";
this.genealogyGraphChart.ScaleOnResize = true;
this.genealogyGraphChart.SimpleLineages = false;
this.genealogyGraphChart.Size = new System.Drawing.Size(486, 720);
this.genealogyGraphChart.TabIndex = 2;
//
// GenealogyGraphView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.splitContainer);
this.Controls.Add(this.topControlBox);
this.Name = "GenealogyGraphView";
this.Size = new System.Drawing.Size(1072, 778);
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
this.topControlBox.ResumeLayout(false);
this.graphControlsGroupBox.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer;
private SymbolicExpressionTreeChart symbolicExpressionTreeChart;
private GenealogyGraphChart genealogyGraphChart;
private System.Windows.Forms.ToolTip toolTip;
private System.Windows.Forms.Panel topControlBox;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox matchConstantsCheckBox;
private System.Windows.Forms.CheckBox matchVariableWeightsCheckBox;
private System.Windows.Forms.CheckBox matchVariableNamesCheckBox;
private System.Windows.Forms.GroupBox graphControlsGroupBox;
private System.Windows.Forms.Button highlightAllButton;
private System.Windows.Forms.CheckBox simpleLineagesCheckBox;
private System.Windows.Forms.CheckBox lockGenealogyCheckBox;
}
}