#region License Information /* HeuristicLab * Copyright (C) 2002-2013 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.Optimization.Views { partial class ProblemView { /// /// 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) { if (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.problemInstanceSplitContainer = new System.Windows.Forms.SplitContainer(); this.ProblemInstanceConsumerViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit(); this.problemInstanceSplitContainer.Panel1.SuspendLayout(); this.problemInstanceSplitContainer.Panel2.SuspendLayout(); this.problemInstanceSplitContainer.SuspendLayout(); this.SuspendLayout(); // // parameterCollectionView // this.parameterCollectionView.Location = new System.Drawing.Point(6, 27); this.parameterCollectionView.Size = new System.Drawing.Size(501, 303); // // nameTextBox // this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.errorProvider.SetIconPadding(this.nameTextBox, 2); this.nameTextBox.Location = new System.Drawing.Point(47, 1); this.nameTextBox.Size = new System.Drawing.Size(438, 20); // // nameLabel // this.nameLabel.Location = new System.Drawing.Point(3, 6); // // infoLabel // this.infoLabel.Location = new System.Drawing.Point(491, 4); // // problemInstanceSplitContainer // this.problemInstanceSplitContainer.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.problemInstanceSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.problemInstanceSplitContainer.IsSplitterFixed = true; this.problemInstanceSplitContainer.Location = new System.Drawing.Point(0, 0); this.problemInstanceSplitContainer.Name = "problemInstanceSplitContainer"; this.problemInstanceSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // problemInstanceSplitContainer.Panel1 // this.problemInstanceSplitContainer.Panel1.Controls.Add(this.ProblemInstanceConsumerViewHost); this.problemInstanceSplitContainer.Panel1MinSize = 10; // // problemInstanceSplitContainer.Panel2 // this.problemInstanceSplitContainer.Panel2.Controls.Add(this.nameLabel); this.problemInstanceSplitContainer.Panel2.Controls.Add(this.nameTextBox); this.problemInstanceSplitContainer.Panel2.Controls.Add(this.parameterCollectionView); this.problemInstanceSplitContainer.Panel2.Controls.Add(this.infoLabel); this.problemInstanceSplitContainer.Size = new System.Drawing.Size(511, 363); this.problemInstanceSplitContainer.SplitterDistance = 26; this.problemInstanceSplitContainer.TabIndex = 13; // // ProblemInstanceConsumerViewHost // this.ProblemInstanceConsumerViewHost.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.ProblemInstanceConsumerViewHost.Caption = "ProblemInstanceConsumerView"; this.ProblemInstanceConsumerViewHost.Content = null; this.ProblemInstanceConsumerViewHost.Enabled = false; this.ProblemInstanceConsumerViewHost.Location = new System.Drawing.Point(0, 1); this.ProblemInstanceConsumerViewHost.Name = "ProblemInstanceConsumerViewHost"; this.ProblemInstanceConsumerViewHost.ReadOnly = false; this.ProblemInstanceConsumerViewHost.Size = new System.Drawing.Size(511, 23); this.ProblemInstanceConsumerViewHost.TabIndex = 0; this.ProblemInstanceConsumerViewHost.ViewsLabelVisible = false; this.ProblemInstanceConsumerViewHost.ViewType = null; // // ProblemView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.problemInstanceSplitContainer); this.Name = "ProblemView"; this.Size = new System.Drawing.Size(511, 363); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.problemInstanceSplitContainer.Panel1.ResumeLayout(false); this.problemInstanceSplitContainer.Panel2.ResumeLayout(false); this.problemInstanceSplitContainer.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit(); this.problemInstanceSplitContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion protected System.Windows.Forms.SplitContainer problemInstanceSplitContainer; protected HeuristicLab.MainForm.WindowsForms.ViewHost ProblemInstanceConsumerViewHost; } }