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.mainTableLayout = new System.Windows.Forms.TableLayoutPanel();
this.splitContainer = new System.Windows.Forms.SplitContainer();
this.genealogyTableLayout = new System.Windows.Forms.TableLayoutPanel();
this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
this.topControlBox = new System.Windows.Forms.GroupBox();
this.graphControlsPanel = new System.Windows.Forms.Panel();
this.similarityModeLabel = new System.Windows.Forms.Label();
this.similarityModeSelector = new System.Windows.Forms.ComboBox();
this.selectModeButton = new System.Windows.Forms.RadioButton();
this.moveModeButton = new System.Windows.Forms.RadioButton();
this.zoomModeButton = new System.Windows.Forms.RadioButton();
this.genealogyGraphChart = new HeuristicLab.EvolutionaryTracking.Views.GenealogyGraphChart();
this.mainTableLayout.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.genealogyTableLayout.SuspendLayout();
this.topControlBox.SuspendLayout();
this.graphControlsPanel.SuspendLayout();
this.SuspendLayout();
//
// mainTableLayout
//
this.mainTableLayout.ColumnCount = 1;
this.mainTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.mainTableLayout.Controls.Add(this.splitContainer, 0, 1);
this.mainTableLayout.Controls.Add(this.topControlBox, 0, 0);
this.mainTableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainTableLayout.Location = new System.Drawing.Point(0, 0);
this.mainTableLayout.Name = "mainTableLayout";
this.mainTableLayout.RowCount = 2;
this.mainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.mainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.mainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.mainTableLayout.Size = new System.Drawing.Size(787, 584);
this.mainTableLayout.TabIndex = 6;
//
// splitContainer
//
this.splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer.Location = new System.Drawing.Point(3, 53);
this.splitContainer.Name = "splitContainer";
//
// splitContainer.Panel1
//
this.splitContainer.Panel1.Controls.Add(this.genealogyTableLayout);
this.splitContainer.Panel1MinSize = 50;
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.symbolicExpressionTreeChart);
this.splitContainer.Panel2MinSize = 50;
this.splitContainer.Size = new System.Drawing.Size(781, 528);
this.splitContainer.SplitterDistance = 360;
this.splitContainer.TabIndex = 7;
//
// genealogyTableLayout
//
this.genealogyTableLayout.ColumnCount = 1;
this.genealogyTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.genealogyTableLayout.Controls.Add(this.genealogyGraphChart, 0, 1);
this.genealogyTableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
this.genealogyTableLayout.Location = new System.Drawing.Point(0, 0);
this.genealogyTableLayout.Name = "genealogyTableLayout";
this.genealogyTableLayout.RowCount = 2;
this.genealogyTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.genealogyTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.genealogyTableLayout.Size = new System.Drawing.Size(358, 526);
this.genealogyTableLayout.TabIndex = 4;
//
// 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(415, 526);
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.Controls.Add(this.graphControlsPanel);
this.topControlBox.Controls.Add(this.similarityModeLabel);
this.topControlBox.Controls.Add(this.similarityModeSelector);
this.topControlBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.topControlBox.Location = new System.Drawing.Point(3, 3);
this.topControlBox.Name = "topControlBox";
this.topControlBox.Size = new System.Drawing.Size(781, 44);
this.topControlBox.TabIndex = 6;
this.topControlBox.TabStop = false;
this.topControlBox.Text = "Controls";
//
// graphControlsPanel
//
this.graphControlsPanel.Controls.Add(this.selectModeButton);
this.graphControlsPanel.Controls.Add(this.moveModeButton);
this.graphControlsPanel.Controls.Add(this.zoomModeButton);
this.graphControlsPanel.Location = new System.Drawing.Point(246, 14);
this.graphControlsPanel.Name = "graphControlsPanel";
this.graphControlsPanel.Size = new System.Drawing.Size(93, 30);
this.graphControlsPanel.TabIndex = 2;
//
// similarityModeLabel
//
this.similarityModeLabel.AutoSize = true;
this.similarityModeLabel.Location = new System.Drawing.Point(6, 20);
this.similarityModeLabel.Name = "similarityModeLabel";
this.similarityModeLabel.Size = new System.Drawing.Size(80, 13);
this.similarityModeLabel.TabIndex = 1;
this.similarityModeLabel.Text = "Similarity Mode:";
//
// similarityModeSelector
//
this.similarityModeSelector.FormattingEnabled = true;
this.similarityModeSelector.Items.AddRange(new object[] {
"Exact",
"High",
"Relaxed"});
this.similarityModeSelector.Location = new System.Drawing.Point(92, 17);
this.similarityModeSelector.Name = "similarityModeSelector";
this.similarityModeSelector.Size = new System.Drawing.Size(148, 21);
this.similarityModeSelector.TabIndex = 0;
this.similarityModeSelector.SelectedIndexChanged += new System.EventHandler(this.similarityModeSelector_SelectedIndexChanged);
//
// selectModeButton
//
this.selectModeButton.Appearance = System.Windows.Forms.Appearance.Button;
this.selectModeButton.Location = new System.Drawing.Point(63, 3);
this.selectModeButton.Name = "selectModeButton";
this.selectModeButton.Size = new System.Drawing.Size(24, 24);
this.selectModeButton.TabIndex = 11;
this.selectModeButton.TabStop = true;
this.selectModeButton.UseVisualStyleBackColor = true;
this.selectModeButton.CheckedChanged += new System.EventHandler(this.selectModeButton_CheckedChanged);
//
// moveModeButton
//
this.moveModeButton.Appearance = System.Windows.Forms.Appearance.Button;
this.moveModeButton.Location = new System.Drawing.Point(3, 3);
this.moveModeButton.Name = "moveModeButton";
this.moveModeButton.Size = new System.Drawing.Size(24, 24);
this.moveModeButton.TabIndex = 9;
this.moveModeButton.TabStop = true;
this.moveModeButton.UseVisualStyleBackColor = true;
this.moveModeButton.CheckedChanged += new System.EventHandler(this.moveModeButton_CheckedChanged);
//
// zoomModeButton
//
this.zoomModeButton.Appearance = System.Windows.Forms.Appearance.Button;
this.zoomModeButton.Location = new System.Drawing.Point(33, 3);
this.zoomModeButton.Name = "zoomModeButton";
this.zoomModeButton.Size = new System.Drawing.Size(24, 24);
this.zoomModeButton.TabIndex = 10;
this.zoomModeButton.TabStop = true;
this.zoomModeButton.UseVisualStyleBackColor = true;
this.zoomModeButton.CheckedChanged += new System.EventHandler(this.zoomModeButton_CheckedChanged);
//
// genealogyGraphChart
//
this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
this.genealogyGraphChart.Dock = System.Windows.Forms.DockStyle.Fill;
this.genealogyGraphChart.Location = new System.Drawing.Point(3, 3);
this.genealogyGraphChart.Name = "genealogyGraphChart";
this.genealogyGraphChart.ScaleOnResize = true;
this.genealogyGraphChart.Size = new System.Drawing.Size(352, 520);
this.genealogyGraphChart.TabIndex = 2;
//
// GenealogyGraphView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.mainTableLayout);
this.Name = "GenealogyGraphView";
this.Size = new System.Drawing.Size(787, 584);
this.mainTableLayout.ResumeLayout(false);
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
this.genealogyTableLayout.ResumeLayout(false);
this.topControlBox.ResumeLayout(false);
this.topControlBox.PerformLayout();
this.graphControlsPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel mainTableLayout;
private System.Windows.Forms.SplitContainer splitContainer;
private System.Windows.Forms.GroupBox topControlBox;
private System.Windows.Forms.Label similarityModeLabel;
private System.Windows.Forms.ComboBox similarityModeSelector;
private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart symbolicExpressionTreeChart;
private System.Windows.Forms.TableLayoutPanel genealogyTableLayout;
private GenealogyGraphChart genealogyGraphChart;
private System.Windows.Forms.Panel graphControlsPanel;
private System.Windows.Forms.RadioButton selectModeButton;
private System.Windows.Forms.RadioButton moveModeButton;
private System.Windows.Forms.RadioButton zoomModeButton;
}
}