#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.Problems.Instances.QAPGenerator.Views { partial class QAPInstanceGeneratorProviderView { /// /// 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.label1 = new System.Windows.Forms.Label(); this.descriptorsComboBox = new System.Windows.Forms.ComboBox(); this.loadButton = new System.Windows.Forms.Button(); this.descriptorViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(32, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(57, 13); this.label1.TabIndex = 0; this.label1.Text = "Generator:"; // // descriptorsComboBox // this.descriptorsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.descriptorsComboBox.FormattingEnabled = true; this.descriptorsComboBox.Location = new System.Drawing.Point(95, 0); this.descriptorsComboBox.Name = "descriptorsComboBox"; this.descriptorsComboBox.Size = new System.Drawing.Size(161, 21); this.descriptorsComboBox.TabIndex = 1; this.descriptorsComboBox.SelectedIndexChanged += new System.EventHandler(this.descriptorsComboBox_SelectedIndexChanged); // // loadButton // this.loadButton.Location = new System.Drawing.Point(262, -1); this.loadButton.Name = "loadButton"; this.loadButton.Size = new System.Drawing.Size(48, 23); this.loadButton.TabIndex = 2; this.loadButton.Text = "Load"; this.loadButton.UseVisualStyleBackColor = true; this.loadButton.Click += new System.EventHandler(this.loadButton_Click); // // descriptorViewHost // this.descriptorViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.descriptorViewHost.Caption = "View"; this.descriptorViewHost.Content = null; this.descriptorViewHost.Enabled = false; this.descriptorViewHost.Location = new System.Drawing.Point(316, 0); this.descriptorViewHost.Name = "descriptorViewHost"; this.descriptorViewHost.ReadOnly = false; this.descriptorViewHost.Size = new System.Drawing.Size(546, 21); this.descriptorViewHost.TabIndex = 3; this.descriptorViewHost.ViewsLabelVisible = false; this.descriptorViewHost.ViewType = null; // // QAPInstanceGeneratorProviderView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.descriptorViewHost); this.Controls.Add(this.loadButton); this.Controls.Add(this.descriptorsComboBox); this.Controls.Add(this.label1); this.Name = "QAPInstanceGeneratorProviderView"; this.Size = new System.Drawing.Size(865, 23); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox descriptorsComboBox; private System.Windows.Forms.Button loadButton; private MainForm.WindowsForms.ViewHost descriptorViewHost; } }