1 |
|
---|
2 | namespace HeuristicLab.EvolutionaryTracking.Views {
|
---|
3 | partial class GenealogyGraphView {
|
---|
4 | /// <summary>
|
---|
5 | /// Required designer variable.
|
---|
6 | /// </summary>
|
---|
7 | private System.ComponentModel.IContainer components = null;
|
---|
8 |
|
---|
9 | /// <summary>
|
---|
10 | /// Clean up any resources being used.
|
---|
11 | /// </summary>
|
---|
12 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
13 | protected override void Dispose(bool disposing) {
|
---|
14 | if (disposing && (components != null)) {
|
---|
15 | components.Dispose();
|
---|
16 | }
|
---|
17 | base.Dispose(disposing);
|
---|
18 | }
|
---|
19 |
|
---|
20 | #region Component Designer generated code
|
---|
21 |
|
---|
22 | /// <summary>
|
---|
23 | /// Required method for Designer support - do not modify
|
---|
24 | /// the contents of this method with the code editor.
|
---|
25 | /// </summary>
|
---|
26 | private void InitializeComponent() {
|
---|
27 | this.mainTableLayout = new System.Windows.Forms.TableLayoutPanel();
|
---|
28 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
29 | this.genealogyTableLayout = new System.Windows.Forms.TableLayoutPanel();
|
---|
30 | this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
|
---|
31 | this.topControlBox = new System.Windows.Forms.GroupBox();
|
---|
32 | this.graphControlsPanel = new System.Windows.Forms.Panel();
|
---|
33 | this.similarityModeLabel = new System.Windows.Forms.Label();
|
---|
34 | this.similarityModeSelector = new System.Windows.Forms.ComboBox();
|
---|
35 | this.selectModeButton = new System.Windows.Forms.RadioButton();
|
---|
36 | this.moveModeButton = new System.Windows.Forms.RadioButton();
|
---|
37 | this.zoomModeButton = new System.Windows.Forms.RadioButton();
|
---|
38 | this.genealogyGraphChart = new HeuristicLab.EvolutionaryTracking.Views.GenealogyGraphChart();
|
---|
39 | this.mainTableLayout.SuspendLayout();
|
---|
40 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
41 | this.splitContainer.Panel1.SuspendLayout();
|
---|
42 | this.splitContainer.Panel2.SuspendLayout();
|
---|
43 | this.splitContainer.SuspendLayout();
|
---|
44 | this.genealogyTableLayout.SuspendLayout();
|
---|
45 | this.topControlBox.SuspendLayout();
|
---|
46 | this.graphControlsPanel.SuspendLayout();
|
---|
47 | this.SuspendLayout();
|
---|
48 | //
|
---|
49 | // mainTableLayout
|
---|
50 | //
|
---|
51 | this.mainTableLayout.ColumnCount = 1;
|
---|
52 | this.mainTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
53 | this.mainTableLayout.Controls.Add(this.splitContainer, 0, 1);
|
---|
54 | this.mainTableLayout.Controls.Add(this.topControlBox, 0, 0);
|
---|
55 | this.mainTableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
56 | this.mainTableLayout.Location = new System.Drawing.Point(0, 0);
|
---|
57 | this.mainTableLayout.Name = "mainTableLayout";
|
---|
58 | this.mainTableLayout.RowCount = 2;
|
---|
59 | this.mainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
---|
60 | this.mainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
61 | this.mainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
---|
62 | this.mainTableLayout.Size = new System.Drawing.Size(787, 584);
|
---|
63 | this.mainTableLayout.TabIndex = 6;
|
---|
64 | //
|
---|
65 | // splitContainer
|
---|
66 | //
|
---|
67 | this.splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
68 | this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
69 | this.splitContainer.Location = new System.Drawing.Point(3, 53);
|
---|
70 | this.splitContainer.Name = "splitContainer";
|
---|
71 | //
|
---|
72 | // splitContainer.Panel1
|
---|
73 | //
|
---|
74 | this.splitContainer.Panel1.Controls.Add(this.genealogyTableLayout);
|
---|
75 | this.splitContainer.Panel1MinSize = 50;
|
---|
76 | //
|
---|
77 | // splitContainer.Panel2
|
---|
78 | //
|
---|
79 | this.splitContainer.Panel2.Controls.Add(this.symbolicExpressionTreeChart);
|
---|
80 | this.splitContainer.Panel2MinSize = 50;
|
---|
81 | this.splitContainer.Size = new System.Drawing.Size(781, 528);
|
---|
82 | this.splitContainer.SplitterDistance = 360;
|
---|
83 | this.splitContainer.TabIndex = 7;
|
---|
84 | //
|
---|
85 | // genealogyTableLayout
|
---|
86 | //
|
---|
87 | this.genealogyTableLayout.ColumnCount = 1;
|
---|
88 | this.genealogyTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
89 | this.genealogyTableLayout.Controls.Add(this.genealogyGraphChart, 0, 1);
|
---|
90 | this.genealogyTableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
91 | this.genealogyTableLayout.Location = new System.Drawing.Point(0, 0);
|
---|
92 | this.genealogyTableLayout.Name = "genealogyTableLayout";
|
---|
93 | this.genealogyTableLayout.RowCount = 2;
|
---|
94 | this.genealogyTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
---|
95 | this.genealogyTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
96 | this.genealogyTableLayout.Size = new System.Drawing.Size(358, 526);
|
---|
97 | this.genealogyTableLayout.TabIndex = 4;
|
---|
98 | //
|
---|
99 | // symbolicExpressionTreeChart
|
---|
100 | //
|
---|
101 | this.symbolicExpressionTreeChart.BackgroundColor = System.Drawing.Color.White;
|
---|
102 | this.symbolicExpressionTreeChart.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
103 | this.symbolicExpressionTreeChart.LineColor = System.Drawing.Color.Black;
|
---|
104 | this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(0, 0);
|
---|
105 | this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
|
---|
106 | this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(415, 526);
|
---|
107 | this.symbolicExpressionTreeChart.Spacing = 5;
|
---|
108 | this.symbolicExpressionTreeChart.SuspendRepaint = false;
|
---|
109 | this.symbolicExpressionTreeChart.TabIndex = 2;
|
---|
110 | this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
|
---|
111 | this.symbolicExpressionTreeChart.Tree = null;
|
---|
112 | //
|
---|
113 | // topControlBox
|
---|
114 | //
|
---|
115 | this.topControlBox.Controls.Add(this.graphControlsPanel);
|
---|
116 | this.topControlBox.Controls.Add(this.similarityModeLabel);
|
---|
117 | this.topControlBox.Controls.Add(this.similarityModeSelector);
|
---|
118 | this.topControlBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
119 | this.topControlBox.Location = new System.Drawing.Point(3, 3);
|
---|
120 | this.topControlBox.Name = "topControlBox";
|
---|
121 | this.topControlBox.Size = new System.Drawing.Size(781, 44);
|
---|
122 | this.topControlBox.TabIndex = 6;
|
---|
123 | this.topControlBox.TabStop = false;
|
---|
124 | this.topControlBox.Text = "Controls";
|
---|
125 | //
|
---|
126 | // graphControlsPanel
|
---|
127 | //
|
---|
128 | this.graphControlsPanel.Controls.Add(this.selectModeButton);
|
---|
129 | this.graphControlsPanel.Controls.Add(this.moveModeButton);
|
---|
130 | this.graphControlsPanel.Controls.Add(this.zoomModeButton);
|
---|
131 | this.graphControlsPanel.Location = new System.Drawing.Point(246, 14);
|
---|
132 | this.graphControlsPanel.Name = "graphControlsPanel";
|
---|
133 | this.graphControlsPanel.Size = new System.Drawing.Size(93, 30);
|
---|
134 | this.graphControlsPanel.TabIndex = 2;
|
---|
135 | //
|
---|
136 | // similarityModeLabel
|
---|
137 | //
|
---|
138 | this.similarityModeLabel.AutoSize = true;
|
---|
139 | this.similarityModeLabel.Location = new System.Drawing.Point(6, 20);
|
---|
140 | this.similarityModeLabel.Name = "similarityModeLabel";
|
---|
141 | this.similarityModeLabel.Size = new System.Drawing.Size(80, 13);
|
---|
142 | this.similarityModeLabel.TabIndex = 1;
|
---|
143 | this.similarityModeLabel.Text = "Similarity Mode:";
|
---|
144 | //
|
---|
145 | // similarityModeSelector
|
---|
146 | //
|
---|
147 | this.similarityModeSelector.FormattingEnabled = true;
|
---|
148 | this.similarityModeSelector.Items.AddRange(new object[] {
|
---|
149 | "Exact",
|
---|
150 | "High",
|
---|
151 | "Relaxed"});
|
---|
152 | this.similarityModeSelector.Location = new System.Drawing.Point(92, 17);
|
---|
153 | this.similarityModeSelector.Name = "similarityModeSelector";
|
---|
154 | this.similarityModeSelector.Size = new System.Drawing.Size(148, 21);
|
---|
155 | this.similarityModeSelector.TabIndex = 0;
|
---|
156 | this.similarityModeSelector.SelectedIndexChanged += new System.EventHandler(this.similarityModeSelector_SelectedIndexChanged);
|
---|
157 | //
|
---|
158 | // selectModeButton
|
---|
159 | //
|
---|
160 | this.selectModeButton.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
161 | this.selectModeButton.Location = new System.Drawing.Point(63, 3);
|
---|
162 | this.selectModeButton.Name = "selectModeButton";
|
---|
163 | this.selectModeButton.Size = new System.Drawing.Size(24, 24);
|
---|
164 | this.selectModeButton.TabIndex = 11;
|
---|
165 | this.selectModeButton.TabStop = true;
|
---|
166 | this.selectModeButton.UseVisualStyleBackColor = true;
|
---|
167 | this.selectModeButton.CheckedChanged += new System.EventHandler(this.selectModeButton_CheckedChanged);
|
---|
168 | //
|
---|
169 | // moveModeButton
|
---|
170 | //
|
---|
171 | this.moveModeButton.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
172 | this.moveModeButton.Location = new System.Drawing.Point(3, 3);
|
---|
173 | this.moveModeButton.Name = "moveModeButton";
|
---|
174 | this.moveModeButton.Size = new System.Drawing.Size(24, 24);
|
---|
175 | this.moveModeButton.TabIndex = 9;
|
---|
176 | this.moveModeButton.TabStop = true;
|
---|
177 | this.moveModeButton.UseVisualStyleBackColor = true;
|
---|
178 | this.moveModeButton.CheckedChanged += new System.EventHandler(this.moveModeButton_CheckedChanged);
|
---|
179 | //
|
---|
180 | // zoomModeButton
|
---|
181 | //
|
---|
182 | this.zoomModeButton.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
183 | this.zoomModeButton.Location = new System.Drawing.Point(33, 3);
|
---|
184 | this.zoomModeButton.Name = "zoomModeButton";
|
---|
185 | this.zoomModeButton.Size = new System.Drawing.Size(24, 24);
|
---|
186 | this.zoomModeButton.TabIndex = 10;
|
---|
187 | this.zoomModeButton.TabStop = true;
|
---|
188 | this.zoomModeButton.UseVisualStyleBackColor = true;
|
---|
189 | this.zoomModeButton.CheckedChanged += new System.EventHandler(this.zoomModeButton_CheckedChanged);
|
---|
190 | //
|
---|
191 | // genealogyGraphChart
|
---|
192 | //
|
---|
193 | this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
|
---|
194 | this.genealogyGraphChart.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
195 | this.genealogyGraphChart.Location = new System.Drawing.Point(3, 3);
|
---|
196 | this.genealogyGraphChart.Name = "genealogyGraphChart";
|
---|
197 | this.genealogyGraphChart.ScaleOnResize = true;
|
---|
198 | this.genealogyGraphChart.Size = new System.Drawing.Size(352, 520);
|
---|
199 | this.genealogyGraphChart.TabIndex = 2;
|
---|
200 | //
|
---|
201 | // GenealogyGraphView
|
---|
202 | //
|
---|
203 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
204 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
205 | this.Controls.Add(this.mainTableLayout);
|
---|
206 | this.Name = "GenealogyGraphView";
|
---|
207 | this.Size = new System.Drawing.Size(787, 584);
|
---|
208 | this.mainTableLayout.ResumeLayout(false);
|
---|
209 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
210 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
211 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
212 | this.splitContainer.ResumeLayout(false);
|
---|
213 | this.genealogyTableLayout.ResumeLayout(false);
|
---|
214 | this.topControlBox.ResumeLayout(false);
|
---|
215 | this.topControlBox.PerformLayout();
|
---|
216 | this.graphControlsPanel.ResumeLayout(false);
|
---|
217 | this.ResumeLayout(false);
|
---|
218 |
|
---|
219 | }
|
---|
220 |
|
---|
221 | #endregion
|
---|
222 |
|
---|
223 | private System.Windows.Forms.TableLayoutPanel mainTableLayout;
|
---|
224 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
225 | private System.Windows.Forms.GroupBox topControlBox;
|
---|
226 | private System.Windows.Forms.Label similarityModeLabel;
|
---|
227 | private System.Windows.Forms.ComboBox similarityModeSelector;
|
---|
228 | private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart symbolicExpressionTreeChart;
|
---|
229 | private System.Windows.Forms.TableLayoutPanel genealogyTableLayout;
|
---|
230 | private GenealogyGraphChart genealogyGraphChart;
|
---|
231 | private System.Windows.Forms.Panel graphControlsPanel;
|
---|
232 | private System.Windows.Forms.RadioButton selectModeButton;
|
---|
233 | private System.Windows.Forms.RadioButton moveModeButton;
|
---|
234 | private System.Windows.Forms.RadioButton zoomModeButton;
|
---|
235 |
|
---|
236 | }
|
---|
237 | }
|
---|