Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs @ 7669

Last change on this file since 7669 was 7669, checked in by spimming, 12 years ago

#1680: merged changes from trunk into branch

File size: 6.6 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.Problems.QuadraticAssignment.Views {
23  partial class QuadraticAssignmentProblemView {
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.tabControl = new System.Windows.Forms.TabControl();
48      this.problemTabPage = new System.Windows.Forms.TabPage();
49      this.visualizationTabPage = new System.Windows.Forms.TabPage();
50      this.qapView = new HeuristicLab.Problems.QuadraticAssignment.Views.QAPVisualizationControl();
51      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
52      this.problemInstanceSplitContainer.Panel1.SuspendLayout();
53      this.problemInstanceSplitContainer.Panel2.SuspendLayout();
54      this.problemInstanceSplitContainer.SuspendLayout();
55      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
56      this.tabControl.SuspendLayout();
57      this.problemTabPage.SuspendLayout();
58      this.visualizationTabPage.SuspendLayout();
59      this.SuspendLayout();
60      //
61      // libraryInfoButton
62      //
63      this.libraryInfoButton.Location = new System.Drawing.Point(224, 1);
64      //
65      // problemInstanceSplitContainer
66      //
67      //
68      // problemInstanceSplitContainer.Panel2
69      //
70      this.problemInstanceSplitContainer.Panel2.Controls.Add(this.tabControl);
71      //
72      // parameterCollectionView
73      //
74      this.parameterCollectionView.Location = new System.Drawing.Point(0, 3);
75      this.parameterCollectionView.Size = new System.Drawing.Size(497, 269);
76      //
77      // nameTextBox
78      //
79      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
80      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
81      //
82      // tabControl
83      //
84      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
85                  | System.Windows.Forms.AnchorStyles.Left)
86                  | System.Windows.Forms.AnchorStyles.Right)));
87      this.tabControl.Controls.Add(this.problemTabPage);
88      this.tabControl.Controls.Add(this.visualizationTabPage);
89      this.tabControl.Location = new System.Drawing.Point(0, 29);
90      this.tabControl.Name = "tabControl";
91      this.tabControl.SelectedIndex = 0;
92      this.tabControl.Size = new System.Drawing.Size(511, 304);
93      this.tabControl.TabIndex = 8;
94      //
95      // problemTabPage
96      //
97      this.problemTabPage.Controls.Add(this.parameterCollectionView);
98      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
99      this.problemTabPage.Name = "problemTabPage";
100      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
101      this.problemTabPage.Size = new System.Drawing.Size(503, 278);
102      this.problemTabPage.TabIndex = 0;
103      this.problemTabPage.Text = "Problem";
104      this.problemTabPage.UseVisualStyleBackColor = true;
105      //
106      // visualizationTabPage
107      //
108      this.visualizationTabPage.Controls.Add(this.qapView);
109      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
110      this.visualizationTabPage.Name = "visualizationTabPage";
111      this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
112      this.visualizationTabPage.Size = new System.Drawing.Size(503, 278);
113      this.visualizationTabPage.TabIndex = 1;
114      this.visualizationTabPage.Text = "Visualization";
115      this.visualizationTabPage.UseVisualStyleBackColor = true;
116      //
117      // qapView
118      //
119      this.qapView.Assignment = null;
120      this.qapView.Distances = null;
121      this.qapView.Dock = System.Windows.Forms.DockStyle.Fill;
122      this.qapView.Location = new System.Drawing.Point(3, 3);
123      this.qapView.Name = "qapView";
124      this.qapView.Size = new System.Drawing.Size(497, 272);
125      this.qapView.TabIndex = 0;
126      this.qapView.Weights = null;
127      //
128      // QuadraticAssignmentProblemView
129      //
130      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
131      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
132      this.Name = "QuadraticAssignmentProblemView";
133      this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
134      this.problemInstanceSplitContainer.Panel1.PerformLayout();
135      this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
136      this.problemInstanceSplitContainer.Panel2.PerformLayout();
137      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit();
138      this.problemInstanceSplitContainer.ResumeLayout(false);
139      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
140      this.tabControl.ResumeLayout(false);
141      this.problemTabPage.ResumeLayout(false);
142      this.visualizationTabPage.ResumeLayout(false);
143      this.ResumeLayout(false);
144
145    }
146
147    #endregion
148
149    private System.Windows.Forms.TabControl tabControl;
150    private System.Windows.Forms.TabPage problemTabPage;
151    private System.Windows.Forms.TabPage visualizationTabPage;
152    private QAPVisualizationControl qapView;
153  }
154}
Note: See TracBrowser for help on using the repository browser.