1 |
|
---|
2 | using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views;
|
---|
3 |
|
---|
4 | namespace 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.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
|
---|
32 | this.topControlBox = new System.Windows.Forms.Panel();
|
---|
33 | this.graphControlsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
34 | this.lockGenealogyCheckBox = new System.Windows.Forms.CheckBox();
|
---|
35 | this.highlightAllButton = new System.Windows.Forms.Button();
|
---|
36 | this.simpleLineagesCheckBox = new System.Windows.Forms.CheckBox();
|
---|
37 | this.groupBox1 = new System.Windows.Forms.GroupBox();
|
---|
38 | this.matchConstantsCheckBox = new System.Windows.Forms.CheckBox();
|
---|
39 | this.matchVariableWeightsCheckBox = new System.Windows.Forms.CheckBox();
|
---|
40 | this.matchVariableNamesCheckBox = new System.Windows.Forms.CheckBox();
|
---|
41 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
42 | this.genealogyGraphChart = new HeuristicLab.EvolutionaryTracking.Views.GenealogyGraphChart();
|
---|
43 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
44 | this.splitContainer.Panel1.SuspendLayout();
|
---|
45 | this.splitContainer.Panel2.SuspendLayout();
|
---|
46 | this.splitContainer.SuspendLayout();
|
---|
47 | this.topControlBox.SuspendLayout();
|
---|
48 | this.graphControlsGroupBox.SuspendLayout();
|
---|
49 | this.groupBox1.SuspendLayout();
|
---|
50 | this.SuspendLayout();
|
---|
51 | //
|
---|
52 | // splitContainer
|
---|
53 | //
|
---|
54 | this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
55 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
56 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
57 | this.splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
58 | this.splitContainer.Location = new System.Drawing.Point(3, 53);
|
---|
59 | this.splitContainer.Name = "splitContainer";
|
---|
60 | //
|
---|
61 | // splitContainer.Panel1
|
---|
62 | //
|
---|
63 | this.splitContainer.Panel1.Controls.Add(this.genealogyGraphChart);
|
---|
64 | this.splitContainer.Panel1MinSize = 50;
|
---|
65 | //
|
---|
66 | // splitContainer.Panel2
|
---|
67 | //
|
---|
68 | this.splitContainer.Panel2.Controls.Add(this.symbolicExpressionTreeChart);
|
---|
69 | this.splitContainer.Panel2MinSize = 50;
|
---|
70 | this.splitContainer.Size = new System.Drawing.Size(1066, 722);
|
---|
71 | this.splitContainer.SplitterDistance = 488;
|
---|
72 | this.splitContainer.TabIndex = 7;
|
---|
73 | //
|
---|
74 | // symbolicExpressionTreeChart
|
---|
75 | //
|
---|
76 | this.symbolicExpressionTreeChart.BackgroundColor = System.Drawing.Color.White;
|
---|
77 | this.symbolicExpressionTreeChart.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
78 | this.symbolicExpressionTreeChart.LineColor = System.Drawing.Color.Black;
|
---|
79 | this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(0, 0);
|
---|
80 | this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
|
---|
81 | this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(572, 720);
|
---|
82 | this.symbolicExpressionTreeChart.Spacing = 5;
|
---|
83 | this.symbolicExpressionTreeChart.SuspendRepaint = false;
|
---|
84 | this.symbolicExpressionTreeChart.TabIndex = 2;
|
---|
85 | this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
|
---|
86 | this.symbolicExpressionTreeChart.Tree = null;
|
---|
87 | //
|
---|
88 | // topControlBox
|
---|
89 | //
|
---|
90 | this.topControlBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
91 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
92 | this.topControlBox.Controls.Add(this.graphControlsGroupBox);
|
---|
93 | this.topControlBox.Location = new System.Drawing.Point(3, 3);
|
---|
94 | this.topControlBox.Name = "topControlBox";
|
---|
95 | this.topControlBox.Size = new System.Drawing.Size(1066, 44);
|
---|
96 | this.topControlBox.TabIndex = 6;
|
---|
97 | //
|
---|
98 | // graphControlsGroupBox
|
---|
99 | //
|
---|
100 | this.graphControlsGroupBox.Controls.Add(this.lockGenealogyCheckBox);
|
---|
101 | this.graphControlsGroupBox.Controls.Add(this.highlightAllButton);
|
---|
102 | this.graphControlsGroupBox.Controls.Add(this.simpleLineagesCheckBox);
|
---|
103 | this.graphControlsGroupBox.Location = new System.Drawing.Point(1, -2);
|
---|
104 | this.graphControlsGroupBox.Name = "graphControlsGroupBox";
|
---|
105 | this.graphControlsGroupBox.Size = new System.Drawing.Size(98, 44);
|
---|
106 | this.graphControlsGroupBox.TabIndex = 11;
|
---|
107 | this.graphControlsGroupBox.TabStop = false;
|
---|
108 | this.graphControlsGroupBox.Text = "Graph controls";
|
---|
109 | //
|
---|
110 | // lockGenealogyCheckBox
|
---|
111 | //
|
---|
112 | this.lockGenealogyCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
113 | this.lockGenealogyCheckBox.Location = new System.Drawing.Point(66, 14);
|
---|
114 | this.lockGenealogyCheckBox.Name = "lockGenealogyCheckBox";
|
---|
115 | this.lockGenealogyCheckBox.Size = new System.Drawing.Size(24, 24);
|
---|
116 | this.lockGenealogyCheckBox.TabIndex = 17;
|
---|
117 | this.toolTip.SetToolTip(this.lockGenealogyCheckBox, "Lock genealogy");
|
---|
118 | this.lockGenealogyCheckBox.UseVisualStyleBackColor = true;
|
---|
119 | this.lockGenealogyCheckBox.CheckedChanged += new System.EventHandler(this.lockGenealogyCheckBox_CheckedChanged);
|
---|
120 | //
|
---|
121 | // highlightAllButton
|
---|
122 | //
|
---|
123 | this.highlightAllButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
---|
124 | this.highlightAllButton.Location = new System.Drawing.Point(6, 14);
|
---|
125 | this.highlightAllButton.Name = "highlightAllButton";
|
---|
126 | this.highlightAllButton.Size = new System.Drawing.Size(24, 24);
|
---|
127 | this.highlightAllButton.TabIndex = 13;
|
---|
128 | this.toolTip.SetToolTip(this.highlightAllButton, "Fitness gradient");
|
---|
129 | this.highlightAllButton.UseVisualStyleBackColor = true;
|
---|
130 | this.highlightAllButton.Click += new System.EventHandler(this.highlightAllButton_Click);
|
---|
131 | //
|
---|
132 | // simpleLineagesCheckBox
|
---|
133 | //
|
---|
134 | this.simpleLineagesCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
135 | this.simpleLineagesCheckBox.Location = new System.Drawing.Point(36, 14);
|
---|
136 | this.simpleLineagesCheckBox.Name = "simpleLineagesCheckBox";
|
---|
137 | this.simpleLineagesCheckBox.Size = new System.Drawing.Size(24, 24);
|
---|
138 | this.simpleLineagesCheckBox.TabIndex = 12;
|
---|
139 | this.toolTip.SetToolTip(this.simpleLineagesCheckBox, "Simple lineages");
|
---|
140 | this.simpleLineagesCheckBox.UseVisualStyleBackColor = true;
|
---|
141 | this.simpleLineagesCheckBox.CheckedChanged += new System.EventHandler(this.simpleLineagesCheckBox_CheckedChanged);
|
---|
142 | //
|
---|
143 | // groupBox1
|
---|
144 | //
|
---|
145 | this.groupBox1.Controls.Add(this.matchConstantsCheckBox);
|
---|
146 | this.groupBox1.Controls.Add(this.matchVariableWeightsCheckBox);
|
---|
147 | this.groupBox1.Controls.Add(this.matchVariableNamesCheckBox);
|
---|
148 | this.groupBox1.Location = new System.Drawing.Point(104, 1);
|
---|
149 | this.groupBox1.Name = "groupBox1";
|
---|
150 | this.groupBox1.Size = new System.Drawing.Size(325, 44);
|
---|
151 | this.groupBox1.TabIndex = 12;
|
---|
152 | this.groupBox1.TabStop = false;
|
---|
153 | this.groupBox1.Text = "Matching constraints";
|
---|
154 | //
|
---|
155 | // matchConstantsCheckBox
|
---|
156 | //
|
---|
157 | this.matchConstantsCheckBox.AutoSize = true;
|
---|
158 | this.matchConstantsCheckBox.Checked = true;
|
---|
159 | this.matchConstantsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
160 | this.matchConstantsCheckBox.Location = new System.Drawing.Point(6, 19);
|
---|
161 | this.matchConstantsCheckBox.Name = "matchConstantsCheckBox";
|
---|
162 | this.matchConstantsCheckBox.Size = new System.Drawing.Size(102, 17);
|
---|
163 | this.matchConstantsCheckBox.TabIndex = 5;
|
---|
164 | this.matchConstantsCheckBox.Text = "Constant values";
|
---|
165 | this.matchConstantsCheckBox.UseVisualStyleBackColor = true;
|
---|
166 | this.matchConstantsCheckBox.CheckedChanged += new System.EventHandler(this.matchConstantsCheckBox_CheckedChanged);
|
---|
167 | //
|
---|
168 | // matchVariableWeightsCheckBox
|
---|
169 | //
|
---|
170 | this.matchVariableWeightsCheckBox.AutoSize = true;
|
---|
171 | this.matchVariableWeightsCheckBox.Checked = true;
|
---|
172 | this.matchVariableWeightsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
173 | this.matchVariableWeightsCheckBox.Location = new System.Drawing.Point(114, 19);
|
---|
174 | this.matchVariableWeightsCheckBox.Name = "matchVariableWeightsCheckBox";
|
---|
175 | this.matchVariableWeightsCheckBox.Size = new System.Drawing.Size(103, 17);
|
---|
176 | this.matchVariableWeightsCheckBox.TabIndex = 6;
|
---|
177 | this.matchVariableWeightsCheckBox.Text = "Variable weights";
|
---|
178 | this.matchVariableWeightsCheckBox.UseVisualStyleBackColor = true;
|
---|
179 | this.matchVariableWeightsCheckBox.CheckedChanged += new System.EventHandler(this.matchVariableWeightsCheckBox_CheckedChanged);
|
---|
180 | //
|
---|
181 | // matchVariableNamesCheckBox
|
---|
182 | //
|
---|
183 | this.matchVariableNamesCheckBox.AutoSize = true;
|
---|
184 | this.matchVariableNamesCheckBox.Checked = true;
|
---|
185 | this.matchVariableNamesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
186 | this.matchVariableNamesCheckBox.Location = new System.Drawing.Point(223, 19);
|
---|
187 | this.matchVariableNamesCheckBox.Name = "matchVariableNamesCheckBox";
|
---|
188 | this.matchVariableNamesCheckBox.Size = new System.Drawing.Size(98, 17);
|
---|
189 | this.matchVariableNamesCheckBox.TabIndex = 7;
|
---|
190 | this.matchVariableNamesCheckBox.Text = "Variable names";
|
---|
191 | this.matchVariableNamesCheckBox.UseVisualStyleBackColor = true;
|
---|
192 | this.matchVariableNamesCheckBox.CheckedChanged += new System.EventHandler(this.matchVariableNamesCheckBox_CheckedChanged);
|
---|
193 | //
|
---|
194 | // genealogyGraphChart
|
---|
195 | //
|
---|
196 | this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
|
---|
197 | this.genealogyGraphChart.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
198 | this.genealogyGraphChart.Location = new System.Drawing.Point(0, 0);
|
---|
199 | this.genealogyGraphChart.LockGenealogy = false;
|
---|
200 | this.genealogyGraphChart.Name = "genealogyGraphChart";
|
---|
201 | this.genealogyGraphChart.ScaleOnResize = true;
|
---|
202 | this.genealogyGraphChart.SimpleLineages = false;
|
---|
203 | this.genealogyGraphChart.Size = new System.Drawing.Size(486, 720);
|
---|
204 | this.genealogyGraphChart.TabIndex = 2;
|
---|
205 | //
|
---|
206 | // GenealogyGraphView
|
---|
207 | //
|
---|
208 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
209 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
210 | this.Controls.Add(this.groupBox1);
|
---|
211 | this.Controls.Add(this.splitContainer);
|
---|
212 | this.Controls.Add(this.topControlBox);
|
---|
213 | this.Name = "GenealogyGraphView";
|
---|
214 | this.Size = new System.Drawing.Size(1072, 778);
|
---|
215 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
216 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
217 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
218 | this.splitContainer.ResumeLayout(false);
|
---|
219 | this.topControlBox.ResumeLayout(false);
|
---|
220 | this.graphControlsGroupBox.ResumeLayout(false);
|
---|
221 | this.groupBox1.ResumeLayout(false);
|
---|
222 | this.groupBox1.PerformLayout();
|
---|
223 | this.ResumeLayout(false);
|
---|
224 |
|
---|
225 | }
|
---|
226 |
|
---|
227 | #endregion
|
---|
228 |
|
---|
229 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
230 | private SymbolicExpressionTreeChart symbolicExpressionTreeChart;
|
---|
231 |
|
---|
232 | private GenealogyGraphChart genealogyGraphChart;
|
---|
233 | private System.Windows.Forms.ToolTip toolTip;
|
---|
234 | private System.Windows.Forms.Panel topControlBox;
|
---|
235 | private System.Windows.Forms.GroupBox groupBox1;
|
---|
236 | private System.Windows.Forms.CheckBox matchConstantsCheckBox;
|
---|
237 | private System.Windows.Forms.CheckBox matchVariableWeightsCheckBox;
|
---|
238 | private System.Windows.Forms.CheckBox matchVariableNamesCheckBox;
|
---|
239 | private System.Windows.Forms.GroupBox graphControlsGroupBox;
|
---|
240 | private System.Windows.Forms.Button highlightAllButton;
|
---|
241 | private System.Windows.Forms.CheckBox simpleLineagesCheckBox;
|
---|
242 | private System.Windows.Forms.CheckBox lockGenealogyCheckBox;
|
---|
243 |
|
---|
244 | }
|
---|
245 | }
|
---|