#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 TaibQAPInstanceGeneratorDescriptorView { /// /// 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.globalRadiusLabel = new System.Windows.Forms.Label(); this.globalRadiusNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.clusterSizeRadiusLabel = new System.Windows.Forms.Label(); this.clusterSizeNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.clusterSizeRadiusSeparatorLabel = new System.Windows.Forms.Label(); this.clusterRadiusNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.minMaxFlowExponentLabel = new System.Windows.Forms.Label(); this.minFlowExponentNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.minMaxFlowExponentSeparatorLabel = new System.Windows.Forms.Label(); this.maxFlowExponentNumericUpDown = new System.Windows.Forms.NumericUpDown(); ((System.ComponentModel.ISupportInitialize)(this.sizeNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.globalRadiusNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.clusterSizeNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.clusterRadiusNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.minFlowExponentNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.maxFlowExponentNumericUpDown)).BeginInit(); this.SuspendLayout(); // // globalRadiusLabel // this.globalRadiusLabel.AutoSize = true; this.globalRadiusLabel.Location = new System.Drawing.Point(230, 2); this.globalRadiusLabel.Name = "globalRadiusLabel"; this.globalRadiusLabel.Size = new System.Drawing.Size(71, 13); this.globalRadiusLabel.TabIndex = 0; this.globalRadiusLabel.Text = "Global radius:"; // // globalRadiusNumericUpDown // this.globalRadiusNumericUpDown.Location = new System.Drawing.Point(307, 0); this.globalRadiusNumericUpDown.Maximum = new decimal(new int[] { 100000, 0, 0, 0}); this.globalRadiusNumericUpDown.Name = "globalRadiusNumericUpDown"; this.globalRadiusNumericUpDown.Size = new System.Drawing.Size(64, 20); this.globalRadiusNumericUpDown.TabIndex = 1; this.globalRadiusNumericUpDown.ValueChanged += new System.EventHandler(this.globalRadiusNumericUpDown_ValueChanged); // // clusterSizeRadiusLabel // this.clusterSizeRadiusLabel.AutoSize = true; this.clusterSizeRadiusLabel.Location = new System.Drawing.Point(379, 2); this.clusterSizeRadiusLabel.Name = "clusterSizeRadiusLabel"; this.clusterSizeRadiusLabel.Size = new System.Drawing.Size(132, 13); this.clusterSizeRadiusLabel.TabIndex = 0; this.clusterSizeRadiusLabel.Text = "Max Cluster Size / Radius:"; // // clusterSizeNumericUpDown // this.clusterSizeNumericUpDown.Location = new System.Drawing.Point(517, 0); this.clusterSizeNumericUpDown.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.clusterSizeNumericUpDown.Name = "clusterSizeNumericUpDown"; this.clusterSizeNumericUpDown.Size = new System.Drawing.Size(64, 20); this.clusterSizeNumericUpDown.TabIndex = 1; this.clusterSizeNumericUpDown.ValueChanged += new System.EventHandler(this.clusterSizeNumericUpDown_ValueChanged); // // clusterSizeRadiusSeparatorLabel // this.clusterSizeRadiusSeparatorLabel.AutoSize = true; this.clusterSizeRadiusSeparatorLabel.Location = new System.Drawing.Point(587, 2); this.clusterSizeRadiusSeparatorLabel.Name = "clusterSizeRadiusSeparatorLabel"; this.clusterSizeRadiusSeparatorLabel.Size = new System.Drawing.Size(12, 13); this.clusterSizeRadiusSeparatorLabel.TabIndex = 0; this.clusterSizeRadiusSeparatorLabel.Text = "/"; // // clusterRadiusNumericUpDown // this.clusterRadiusNumericUpDown.Location = new System.Drawing.Point(605, 0); this.clusterRadiusNumericUpDown.Maximum = new decimal(new int[] { 100000, 0, 0, 0}); this.clusterRadiusNumericUpDown.Name = "clusterRadiusNumericUpDown"; this.clusterRadiusNumericUpDown.Size = new System.Drawing.Size(64, 20); this.clusterRadiusNumericUpDown.TabIndex = 1; this.clusterRadiusNumericUpDown.ValueChanged += new System.EventHandler(this.clusterRadiusNumericUpDown_ValueChanged); // // minMaxFlowExponentLabel // this.minMaxFlowExponentLabel.AutoSize = true; this.minMaxFlowExponentLabel.Location = new System.Drawing.Point(675, 2); this.minMaxFlowExponentLabel.Name = "minMaxFlowExponentLabel"; this.minMaxFlowExponentLabel.Size = new System.Drawing.Size(131, 13); this.minMaxFlowExponentLabel.TabIndex = 0; this.minMaxFlowExponentLabel.Text = "Min / Max Flow Exponent:"; // // minFlowExponentNumericUpDown // this.minFlowExponentNumericUpDown.Location = new System.Drawing.Point(812, 0); this.minFlowExponentNumericUpDown.Minimum = new decimal(new int[] { 1000, 0, 0, -2147483648}); this.minFlowExponentNumericUpDown.Name = "minFlowExponentNumericUpDown"; this.minFlowExponentNumericUpDown.Size = new System.Drawing.Size(64, 20); this.minFlowExponentNumericUpDown.TabIndex = 1; this.minFlowExponentNumericUpDown.ValueChanged += new System.EventHandler(this.minFlowExponentNumericUpDown_ValueChanged); // // minMaxFlowExponentSeparatorLabel // this.minMaxFlowExponentSeparatorLabel.AutoSize = true; this.minMaxFlowExponentSeparatorLabel.Location = new System.Drawing.Point(882, 2); this.minMaxFlowExponentSeparatorLabel.Name = "minMaxFlowExponentSeparatorLabel"; this.minMaxFlowExponentSeparatorLabel.Size = new System.Drawing.Size(12, 13); this.minMaxFlowExponentSeparatorLabel.TabIndex = 0; this.minMaxFlowExponentSeparatorLabel.Text = "/"; // // maxFlowExponentNumericUpDown // this.maxFlowExponentNumericUpDown.Location = new System.Drawing.Point(900, 0); this.maxFlowExponentNumericUpDown.Name = "maxFlowExponentNumericUpDown"; this.maxFlowExponentNumericUpDown.Size = new System.Drawing.Size(64, 20); this.maxFlowExponentNumericUpDown.TabIndex = 1; this.maxFlowExponentNumericUpDown.ValueChanged += new System.EventHandler(this.maxFlowExponentNumericUpDown_ValueChanged); // // TaibQAPInstanceGeneratorDescriptorView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.maxFlowExponentNumericUpDown); this.Controls.Add(this.minFlowExponentNumericUpDown); this.Controls.Add(this.clusterRadiusNumericUpDown); this.Controls.Add(this.clusterSizeNumericUpDown); this.Controls.Add(this.globalRadiusNumericUpDown); this.Controls.Add(this.minMaxFlowExponentSeparatorLabel); this.Controls.Add(this.minMaxFlowExponentLabel); this.Controls.Add(this.clusterSizeRadiusSeparatorLabel); this.Controls.Add(this.clusterSizeRadiusLabel); this.Controls.Add(this.globalRadiusLabel); this.Name = "TaibQAPInstanceGeneratorDescriptorView"; this.Size = new System.Drawing.Size(971, 19); this.Controls.SetChildIndex(this.sizeLabel, 0); this.Controls.SetChildIndex(this.seedLabel, 0); this.Controls.SetChildIndex(this.globalRadiusLabel, 0); this.Controls.SetChildIndex(this.clusterSizeRadiusLabel, 0); this.Controls.SetChildIndex(this.clusterSizeRadiusSeparatorLabel, 0); this.Controls.SetChildIndex(this.minMaxFlowExponentLabel, 0); this.Controls.SetChildIndex(this.minMaxFlowExponentSeparatorLabel, 0); this.Controls.SetChildIndex(this.sizeNumericUpDown, 0); this.Controls.SetChildIndex(this.globalRadiusNumericUpDown, 0); this.Controls.SetChildIndex(this.clusterSizeNumericUpDown, 0); this.Controls.SetChildIndex(this.clusterRadiusNumericUpDown, 0); this.Controls.SetChildIndex(this.minFlowExponentNumericUpDown, 0); this.Controls.SetChildIndex(this.maxFlowExponentNumericUpDown, 0); this.Controls.SetChildIndex(this.seedTextBox, 0); ((System.ComponentModel.ISupportInitialize)(this.sizeNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.globalRadiusNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.clusterSizeNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.clusterRadiusNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.minFlowExponentNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.maxFlowExponentNumericUpDown)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label globalRadiusLabel; private System.Windows.Forms.NumericUpDown globalRadiusNumericUpDown; private System.Windows.Forms.Label clusterSizeRadiusLabel; private System.Windows.Forms.NumericUpDown clusterSizeNumericUpDown; private System.Windows.Forms.Label clusterSizeRadiusSeparatorLabel; private System.Windows.Forms.NumericUpDown clusterRadiusNumericUpDown; private System.Windows.Forms.Label minMaxFlowExponentLabel; private System.Windows.Forms.NumericUpDown minFlowExponentNumericUpDown; private System.Windows.Forms.Label minMaxFlowExponentSeparatorLabel; private System.Windows.Forms.NumericUpDown maxFlowExponentNumericUpDown; } }