[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();
|
---|
[9835] | 27 | this.karyographTab = new System.Windows.Forms.TabControl();
|
---|
[9420] | 28 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
[9239] | 29 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
| 30 | this.qualityImprovementTreeView = new System.Windows.Forms.TreeView();
|
---|
| 31 | this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
|
---|
| 32 | this.scopeListTreeView = new System.Windows.Forms.TreeView();
|
---|
[9835] | 33 | this.panel2 = new System.Windows.Forms.Panel();
|
---|
| 34 | this.button1 = new System.Windows.Forms.Button();
|
---|
| 35 | this.showGenealogyButton = new System.Windows.Forms.Button();
|
---|
[9420] | 36 | this.calculateFragmentFrequencyButton = new System.Windows.Forms.Button();
|
---|
[9835] | 37 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
| 38 | this.panel4 = new System.Windows.Forms.Panel();
|
---|
[9420] | 39 | this.panel3 = new System.Windows.Forms.Panel();
|
---|
| 40 | this.showFrequentFragmentsButton = new System.Windows.Forms.Button();
|
---|
| 41 | this.textBox2 = new System.Windows.Forms.TextBox();
|
---|
| 42 | this.thresholdLabel = new System.Windows.Forms.Label();
|
---|
| 43 | this.bestNTextBox = new System.Windows.Forms.TextBox();
|
---|
| 44 | this.consideredTrees = new System.Windows.Forms.Label();
|
---|
[9835] | 45 | this.tabPage3 = new System.Windows.Forms.TabPage();
|
---|
| 46 | this.karyographTab.SuspendLayout();
|
---|
[9420] | 47 | this.tabPage1.SuspendLayout();
|
---|
[9239] | 48 | this.panel1.SuspendLayout();
|
---|
| 49 | this.panel2.SuspendLayout();
|
---|
[9835] | 50 | this.tabPage2.SuspendLayout();
|
---|
[9420] | 51 | this.panel3.SuspendLayout();
|
---|
[9835] | 52 | this.tabPage3.SuspendLayout();
|
---|
[9239] | 53 | this.SuspendLayout();
|
---|
| 54 | //
|
---|
[9835] | 55 | // karyographTab
|
---|
[9420] | 56 | //
|
---|
[9835] | 57 | this.karyographTab.Controls.Add(this.tabPage1);
|
---|
| 58 | this.karyographTab.Controls.Add(this.tabPage2);
|
---|
| 59 | this.karyographTab.Controls.Add(this.tabPage3);
|
---|
| 60 | this.karyographTab.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 61 | this.karyographTab.Location = new System.Drawing.Point(0, 0);
|
---|
| 62 | this.karyographTab.Name = "karyographTab";
|
---|
| 63 | this.karyographTab.SelectedIndex = 0;
|
---|
| 64 | this.karyographTab.Size = new System.Drawing.Size(1016, 669);
|
---|
| 65 | this.karyographTab.TabIndex = 2;
|
---|
[9420] | 66 | //
|
---|
| 67 | // tabPage1
|
---|
| 68 | //
|
---|
| 69 | this.tabPage1.Controls.Add(this.panel1);
|
---|
| 70 | this.tabPage1.Controls.Add(this.panel2);
|
---|
| 71 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
| 72 | this.tabPage1.Name = "tabPage1";
|
---|
| 73 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 74 | this.tabPage1.Size = new System.Drawing.Size(1008, 643);
|
---|
| 75 | this.tabPage1.TabIndex = 0;
|
---|
| 76 | this.tabPage1.Text = "Lineages";
|
---|
| 77 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
| 78 | //
|
---|
[9239] | 79 | // panel1
|
---|
| 80 | //
|
---|
| 81 | this.panel1.Controls.Add(this.qualityImprovementTreeView);
|
---|
| 82 | this.panel1.Controls.Add(this.symbolicExpressionTreeChart);
|
---|
| 83 | this.panel1.Controls.Add(this.scopeListTreeView);
|
---|
[9420] | 84 | this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 85 | this.panel1.Location = new System.Drawing.Point(3, 36);
|
---|
[9239] | 86 | this.panel1.Name = "panel1";
|
---|
[9420] | 87 | this.panel1.Size = new System.Drawing.Size(1002, 604);
|
---|
| 88 | this.panel1.TabIndex = 1;
|
---|
[9239] | 89 | //
|
---|
| 90 | // qualityImprovementTreeView
|
---|
| 91 | //
|
---|
[9963] | 92 | this.qualityImprovementTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[9250] | 93 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9239] | 94 | this.qualityImprovementTreeView.HideSelection = false;
|
---|
[9420] | 95 | this.qualityImprovementTreeView.Location = new System.Drawing.Point(887, 0);
|
---|
[9239] | 96 | this.qualityImprovementTreeView.Name = "qualityImprovementTreeView";
|
---|
[9420] | 97 | this.qualityImprovementTreeView.Size = new System.Drawing.Size(115, 604);
|
---|
[9239] | 98 | this.qualityImprovementTreeView.TabIndex = 10;
|
---|
| 99 | this.qualityImprovementTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.qualityImprovementTreeView_AfterSelect);
|
---|
| 100 | //
|
---|
| 101 | // symbolicExpressionTreeChart
|
---|
| 102 | //
|
---|
[9963] | 103 | this.symbolicExpressionTreeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 104 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9250] | 105 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9239] | 106 | this.symbolicExpressionTreeChart.BackgroundColor = System.Drawing.Color.White;
|
---|
| 107 | this.symbolicExpressionTreeChart.LineColor = System.Drawing.Color.Black;
|
---|
| 108 | this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(155, 0);
|
---|
| 109 | this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
|
---|
[9420] | 110 | this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(726, 604);
|
---|
[9239] | 111 | this.symbolicExpressionTreeChart.Spacing = 5;
|
---|
| 112 | this.symbolicExpressionTreeChart.SuspendRepaint = false;
|
---|
| 113 | this.symbolicExpressionTreeChart.TabIndex = 12;
|
---|
| 114 | this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
|
---|
| 115 | this.symbolicExpressionTreeChart.Tree = null;
|
---|
| 116 | //
|
---|
| 117 | // scopeListTreeView
|
---|
| 118 | //
|
---|
| 119 | this.scopeListTreeView.Dock = System.Windows.Forms.DockStyle.Left;
|
---|
| 120 | this.scopeListTreeView.HideSelection = false;
|
---|
| 121 | this.scopeListTreeView.Location = new System.Drawing.Point(0, 0);
|
---|
| 122 | this.scopeListTreeView.Name = "scopeListTreeView";
|
---|
[9420] | 123 | this.scopeListTreeView.Size = new System.Drawing.Size(155, 604);
|
---|
[9239] | 124 | this.scopeListTreeView.TabIndex = 11;
|
---|
| 125 | this.scopeListTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.scopeListTreeView_AfterSelect);
|
---|
| 126 | //
|
---|
[9835] | 127 | // panel2
|
---|
[9239] | 128 | //
|
---|
[9835] | 129 | this.panel2.Controls.Add(this.button1);
|
---|
| 130 | this.panel2.Controls.Add(this.showGenealogyButton);
|
---|
| 131 | this.panel2.Controls.Add(this.calculateFragmentFrequencyButton);
|
---|
| 132 | this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
| 133 | this.panel2.Location = new System.Drawing.Point(3, 3);
|
---|
| 134 | this.panel2.Name = "panel2";
|
---|
| 135 | this.panel2.Size = new System.Drawing.Size(1002, 33);
|
---|
| 136 | this.panel2.TabIndex = 1;
|
---|
[9239] | 137 | //
|
---|
[9835] | 138 | // button1
|
---|
| 139 | //
|
---|
| 140 | this.button1.AutoSize = true;
|
---|
| 141 | this.button1.Location = new System.Drawing.Point(239, 4);
|
---|
| 142 | this.button1.Name = "button1";
|
---|
| 143 | this.button1.Size = new System.Drawing.Size(135, 23);
|
---|
| 144 | this.button1.TabIndex = 2;
|
---|
| 145 | this.button1.Text = "Show frequent fragments";
|
---|
| 146 | this.button1.UseVisualStyleBackColor = true;
|
---|
| 147 | this.button1.Click += new System.EventHandler(this.button1_Click);
|
---|
| 148 | //
|
---|
[9239] | 149 | // showGenealogyButton
|
---|
| 150 | //
|
---|
[9250] | 151 | this.showGenealogyButton.AutoSize = true;
|
---|
| 152 | this.showGenealogyButton.Location = new System.Drawing.Point(129, 4);
|
---|
[9239] | 153 | this.showGenealogyButton.Name = "showGenealogyButton";
|
---|
| 154 | this.showGenealogyButton.Size = new System.Drawing.Size(104, 23);
|
---|
| 155 | this.showGenealogyButton.TabIndex = 1;
|
---|
| 156 | this.showGenealogyButton.Text = "Show genealogy";
|
---|
| 157 | this.showGenealogyButton.UseVisualStyleBackColor = true;
|
---|
| 158 | this.showGenealogyButton.Click += new System.EventHandler(this.showGenealogyButton_Click);
|
---|
| 159 | //
|
---|
[9835] | 160 | // calculateFragmentFrequencyButton
|
---|
[9239] | 161 | //
|
---|
[9835] | 162 | this.calculateFragmentFrequencyButton.AutoSize = true;
|
---|
| 163 | this.calculateFragmentFrequencyButton.Location = new System.Drawing.Point(4, 4);
|
---|
| 164 | this.calculateFragmentFrequencyButton.Name = "calculateFragmentFrequencyButton";
|
---|
| 165 | this.calculateFragmentFrequencyButton.Size = new System.Drawing.Size(119, 23);
|
---|
| 166 | this.calculateFragmentFrequencyButton.TabIndex = 0;
|
---|
| 167 | this.calculateFragmentFrequencyButton.Text = "Fragment frequencies";
|
---|
| 168 | this.calculateFragmentFrequencyButton.UseVisualStyleBackColor = true;
|
---|
| 169 | this.calculateFragmentFrequencyButton.Click += new System.EventHandler(this.calculateFragmentFrequencyButton_Click);
|
---|
[9239] | 170 | //
|
---|
[9835] | 171 | // tabPage2
|
---|
[9420] | 172 | //
|
---|
[9835] | 173 | this.tabPage2.Controls.Add(this.panel4);
|
---|
| 174 | this.tabPage2.Controls.Add(this.panel3);
|
---|
| 175 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
| 176 | this.tabPage2.Name = "tabPage2";
|
---|
| 177 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 178 | this.tabPage2.Size = new System.Drawing.Size(1008, 643);
|
---|
| 179 | this.tabPage2.TabIndex = 1;
|
---|
| 180 | this.tabPage2.Text = "Fragments";
|
---|
| 181 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
[9420] | 182 | //
|
---|
[9835] | 183 | // panel4
|
---|
| 184 | //
|
---|
| 185 | this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 186 | this.panel4.Location = new System.Drawing.Point(3, 33);
|
---|
| 187 | this.panel4.Name = "panel4";
|
---|
| 188 | this.panel4.Size = new System.Drawing.Size(1002, 607);
|
---|
| 189 | this.panel4.TabIndex = 1;
|
---|
| 190 | //
|
---|
[9420] | 191 | // panel3
|
---|
| 192 | //
|
---|
| 193 | this.panel3.Controls.Add(this.showFrequentFragmentsButton);
|
---|
| 194 | this.panel3.Controls.Add(this.textBox2);
|
---|
| 195 | this.panel3.Controls.Add(this.thresholdLabel);
|
---|
| 196 | this.panel3.Controls.Add(this.bestNTextBox);
|
---|
| 197 | this.panel3.Controls.Add(this.consideredTrees);
|
---|
| 198 | this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
| 199 | this.panel3.Location = new System.Drawing.Point(3, 3);
|
---|
| 200 | this.panel3.Name = "panel3";
|
---|
| 201 | this.panel3.Size = new System.Drawing.Size(1002, 30);
|
---|
| 202 | this.panel3.TabIndex = 0;
|
---|
| 203 | //
|
---|
| 204 | // showFrequentFragmentsButton
|
---|
| 205 | //
|
---|
| 206 | this.showFrequentFragmentsButton.AutoSize = true;
|
---|
| 207 | this.showFrequentFragmentsButton.Location = new System.Drawing.Point(218, 3);
|
---|
| 208 | this.showFrequentFragmentsButton.Name = "showFrequentFragmentsButton";
|
---|
| 209 | this.showFrequentFragmentsButton.Size = new System.Drawing.Size(135, 23);
|
---|
| 210 | this.showFrequentFragmentsButton.TabIndex = 19;
|
---|
| 211 | this.showFrequentFragmentsButton.Text = "Show frequent fragments";
|
---|
| 212 | this.showFrequentFragmentsButton.UseVisualStyleBackColor = true;
|
---|
| 213 | this.showFrequentFragmentsButton.Click += new System.EventHandler(this.showFrequentFragmentsButton_Click);
|
---|
| 214 | //
|
---|
| 215 | // textBox2
|
---|
| 216 | //
|
---|
| 217 | this.textBox2.Location = new System.Drawing.Point(173, 5);
|
---|
| 218 | this.textBox2.Name = "textBox2";
|
---|
| 219 | this.textBox2.Size = new System.Drawing.Size(39, 20);
|
---|
| 220 | this.textBox2.TabIndex = 18;
|
---|
| 221 | this.textBox2.Text = "0.2";
|
---|
| 222 | //
|
---|
| 223 | // thresholdLabel
|
---|
| 224 | //
|
---|
| 225 | this.thresholdLabel.AutoSize = true;
|
---|
| 226 | this.thresholdLabel.Location = new System.Drawing.Point(113, 9);
|
---|
| 227 | this.thresholdLabel.Name = "thresholdLabel";
|
---|
| 228 | this.thresholdLabel.Size = new System.Drawing.Size(54, 13);
|
---|
| 229 | this.thresholdLabel.TabIndex = 17;
|
---|
| 230 | this.thresholdLabel.Text = "Threshold";
|
---|
| 231 | //
|
---|
| 232 | // bestNTextBox
|
---|
| 233 | //
|
---|
| 234 | this.bestNTextBox.Location = new System.Drawing.Point(68, 6);
|
---|
| 235 | this.bestNTextBox.Name = "bestNTextBox";
|
---|
| 236 | this.bestNTextBox.Size = new System.Drawing.Size(39, 20);
|
---|
| 237 | this.bestNTextBox.TabIndex = 16;
|
---|
| 238 | this.bestNTextBox.Text = "10";
|
---|
| 239 | //
|
---|
| 240 | // consideredTrees
|
---|
| 241 | //
|
---|
| 242 | this.consideredTrees.AutoSize = true;
|
---|
| 243 | this.consideredTrees.Location = new System.Drawing.Point(3, 9);
|
---|
| 244 | this.consideredTrees.Name = "consideredTrees";
|
---|
| 245 | this.consideredTrees.Size = new System.Drawing.Size(63, 13);
|
---|
| 246 | this.consideredTrees.TabIndex = 15;
|
---|
| 247 | this.consideredTrees.Text = "Best n trees";
|
---|
| 248 | //
|
---|
[9835] | 249 | // tabPage3
|
---|
[9420] | 250 | //
|
---|
[9835] | 251 | this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
---|
| 252 | this.tabPage3.Name = "tabPage3";
|
---|
| 253 | this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 254 | this.tabPage3.Size = new System.Drawing.Size(1008, 643);
|
---|
| 255 | this.tabPage3.TabIndex = 2;
|
---|
| 256 | this.tabPage3.Text = "Karyograph";
|
---|
| 257 | this.tabPage3.UseVisualStyleBackColor = true;
|
---|
[9420] | 258 | //
|
---|
[9239] | 259 | // LineageExplorerView
|
---|
| 260 | //
|
---|
| 261 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 262 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[9835] | 263 | this.Controls.Add(this.karyographTab);
|
---|
[9239] | 264 | this.Name = "LineageExplorerView";
|
---|
[9420] | 265 | this.Size = new System.Drawing.Size(1016, 669);
|
---|
[9835] | 266 | this.karyographTab.ResumeLayout(false);
|
---|
[9420] | 267 | this.tabPage1.ResumeLayout(false);
|
---|
[9239] | 268 | this.panel1.ResumeLayout(false);
|
---|
| 269 | this.panel2.ResumeLayout(false);
|
---|
[9250] | 270 | this.panel2.PerformLayout();
|
---|
[9835] | 271 | this.tabPage2.ResumeLayout(false);
|
---|
[9420] | 272 | this.panel3.ResumeLayout(false);
|
---|
| 273 | this.panel3.PerformLayout();
|
---|
[9835] | 274 | this.tabPage3.ResumeLayout(false);
|
---|
[9239] | 275 | this.ResumeLayout(false);
|
---|
| 276 |
|
---|
| 277 | }
|
---|
| 278 |
|
---|
| 279 | #endregion
|
---|
| 280 |
|
---|
[9835] | 281 | private System.Windows.Forms.TabControl karyographTab;
|
---|
[9420] | 282 | private System.Windows.Forms.TabPage tabPage1;
|
---|
[9239] | 283 | private System.Windows.Forms.Panel panel1;
|
---|
| 284 | private System.Windows.Forms.TreeView qualityImprovementTreeView;
|
---|
| 285 | private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart symbolicExpressionTreeChart;
|
---|
| 286 | private System.Windows.Forms.TreeView scopeListTreeView;
|
---|
[9420] | 287 | private System.Windows.Forms.TabPage tabPage2;
|
---|
| 288 | private System.Windows.Forms.Panel panel2;
|
---|
| 289 | private System.Windows.Forms.Button button1;
|
---|
[9239] | 290 | private System.Windows.Forms.Button showGenealogyButton;
|
---|
[9420] | 291 | private System.Windows.Forms.Button calculateFragmentFrequencyButton;
|
---|
| 292 | private System.Windows.Forms.Panel panel3;
|
---|
| 293 | private System.Windows.Forms.Button showFrequentFragmentsButton;
|
---|
| 294 | private System.Windows.Forms.TextBox textBox2;
|
---|
| 295 | private System.Windows.Forms.Label thresholdLabel;
|
---|
| 296 | private System.Windows.Forms.TextBox bestNTextBox;
|
---|
| 297 | private System.Windows.Forms.Label consideredTrees;
|
---|
| 298 | private System.Windows.Forms.Panel panel4;
|
---|
[9835] | 299 | private System.Windows.Forms.TabPage tabPage3;
|
---|
[9239] | 300 | }
|
---|
| 301 | }
|
---|