Free cookie consent management tool by TermsFeed Policy Generator

source: branches/QAP/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QAPView.Designer.cs @ 5641

Last change on this file since 5641 was 5641, checked in by abeham, 13 years ago

#1330

  • worked on visualization (and MDS)
File size: 6.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 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.Problems.QuadraticAssignment.Views {
23  partial class QAPView {
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      CustomDispose(disposing);
35      if (disposing && (components != null)) {
36        components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.redrawButton = new System.Windows.Forms.Button();
49      this.distancesRadioButton = new System.Windows.Forms.RadioButton();
50      this.weightsRadioButton = new System.Windows.Forms.RadioButton();
51      this.pictureBox = new System.Windows.Forms.PictureBox();
52      this.errorLabel = new System.Windows.Forms.Label();
53      this.assignmentRadioButton = new System.Windows.Forms.RadioButton();
54      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
55      this.SuspendLayout();
56      //
57      // redrawButton
58      //
59      this.redrawButton.Location = new System.Drawing.Point(243, 3);
60      this.redrawButton.Name = "redrawButton";
61      this.redrawButton.Size = new System.Drawing.Size(74, 23);
62      this.redrawButton.TabIndex = 7;
63      this.redrawButton.Text = "Redraw";
64      this.redrawButton.UseVisualStyleBackColor = true;
65      this.redrawButton.Click += new System.EventHandler(this.Redraw);
66      //
67      // distancesRadioButton
68      //
69      this.distancesRadioButton.AutoSize = true;
70      this.distancesRadioButton.Checked = true;
71      this.distancesRadioButton.Location = new System.Drawing.Point(3, 6);
72      this.distancesRadioButton.Name = "distancesRadioButton";
73      this.distancesRadioButton.Size = new System.Drawing.Size(72, 17);
74      this.distancesRadioButton.TabIndex = 6;
75      this.distancesRadioButton.TabStop = true;
76      this.distancesRadioButton.Text = "Distances";
77      this.distancesRadioButton.UseVisualStyleBackColor = true;
78      this.distancesRadioButton.CheckedChanged += new System.EventHandler(this.Redraw);
79      //
80      // weightsRadioButton
81      //
82      this.weightsRadioButton.AutoSize = true;
83      this.weightsRadioButton.Location = new System.Drawing.Point(81, 6);
84      this.weightsRadioButton.Name = "weightsRadioButton";
85      this.weightsRadioButton.Size = new System.Drawing.Size(64, 17);
86      this.weightsRadioButton.TabIndex = 5;
87      this.weightsRadioButton.Text = "Weights";
88      this.weightsRadioButton.UseVisualStyleBackColor = true;
89      this.weightsRadioButton.CheckedChanged += new System.EventHandler(this.Redraw);
90      //
91      // pictureBox
92      //
93      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
94                  | System.Windows.Forms.AnchorStyles.Left)
95                  | System.Windows.Forms.AnchorStyles.Right)));
96      this.pictureBox.BackColor = System.Drawing.Color.White;
97      this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
98      this.pictureBox.Location = new System.Drawing.Point(0, 32);
99      this.pictureBox.Name = "pictureBox";
100      this.pictureBox.Size = new System.Drawing.Size(574, 422);
101      this.pictureBox.TabIndex = 4;
102      this.pictureBox.TabStop = false;
103      //
104      // errorLabel
105      //
106      this.errorLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
107      this.errorLabel.AutoSize = true;
108      this.errorLabel.Location = new System.Drawing.Point(323, 10);
109      this.errorLabel.Name = "errorLabel";
110      this.errorLabel.Size = new System.Drawing.Size(38, 13);
111      this.errorLabel.TabIndex = 8;
112      this.errorLabel.Text = "Error: -";
113      //
114      // assignmentRadioButton
115      //
116      this.assignmentRadioButton.AutoSize = true;
117      this.assignmentRadioButton.Location = new System.Drawing.Point(151, 6);
118      this.assignmentRadioButton.Name = "assignmentRadioButton";
119      this.assignmentRadioButton.Size = new System.Drawing.Size(79, 17);
120      this.assignmentRadioButton.TabIndex = 5;
121      this.assignmentRadioButton.Text = "Assignment";
122      this.assignmentRadioButton.UseVisualStyleBackColor = true;
123      this.assignmentRadioButton.CheckedChanged += new System.EventHandler(this.Redraw);
124      //
125      // QAPView
126      //
127      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
128      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
129      this.Controls.Add(this.errorLabel);
130      this.Controls.Add(this.redrawButton);
131      this.Controls.Add(this.distancesRadioButton);
132      this.Controls.Add(this.assignmentRadioButton);
133      this.Controls.Add(this.weightsRadioButton);
134      this.Controls.Add(this.pictureBox);
135      this.Name = "QAPView";
136      this.Size = new System.Drawing.Size(574, 454);
137      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
138      this.ResumeLayout(false);
139      this.PerformLayout();
140
141    }
142
143    #endregion
144
145    private System.Windows.Forms.Button redrawButton;
146    private System.Windows.Forms.RadioButton distancesRadioButton;
147    private System.Windows.Forms.RadioButton weightsRadioButton;
148    private System.Windows.Forms.PictureBox pictureBox;
149    private System.Windows.Forms.Label errorLabel;
150    private System.Windows.Forms.RadioButton assignmentRadioButton;
151
152  }
153}
Note: See TracBrowser for help on using the repository browser.