[9239] | 1 | namespace HeuristicLab.EvolutionaryTracking.Views {
|
---|
| 2 | partial class LineageExplorerView {
|
---|
| 3 | /// <summary>
|
---|
| 4 | /// Required designer variable.
|
---|
| 5 | /// </summary>
|
---|
| 6 | private System.ComponentModel.IContainer components = null;
|
---|
| 7 |
|
---|
| 8 | /// <summary>
|
---|
| 9 | /// Clean up any resources being used.
|
---|
| 10 | /// </summary>
|
---|
| 11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 12 | protected override void Dispose(bool disposing) {
|
---|
| 13 | if (disposing && (components != null)) {
|
---|
| 14 | components.Dispose();
|
---|
| 15 | }
|
---|
| 16 | base.Dispose(disposing);
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | #region Component Designer generated code
|
---|
| 20 |
|
---|
| 21 | /// <summary>
|
---|
| 22 | /// Required method for Designer support - do not modify
|
---|
| 23 | /// the contents of this method with the code editor.
|
---|
| 24 | /// </summary>
|
---|
| 25 | private void InitializeComponent() {
|
---|
| 26 | this.components = new System.ComponentModel.Container();
|
---|
| 27 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
| 28 | this.qualityImprovementTreeView = new System.Windows.Forms.TreeView();
|
---|
| 29 | this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
|
---|
| 30 | this.scopeListTreeView = new System.Windows.Forms.TreeView();
|
---|
| 31 | this.panel2 = new System.Windows.Forms.Panel();
|
---|
| 32 | this.showGenealogyButton = new System.Windows.Forms.Button();
|
---|
| 33 | this.calculateFragmentFrequencyButton = new System.Windows.Forms.Button();
|
---|
| 34 | this.panel1.SuspendLayout();
|
---|
| 35 | this.panel2.SuspendLayout();
|
---|
| 36 | this.SuspendLayout();
|
---|
| 37 | //
|
---|
| 38 | // panel1
|
---|
| 39 | //
|
---|
| 40 | this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 41 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 42 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 43 | this.panel1.Controls.Add(this.qualityImprovementTreeView);
|
---|
| 44 | this.panel1.Controls.Add(this.symbolicExpressionTreeChart);
|
---|
| 45 | this.panel1.Controls.Add(this.scopeListTreeView);
|
---|
| 46 | this.panel1.Location = new System.Drawing.Point(3, 42);
|
---|
| 47 | this.panel1.Name = "panel1";
|
---|
| 48 | this.panel1.Size = new System.Drawing.Size(503, 624);
|
---|
| 49 | this.panel1.TabIndex = 0;
|
---|
| 50 | //
|
---|
| 51 | // qualityImprovementTreeView
|
---|
| 52 | //
|
---|
[9250] | 53 | this.qualityImprovementTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 54 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9239] | 55 | this.qualityImprovementTreeView.HideSelection = false;
|
---|
| 56 | this.qualityImprovementTreeView.Location = new System.Drawing.Point(388, 0);
|
---|
| 57 | this.qualityImprovementTreeView.Name = "qualityImprovementTreeView";
|
---|
| 58 | this.qualityImprovementTreeView.Size = new System.Drawing.Size(115, 624);
|
---|
| 59 | this.qualityImprovementTreeView.TabIndex = 10;
|
---|
| 60 | this.qualityImprovementTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.qualityImprovementTreeView_AfterSelect);
|
---|
| 61 | //
|
---|
| 62 | // symbolicExpressionTreeChart
|
---|
| 63 | //
|
---|
[9250] | 64 | this.symbolicExpressionTreeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 65 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 66 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9239] | 67 | this.symbolicExpressionTreeChart.BackgroundColor = System.Drawing.Color.White;
|
---|
| 68 | this.symbolicExpressionTreeChart.LineColor = System.Drawing.Color.Black;
|
---|
| 69 | this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(155, 0);
|
---|
| 70 | this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
|
---|
[9250] | 71 | this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(227, 624);
|
---|
[9239] | 72 | this.symbolicExpressionTreeChart.Spacing = 5;
|
---|
| 73 | this.symbolicExpressionTreeChart.SuspendRepaint = false;
|
---|
| 74 | this.symbolicExpressionTreeChart.TabIndex = 12;
|
---|
| 75 | this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
|
---|
| 76 | this.symbolicExpressionTreeChart.Tree = null;
|
---|
| 77 | this.symbolicExpressionTreeChart.SymbolicExpressionTreeNodeClicked += new System.Windows.Forms.MouseEventHandler(this.symbolicExpressionTreeChart_SymbolicExpressionTreeNodeClicked);
|
---|
| 78 | //
|
---|
| 79 | // scopeListTreeView
|
---|
| 80 | //
|
---|
| 81 | this.scopeListTreeView.Dock = System.Windows.Forms.DockStyle.Left;
|
---|
| 82 | this.scopeListTreeView.HideSelection = false;
|
---|
| 83 | this.scopeListTreeView.Location = new System.Drawing.Point(0, 0);
|
---|
| 84 | this.scopeListTreeView.Name = "scopeListTreeView";
|
---|
| 85 | this.scopeListTreeView.Size = new System.Drawing.Size(155, 624);
|
---|
| 86 | this.scopeListTreeView.TabIndex = 11;
|
---|
| 87 | this.scopeListTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.scopeListTreeView_AfterSelect);
|
---|
| 88 | //
|
---|
| 89 | // panel2
|
---|
| 90 | //
|
---|
| 91 | this.panel2.Controls.Add(this.showGenealogyButton);
|
---|
| 92 | this.panel2.Controls.Add(this.calculateFragmentFrequencyButton);
|
---|
| 93 | this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
| 94 | this.panel2.Location = new System.Drawing.Point(0, 0);
|
---|
| 95 | this.panel2.Name = "panel2";
|
---|
| 96 | this.panel2.Size = new System.Drawing.Size(509, 33);
|
---|
| 97 | this.panel2.TabIndex = 1;
|
---|
| 98 | //
|
---|
| 99 | // showGenealogyButton
|
---|
| 100 | //
|
---|
[9250] | 101 | this.showGenealogyButton.AutoSize = true;
|
---|
| 102 | this.showGenealogyButton.Location = new System.Drawing.Point(129, 4);
|
---|
[9239] | 103 | this.showGenealogyButton.Name = "showGenealogyButton";
|
---|
| 104 | this.showGenealogyButton.Size = new System.Drawing.Size(104, 23);
|
---|
| 105 | this.showGenealogyButton.TabIndex = 1;
|
---|
| 106 | this.showGenealogyButton.Text = "Show genealogy";
|
---|
| 107 | this.showGenealogyButton.UseVisualStyleBackColor = true;
|
---|
| 108 | this.showGenealogyButton.Click += new System.EventHandler(this.showGenealogyButton_Click);
|
---|
| 109 | //
|
---|
| 110 | // calculateFragmentFrequencyButton
|
---|
| 111 | //
|
---|
[9250] | 112 | this.calculateFragmentFrequencyButton.AutoSize = true;
|
---|
[9239] | 113 | this.calculateFragmentFrequencyButton.Location = new System.Drawing.Point(4, 4);
|
---|
| 114 | this.calculateFragmentFrequencyButton.Name = "calculateFragmentFrequencyButton";
|
---|
[9250] | 115 | this.calculateFragmentFrequencyButton.Size = new System.Drawing.Size(119, 23);
|
---|
[9239] | 116 | this.calculateFragmentFrequencyButton.TabIndex = 0;
|
---|
| 117 | this.calculateFragmentFrequencyButton.Text = "Fragment frequencies";
|
---|
| 118 | this.calculateFragmentFrequencyButton.UseVisualStyleBackColor = true;
|
---|
| 119 | this.calculateFragmentFrequencyButton.Click += new System.EventHandler(this.calculateFragmentFrequencyButton_Click);
|
---|
| 120 | //
|
---|
| 121 | // LineageExplorerView
|
---|
| 122 | //
|
---|
| 123 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 124 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 125 | this.Controls.Add(this.panel2);
|
---|
| 126 | this.Controls.Add(this.panel1);
|
---|
| 127 | this.Name = "LineageExplorerView";
|
---|
| 128 | this.Size = new System.Drawing.Size(509, 669);
|
---|
| 129 | this.panel1.ResumeLayout(false);
|
---|
| 130 | this.panel2.ResumeLayout(false);
|
---|
[9250] | 131 | this.panel2.PerformLayout();
|
---|
[9239] | 132 | this.ResumeLayout(false);
|
---|
| 133 |
|
---|
| 134 | }
|
---|
| 135 |
|
---|
| 136 | #endregion
|
---|
| 137 |
|
---|
| 138 | private System.Windows.Forms.Panel panel1;
|
---|
| 139 | private System.Windows.Forms.Panel panel2;
|
---|
| 140 | private System.Windows.Forms.Button calculateFragmentFrequencyButton;
|
---|
| 141 | private System.Windows.Forms.TreeView qualityImprovementTreeView;
|
---|
| 142 | private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart symbolicExpressionTreeChart;
|
---|
| 143 | private System.Windows.Forms.TreeView scopeListTreeView;
|
---|
| 144 | private System.Windows.Forms.Button showGenealogyButton;
|
---|
| 145 |
|
---|
| 146 |
|
---|
| 147 |
|
---|
| 148 |
|
---|
| 149 |
|
---|
| 150 |
|
---|
| 151 | }
|
---|
| 152 | }
|
---|