Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Tracking/SymboldDataAnalysisGenealogyView.Designer.cs @ 10884

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

#1772: Fixed another minor display bug concerning elite individuals. Fixed bug when saving fragments from mutation. Displayed quality as well in the SymbolicExpressionTreeTile.

File size: 7.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22using System.Drawing;
23
24namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
25  partial class SymboldDataAnalysisGenealogyView {
26    /// <summary>
27    /// Required designer variable.
28    /// </summary>
29    private System.ComponentModel.IContainer components = null;
30
31    /// <summary>
32    /// Clean up any resources being used.
33    /// </summary>
34    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
35    protected override void Dispose(bool disposing) {
36      if (disposing && (components != null)) {
37        components.Dispose();
38      }
39      base.Dispose(disposing);
40    }
41
42    #region Component Designer generated code
43
44    /// <summary>
45    /// Required method for Designer support - do not modify
46    /// the contents of this method with the code editor.
47    /// </summary>
48    private void InitializeComponent() {
49      this.components = new System.ComponentModel.Container();
50      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
51      this.genealogyGraphChart = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.SymbolicDataAnalysisExpressionGenealogyGraphChart();
52      this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
53      this.trace_checkBox = new System.Windows.Forms.CheckBox();
54      this.lockGraph_checkBox = new System.Windows.Forms.CheckBox();
55      this.simpleLineages_checkBox = new System.Windows.Forms.CheckBox();
56      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
57      this.splitContainer1.Panel1.SuspendLayout();
58      this.splitContainer1.Panel2.SuspendLayout();
59      this.splitContainer1.SuspendLayout();
60      this.SuspendLayout();
61      //
62      // splitContainer1
63      //
64      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Bottom;
65      this.splitContainer1.Location = new System.Drawing.Point(0, 33);
66      this.splitContainer1.Name = "splitContainer1";
67      //
68      // splitContainer1.Panel1
69      //
70      this.splitContainer1.Panel1.Controls.Add(this.genealogyGraphChart);
71      //
72      // splitContainer1.Panel2
73      //
74      this.splitContainer1.Panel2.Controls.Add(this.symbolicExpressionTreeChart);
75      this.splitContainer1.Size = new System.Drawing.Size(1247, 722);
76      this.splitContainer1.SplitterDistance = 607;
77      this.splitContainer1.TabIndex = 0;
78      //
79      // genealogyGraphChart
80      //
81      this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
82      this.genealogyGraphChart.Dock = System.Windows.Forms.DockStyle.Fill;
83      this.genealogyGraphChart.GenealogyGraph = null;
84      this.genealogyGraphChart.Location = new System.Drawing.Point(0, 0);
85      this.genealogyGraphChart.LockGenealogy = false;
86      this.genealogyGraphChart.Name = "genealogyGraphChart";
87      this.genealogyGraphChart.ScaleOnResize = true;
88      this.genealogyGraphChart.SimpleLineages = false;
89      this.genealogyGraphChart.Size = new System.Drawing.Size(607, 722);
90      this.genealogyGraphChart.TabIndex = 0;
91      this.genealogyGraphChart.TraceFragments = false;
92      //
93      // symbolicExpressionTreeChart
94      //
95      this.symbolicExpressionTreeChart.BackgroundColor = System.Drawing.Color.White;
96      this.symbolicExpressionTreeChart.Dock = System.Windows.Forms.DockStyle.Fill;
97      this.symbolicExpressionTreeChart.LineColor = System.Drawing.Color.Black;
98      this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(0, 0);
99      this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
100      this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(636, 722);
101      this.symbolicExpressionTreeChart.Spacing = 5;
102      this.symbolicExpressionTreeChart.SuspendRepaint = false;
103      this.symbolicExpressionTreeChart.TabIndex = 0;
104      this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font(FontFamily.GenericSansSerif, 10);
105      this.symbolicExpressionTreeChart.Tree = null;
106      //
107      // trace_checkBox
108      //
109      this.trace_checkBox.AutoSize = true;
110      this.trace_checkBox.Location = new System.Drawing.Point(611, 10);
111      this.trace_checkBox.Name = "trace_checkBox";
112      this.trace_checkBox.Size = new System.Drawing.Size(54, 17);
113      this.trace_checkBox.TabIndex = 1;
114      this.trace_checkBox.Text = "Trace";
115      this.trace_checkBox.UseVisualStyleBackColor = true;
116      this.trace_checkBox.CheckedChanged += new System.EventHandler(this.trace_checkBox_CheckedChanged);
117      //
118      // lockGraph_checkBox
119      //
120      this.lockGraph_checkBox.AutoSize = true;
121      this.lockGraph_checkBox.Location = new System.Drawing.Point(4, 10);
122      this.lockGraph_checkBox.Name = "lockGraph_checkBox";
123      this.lockGraph_checkBox.Size = new System.Drawing.Size(82, 17);
124      this.lockGraph_checkBox.TabIndex = 2;
125      this.lockGraph_checkBox.Text = "Lock Graph";
126      this.lockGraph_checkBox.UseVisualStyleBackColor = true;
127      this.lockGraph_checkBox.CheckedChanged += new System.EventHandler(this.lockGraph_checkBox_CheckedChanged);
128      //
129      // simpleLineages_checkBox
130      //
131      this.simpleLineages_checkBox.AutoSize = true;
132      this.simpleLineages_checkBox.Location = new System.Drawing.Point(91, 10);
133      this.simpleLineages_checkBox.Name = "simpleLineages_checkBox";
134      this.simpleLineages_checkBox.Size = new System.Drawing.Size(103, 17);
135      this.simpleLineages_checkBox.TabIndex = 3;
136      this.simpleLineages_checkBox.Text = "Simple Lineages";
137      this.simpleLineages_checkBox.UseVisualStyleBackColor = true;
138      this.simpleLineages_checkBox.CheckedChanged += new System.EventHandler(this.simpleLineages_checkBox_CheckedChanged);
139      //
140      // SymboldDataAnalysisGenealogyView
141      //
142      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
143      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
144      this.Controls.Add(this.simpleLineages_checkBox);
145      this.Controls.Add(this.lockGraph_checkBox);
146      this.Controls.Add(this.trace_checkBox);
147      this.Controls.Add(this.splitContainer1);
148      this.Name = "SymboldDataAnalysisGenealogyView";
149      this.Size = new System.Drawing.Size(1247, 755);
150      this.splitContainer1.Panel1.ResumeLayout(false);
151      this.splitContainer1.Panel2.ResumeLayout(false);
152      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
153      this.splitContainer1.ResumeLayout(false);
154      this.ResumeLayout(false);
155      this.PerformLayout();
156
157    }
158
159    #endregion
160
161    private System.Windows.Forms.SplitContainer splitContainer1;
162    private SymbolicDataAnalysisExpressionGenealogyGraphChart genealogyGraphChart;
163    private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart symbolicExpressionTreeChart;
164    private System.Windows.Forms.CheckBox trace_checkBox;
165    private System.Windows.Forms.CheckBox lockGraph_checkBox;
166    private System.Windows.Forms.CheckBox simpleLineages_checkBox;
167
168  }
169}
Note: See TracBrowser for help on using the repository browser.