Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1772: Implemented new View, improved functionality (tracking of fragments and operators)

File size: 12.1 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.topControlBox = new System.Windows.Forms.GroupBox();
30      this.similarityModeLabel = new System.Windows.Forms.Label();
31      this.similarityModeSelector = new System.Windows.Forms.ComboBox();
32      this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
33      this.genealogyTableLayout = new System.Windows.Forms.TableLayoutPanel();
34      this.graphControlsPanel = new System.Windows.Forms.Panel();
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.topControlBox.SuspendLayout();
45      this.genealogyTableLayout.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(528, 443);
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(522, 387);
82      this.splitContainer.SplitterDistance = 241;
83      this.splitContainer.TabIndex = 7;
84      //
85      // topControlBox
86      //
87      this.topControlBox.Controls.Add(this.similarityModeLabel);
88      this.topControlBox.Controls.Add(this.similarityModeSelector);
89      this.topControlBox.Dock = System.Windows.Forms.DockStyle.Fill;
90      this.topControlBox.Location = new System.Drawing.Point(3, 3);
91      this.topControlBox.Name = "topControlBox";
92      this.topControlBox.Size = new System.Drawing.Size(522, 44);
93      this.topControlBox.TabIndex = 6;
94      this.topControlBox.TabStop = false;
95      this.topControlBox.Text = "Controls";
96      //
97      // similarityModeLabel
98      //
99      this.similarityModeLabel.AutoSize = true;
100      this.similarityModeLabel.Location = new System.Drawing.Point(6, 20);
101      this.similarityModeLabel.Name = "similarityModeLabel";
102      this.similarityModeLabel.Size = new System.Drawing.Size(80, 13);
103      this.similarityModeLabel.TabIndex = 1;
104      this.similarityModeLabel.Text = "Similarity Mode:";
105      //
106      // similarityModeSelector
107      //
108      this.similarityModeSelector.FormattingEnabled = true;
109      this.similarityModeSelector.Items.AddRange(new object[] {
110            "Exact",
111            "High",
112            "Relaxed"});
113      this.similarityModeSelector.Location = new System.Drawing.Point(92, 17);
114      this.similarityModeSelector.Name = "similarityModeSelector";
115      this.similarityModeSelector.Size = new System.Drawing.Size(148, 21);
116      this.similarityModeSelector.TabIndex = 0;
117      this.similarityModeSelector.SelectedIndexChanged += new System.EventHandler(this.similarityModeSelector_SelectedIndexChanged);
118      //
119      // symbolicExpressionTreeChart
120      //
121      this.symbolicExpressionTreeChart.BackgroundColor = System.Drawing.Color.White;
122      this.symbolicExpressionTreeChart.Dock = System.Windows.Forms.DockStyle.Fill;
123      this.symbolicExpressionTreeChart.LineColor = System.Drawing.Color.Black;
124      this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(0, 0);
125      this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
126      this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(275, 385);
127      this.symbolicExpressionTreeChart.Spacing = 5;
128      this.symbolicExpressionTreeChart.SuspendRepaint = false;
129      this.symbolicExpressionTreeChart.TabIndex = 2;
130      this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
131      this.symbolicExpressionTreeChart.Tree = null;
132      //
133      // genealogyTableLayout
134      //
135      this.genealogyTableLayout.ColumnCount = 1;
136      this.genealogyTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
137      this.genealogyTableLayout.Controls.Add(this.genealogyGraphChart, 0, 1);
138      this.genealogyTableLayout.Controls.Add(this.graphControlsPanel, 0, 0);
139      this.genealogyTableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
140      this.genealogyTableLayout.Location = new System.Drawing.Point(0, 0);
141      this.genealogyTableLayout.Name = "genealogyTableLayout";
142      this.genealogyTableLayout.RowCount = 2;
143      this.genealogyTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
144      this.genealogyTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
145      this.genealogyTableLayout.Size = new System.Drawing.Size(239, 385);
146      this.genealogyTableLayout.TabIndex = 4;
147      //
148      // graphControlsPanel
149      //
150      this.graphControlsPanel.Controls.Add(this.selectModeButton);
151      this.graphControlsPanel.Controls.Add(this.moveModeButton);
152      this.graphControlsPanel.Controls.Add(this.zoomModeButton);
153      this.graphControlsPanel.Location = new System.Drawing.Point(3, 3);
154      this.graphControlsPanel.Name = "graphControlsPanel";
155      this.graphControlsPanel.Size = new System.Drawing.Size(194, 30);
156      this.graphControlsPanel.TabIndex = 0;
157      //
158      // selectModeButton
159      //
160      this.selectModeButton.Appearance = System.Windows.Forms.Appearance.Button;
161      this.selectModeButton.AutoSize = true;
162      this.selectModeButton.Location = new System.Drawing.Point(103, 3);
163      this.selectModeButton.Name = "selectModeButton";
164      this.selectModeButton.Size = new System.Drawing.Size(47, 23);
165      this.selectModeButton.TabIndex = 5;
166      this.selectModeButton.TabStop = true;
167      this.selectModeButton.Text = "Select";
168      this.selectModeButton.UseVisualStyleBackColor = true;
169      this.selectModeButton.CheckedChanged += new System.EventHandler(this.selectModeButton_CheckedChanged);
170      //
171      // moveModeButton
172      //
173      this.moveModeButton.Appearance = System.Windows.Forms.Appearance.Button;
174      this.moveModeButton.AutoSize = true;
175      this.moveModeButton.Location = new System.Drawing.Point(3, 3);
176      this.moveModeButton.Name = "moveModeButton";
177      this.moveModeButton.Size = new System.Drawing.Size(44, 23);
178      this.moveModeButton.TabIndex = 3;
179      this.moveModeButton.TabStop = true;
180      this.moveModeButton.Text = "Move";
181      this.moveModeButton.UseVisualStyleBackColor = true;
182      this.moveModeButton.CheckedChanged += new System.EventHandler(this.moveModeButton_CheckedChanged);
183      //
184      // zoomModeButton
185      //
186      this.zoomModeButton.Appearance = System.Windows.Forms.Appearance.Button;
187      this.zoomModeButton.AutoSize = true;
188      this.zoomModeButton.Location = new System.Drawing.Point(53, 3);
189      this.zoomModeButton.Name = "zoomModeButton";
190      this.zoomModeButton.Size = new System.Drawing.Size(44, 23);
191      this.zoomModeButton.TabIndex = 4;
192      this.zoomModeButton.TabStop = true;
193      this.zoomModeButton.Text = "Zoom";
194      this.zoomModeButton.UseVisualStyleBackColor = true;
195      this.zoomModeButton.CheckedChanged += new System.EventHandler(this.zoomModeButton_CheckedChanged);
196      //
197      // genealogyGraphChart
198      //
199      this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
200      this.genealogyGraphChart.Dock = System.Windows.Forms.DockStyle.Fill;
201      this.genealogyGraphChart.Location = new System.Drawing.Point(3, 39);
202      this.genealogyGraphChart.Name = "genealogyGraphChart";
203      this.genealogyGraphChart.ScaleOnResize = true;
204      this.genealogyGraphChart.Size = new System.Drawing.Size(233, 343);
205      this.genealogyGraphChart.TabIndex = 2;
206      //
207      // GenealogyGraphView
208      //
209      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
210      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
211      this.Controls.Add(this.mainTableLayout);
212      this.Name = "GenealogyGraphView";
213      this.Size = new System.Drawing.Size(528, 443);
214      this.mainTableLayout.ResumeLayout(false);
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.topControlBox.PerformLayout();
221      this.genealogyTableLayout.ResumeLayout(false);
222      this.graphControlsPanel.ResumeLayout(false);
223      this.graphControlsPanel.PerformLayout();
224      this.ResumeLayout(false);
225
226    }
227
228    #endregion
229
230    private System.Windows.Forms.TableLayoutPanel mainTableLayout;
231    private System.Windows.Forms.SplitContainer splitContainer;
232    private System.Windows.Forms.GroupBox topControlBox;
233    private System.Windows.Forms.Label similarityModeLabel;
234    private System.Windows.Forms.ComboBox similarityModeSelector;
235    private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart symbolicExpressionTreeChart;
236    private System.Windows.Forms.TableLayoutPanel genealogyTableLayout;
237    private GenealogyGraphChart genealogyGraphChart;
238    private System.Windows.Forms.Panel graphControlsPanel;
239    private System.Windows.Forms.RadioButton selectModeButton;
240    private System.Windows.Forms.RadioButton moveModeButton;
241    private System.Windows.Forms.RadioButton zoomModeButton;
242
243  }
244}
Note: See TracBrowser for help on using the repository browser.