Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1772: Minor updates to existing views. Added LineageExplorerView.

File size: 7.1 KB
Line 
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();
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      //
53      this.qualityImprovementTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
54      this.qualityImprovementTreeView.HideSelection = false;
55      this.qualityImprovementTreeView.Location = new System.Drawing.Point(388, 0);
56      this.qualityImprovementTreeView.Name = "qualityImprovementTreeView";
57      this.qualityImprovementTreeView.Size = new System.Drawing.Size(115, 624);
58      this.qualityImprovementTreeView.TabIndex = 10;
59      this.qualityImprovementTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.qualityImprovementTreeView_AfterSelect);
60      //
61      // symbolicExpressionTreeChart
62      //
63      this.symbolicExpressionTreeChart.BackgroundColor = System.Drawing.Color.White;
64      this.symbolicExpressionTreeChart.Dock = System.Windows.Forms.DockStyle.Fill;
65      this.symbolicExpressionTreeChart.LineColor = System.Drawing.Color.Black;
66      this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(155, 0);
67      this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
68      this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(348, 624);
69      this.symbolicExpressionTreeChart.Spacing = 5;
70      this.symbolicExpressionTreeChart.SuspendRepaint = false;
71      this.symbolicExpressionTreeChart.TabIndex = 12;
72      this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
73      this.symbolicExpressionTreeChart.Tree = null;
74      this.symbolicExpressionTreeChart.SymbolicExpressionTreeNodeClicked += new System.Windows.Forms.MouseEventHandler(this.symbolicExpressionTreeChart_SymbolicExpressionTreeNodeClicked);
75      //
76      // scopeListTreeView
77      //
78      this.scopeListTreeView.Dock = System.Windows.Forms.DockStyle.Left;
79      this.scopeListTreeView.HideSelection = false;
80      this.scopeListTreeView.Location = new System.Drawing.Point(0, 0);
81      this.scopeListTreeView.Name = "scopeListTreeView";
82      this.scopeListTreeView.Size = new System.Drawing.Size(155, 624);
83      this.scopeListTreeView.TabIndex = 11;
84      this.scopeListTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.scopeListTreeView_AfterSelect);
85      //
86      // panel2
87      //
88      this.panel2.Controls.Add(this.showGenealogyButton);
89      this.panel2.Controls.Add(this.calculateFragmentFrequencyButton);
90      this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
91      this.panel2.Location = new System.Drawing.Point(0, 0);
92      this.panel2.Name = "panel2";
93      this.panel2.Size = new System.Drawing.Size(509, 33);
94      this.panel2.TabIndex = 1;
95      //
96      // showGenealogyButton
97      //
98      this.showGenealogyButton.Location = new System.Drawing.Point(128, 4);
99      this.showGenealogyButton.Name = "showGenealogyButton";
100      this.showGenealogyButton.Size = new System.Drawing.Size(104, 23);
101      this.showGenealogyButton.TabIndex = 1;
102      this.showGenealogyButton.Text = "Show genealogy";
103      this.showGenealogyButton.UseVisualStyleBackColor = true;
104      this.showGenealogyButton.Click += new System.EventHandler(this.showGenealogyButton_Click);
105      //
106      // calculateFragmentFrequencyButton
107      //
108      this.calculateFragmentFrequencyButton.Location = new System.Drawing.Point(4, 4);
109      this.calculateFragmentFrequencyButton.Name = "calculateFragmentFrequencyButton";
110      this.calculateFragmentFrequencyButton.Size = new System.Drawing.Size(118, 23);
111      this.calculateFragmentFrequencyButton.TabIndex = 0;
112      this.calculateFragmentFrequencyButton.Text = "Fragment frequencies";
113      this.calculateFragmentFrequencyButton.UseVisualStyleBackColor = true;
114      this.calculateFragmentFrequencyButton.Click += new System.EventHandler(this.calculateFragmentFrequencyButton_Click);
115      //
116      // LineageExplorerView
117      //
118      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
119      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
120      this.Controls.Add(this.panel2);
121      this.Controls.Add(this.panel1);
122      this.Name = "LineageExplorerView";
123      this.Size = new System.Drawing.Size(509, 669);
124      this.panel1.ResumeLayout(false);
125      this.panel2.ResumeLayout(false);
126      this.ResumeLayout(false);
127
128    }
129
130    #endregion
131
132    private System.Windows.Forms.Panel panel1;
133    private System.Windows.Forms.Panel panel2;
134    private System.Windows.Forms.Button calculateFragmentFrequencyButton;
135    private System.Windows.Forms.TreeView qualityImprovementTreeView;
136    private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart symbolicExpressionTreeChart;
137    private System.Windows.Forms.TreeView scopeListTreeView;
138    private System.Windows.Forms.Button showGenealogyButton;
139
140
141
142
143
144
145  }
146}
Note: See TracBrowser for help on using the repository browser.