Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1772: Performance improvements for the GenealogyGraph. Minor refactoring to VisualGenealogyGraphArc and VisualGenealogyGraphNode classes. Added new functionality to the SymbolicExpressionTreeFragmentsAnalyzer, minor refactoring in the other two analyzers. Refactored View code. Updated project references and plugin dependencies and added HeuristicLab.Problems.DataAnalysis.Symbolic to the branch.

File size: 13.7 KB
Line 
1
2namespace 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.graphControlsPanel = new System.Windows.Forms.Panel();
31      this.selectModeButton = new System.Windows.Forms.RadioButton();
32      this.moveModeButton = new System.Windows.Forms.RadioButton();
33      this.zoomModeButton = new System.Windows.Forms.RadioButton();
34      this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
35      this.topControlBox = new System.Windows.Forms.GroupBox();
36      this.similarityModeLabel = new System.Windows.Forms.Label();
37      this.similarityModeSelector = new System.Windows.Forms.ComboBox();
38      this.genealogyGraphChart = new HeuristicLab.EvolutionaryTracking.Views.GenealogyGraphChart();
39      this.inDegreeButton = new System.Windows.Forms.Button();
40      this.outDegreeButton = new System.Windows.Forms.Button();
41      this.mainTableLayout.SuspendLayout();
42      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
43      this.splitContainer.Panel1.SuspendLayout();
44      this.splitContainer.Panel2.SuspendLayout();
45      this.splitContainer.SuspendLayout();
46      this.genealogyTableLayout.SuspendLayout();
47      this.graphControlsPanel.SuspendLayout();
48      this.topControlBox.SuspendLayout();
49      this.SuspendLayout();
50      //
51      // mainTableLayout
52      //
53      this.mainTableLayout.ColumnCount = 1;
54      this.mainTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
55      this.mainTableLayout.Controls.Add(this.splitContainer, 0, 1);
56      this.mainTableLayout.Controls.Add(this.topControlBox, 0, 0);
57      this.mainTableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
58      this.mainTableLayout.Location = new System.Drawing.Point(0, 0);
59      this.mainTableLayout.Name = "mainTableLayout";
60      this.mainTableLayout.RowCount = 2;
61      this.mainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
62      this.mainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
63      this.mainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
64      this.mainTableLayout.Size = new System.Drawing.Size(528, 443);
65      this.mainTableLayout.TabIndex = 6;
66      //
67      // splitContainer
68      //
69      this.splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
70      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
71      this.splitContainer.Location = new System.Drawing.Point(3, 53);
72      this.splitContainer.Name = "splitContainer";
73      //
74      // splitContainer.Panel1
75      //
76      this.splitContainer.Panel1.Controls.Add(this.genealogyTableLayout);
77      this.splitContainer.Panel1MinSize = 50;
78      //
79      // splitContainer.Panel2
80      //
81      this.splitContainer.Panel2.Controls.Add(this.symbolicExpressionTreeChart);
82      this.splitContainer.Panel2MinSize = 50;
83      this.splitContainer.Size = new System.Drawing.Size(522, 387);
84      this.splitContainer.SplitterDistance = 241;
85      this.splitContainer.TabIndex = 7;
86      //
87      // genealogyTableLayout
88      //
89      this.genealogyTableLayout.ColumnCount = 1;
90      this.genealogyTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
91      this.genealogyTableLayout.Controls.Add(this.genealogyGraphChart, 0, 1);
92      this.genealogyTableLayout.Controls.Add(this.graphControlsPanel, 0, 0);
93      this.genealogyTableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
94      this.genealogyTableLayout.Location = new System.Drawing.Point(0, 0);
95      this.genealogyTableLayout.Name = "genealogyTableLayout";
96      this.genealogyTableLayout.RowCount = 2;
97      this.genealogyTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
98      this.genealogyTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
99      this.genealogyTableLayout.Size = new System.Drawing.Size(239, 385);
100      this.genealogyTableLayout.TabIndex = 4;
101      //
102      // graphControlsPanel
103      //
104      this.graphControlsPanel.Controls.Add(this.outDegreeButton);
105      this.graphControlsPanel.Controls.Add(this.inDegreeButton);
106      this.graphControlsPanel.Controls.Add(this.selectModeButton);
107      this.graphControlsPanel.Controls.Add(this.moveModeButton);
108      this.graphControlsPanel.Controls.Add(this.zoomModeButton);
109      this.graphControlsPanel.Location = new System.Drawing.Point(3, 3);
110      this.graphControlsPanel.Name = "graphControlsPanel";
111      this.graphControlsPanel.Size = new System.Drawing.Size(194, 30);
112      this.graphControlsPanel.TabIndex = 0;
113      //
114      // selectModeButton
115      //
116      this.selectModeButton.Appearance = System.Windows.Forms.Appearance.Button;
117      this.selectModeButton.AutoSize = true;
118      this.selectModeButton.Location = new System.Drawing.Point(65, 3);
119      this.selectModeButton.Name = "selectModeButton";
120      this.selectModeButton.Size = new System.Drawing.Size(24, 23);
121      this.selectModeButton.TabIndex = 5;
122      this.selectModeButton.TabStop = true;
123      this.selectModeButton.Text = "S";
124      this.selectModeButton.UseVisualStyleBackColor = true;
125      this.selectModeButton.CheckedChanged += new System.EventHandler(this.selectModeButton_CheckedChanged);
126      //
127      // moveModeButton
128      //
129      this.moveModeButton.Appearance = System.Windows.Forms.Appearance.Button;
130      this.moveModeButton.AutoSize = true;
131      this.moveModeButton.Location = new System.Drawing.Point(3, 3);
132      this.moveModeButton.Name = "moveModeButton";
133      this.moveModeButton.Size = new System.Drawing.Size(26, 23);
134      this.moveModeButton.TabIndex = 3;
135      this.moveModeButton.TabStop = true;
136      this.moveModeButton.Text = "M";
137      this.moveModeButton.UseVisualStyleBackColor = true;
138      this.moveModeButton.CheckedChanged += new System.EventHandler(this.moveModeButton_CheckedChanged);
139      //
140      // zoomModeButton
141      //
142      this.zoomModeButton.Appearance = System.Windows.Forms.Appearance.Button;
143      this.zoomModeButton.AutoSize = true;
144      this.zoomModeButton.Location = new System.Drawing.Point(35, 3);
145      this.zoomModeButton.Name = "zoomModeButton";
146      this.zoomModeButton.Size = new System.Drawing.Size(24, 23);
147      this.zoomModeButton.TabIndex = 4;
148      this.zoomModeButton.TabStop = true;
149      this.zoomModeButton.Text = "Z";
150      this.zoomModeButton.UseVisualStyleBackColor = true;
151      this.zoomModeButton.CheckedChanged += new System.EventHandler(this.zoomModeButton_CheckedChanged);
152      //
153      // symbolicExpressionTreeChart
154      //
155      this.symbolicExpressionTreeChart.BackgroundColor = System.Drawing.Color.White;
156      this.symbolicExpressionTreeChart.Dock = System.Windows.Forms.DockStyle.Fill;
157      this.symbolicExpressionTreeChart.LineColor = System.Drawing.Color.Black;
158      this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(0, 0);
159      this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
160      this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(275, 385);
161      this.symbolicExpressionTreeChart.Spacing = 5;
162      this.symbolicExpressionTreeChart.SuspendRepaint = false;
163      this.symbolicExpressionTreeChart.TabIndex = 2;
164      this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
165      this.symbolicExpressionTreeChart.Tree = null;
166      //
167      // topControlBox
168      //
169      this.topControlBox.Controls.Add(this.similarityModeLabel);
170      this.topControlBox.Controls.Add(this.similarityModeSelector);
171      this.topControlBox.Dock = System.Windows.Forms.DockStyle.Fill;
172      this.topControlBox.Location = new System.Drawing.Point(3, 3);
173      this.topControlBox.Name = "topControlBox";
174      this.topControlBox.Size = new System.Drawing.Size(522, 44);
175      this.topControlBox.TabIndex = 6;
176      this.topControlBox.TabStop = false;
177      this.topControlBox.Text = "Controls";
178      //
179      // similarityModeLabel
180      //
181      this.similarityModeLabel.AutoSize = true;
182      this.similarityModeLabel.Location = new System.Drawing.Point(6, 20);
183      this.similarityModeLabel.Name = "similarityModeLabel";
184      this.similarityModeLabel.Size = new System.Drawing.Size(80, 13);
185      this.similarityModeLabel.TabIndex = 1;
186      this.similarityModeLabel.Text = "Similarity Mode:";
187      //
188      // similarityModeSelector
189      //
190      this.similarityModeSelector.FormattingEnabled = true;
191      this.similarityModeSelector.Items.AddRange(new object[] {
192            "Exact",
193            "High",
194            "Relaxed"});
195      this.similarityModeSelector.Location = new System.Drawing.Point(92, 17);
196      this.similarityModeSelector.Name = "similarityModeSelector";
197      this.similarityModeSelector.Size = new System.Drawing.Size(148, 21);
198      this.similarityModeSelector.TabIndex = 0;
199      this.similarityModeSelector.SelectedIndexChanged += new System.EventHandler(this.similarityModeSelector_SelectedIndexChanged);
200      //
201      // genealogyGraphChart
202      //
203      this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
204      this.genealogyGraphChart.Dock = System.Windows.Forms.DockStyle.Fill;
205      this.genealogyGraphChart.Location = new System.Drawing.Point(3, 39);
206      this.genealogyGraphChart.Name = "genealogyGraphChart";
207      this.genealogyGraphChart.ScaleOnResize = true;
208      this.genealogyGraphChart.Size = new System.Drawing.Size(233, 343);
209      this.genealogyGraphChart.TabIndex = 2;
210      //
211      // inDegreeButton
212      //
213      this.inDegreeButton.AutoSize = true;
214      this.inDegreeButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
215      this.inDegreeButton.Location = new System.Drawing.Point(95, 3);
216      this.inDegreeButton.Name = "inDegreeButton";
217      this.inDegreeButton.Size = new System.Drawing.Size(28, 23);
218      this.inDegreeButton.TabIndex = 6;
219      this.inDegreeButton.Text = "IN";
220      this.inDegreeButton.UseVisualStyleBackColor = true;
221      this.inDegreeButton.Click += new System.EventHandler(this.inDegreeButton_Click);
222      //
223      // outDegreeButton
224      //
225      this.outDegreeButton.AutoSize = true;
226      this.outDegreeButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
227      this.outDegreeButton.Location = new System.Drawing.Point(129, 3);
228      this.outDegreeButton.Name = "outDegreeButton";
229      this.outDegreeButton.Size = new System.Drawing.Size(40, 23);
230      this.outDegreeButton.TabIndex = 7;
231      this.outDegreeButton.Text = "OUT";
232      this.outDegreeButton.UseVisualStyleBackColor = true;
233      this.outDegreeButton.Click += new System.EventHandler(this.outDegreeButton_Click);
234      //
235      // GenealogyGraphView
236      //
237      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
238      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
239      this.Controls.Add(this.mainTableLayout);
240      this.Name = "GenealogyGraphView";
241      this.Size = new System.Drawing.Size(528, 443);
242      this.mainTableLayout.ResumeLayout(false);
243      this.splitContainer.Panel1.ResumeLayout(false);
244      this.splitContainer.Panel2.ResumeLayout(false);
245      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
246      this.splitContainer.ResumeLayout(false);
247      this.genealogyTableLayout.ResumeLayout(false);
248      this.graphControlsPanel.ResumeLayout(false);
249      this.graphControlsPanel.PerformLayout();
250      this.topControlBox.ResumeLayout(false);
251      this.topControlBox.PerformLayout();
252      this.ResumeLayout(false);
253
254    }
255
256    #endregion
257
258    private System.Windows.Forms.TableLayoutPanel mainTableLayout;
259    private System.Windows.Forms.SplitContainer splitContainer;
260    private System.Windows.Forms.GroupBox topControlBox;
261    private System.Windows.Forms.Label similarityModeLabel;
262    private System.Windows.Forms.ComboBox similarityModeSelector;
263    private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart symbolicExpressionTreeChart;
264    private System.Windows.Forms.TableLayoutPanel genealogyTableLayout;
265    private GenealogyGraphChart genealogyGraphChart;
266    private System.Windows.Forms.Panel graphControlsPanel;
267    private System.Windows.Forms.RadioButton selectModeButton;
268    private System.Windows.Forms.RadioButton moveModeButton;
269    private System.Windows.Forms.RadioButton zoomModeButton;
270    private System.Windows.Forms.Button inDegreeButton;
271    private System.Windows.Forms.Button outDegreeButton;
272
273  }
274}
Note: See TracBrowser for help on using the repository browser.