Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 10746 was 10746, checked in by bburlacu, 10 years ago

#1772: Small improvements to FragmentGraphView, moved tracking classes to separate folder.

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
22namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
23  partial class SymboldDataAnalysisGenealogyView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
49      this.genealogyGraphChart = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.SymbolicDataAnalysisExpressionGenealogyGraphChart();
50      this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
51      this.trace_checkBox = new System.Windows.Forms.CheckBox();
52      this.lockGraph_checkBox = new System.Windows.Forms.CheckBox();
53      this.simpleLineages_checkBox = new System.Windows.Forms.CheckBox();
54      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
55      this.splitContainer1.Panel1.SuspendLayout();
56      this.splitContainer1.Panel2.SuspendLayout();
57      this.splitContainer1.SuspendLayout();
58      this.SuspendLayout();
59      //
60      // splitContainer1
61      //
62      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Bottom;
63      this.splitContainer1.Location = new System.Drawing.Point(0, 33);
64      this.splitContainer1.Name = "splitContainer1";
65      //
66      // splitContainer1.Panel1
67      //
68      this.splitContainer1.Panel1.Controls.Add(this.genealogyGraphChart);
69      //
70      // splitContainer1.Panel2
71      //
72      this.splitContainer1.Panel2.Controls.Add(this.symbolicExpressionTreeChart);
73      this.splitContainer1.Size = new System.Drawing.Size(1247, 722);
74      this.splitContainer1.SplitterDistance = 607;
75      this.splitContainer1.TabIndex = 0;
76      //
77      // genealogyGraphChart
78      //
79      this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
80      this.genealogyGraphChart.Dock = System.Windows.Forms.DockStyle.Fill;
81      this.genealogyGraphChart.GenealogyGraph = null;
82      this.genealogyGraphChart.Location = new System.Drawing.Point(0, 0);
83      this.genealogyGraphChart.LockGenealogy = false;
84      this.genealogyGraphChart.Name = "genealogyGraphChart";
85      this.genealogyGraphChart.ScaleOnResize = true;
86      this.genealogyGraphChart.SimpleLineages = false;
87      this.genealogyGraphChart.Size = new System.Drawing.Size(607, 722);
88      this.genealogyGraphChart.TabIndex = 0;
89      this.genealogyGraphChart.TraceFragments = false;
90      //
91      // symbolicExpressionTreeChart
92      //
93      this.symbolicExpressionTreeChart.BackgroundColor = System.Drawing.Color.White;
94      this.symbolicExpressionTreeChart.Dock = System.Windows.Forms.DockStyle.Fill;
95      this.symbolicExpressionTreeChart.LineColor = System.Drawing.Color.Black;
96      this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(0, 0);
97      this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
98      this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(636, 722);
99      this.symbolicExpressionTreeChart.Spacing = 5;
100      this.symbolicExpressionTreeChart.SuspendRepaint = false;
101      this.symbolicExpressionTreeChart.TabIndex = 0;
102      this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 12F);
103      this.symbolicExpressionTreeChart.Tree = null;
104      //
105      // trace_checkBox
106      //
107      this.trace_checkBox.AutoSize = true;
108      this.trace_checkBox.Location = new System.Drawing.Point(611, 10);
109      this.trace_checkBox.Name = "trace_checkBox";
110      this.trace_checkBox.Size = new System.Drawing.Size(54, 17);
111      this.trace_checkBox.TabIndex = 1;
112      this.trace_checkBox.Text = "Trace";
113      this.trace_checkBox.UseVisualStyleBackColor = true;
114      this.trace_checkBox.CheckedChanged += new System.EventHandler(this.trace_checkBox_CheckedChanged);
115      //
116      // lockGraph_checkBox
117      //
118      this.lockGraph_checkBox.AutoSize = true;
119      this.lockGraph_checkBox.Location = new System.Drawing.Point(4, 10);
120      this.lockGraph_checkBox.Name = "lockGraph_checkBox";
121      this.lockGraph_checkBox.Size = new System.Drawing.Size(82, 17);
122      this.lockGraph_checkBox.TabIndex = 2;
123      this.lockGraph_checkBox.Text = "Lock Graph";
124      this.lockGraph_checkBox.UseVisualStyleBackColor = true;
125      this.lockGraph_checkBox.CheckedChanged += new System.EventHandler(this.lockGraph_checkBox_CheckedChanged);
126      //
127      // simpleLineages_checkBox
128      //
129      this.simpleLineages_checkBox.AutoSize = true;
130      this.simpleLineages_checkBox.Location = new System.Drawing.Point(91, 10);
131      this.simpleLineages_checkBox.Name = "simpleLineages_checkBox";
132      this.simpleLineages_checkBox.Size = new System.Drawing.Size(103, 17);
133      this.simpleLineages_checkBox.TabIndex = 3;
134      this.simpleLineages_checkBox.Text = "Simple Lineages";
135      this.simpleLineages_checkBox.UseVisualStyleBackColor = true;
136      this.simpleLineages_checkBox.CheckedChanged += new System.EventHandler(this.simpleLineages_checkBox_CheckedChanged);
137      //
138      // SymboldDataAnalysisGenealogyView
139      //
140      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
141      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
142      this.Controls.Add(this.simpleLineages_checkBox);
143      this.Controls.Add(this.lockGraph_checkBox);
144      this.Controls.Add(this.trace_checkBox);
145      this.Controls.Add(this.splitContainer1);
146      this.Name = "SymboldDataAnalysisGenealogyView";
147      this.Size = new System.Drawing.Size(1247, 755);
148      this.splitContainer1.Panel1.ResumeLayout(false);
149      this.splitContainer1.Panel2.ResumeLayout(false);
150      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
151      this.splitContainer1.ResumeLayout(false);
152      this.ResumeLayout(false);
153      this.PerformLayout();
154
155    }
156
157    #endregion
158
159    private System.Windows.Forms.SplitContainer splitContainer1;
160    private SymbolicDataAnalysisExpressionGenealogyGraphChart genealogyGraphChart;
161    private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart symbolicExpressionTreeChart;
162    private System.Windows.Forms.CheckBox trace_checkBox;
163    private System.Windows.Forms.CheckBox lockGraph_checkBox;
164    private System.Windows.Forms.CheckBox simpleLineages_checkBox;
165
166  }
167}
Note: See TracBrowser for help on using the repository browser.