#region License Information /* HeuristicLab * Copyright (C) 2002-2019 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.Orienteering.Views { partial class OrienteeringProblemView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; 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.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); this.parametersTabPage = new System.Windows.Forms.TabPage(); this.visualizationTabPage = new System.Windows.Forms.TabPage(); this.orienteeringSolutionView = new HeuristicLab.Problems.Orienteering.Views.OrienteeringSolutionView(); ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit(); this.problemInstanceSplitContainer.Panel1.SuspendLayout(); this.problemInstanceSplitContainer.Panel2.SuspendLayout(); this.problemInstanceSplitContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.tabControl.SuspendLayout(); this.parametersTabPage.SuspendLayout(); this.visualizationTabPage.SuspendLayout(); this.SuspendLayout(); // // problemInstanceSplitContainer // // // problemInstanceSplitContainer.Panel2 // this.problemInstanceSplitContainer.Panel2.Controls.Add(this.tabControl); // // parameterCollectionView // this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left))); this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill; this.parameterCollectionView.Location = new System.Drawing.Point(3, 3); this.parameterCollectionView.Size = new System.Drawing.Size(497, 274); // // nameTextBox // this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.errorProvider.SetIconPadding(this.nameTextBox, 2); // // tabControl // this.tabControl.AllowDrop = true; this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl.Controls.Add(this.parametersTabPage); this.tabControl.Controls.Add(this.visualizationTabPage); this.tabControl.Location = new System.Drawing.Point(0, 27); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(511, 306); this.tabControl.TabIndex = 4; // // parametersTabPage // this.parametersTabPage.Controls.Add(this.parameterCollectionView); this.parametersTabPage.Location = new System.Drawing.Point(4, 22); this.parametersTabPage.Name = "parametersTabPage"; this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3); this.parametersTabPage.Size = new System.Drawing.Size(503, 280); this.parametersTabPage.TabIndex = 0; this.parametersTabPage.Text = "Parameters"; this.parametersTabPage.UseVisualStyleBackColor = true; // // visualizationTabPage // this.visualizationTabPage.Controls.Add(this.orienteeringSolutionView); this.visualizationTabPage.Location = new System.Drawing.Point(4, 22); this.visualizationTabPage.Name = "visualizationTabPage"; this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3); this.visualizationTabPage.Size = new System.Drawing.Size(503, 280); this.visualizationTabPage.TabIndex = 1; this.visualizationTabPage.Text = "Visualization"; this.visualizationTabPage.UseVisualStyleBackColor = true; // // orienteeringSolutionView // this.orienteeringSolutionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.orienteeringSolutionView.Caption = "OrienteeringSolution View"; this.orienteeringSolutionView.Content = null; this.orienteeringSolutionView.Location = new System.Drawing.Point(6, 6); this.orienteeringSolutionView.Name = "orienteeringSolutionView"; this.orienteeringSolutionView.ReadOnly = false; this.orienteeringSolutionView.Size = new System.Drawing.Size(491, 268); this.orienteeringSolutionView.TabIndex = 0; // // TravelingSalesmanProblemView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Name = "OrienteeringProblemView"; this.problemInstanceSplitContainer.Panel1.ResumeLayout(false); this.problemInstanceSplitContainer.Panel1.PerformLayout(); this.problemInstanceSplitContainer.Panel2.ResumeLayout(false); this.problemInstanceSplitContainer.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit(); this.problemInstanceSplitContainer.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.tabControl.ResumeLayout(false); this.parametersTabPage.ResumeLayout(false); this.visualizationTabPage.ResumeLayout(false); this.ResumeLayout(false); } #endregion private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; private System.Windows.Forms.TabPage parametersTabPage; private System.Windows.Forms.TabPage visualizationTabPage; private OrienteeringSolutionView orienteeringSolutionView; } }