#region License Information /* HeuristicLab * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views { partial class SymbolicDataAnalysisGenealogyGraphView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.nodeWeightLabel = new System.Windows.Forms.Label(); this.nodeWeightLabelLabel = new System.Windows.Forms.Label(); this.navigateRightButton = new System.Windows.Forms.Button(); this.navigateLeftButton = new System.Windows.Forms.Button(); this.nodeDegreeLabel = new System.Windows.Forms.Label(); this.nodeDegreeLabelLabel = new System.Windows.Forms.Label(); this.nodeRankLabel = new System.Windows.Forms.Label(); this.nodeRankLabelLabel = new System.Windows.Forms.Label(); this.nodeQualityLabel = new System.Windows.Forms.Label(); this.nodeQualityLabelLabel = new System.Windows.Forms.Label(); this.matchingModeButton = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.Panel2.SuspendLayout(); this.splitContainer.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // splitContainer // this.splitContainer.Size = new System.Drawing.Size(1241, 700); this.splitContainer.SplitterDistance = 617; // // viewHost // this.viewHost.Size = new System.Drawing.Size(617, 697); // // genealogyGraphChart // this.genealogyGraphChart.Size = new System.Drawing.Size(614, 697); // // groupBox1 // this.groupBox1.Controls.Add(this.matchingModeButton); this.groupBox1.Controls.Add(this.nodeWeightLabel); this.groupBox1.Controls.Add(this.nodeWeightLabelLabel); this.groupBox1.Controls.Add(this.navigateRightButton); this.groupBox1.Controls.Add(this.navigateLeftButton); this.groupBox1.Controls.Add(this.nodeDegreeLabel); this.groupBox1.Controls.Add(this.nodeDegreeLabelLabel); this.groupBox1.Controls.Add(this.nodeRankLabel); this.groupBox1.Controls.Add(this.nodeRankLabelLabel); this.groupBox1.Controls.Add(this.nodeQualityLabel); this.groupBox1.Controls.Add(this.nodeQualityLabelLabel); this.groupBox1.Location = new System.Drawing.Point(624, 4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(617, 44); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "Current Node"; // // nodeWeightLabel // this.nodeWeightLabel.AutoSize = true; this.nodeWeightLabel.Location = new System.Drawing.Point(285, 20); this.nodeWeightLabel.Name = "nodeWeightLabel"; this.nodeWeightLabel.Size = new System.Drawing.Size(0, 13); this.nodeWeightLabel.TabIndex = 8; // // nodeWeightLabelLabel // this.nodeWeightLabelLabel.AutoSize = true; this.nodeWeightLabelLabel.Location = new System.Drawing.Point(241, 20); this.nodeWeightLabelLabel.Name = "nodeWeightLabelLabel"; this.nodeWeightLabelLabel.Size = new System.Drawing.Size(44, 13); this.nodeWeightLabelLabel.TabIndex = 7; this.nodeWeightLabelLabel.Text = "Weight:"; // // navigateRightButton // this.navigateRightButton.Image = global::HeuristicLab.Problems.DataAnalysis.Symbolic.Views.Properties.Resources.LargeLeftDiagonal_235; this.navigateRightButton.Location = new System.Drawing.Point(589, 14); this.navigateRightButton.Name = "navigateRightButton"; this.navigateRightButton.Size = new System.Drawing.Size(22, 22); this.navigateRightButton.TabIndex = 6; this.navigateRightButton.UseVisualStyleBackColor = true; this.navigateRightButton.Click += new System.EventHandler(this.navigateRightButton_Click); // // navigateLeftButton // this.navigateLeftButton.Image = global::HeuristicLab.Problems.DataAnalysis.Symbolic.Views.Properties.Resources.LargeRightDiagonal_238; this.navigateLeftButton.Location = new System.Drawing.Point(561, 14); this.navigateLeftButton.Name = "navigateLeftButton"; this.navigateLeftButton.Size = new System.Drawing.Size(22, 22); this.navigateLeftButton.TabIndex = 6; this.navigateLeftButton.UseVisualStyleBackColor = true; this.navigateLeftButton.Click += new System.EventHandler(this.navigateLeftButton_Click); // // nodeDegreeLabel // this.nodeDegreeLabel.AutoSize = true; this.nodeDegreeLabel.Location = new System.Drawing.Point(205, 20); this.nodeDegreeLabel.Name = "nodeDegreeLabel"; this.nodeDegreeLabel.Size = new System.Drawing.Size(0, 13); this.nodeDegreeLabel.TabIndex = 5; // // nodeDegreeLabelLabel // this.nodeDegreeLabelLabel.AutoSize = true; this.nodeDegreeLabelLabel.Location = new System.Drawing.Point(154, 20); this.nodeDegreeLabelLabel.Name = "nodeDegreeLabelLabel"; this.nodeDegreeLabelLabel.Size = new System.Drawing.Size(45, 13); this.nodeDegreeLabelLabel.TabIndex = 4; this.nodeDegreeLabelLabel.Text = "Degree:"; // // nodeRankLabel // this.nodeRankLabel.AutoSize = true; this.nodeRankLabel.Location = new System.Drawing.Point(123, 20); this.nodeRankLabel.Name = "nodeRankLabel"; this.nodeRankLabel.Size = new System.Drawing.Size(0, 13); this.nodeRankLabel.TabIndex = 3; // // nodeRankLabelLabel // this.nodeRankLabelLabel.AutoSize = true; this.nodeRankLabelLabel.Location = new System.Drawing.Point(81, 20); this.nodeRankLabelLabel.Name = "nodeRankLabelLabel"; this.nodeRankLabelLabel.Size = new System.Drawing.Size(36, 13); this.nodeRankLabelLabel.TabIndex = 2; this.nodeRankLabelLabel.Text = "Rank:"; // // nodeQualityLabel // this.nodeQualityLabel.AutoSize = true; this.nodeQualityLabel.Location = new System.Drawing.Point(54, 20); this.nodeQualityLabel.Name = "nodeQualityLabel"; this.nodeQualityLabel.Size = new System.Drawing.Size(0, 13); this.nodeQualityLabel.TabIndex = 1; // // nodeQualityLabelLabel // this.nodeQualityLabelLabel.AutoSize = true; this.nodeQualityLabelLabel.Location = new System.Drawing.Point(6, 20); this.nodeQualityLabelLabel.Name = "nodeQualityLabelLabel"; this.nodeQualityLabelLabel.Size = new System.Drawing.Size(42, 13); this.nodeQualityLabelLabel.TabIndex = 0; this.nodeQualityLabelLabel.Text = "Quality:"; // // matchingModeButton // this.matchingModeButton.AutoSize = true; this.matchingModeButton.Checked = true; this.matchingModeButton.CheckState = System.Windows.Forms.CheckState.Checked; this.matchingModeButton.Location = new System.Drawing.Point(455, 18); this.matchingModeButton.Name = "matchingModeButton"; this.matchingModeButton.Size = new System.Drawing.Size(100, 17); this.matchingModeButton.TabIndex = 9; this.matchingModeButton.Text = "Exact Matching"; this.matchingModeButton.UseVisualStyleBackColor = true; // // SymbolicDataAnalysisGenealogyGraphView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox1); this.Name = "SymbolicDataAnalysisGenealogyGraphView"; this.Size = new System.Drawing.Size(1247, 755); this.Controls.SetChildIndex(this.splitContainer, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.splitContainer.Panel1.ResumeLayout(false); this.splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); this.splitContainer.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label nodeQualityLabelLabel; private System.Windows.Forms.Label nodeQualityLabel; private System.Windows.Forms.Label nodeRankLabelLabel; private System.Windows.Forms.Label nodeRankLabel; private System.Windows.Forms.Label nodeDegreeLabel; private System.Windows.Forms.Label nodeDegreeLabelLabel; private System.Windows.Forms.Button navigateRightButton; private System.Windows.Forms.Button navigateLeftButton; private System.Windows.Forms.Label nodeWeightLabelLabel; private System.Windows.Forms.Label nodeWeightLabel; private System.Windows.Forms.CheckBox matchingModeButton; } }