Free cookie consent management tool by TermsFeed Policy Generator

source: branches/VisualizeAsMDS/HeuristicLab.Optimizer.Tools/3.3/MDSView.Designer.cs @ 7541

Last change on this file since 7541 was 7541, checked in by abeham, 12 years ago

#1780: added dialog for setting the names, ability to include a charateristic

File size: 8.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Optimizer.Tools {
23  partial class MDSView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.mdsPictureBox = new System.Windows.Forms.PictureBox();
48      this.visualizationPanel = new System.Windows.Forms.Panel();
49      this.setNamesButton = new System.Windows.Forms.Button();
50      this.infoLabel = new System.Windows.Forms.Label();
51      this.copyCoordinatesButton = new System.Windows.Forms.Button();
52      this.drawLinesCheckBox = new System.Windows.Forms.CheckBox();
53      this.characteristicView = new HeuristicLab.Data.Views.StringConvertibleArrayView();
54      this.label1 = new System.Windows.Forms.Label();
55      ((System.ComponentModel.ISupportInitialize)(this.mdsPictureBox)).BeginInit();
56      this.visualizationPanel.SuspendLayout();
57      this.SuspendLayout();
58      //
59      // mdsPictureBox
60      //
61      this.mdsPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
62            | System.Windows.Forms.AnchorStyles.Left)
63            | System.Windows.Forms.AnchorStyles.Right)));
64      this.mdsPictureBox.Location = new System.Drawing.Point(102, 32);
65      this.mdsPictureBox.Name = "mdsPictureBox";
66      this.mdsPictureBox.Size = new System.Drawing.Size(508, 476);
67      this.mdsPictureBox.TabIndex = 8;
68      this.mdsPictureBox.TabStop = false;
69      //
70      // visualizationPanel
71      //
72      this.visualizationPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
73            | System.Windows.Forms.AnchorStyles.Left)
74            | System.Windows.Forms.AnchorStyles.Right)));
75      this.visualizationPanel.Controls.Add(this.label1);
76      this.visualizationPanel.Controls.Add(this.characteristicView);
77      this.visualizationPanel.Controls.Add(this.setNamesButton);
78      this.visualizationPanel.Controls.Add(this.infoLabel);
79      this.visualizationPanel.Controls.Add(this.copyCoordinatesButton);
80      this.visualizationPanel.Controls.Add(this.drawLinesCheckBox);
81      this.visualizationPanel.Controls.Add(this.mdsPictureBox);
82      this.visualizationPanel.Location = new System.Drawing.Point(0, 0);
83      this.visualizationPanel.Name = "visualizationPanel";
84      this.visualizationPanel.Size = new System.Drawing.Size(610, 534);
85      this.visualizationPanel.TabIndex = 9;
86      //
87      // setNamesButton
88      //
89      this.setNamesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
90      this.setNamesButton.Location = new System.Drawing.Point(455, 3);
91      this.setNamesButton.Name = "setNamesButton";
92      this.setNamesButton.Size = new System.Drawing.Size(75, 23);
93      this.setNamesButton.TabIndex = 12;
94      this.setNamesButton.Text = "Set names...";
95      this.setNamesButton.UseVisualStyleBackColor = true;
96      this.setNamesButton.Click += new System.EventHandler(this.setNamesButton_Click);
97      //
98      // infoLabel
99      //
100      this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
101            | System.Windows.Forms.AnchorStyles.Right)));
102      this.infoLabel.Location = new System.Drawing.Point(3, 511);
103      this.infoLabel.Name = "infoLabel";
104      this.infoLabel.Size = new System.Drawing.Size(604, 23);
105      this.infoLabel.TabIndex = 11;
106      this.infoLabel.Text = "-";
107      this.infoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
108      //
109      // copyCoordinatesButton
110      //
111      this.copyCoordinatesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
112      this.copyCoordinatesButton.Location = new System.Drawing.Point(536, 3);
113      this.copyCoordinatesButton.Name = "copyCoordinatesButton";
114      this.copyCoordinatesButton.Size = new System.Drawing.Size(71, 23);
115      this.copyCoordinatesButton.TabIndex = 10;
116      this.copyCoordinatesButton.Text = "Copy";
117      this.copyCoordinatesButton.UseVisualStyleBackColor = true;
118      this.copyCoordinatesButton.Click += new System.EventHandler(this.copyCoordinatesButton_Click);
119      //
120      // drawLinesCheckBox
121      //
122      this.drawLinesCheckBox.AutoSize = true;
123      this.drawLinesCheckBox.Location = new System.Drawing.Point(3, 7);
124      this.drawLinesCheckBox.Name = "drawLinesCheckBox";
125      this.drawLinesCheckBox.Size = new System.Drawing.Size(73, 17);
126      this.drawLinesCheckBox.TabIndex = 9;
127      this.drawLinesCheckBox.Text = "draw lines";
128      this.drawLinesCheckBox.UseVisualStyleBackColor = true;
129      this.drawLinesCheckBox.CheckedChanged += new System.EventHandler(this.drawLinesCheckBox_CheckedChanged);
130      //
131      // characteristicView
132      //
133      this.characteristicView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
134            | System.Windows.Forms.AnchorStyles.Left)));
135      this.characteristicView.Caption = "StringConvertibleArray View";
136      this.characteristicView.Content = null;
137      this.characteristicView.Location = new System.Drawing.Point(3, 53);
138      this.characteristicView.Name = "characteristicView";
139      this.characteristicView.ReadOnly = false;
140      this.characteristicView.Size = new System.Drawing.Size(93, 455);
141      this.characteristicView.TabIndex = 13;
142      //
143      // label1
144      //
145      this.label1.AutoSize = true;
146      this.label1.Location = new System.Drawing.Point(0, 32);
147      this.label1.Name = "label1";
148      this.label1.Size = new System.Drawing.Size(74, 13);
149      this.label1.TabIndex = 14;
150      this.label1.Text = "Characteristic:";
151      //
152      // MDSView
153      //
154      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
155      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
156      this.Controls.Add(this.visualizationPanel);
157      this.Name = "MDSView";
158      this.Size = new System.Drawing.Size(610, 534);
159      ((System.ComponentModel.ISupportInitialize)(this.mdsPictureBox)).EndInit();
160      this.visualizationPanel.ResumeLayout(false);
161      this.visualizationPanel.PerformLayout();
162      this.ResumeLayout(false);
163
164    }
165
166    #endregion
167
168    private System.Windows.Forms.PictureBox mdsPictureBox;
169    private System.Windows.Forms.Panel visualizationPanel;
170    private System.Windows.Forms.CheckBox drawLinesCheckBox;
171    private System.Windows.Forms.Button copyCoordinatesButton;
172    private System.Windows.Forms.Label infoLabel;
173    private System.Windows.Forms.Button setNamesButton;
174    private Data.Views.StringConvertibleArrayView characteristicView;
175    private System.Windows.Forms.Label label1;
176
177  }
178}
Note: See TracBrowser for help on using the repository browser.