#region License Information
/* HeuristicLab
* Copyright (C) 2002-2012 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.Optimizer.Tools {
partial class MDSView {
///
/// 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.mdsPictureBox = new System.Windows.Forms.PictureBox();
this.visualizationPanel = new System.Windows.Forms.Panel();
this.setNamesButton = new System.Windows.Forms.Button();
this.infoLabel = new System.Windows.Forms.Label();
this.copyCoordinatesButton = new System.Windows.Forms.Button();
this.drawLinesCheckBox = new System.Windows.Forms.CheckBox();
this.characteristicView = new HeuristicLab.Data.Views.StringConvertibleArrayView();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.mdsPictureBox)).BeginInit();
this.visualizationPanel.SuspendLayout();
this.SuspendLayout();
//
// mdsPictureBox
//
this.mdsPictureBox.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.mdsPictureBox.Location = new System.Drawing.Point(102, 32);
this.mdsPictureBox.Name = "mdsPictureBox";
this.mdsPictureBox.Size = new System.Drawing.Size(508, 476);
this.mdsPictureBox.TabIndex = 8;
this.mdsPictureBox.TabStop = false;
//
// visualizationPanel
//
this.visualizationPanel.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.visualizationPanel.Controls.Add(this.label1);
this.visualizationPanel.Controls.Add(this.characteristicView);
this.visualizationPanel.Controls.Add(this.setNamesButton);
this.visualizationPanel.Controls.Add(this.infoLabel);
this.visualizationPanel.Controls.Add(this.copyCoordinatesButton);
this.visualizationPanel.Controls.Add(this.drawLinesCheckBox);
this.visualizationPanel.Controls.Add(this.mdsPictureBox);
this.visualizationPanel.Location = new System.Drawing.Point(0, 0);
this.visualizationPanel.Name = "visualizationPanel";
this.visualizationPanel.Size = new System.Drawing.Size(610, 534);
this.visualizationPanel.TabIndex = 9;
//
// setNamesButton
//
this.setNamesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.setNamesButton.Location = new System.Drawing.Point(455, 3);
this.setNamesButton.Name = "setNamesButton";
this.setNamesButton.Size = new System.Drawing.Size(75, 23);
this.setNamesButton.TabIndex = 12;
this.setNamesButton.Text = "Set names...";
this.setNamesButton.UseVisualStyleBackColor = true;
this.setNamesButton.Click += new System.EventHandler(this.setNamesButton_Click);
//
// infoLabel
//
this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.infoLabel.Location = new System.Drawing.Point(3, 511);
this.infoLabel.Name = "infoLabel";
this.infoLabel.Size = new System.Drawing.Size(604, 23);
this.infoLabel.TabIndex = 11;
this.infoLabel.Text = "-";
this.infoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// copyCoordinatesButton
//
this.copyCoordinatesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.copyCoordinatesButton.Location = new System.Drawing.Point(536, 3);
this.copyCoordinatesButton.Name = "copyCoordinatesButton";
this.copyCoordinatesButton.Size = new System.Drawing.Size(71, 23);
this.copyCoordinatesButton.TabIndex = 10;
this.copyCoordinatesButton.Text = "Copy";
this.copyCoordinatesButton.UseVisualStyleBackColor = true;
this.copyCoordinatesButton.Click += new System.EventHandler(this.copyCoordinatesButton_Click);
//
// drawLinesCheckBox
//
this.drawLinesCheckBox.AutoSize = true;
this.drawLinesCheckBox.Location = new System.Drawing.Point(3, 7);
this.drawLinesCheckBox.Name = "drawLinesCheckBox";
this.drawLinesCheckBox.Size = new System.Drawing.Size(73, 17);
this.drawLinesCheckBox.TabIndex = 9;
this.drawLinesCheckBox.Text = "draw lines";
this.drawLinesCheckBox.UseVisualStyleBackColor = true;
this.drawLinesCheckBox.CheckedChanged += new System.EventHandler(this.drawLinesCheckBox_CheckedChanged);
//
// characteristicView
//
this.characteristicView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.characteristicView.Caption = "StringConvertibleArray View";
this.characteristicView.Content = null;
this.characteristicView.Location = new System.Drawing.Point(3, 53);
this.characteristicView.Name = "characteristicView";
this.characteristicView.ReadOnly = false;
this.characteristicView.Size = new System.Drawing.Size(93, 455);
this.characteristicView.TabIndex = 13;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(0, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(74, 13);
this.label1.TabIndex = 14;
this.label1.Text = "Characteristic:";
//
// MDSView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.visualizationPanel);
this.Name = "MDSView";
this.Size = new System.Drawing.Size(610, 534);
((System.ComponentModel.ISupportInitialize)(this.mdsPictureBox)).EndInit();
this.visualizationPanel.ResumeLayout(false);
this.visualizationPanel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox mdsPictureBox;
private System.Windows.Forms.Panel visualizationPanel;
private System.Windows.Forms.CheckBox drawLinesCheckBox;
private System.Windows.Forms.Button copyCoordinatesButton;
private System.Windows.Forms.Label infoLabel;
private System.Windows.Forms.Button setNamesButton;
private Data.Views.StringConvertibleArrayView characteristicView;
private System.Windows.Forms.Label label1;
}
}