#region License Information /* HeuristicLab * Copyright (C) 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 ProblemInstanceProvidersControl { /// /// 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.components = new System.ComponentModel.Container(); this.libraryLabel = new System.Windows.Forms.Label(); this.problemInstanceProviderComboBox = new System.Windows.Forms.ComboBox(); this.problemInstanceProviderViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // libraryLabel // this.libraryLabel.AutoSize = true; this.libraryLabel.Location = new System.Drawing.Point(3, 5); this.libraryLabel.Name = "libraryLabel"; this.libraryLabel.Size = new System.Drawing.Size(41, 13); this.libraryLabel.TabIndex = 1; this.libraryLabel.Text = "Library:"; // // problemInstanceProviderComboBox // this.problemInstanceProviderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.problemInstanceProviderComboBox.FormattingEnabled = true; this.problemInstanceProviderComboBox.Location = new System.Drawing.Point(50, 2); this.problemInstanceProviderComboBox.Name = "problemInstanceProviderComboBox"; this.problemInstanceProviderComboBox.Size = new System.Drawing.Size(208, 21); this.problemInstanceProviderComboBox.TabIndex = 2; this.problemInstanceProviderComboBox.SelectedIndexChanged += new System.EventHandler(this.problemInstanceProviderComboBox_SelectedIndexChanged); // // problemInstanceProviderViewHost // this.problemInstanceProviderViewHost.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.problemInstanceProviderViewHost.BackColor = System.Drawing.SystemColors.Control; this.problemInstanceProviderViewHost.Caption = "ProblemInstanceConsumerView"; this.problemInstanceProviderViewHost.Content = null; this.problemInstanceProviderViewHost.Enabled = false; this.problemInstanceProviderViewHost.Location = new System.Drawing.Point(264, 0); this.problemInstanceProviderViewHost.Name = "problemInstanceProviderViewHost"; this.problemInstanceProviderViewHost.ReadOnly = false; this.problemInstanceProviderViewHost.Size = new System.Drawing.Size(549, 25); this.problemInstanceProviderViewHost.TabIndex = 3; this.problemInstanceProviderViewHost.ViewsLabelVisible = false; this.problemInstanceProviderViewHost.ViewType = null; // // ProblemInstanceProvidersControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.libraryLabel); this.Controls.Add(this.problemInstanceProviderComboBox); this.Controls.Add(this.problemInstanceProviderViewHost); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "ProblemInstanceProvidersControl"; this.Size = new System.Drawing.Size(813, 26); this.ResumeLayout(false); this.PerformLayout(); } #endregion protected System.Windows.Forms.Label libraryLabel; protected System.Windows.Forms.ComboBox problemInstanceProviderComboBox; protected MainForm.WindowsForms.ViewHost problemInstanceProviderViewHost; private System.Windows.Forms.ToolTip toolTip; } }