Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/ProblemView.Designer.cs @ 7548

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

#1614: changed according to architects review

File size: 7.0 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.GeneralizedQuadraticAssignment.Views {
23  partial class ProblemView {
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.label1 = new System.Windows.Forms.Label();
48      this.problemInstanceProviderViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
49      this.problemInstanceProviderComboBox = new System.Windows.Forms.ComboBox();
50      this.libraryInfoButton = new System.Windows.Forms.Button();
51      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
52      this.SuspendLayout();
53      //
54      // parameterCollectionView
55      //
56      this.parameterCollectionView.Location = new System.Drawing.Point(0, 58);
57      this.parameterCollectionView.Size = new System.Drawing.Size(650, 394);
58      //
59      // nameTextBox
60      //
61      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
62      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
63      this.nameTextBox.Location = new System.Drawing.Point(50, 32);
64      this.nameTextBox.Size = new System.Drawing.Size(578, 20);
65      //
66      // nameLabel
67      //
68      this.nameLabel.Location = new System.Drawing.Point(3, 35);
69      //
70      // toolTip
71      //
72      this.toolTip.AutoPopDelay = 10000;
73      this.toolTip.InitialDelay = 100;
74      this.toolTip.ReshowDelay = 100;
75      //
76      // infoLabel
77      //
78      this.infoLabel.Location = new System.Drawing.Point(634, 35);
79      //
80      // label1
81      //
82      this.label1.AutoSize = true;
83      this.label1.Location = new System.Drawing.Point(3, 8);
84      this.label1.Name = "label1";
85      this.label1.Size = new System.Drawing.Size(41, 13);
86      this.label1.TabIndex = 4;
87      this.label1.Text = "Library:";
88      //
89      // problemInstanceProviderViewHost
90      //
91      this.problemInstanceProviderViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
92            | System.Windows.Forms.AnchorStyles.Right)));
93      this.problemInstanceProviderViewHost.Caption = "View";
94      this.problemInstanceProviderViewHost.Content = null;
95      this.problemInstanceProviderViewHost.Enabled = false;
96      this.problemInstanceProviderViewHost.Location = new System.Drawing.Point(259, 5);
97      this.problemInstanceProviderViewHost.Name = "problemInstanceProviderViewHost";
98      this.problemInstanceProviderViewHost.ReadOnly = false;
99      this.problemInstanceProviderViewHost.Size = new System.Drawing.Size(391, 21);
100      this.problemInstanceProviderViewHost.TabIndex = 6;
101      this.problemInstanceProviderViewHost.ViewsLabelVisible = false;
102      this.problemInstanceProviderViewHost.ViewType = null;
103      //
104      // problemInstanceProviderComboBox
105      //
106      this.problemInstanceProviderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
107      this.problemInstanceProviderComboBox.FormattingEnabled = true;
108      this.problemInstanceProviderComboBox.Location = new System.Drawing.Point(50, 5);
109      this.problemInstanceProviderComboBox.Name = "problemInstanceProviderComboBox";
110      this.problemInstanceProviderComboBox.Size = new System.Drawing.Size(171, 21);
111      this.problemInstanceProviderComboBox.TabIndex = 7;
112      this.problemInstanceProviderComboBox.SelectedIndexChanged += new System.EventHandler(this.problemInstanceProviderComboBox_SelectedIndexChanged);
113      this.problemInstanceProviderComboBox.DataSourceChanged += new System.EventHandler(this.comboBox_DataSourceChanged);
114      //
115      // libraryInfoButton
116      //
117      this.libraryInfoButton.Location = new System.Drawing.Point(227, 4);
118      this.libraryInfoButton.Name = "libraryInfoButton";
119      this.libraryInfoButton.Size = new System.Drawing.Size(26, 23);
120      this.libraryInfoButton.TabIndex = 8;
121      this.libraryInfoButton.Text = "Info";
122      this.libraryInfoButton.UseVisualStyleBackColor = true;
123      this.libraryInfoButton.Click += new System.EventHandler(this.libraryInfoButton_Click);
124      //
125      // ProblemView
126      //
127      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
128      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
129      this.Controls.Add(this.problemInstanceProviderViewHost);
130      this.Controls.Add(this.problemInstanceProviderComboBox);
131      this.Controls.Add(this.label1);
132      this.Controls.Add(this.libraryInfoButton);
133      this.Name = "ProblemView";
134      this.Size = new System.Drawing.Size(653, 455);
135      this.Controls.SetChildIndex(this.libraryInfoButton, 0);
136      this.Controls.SetChildIndex(this.label1, 0);
137      this.Controls.SetChildIndex(this.problemInstanceProviderComboBox, 0);
138      this.Controls.SetChildIndex(this.problemInstanceProviderViewHost, 0);
139      this.Controls.SetChildIndex(this.infoLabel, 0);
140      this.Controls.SetChildIndex(this.nameTextBox, 0);
141      this.Controls.SetChildIndex(this.nameLabel, 0);
142      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
143      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
144      this.ResumeLayout(false);
145      this.PerformLayout();
146
147    }
148
149    #endregion
150
151    private System.Windows.Forms.Label label1;
152    private MainForm.WindowsForms.ViewHost problemInstanceProviderViewHost;
153    private System.Windows.Forms.ComboBox problemInstanceProviderComboBox;
154    private System.Windows.Forms.Button libraryInfoButton;
155
156  }
157}
Note: See TracBrowser for help on using the repository browser.