Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.EvolutionaryTracking.Views/3.4/GenealogyGraphView.Designer.cs @ 9573

Last change on this file since 9573 was 9420, checked in by bburlacu, 12 years ago

#1772: Improved the LineageExplorerView, added generation labels in the GenealogyGraphChart, added new visual component VisualGenealogyGraphTextLabel.

File size: 15.1 KB
Line 
1
2using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views;
3
4namespace HeuristicLab.EvolutionaryTracking.Views {
5  partial class GenealogyGraphView {
6    /// <summary>
7    /// Required designer variable.
8    /// </summary>
9    private System.ComponentModel.IContainer components = null;
10
11    /// <summary>
12    /// Clean up any resources being used.
13    /// </summary>
14    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
15    protected override void Dispose(bool disposing) {
16      if (disposing && (components != null)) {
17        components.Dispose();
18      }
19      base.Dispose(disposing);
20    }
21
22    #region Component Designer generated code
23
24    /// <summary>
25    /// Required method for Designer support - do not modify
26    /// the contents of this method with the code editor.
27    /// </summary>
28    private void InitializeComponent() {
29      this.components = new System.ComponentModel.Container();
30      this.splitContainer = new System.Windows.Forms.SplitContainer();
31      this.genealogyGraphChart = new HeuristicLab.EvolutionaryTracking.Views.GenealogyGraphChart();
32      this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
33      this.topControlBox = new System.Windows.Forms.Panel();
34      this.groupBox1 = new System.Windows.Forms.GroupBox();
35      this.matchConstantsCheckBox = new System.Windows.Forms.CheckBox();
36      this.matchVariableWeightsCheckBox = new System.Windows.Forms.CheckBox();
37      this.matchVariableNamesCheckBox = new System.Windows.Forms.CheckBox();
38      this.graphControlsGroupBox = new System.Windows.Forms.GroupBox();
39      this.lockGenealogyCheckBox = new System.Windows.Forms.CheckBox();
40      this.highlightAllButton = new System.Windows.Forms.Button();
41      this.simpleLineagesCheckBox = new System.Windows.Forms.CheckBox();
42      this.selectModeButton = new System.Windows.Forms.RadioButton();
43      this.moveModeButton = new System.Windows.Forms.RadioButton();
44      this.zoomModeButton = new System.Windows.Forms.RadioButton();
45      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
46      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
47      this.splitContainer.Panel1.SuspendLayout();
48      this.splitContainer.Panel2.SuspendLayout();
49      this.splitContainer.SuspendLayout();
50      this.topControlBox.SuspendLayout();
51      this.groupBox1.SuspendLayout();
52      this.graphControlsGroupBox.SuspendLayout();
53      this.SuspendLayout();
54      //
55      // splitContainer
56      //
57      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
58            | System.Windows.Forms.AnchorStyles.Left)
59            | System.Windows.Forms.AnchorStyles.Right)));
60      this.splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
61      this.splitContainer.Location = new System.Drawing.Point(3, 53);
62      this.splitContainer.Name = "splitContainer";
63      //
64      // splitContainer.Panel1
65      //
66      this.splitContainer.Panel1.Controls.Add(this.genealogyGraphChart);
67      this.splitContainer.Panel1MinSize = 50;
68      //
69      // splitContainer.Panel2
70      //
71      this.splitContainer.Panel2.Controls.Add(this.symbolicExpressionTreeChart);
72      this.splitContainer.Panel2MinSize = 50;
73      this.splitContainer.Size = new System.Drawing.Size(1066, 722);
74      this.splitContainer.SplitterDistance = 489;
75      this.splitContainer.TabIndex = 7;
76      //
77      // genealogyGraphChart
78      //
79      this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
80      this.genealogyGraphChart.Dock = System.Windows.Forms.DockStyle.Fill;
81      this.genealogyGraphChart.Location = new System.Drawing.Point(0, 0);
82      this.genealogyGraphChart.LockGenealogy = false;
83      this.genealogyGraphChart.Name = "genealogyGraphChart";
84      this.genealogyGraphChart.ScaleOnResize = true;
85      this.genealogyGraphChart.SimpleLineages = false;
86      this.genealogyGraphChart.Size = new System.Drawing.Size(487, 720);
87      this.genealogyGraphChart.TabIndex = 2;
88      //
89      // symbolicExpressionTreeChart
90      //
91      this.symbolicExpressionTreeChart.BackgroundColor = System.Drawing.Color.White;
92      this.symbolicExpressionTreeChart.Dock = System.Windows.Forms.DockStyle.Fill;
93      this.symbolicExpressionTreeChart.LineColor = System.Drawing.Color.Black;
94      this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(0, 0);
95      this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
96      this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(571, 720);
97      this.symbolicExpressionTreeChart.Spacing = 5;
98      this.symbolicExpressionTreeChart.SuspendRepaint = false;
99      this.symbolicExpressionTreeChart.TabIndex = 2;
100      this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
101      this.symbolicExpressionTreeChart.Tree = null;
102      //
103      // topControlBox
104      //
105      this.topControlBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
106            | System.Windows.Forms.AnchorStyles.Right)));
107      this.topControlBox.Controls.Add(this.groupBox1);
108      this.topControlBox.Controls.Add(this.graphControlsGroupBox);
109      this.topControlBox.Location = new System.Drawing.Point(3, 3);
110      this.topControlBox.Name = "topControlBox";
111      this.topControlBox.Size = new System.Drawing.Size(1066, 44);
112      this.topControlBox.TabIndex = 6;
113      //
114      // groupBox1
115      //
116      this.groupBox1.Controls.Add(this.matchConstantsCheckBox);
117      this.groupBox1.Controls.Add(this.matchVariableWeightsCheckBox);
118      this.groupBox1.Controls.Add(this.matchVariableNamesCheckBox);
119      this.groupBox1.Location = new System.Drawing.Point(209, -2);
120      this.groupBox1.Name = "groupBox1";
121      this.groupBox1.Size = new System.Drawing.Size(325, 44);
122      this.groupBox1.TabIndex = 12;
123      this.groupBox1.TabStop = false;
124      this.groupBox1.Text = "Matching constraints";
125      //
126      // matchConstantsCheckBox
127      //
128      this.matchConstantsCheckBox.AutoSize = true;
129      this.matchConstantsCheckBox.Checked = true;
130      this.matchConstantsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
131      this.matchConstantsCheckBox.Location = new System.Drawing.Point(6, 19);
132      this.matchConstantsCheckBox.Name = "matchConstantsCheckBox";
133      this.matchConstantsCheckBox.Size = new System.Drawing.Size(102, 17);
134      this.matchConstantsCheckBox.TabIndex = 5;
135      this.matchConstantsCheckBox.Text = "Constant values";
136      this.matchConstantsCheckBox.UseVisualStyleBackColor = true;
137      this.matchConstantsCheckBox.CheckedChanged += new System.EventHandler(this.matchConstantsCheckBox_CheckedChanged);
138      //
139      // matchVariableWeightsCheckBox
140      //
141      this.matchVariableWeightsCheckBox.AutoSize = true;
142      this.matchVariableWeightsCheckBox.Checked = true;
143      this.matchVariableWeightsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
144      this.matchVariableWeightsCheckBox.Location = new System.Drawing.Point(114, 19);
145      this.matchVariableWeightsCheckBox.Name = "matchVariableWeightsCheckBox";
146      this.matchVariableWeightsCheckBox.Size = new System.Drawing.Size(103, 17);
147      this.matchVariableWeightsCheckBox.TabIndex = 6;
148      this.matchVariableWeightsCheckBox.Text = "Variable weights";
149      this.matchVariableWeightsCheckBox.UseVisualStyleBackColor = true;
150      this.matchVariableWeightsCheckBox.CheckedChanged += new System.EventHandler(this.matchVariableWeightsCheckBox_CheckedChanged);
151      //
152      // matchVariableNamesCheckBox
153      //
154      this.matchVariableNamesCheckBox.AutoSize = true;
155      this.matchVariableNamesCheckBox.Checked = true;
156      this.matchVariableNamesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
157      this.matchVariableNamesCheckBox.Location = new System.Drawing.Point(223, 19);
158      this.matchVariableNamesCheckBox.Name = "matchVariableNamesCheckBox";
159      this.matchVariableNamesCheckBox.Size = new System.Drawing.Size(98, 17);
160      this.matchVariableNamesCheckBox.TabIndex = 7;
161      this.matchVariableNamesCheckBox.Text = "Variable names";
162      this.matchVariableNamesCheckBox.UseVisualStyleBackColor = true;
163      this.matchVariableNamesCheckBox.CheckedChanged += new System.EventHandler(this.matchVariableNamesCheckBox_CheckedChanged);
164      //
165      // graphControlsGroupBox
166      //
167      this.graphControlsGroupBox.Controls.Add(this.lockGenealogyCheckBox);
168      this.graphControlsGroupBox.Controls.Add(this.highlightAllButton);
169      this.graphControlsGroupBox.Controls.Add(this.simpleLineagesCheckBox);
170      this.graphControlsGroupBox.Controls.Add(this.selectModeButton);
171      this.graphControlsGroupBox.Controls.Add(this.moveModeButton);
172      this.graphControlsGroupBox.Controls.Add(this.zoomModeButton);
173      this.graphControlsGroupBox.Location = new System.Drawing.Point(1, -2);
174      this.graphControlsGroupBox.Name = "graphControlsGroupBox";
175      this.graphControlsGroupBox.Size = new System.Drawing.Size(202, 44);
176      this.graphControlsGroupBox.TabIndex = 11;
177      this.graphControlsGroupBox.TabStop = false;
178      this.graphControlsGroupBox.Text = "Graph controls";
179      //
180      // lockGenealogyCheckBox
181      //
182      this.lockGenealogyCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
183      this.lockGenealogyCheckBox.Location = new System.Drawing.Point(156, 14);
184      this.lockGenealogyCheckBox.Name = "lockGenealogyCheckBox";
185      this.lockGenealogyCheckBox.Size = new System.Drawing.Size(24, 24);
186      this.lockGenealogyCheckBox.TabIndex = 17;
187      this.toolTip.SetToolTip(this.lockGenealogyCheckBox, "Lock genealogy");
188      this.lockGenealogyCheckBox.UseVisualStyleBackColor = true;
189      this.lockGenealogyCheckBox.CheckedChanged += new System.EventHandler(this.lockGenealogyCheckBox_CheckedChanged);
190      //
191      // highlightAllButton
192      //
193      this.highlightAllButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
194      this.highlightAllButton.Location = new System.Drawing.Point(96, 14);
195      this.highlightAllButton.Name = "highlightAllButton";
196      this.highlightAllButton.Size = new System.Drawing.Size(24, 24);
197      this.highlightAllButton.TabIndex = 13;
198      this.toolTip.SetToolTip(this.highlightAllButton, "Fitness gradient");
199      this.highlightAllButton.UseVisualStyleBackColor = true;
200      this.highlightAllButton.Click += new System.EventHandler(this.highlightAllButton_Click);
201      //
202      // simpleLineagesCheckBox
203      //
204      this.simpleLineagesCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
205      this.simpleLineagesCheckBox.Location = new System.Drawing.Point(126, 14);
206      this.simpleLineagesCheckBox.Name = "simpleLineagesCheckBox";
207      this.simpleLineagesCheckBox.Size = new System.Drawing.Size(24, 24);
208      this.simpleLineagesCheckBox.TabIndex = 12;
209      this.toolTip.SetToolTip(this.simpleLineagesCheckBox, "Simple lineages");
210      this.simpleLineagesCheckBox.UseVisualStyleBackColor = true;
211      this.simpleLineagesCheckBox.CheckedChanged += new System.EventHandler(this.simpleLineagesCheckBox_CheckedChanged);
212      //
213      // selectModeButton
214      //
215      this.selectModeButton.Appearance = System.Windows.Forms.Appearance.Button;
216      this.selectModeButton.Location = new System.Drawing.Point(66, 14);
217      this.selectModeButton.Name = "selectModeButton";
218      this.selectModeButton.Size = new System.Drawing.Size(24, 24);
219      this.selectModeButton.TabIndex = 16;
220      this.selectModeButton.TabStop = true;
221      this.toolTip.SetToolTip(this.selectModeButton, "Select");
222      this.selectModeButton.UseVisualStyleBackColor = true;
223      this.selectModeButton.CheckedChanged += new System.EventHandler(this.selectModeButton_CheckedChanged);
224      //
225      // moveModeButton
226      //
227      this.moveModeButton.Appearance = System.Windows.Forms.Appearance.Button;
228      this.moveModeButton.Location = new System.Drawing.Point(6, 14);
229      this.moveModeButton.Name = "moveModeButton";
230      this.moveModeButton.Size = new System.Drawing.Size(24, 24);
231      this.moveModeButton.TabIndex = 14;
232      this.moveModeButton.TabStop = true;
233      this.toolTip.SetToolTip(this.moveModeButton, "Move");
234      this.moveModeButton.UseVisualStyleBackColor = true;
235      this.moveModeButton.CheckedChanged += new System.EventHandler(this.moveModeButton_CheckedChanged);
236      //
237      // zoomModeButton
238      //
239      this.zoomModeButton.Appearance = System.Windows.Forms.Appearance.Button;
240      this.zoomModeButton.Location = new System.Drawing.Point(36, 14);
241      this.zoomModeButton.Name = "zoomModeButton";
242      this.zoomModeButton.Size = new System.Drawing.Size(24, 24);
243      this.zoomModeButton.TabIndex = 15;
244      this.zoomModeButton.TabStop = true;
245      this.toolTip.SetToolTip(this.zoomModeButton, "Zoom");
246      this.zoomModeButton.UseVisualStyleBackColor = true;
247      this.zoomModeButton.CheckedChanged += new System.EventHandler(this.zoomModeButton_CheckedChanged);
248      //
249      // GenealogyGraphView
250      //
251      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
252      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
253      this.Controls.Add(this.splitContainer);
254      this.Controls.Add(this.topControlBox);
255      this.Name = "GenealogyGraphView";
256      this.Size = new System.Drawing.Size(1072, 778);
257      this.splitContainer.Panel1.ResumeLayout(false);
258      this.splitContainer.Panel2.ResumeLayout(false);
259      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
260      this.splitContainer.ResumeLayout(false);
261      this.topControlBox.ResumeLayout(false);
262      this.groupBox1.ResumeLayout(false);
263      this.groupBox1.PerformLayout();
264      this.graphControlsGroupBox.ResumeLayout(false);
265      this.ResumeLayout(false);
266
267    }
268
269    #endregion
270
271    private System.Windows.Forms.SplitContainer splitContainer;
272    private SymbolicExpressionTreeChart symbolicExpressionTreeChart;
273
274    private GenealogyGraphChart genealogyGraphChart;
275    private System.Windows.Forms.ToolTip toolTip;
276    private System.Windows.Forms.Panel topControlBox;
277    private System.Windows.Forms.GroupBox groupBox1;
278    private System.Windows.Forms.CheckBox matchConstantsCheckBox;
279    private System.Windows.Forms.CheckBox matchVariableWeightsCheckBox;
280    private System.Windows.Forms.CheckBox matchVariableNamesCheckBox;
281    private System.Windows.Forms.GroupBox graphControlsGroupBox;
282    private System.Windows.Forms.Button highlightAllButton;
283    private System.Windows.Forms.CheckBox simpleLineagesCheckBox;
284    private System.Windows.Forms.RadioButton selectModeButton;
285    private System.Windows.Forms.RadioButton moveModeButton;
286    private System.Windows.Forms.RadioButton zoomModeButton;
287    private System.Windows.Forms.CheckBox lockGenealogyCheckBox;
288
289  }
290}
Note: See TracBrowser for help on using the repository browser.