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.karyographTab = new System.Windows.Forms.TabControl();
|
---|
28 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
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();
|
---|
33 | this.panel2 = new System.Windows.Forms.Panel();
|
---|
34 | this.button1 = new System.Windows.Forms.Button();
|
---|
35 | this.showGenealogyButton = new System.Windows.Forms.Button();
|
---|
36 | this.calculateFragmentFrequencyButton = new System.Windows.Forms.Button();
|
---|
37 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
38 | this.panel4 = new System.Windows.Forms.Panel();
|
---|
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();
|
---|
45 | this.tabPage3 = new System.Windows.Forms.TabPage();
|
---|
46 | this.karyographTab.SuspendLayout();
|
---|
47 | this.tabPage1.SuspendLayout();
|
---|
48 | this.panel1.SuspendLayout();
|
---|
49 | this.panel2.SuspendLayout();
|
---|
50 | this.tabPage2.SuspendLayout();
|
---|
51 | this.panel3.SuspendLayout();
|
---|
52 | this.tabPage3.SuspendLayout();
|
---|
53 | this.SuspendLayout();
|
---|
54 | //
|
---|
55 | // karyographTab
|
---|
56 | //
|
---|
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;
|
---|
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 | //
|
---|
79 | // panel1
|
---|
80 | //
|
---|
81 | this.panel1.Controls.Add(this.qualityImprovementTreeView);
|
---|
82 | this.panel1.Controls.Add(this.symbolicExpressionTreeChart);
|
---|
83 | this.panel1.Controls.Add(this.scopeListTreeView);
|
---|
84 | this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
85 | this.panel1.Location = new System.Drawing.Point(3, 36);
|
---|
86 | this.panel1.Name = "panel1";
|
---|
87 | this.panel1.Size = new System.Drawing.Size(1002, 604);
|
---|
88 | this.panel1.TabIndex = 1;
|
---|
89 | //
|
---|
90 | // qualityImprovementTreeView
|
---|
91 | //
|
---|
92 | this.qualityImprovementTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
93 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
94 | this.qualityImprovementTreeView.HideSelection = false;
|
---|
95 | this.qualityImprovementTreeView.Location = new System.Drawing.Point(887, 0);
|
---|
96 | this.qualityImprovementTreeView.Name = "qualityImprovementTreeView";
|
---|
97 | this.qualityImprovementTreeView.Size = new System.Drawing.Size(115, 604);
|
---|
98 | this.qualityImprovementTreeView.TabIndex = 10;
|
---|
99 | this.qualityImprovementTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.qualityImprovementTreeView_AfterSelect);
|
---|
100 | //
|
---|
101 | // symbolicExpressionTreeChart
|
---|
102 | //
|
---|
103 | this.symbolicExpressionTreeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
104 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
105 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
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";
|
---|
110 | this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(726, 604);
|
---|
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";
|
---|
123 | this.scopeListTreeView.Size = new System.Drawing.Size(155, 604);
|
---|
124 | this.scopeListTreeView.TabIndex = 11;
|
---|
125 | this.scopeListTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.scopeListTreeView_AfterSelect);
|
---|
126 | //
|
---|
127 | // panel2
|
---|
128 | //
|
---|
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;
|
---|
137 | //
|
---|
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 | //
|
---|
149 | // showGenealogyButton
|
---|
150 | //
|
---|
151 | this.showGenealogyButton.AutoSize = true;
|
---|
152 | this.showGenealogyButton.Location = new System.Drawing.Point(129, 4);
|
---|
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 | //
|
---|
160 | // calculateFragmentFrequencyButton
|
---|
161 | //
|
---|
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);
|
---|
170 | //
|
---|
171 | // tabPage2
|
---|
172 | //
|
---|
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;
|
---|
182 | //
|
---|
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 | //
|
---|
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 | //
|
---|
249 | // tabPage3
|
---|
250 | //
|
---|
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;
|
---|
258 | //
|
---|
259 | // LineageExplorerView
|
---|
260 | //
|
---|
261 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
262 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
263 | this.Controls.Add(this.karyographTab);
|
---|
264 | this.Name = "LineageExplorerView";
|
---|
265 | this.Size = new System.Drawing.Size(1016, 669);
|
---|
266 | this.karyographTab.ResumeLayout(false);
|
---|
267 | this.tabPage1.ResumeLayout(false);
|
---|
268 | this.panel1.ResumeLayout(false);
|
---|
269 | this.panel2.ResumeLayout(false);
|
---|
270 | this.panel2.PerformLayout();
|
---|
271 | this.tabPage2.ResumeLayout(false);
|
---|
272 | this.panel3.ResumeLayout(false);
|
---|
273 | this.panel3.PerformLayout();
|
---|
274 | this.tabPage3.ResumeLayout(false);
|
---|
275 | this.ResumeLayout(false);
|
---|
276 |
|
---|
277 | }
|
---|
278 |
|
---|
279 | #endregion
|
---|
280 |
|
---|
281 | private System.Windows.Forms.TabControl karyographTab;
|
---|
282 | private System.Windows.Forms.TabPage tabPage1;
|
---|
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;
|
---|
287 | private System.Windows.Forms.TabPage tabPage2;
|
---|
288 | private System.Windows.Forms.Panel panel2;
|
---|
289 | private System.Windows.Forms.Button button1;
|
---|
290 | private System.Windows.Forms.Button showGenealogyButton;
|
---|
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;
|
---|
299 | private System.Windows.Forms.TabPage tabPage3;
|
---|
300 | }
|
---|
301 | }
|
---|