Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Tracking/SymbolicDataAnalysisGenealogyGraphView.Designer.cs @ 13401

Last change on this file since 13401 was 12406, checked in by bburlacu, 10 years ago

#1772: Removed obsolete FrequentFragmentsDialog, added a checkbox to select the subtree matching mode in the SymbolicDataAnalysisGenealogyGraphView, removed commented code from the SymbolicDataAnalysisPoly10Analyzer.

File size: 10.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22
23namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
24  partial class SymbolicDataAnalysisGenealogyGraphView {
25    /// <summary>
26    /// Required designer variable.
27    /// </summary>
28    private System.ComponentModel.IContainer components = null;
29
30    /// <summary>
31    /// Clean up any resources being used.
32    /// </summary>
33    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
34    protected override void Dispose(bool disposing) {
35      if (disposing && (components != null)) {
36        components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.groupBox1 = new System.Windows.Forms.GroupBox();
48      this.nodeWeightLabel = new System.Windows.Forms.Label();
49      this.nodeWeightLabelLabel = new System.Windows.Forms.Label();
50      this.navigateRightButton = new System.Windows.Forms.Button();
51      this.navigateLeftButton = new System.Windows.Forms.Button();
52      this.nodeDegreeLabel = new System.Windows.Forms.Label();
53      this.nodeDegreeLabelLabel = new System.Windows.Forms.Label();
54      this.nodeRankLabel = new System.Windows.Forms.Label();
55      this.nodeRankLabelLabel = new System.Windows.Forms.Label();
56      this.nodeQualityLabel = new System.Windows.Forms.Label();
57      this.nodeQualityLabelLabel = new System.Windows.Forms.Label();
58      this.matchingModeButton = new System.Windows.Forms.CheckBox();
59      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
60      this.splitContainer.Panel1.SuspendLayout();
61      this.splitContainer.Panel2.SuspendLayout();
62      this.splitContainer.SuspendLayout();
63      this.groupBox1.SuspendLayout();
64      this.SuspendLayout();
65      //
66      // splitContainer
67      //
68      this.splitContainer.Size = new System.Drawing.Size(1241, 700);
69      this.splitContainer.SplitterDistance = 617;
70      //
71      // viewHost
72      //
73      this.viewHost.Size = new System.Drawing.Size(617, 697);
74      //
75      // genealogyGraphChart
76      //
77      this.genealogyGraphChart.Size = new System.Drawing.Size(614, 697);
78      //
79      // groupBox1
80      //
81      this.groupBox1.Controls.Add(this.matchingModeButton);
82      this.groupBox1.Controls.Add(this.nodeWeightLabel);
83      this.groupBox1.Controls.Add(this.nodeWeightLabelLabel);
84      this.groupBox1.Controls.Add(this.navigateRightButton);
85      this.groupBox1.Controls.Add(this.navigateLeftButton);
86      this.groupBox1.Controls.Add(this.nodeDegreeLabel);
87      this.groupBox1.Controls.Add(this.nodeDegreeLabelLabel);
88      this.groupBox1.Controls.Add(this.nodeRankLabel);
89      this.groupBox1.Controls.Add(this.nodeRankLabelLabel);
90      this.groupBox1.Controls.Add(this.nodeQualityLabel);
91      this.groupBox1.Controls.Add(this.nodeQualityLabelLabel);
92      this.groupBox1.Location = new System.Drawing.Point(624, 4);
93      this.groupBox1.Name = "groupBox1";
94      this.groupBox1.Size = new System.Drawing.Size(617, 44);
95      this.groupBox1.TabIndex = 2;
96      this.groupBox1.TabStop = false;
97      this.groupBox1.Text = "Current Node";
98      //
99      // nodeWeightLabel
100      //
101      this.nodeWeightLabel.AutoSize = true;
102      this.nodeWeightLabel.Location = new System.Drawing.Point(285, 20);
103      this.nodeWeightLabel.Name = "nodeWeightLabel";
104      this.nodeWeightLabel.Size = new System.Drawing.Size(0, 13);
105      this.nodeWeightLabel.TabIndex = 8;
106      //
107      // nodeWeightLabelLabel
108      //
109      this.nodeWeightLabelLabel.AutoSize = true;
110      this.nodeWeightLabelLabel.Location = new System.Drawing.Point(241, 20);
111      this.nodeWeightLabelLabel.Name = "nodeWeightLabelLabel";
112      this.nodeWeightLabelLabel.Size = new System.Drawing.Size(44, 13);
113      this.nodeWeightLabelLabel.TabIndex = 7;
114      this.nodeWeightLabelLabel.Text = "Weight:";
115      //
116      // navigateRightButton
117      //
118      this.navigateRightButton.Image = global::HeuristicLab.Problems.DataAnalysis.Symbolic.Views.Properties.Resources.LargeLeftDiagonal_235;
119      this.navigateRightButton.Location = new System.Drawing.Point(589, 14);
120      this.navigateRightButton.Name = "navigateRightButton";
121      this.navigateRightButton.Size = new System.Drawing.Size(22, 22);
122      this.navigateRightButton.TabIndex = 6;
123      this.navigateRightButton.UseVisualStyleBackColor = true;
124      this.navigateRightButton.Click += new System.EventHandler(this.navigateRightButton_Click);
125      //
126      // navigateLeftButton
127      //
128      this.navigateLeftButton.Image = global::HeuristicLab.Problems.DataAnalysis.Symbolic.Views.Properties.Resources.LargeRightDiagonal_238;
129      this.navigateLeftButton.Location = new System.Drawing.Point(561, 14);
130      this.navigateLeftButton.Name = "navigateLeftButton";
131      this.navigateLeftButton.Size = new System.Drawing.Size(22, 22);
132      this.navigateLeftButton.TabIndex = 6;
133      this.navigateLeftButton.UseVisualStyleBackColor = true;
134      this.navigateLeftButton.Click += new System.EventHandler(this.navigateLeftButton_Click);
135      //
136      // nodeDegreeLabel
137      //
138      this.nodeDegreeLabel.AutoSize = true;
139      this.nodeDegreeLabel.Location = new System.Drawing.Point(205, 20);
140      this.nodeDegreeLabel.Name = "nodeDegreeLabel";
141      this.nodeDegreeLabel.Size = new System.Drawing.Size(0, 13);
142      this.nodeDegreeLabel.TabIndex = 5;
143      //
144      // nodeDegreeLabelLabel
145      //
146      this.nodeDegreeLabelLabel.AutoSize = true;
147      this.nodeDegreeLabelLabel.Location = new System.Drawing.Point(154, 20);
148      this.nodeDegreeLabelLabel.Name = "nodeDegreeLabelLabel";
149      this.nodeDegreeLabelLabel.Size = new System.Drawing.Size(45, 13);
150      this.nodeDegreeLabelLabel.TabIndex = 4;
151      this.nodeDegreeLabelLabel.Text = "Degree:";
152      //
153      // nodeRankLabel
154      //
155      this.nodeRankLabel.AutoSize = true;
156      this.nodeRankLabel.Location = new System.Drawing.Point(123, 20);
157      this.nodeRankLabel.Name = "nodeRankLabel";
158      this.nodeRankLabel.Size = new System.Drawing.Size(0, 13);
159      this.nodeRankLabel.TabIndex = 3;
160      //
161      // nodeRankLabelLabel
162      //
163      this.nodeRankLabelLabel.AutoSize = true;
164      this.nodeRankLabelLabel.Location = new System.Drawing.Point(81, 20);
165      this.nodeRankLabelLabel.Name = "nodeRankLabelLabel";
166      this.nodeRankLabelLabel.Size = new System.Drawing.Size(36, 13);
167      this.nodeRankLabelLabel.TabIndex = 2;
168      this.nodeRankLabelLabel.Text = "Rank:";
169      //
170      // nodeQualityLabel
171      //
172      this.nodeQualityLabel.AutoSize = true;
173      this.nodeQualityLabel.Location = new System.Drawing.Point(54, 20);
174      this.nodeQualityLabel.Name = "nodeQualityLabel";
175      this.nodeQualityLabel.Size = new System.Drawing.Size(0, 13);
176      this.nodeQualityLabel.TabIndex = 1;
177      //
178      // nodeQualityLabelLabel
179      //
180      this.nodeQualityLabelLabel.AutoSize = true;
181      this.nodeQualityLabelLabel.Location = new System.Drawing.Point(6, 20);
182      this.nodeQualityLabelLabel.Name = "nodeQualityLabelLabel";
183      this.nodeQualityLabelLabel.Size = new System.Drawing.Size(42, 13);
184      this.nodeQualityLabelLabel.TabIndex = 0;
185      this.nodeQualityLabelLabel.Text = "Quality:";
186      //
187      // matchingModeButton
188      //
189      this.matchingModeButton.AutoSize = true;
190      this.matchingModeButton.Checked = true;
191      this.matchingModeButton.CheckState = System.Windows.Forms.CheckState.Checked;
192      this.matchingModeButton.Location = new System.Drawing.Point(455, 18);
193      this.matchingModeButton.Name = "matchingModeButton";
194      this.matchingModeButton.Size = new System.Drawing.Size(100, 17);
195      this.matchingModeButton.TabIndex = 9;
196      this.matchingModeButton.Text = "Exact Matching";
197      this.matchingModeButton.UseVisualStyleBackColor = true;
198      //
199      // SymbolicDataAnalysisGenealogyGraphView
200      //
201      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
202      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
203      this.Controls.Add(this.groupBox1);
204      this.Name = "SymbolicDataAnalysisGenealogyGraphView";
205      this.Size = new System.Drawing.Size(1247, 755);
206      this.Controls.SetChildIndex(this.splitContainer, 0);
207      this.Controls.SetChildIndex(this.groupBox1, 0);
208      this.splitContainer.Panel1.ResumeLayout(false);
209      this.splitContainer.Panel2.ResumeLayout(false);
210      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
211      this.splitContainer.ResumeLayout(false);
212      this.groupBox1.ResumeLayout(false);
213      this.groupBox1.PerformLayout();
214      this.ResumeLayout(false);
215
216    }
217
218    #endregion
219
220    private System.Windows.Forms.GroupBox groupBox1;
221    private System.Windows.Forms.Label nodeQualityLabelLabel;
222    private System.Windows.Forms.Label nodeQualityLabel;
223    private System.Windows.Forms.Label nodeRankLabelLabel;
224    private System.Windows.Forms.Label nodeRankLabel;
225    private System.Windows.Forms.Label nodeDegreeLabel;
226    private System.Windows.Forms.Label nodeDegreeLabelLabel;
227    private System.Windows.Forms.Button navigateRightButton;
228    private System.Windows.Forms.Button navigateLeftButton;
229    private System.Windows.Forms.Label nodeWeightLabelLabel;
230    private System.Windows.Forms.Label nodeWeightLabel;
231    private System.Windows.Forms.CheckBox matchingModeButton;
232  }
233}
Note: See TracBrowser for help on using the repository browser.