Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.EvolutionaryTracking.Views/3.4/LineageExplorerView.Designer.cs @ 9835

Last change on this file since 9835 was 9835, checked in by bburlacu, 11 years ago

#1772: Merged remaining trunk changes into the EvolutionaryTracking branch.

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