namespace HeuristicLab.EvolutionaryTracking.Views {
partial class LineageExplorerView {
///
/// 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.karyographTab = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.panel1 = new System.Windows.Forms.Panel();
this.qualityImprovementTreeView = new System.Windows.Forms.TreeView();
this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
this.scopeListTreeView = new System.Windows.Forms.TreeView();
this.panel2 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.showGenealogyButton = new System.Windows.Forms.Button();
this.calculateFragmentFrequencyButton = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.panel4 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.showFrequentFragmentsButton = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.thresholdLabel = new System.Windows.Forms.Label();
this.bestNTextBox = new System.Windows.Forms.TextBox();
this.consideredTrees = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.karyographTab.SuspendLayout();
this.tabPage1.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.tabPage2.SuspendLayout();
this.panel3.SuspendLayout();
this.tabPage3.SuspendLayout();
this.SuspendLayout();
//
// karyographTab
//
this.karyographTab.Controls.Add(this.tabPage1);
this.karyographTab.Controls.Add(this.tabPage2);
this.karyographTab.Controls.Add(this.tabPage3);
this.karyographTab.Dock = System.Windows.Forms.DockStyle.Fill;
this.karyographTab.Location = new System.Drawing.Point(0, 0);
this.karyographTab.Name = "karyographTab";
this.karyographTab.SelectedIndex = 0;
this.karyographTab.Size = new System.Drawing.Size(1016, 669);
this.karyographTab.TabIndex = 2;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.panel1);
this.tabPage1.Controls.Add(this.panel2);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1008, 643);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Lineages";
this.tabPage1.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.Controls.Add(this.qualityImprovementTreeView);
this.panel1.Controls.Add(this.symbolicExpressionTreeChart);
this.panel1.Controls.Add(this.scopeListTreeView);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 36);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1002, 604);
this.panel1.TabIndex = 1;
//
// qualityImprovementTreeView
//
this.qualityImprovementTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.qualityImprovementTreeView.HideSelection = false;
this.qualityImprovementTreeView.Location = new System.Drawing.Point(887, 0);
this.qualityImprovementTreeView.Name = "qualityImprovementTreeView";
this.qualityImprovementTreeView.Size = new System.Drawing.Size(115, 604);
this.qualityImprovementTreeView.TabIndex = 10;
this.qualityImprovementTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.qualityImprovementTreeView_AfterSelect);
//
// symbolicExpressionTreeChart
//
this.symbolicExpressionTreeChart.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.symbolicExpressionTreeChart.BackgroundColor = System.Drawing.Color.White;
this.symbolicExpressionTreeChart.LineColor = System.Drawing.Color.Black;
this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(155, 0);
this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(726, 604);
this.symbolicExpressionTreeChart.Spacing = 5;
this.symbolicExpressionTreeChart.SuspendRepaint = false;
this.symbolicExpressionTreeChart.TabIndex = 12;
this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
this.symbolicExpressionTreeChart.Tree = null;
//
// scopeListTreeView
//
this.scopeListTreeView.Dock = System.Windows.Forms.DockStyle.Left;
this.scopeListTreeView.HideSelection = false;
this.scopeListTreeView.Location = new System.Drawing.Point(0, 0);
this.scopeListTreeView.Name = "scopeListTreeView";
this.scopeListTreeView.Size = new System.Drawing.Size(155, 604);
this.scopeListTreeView.TabIndex = 11;
this.scopeListTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.scopeListTreeView_AfterSelect);
//
// panel2
//
this.panel2.Controls.Add(this.button1);
this.panel2.Controls.Add(this.showGenealogyButton);
this.panel2.Controls.Add(this.calculateFragmentFrequencyButton);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(3, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1002, 33);
this.panel2.TabIndex = 1;
//
// button1
//
this.button1.AutoSize = true;
this.button1.Location = new System.Drawing.Point(239, 4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(135, 23);
this.button1.TabIndex = 2;
this.button1.Text = "Show frequent fragments";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// showGenealogyButton
//
this.showGenealogyButton.AutoSize = true;
this.showGenealogyButton.Location = new System.Drawing.Point(129, 4);
this.showGenealogyButton.Name = "showGenealogyButton";
this.showGenealogyButton.Size = new System.Drawing.Size(104, 23);
this.showGenealogyButton.TabIndex = 1;
this.showGenealogyButton.Text = "Show genealogy";
this.showGenealogyButton.UseVisualStyleBackColor = true;
this.showGenealogyButton.Click += new System.EventHandler(this.showGenealogyButton_Click);
//
// calculateFragmentFrequencyButton
//
this.calculateFragmentFrequencyButton.AutoSize = true;
this.calculateFragmentFrequencyButton.Location = new System.Drawing.Point(4, 4);
this.calculateFragmentFrequencyButton.Name = "calculateFragmentFrequencyButton";
this.calculateFragmentFrequencyButton.Size = new System.Drawing.Size(119, 23);
this.calculateFragmentFrequencyButton.TabIndex = 0;
this.calculateFragmentFrequencyButton.Text = "Fragment frequencies";
this.calculateFragmentFrequencyButton.UseVisualStyleBackColor = true;
this.calculateFragmentFrequencyButton.Click += new System.EventHandler(this.calculateFragmentFrequencyButton_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.panel4);
this.tabPage2.Controls.Add(this.panel3);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(1008, 643);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Fragments";
this.tabPage2.UseVisualStyleBackColor = true;
//
// panel4
//
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(3, 33);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(1002, 607);
this.panel4.TabIndex = 1;
//
// panel3
//
this.panel3.Controls.Add(this.showFrequentFragmentsButton);
this.panel3.Controls.Add(this.textBox2);
this.panel3.Controls.Add(this.thresholdLabel);
this.panel3.Controls.Add(this.bestNTextBox);
this.panel3.Controls.Add(this.consideredTrees);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(3, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1002, 30);
this.panel3.TabIndex = 0;
//
// showFrequentFragmentsButton
//
this.showFrequentFragmentsButton.AutoSize = true;
this.showFrequentFragmentsButton.Location = new System.Drawing.Point(218, 3);
this.showFrequentFragmentsButton.Name = "showFrequentFragmentsButton";
this.showFrequentFragmentsButton.Size = new System.Drawing.Size(135, 23);
this.showFrequentFragmentsButton.TabIndex = 19;
this.showFrequentFragmentsButton.Text = "Show frequent fragments";
this.showFrequentFragmentsButton.UseVisualStyleBackColor = true;
this.showFrequentFragmentsButton.Click += new System.EventHandler(this.showFrequentFragmentsButton_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(173, 5);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(39, 20);
this.textBox2.TabIndex = 18;
this.textBox2.Text = "0.2";
//
// thresholdLabel
//
this.thresholdLabel.AutoSize = true;
this.thresholdLabel.Location = new System.Drawing.Point(113, 9);
this.thresholdLabel.Name = "thresholdLabel";
this.thresholdLabel.Size = new System.Drawing.Size(54, 13);
this.thresholdLabel.TabIndex = 17;
this.thresholdLabel.Text = "Threshold";
//
// bestNTextBox
//
this.bestNTextBox.Location = new System.Drawing.Point(68, 6);
this.bestNTextBox.Name = "bestNTextBox";
this.bestNTextBox.Size = new System.Drawing.Size(39, 20);
this.bestNTextBox.TabIndex = 16;
this.bestNTextBox.Text = "10";
//
// consideredTrees
//
this.consideredTrees.AutoSize = true;
this.consideredTrees.Location = new System.Drawing.Point(3, 9);
this.consideredTrees.Name = "consideredTrees";
this.consideredTrees.Size = new System.Drawing.Size(63, 13);
this.consideredTrees.TabIndex = 15;
this.consideredTrees.Text = "Best n trees";
//
// tabPage3
//
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(1008, 643);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Karyograph";
this.tabPage3.UseVisualStyleBackColor = true;
//
// LineageExplorerView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.karyographTab);
this.Name = "LineageExplorerView";
this.Size = new System.Drawing.Size(1016, 669);
this.karyographTab.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl karyographTab;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TreeView qualityImprovementTreeView;
private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart symbolicExpressionTreeChart;
private System.Windows.Forms.TreeView scopeListTreeView;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button showGenealogyButton;
private System.Windows.Forms.Button calculateFragmentFrequencyButton;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button showFrequentFragmentsButton;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label thresholdLabel;
private System.Windows.Forms.TextBox bestNTextBox;
private System.Windows.Forms.Label consideredTrees;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.TabPage tabPage3;
}
}