Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1614

  • Fixed plugin dependencies
  • Updated GQAP view
  • Changed instances infrastructure
    • Changed interface types into classes
    • Removed the library specific instance classes
File size: 6.9 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 HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views.ToolTipComboBox();
50      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
51      this.SuspendLayout();
52      //
53      // parameterCollectionView
54      //
55      this.parameterCollectionView.Location = new System.Drawing.Point(0, 58);
56      this.parameterCollectionView.Size = new System.Drawing.Size(650, 394);
57      //
58      // nameTextBox
59      //
60      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
61      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
62      this.nameTextBox.Location = new System.Drawing.Point(50, 32);
63      this.nameTextBox.Size = new System.Drawing.Size(578, 20);
64      //
65      // nameLabel
66      //
67      this.nameLabel.Location = new System.Drawing.Point(3, 35);
68      //
69      // toolTip
70      //
71      this.toolTip.AutoPopDelay = 10000;
72      this.toolTip.InitialDelay = 100;
73      this.toolTip.ReshowDelay = 100;
74      //
75      // infoLabel
76      //
77      this.infoLabel.Location = new System.Drawing.Point(634, 35);
78      //
79      // label1
80      //
81      this.label1.AutoSize = true;
82      this.label1.Location = new System.Drawing.Point(3, 8);
83      this.label1.Name = "label1";
84      this.label1.Size = new System.Drawing.Size(41, 13);
85      this.label1.TabIndex = 4;
86      this.label1.Text = "Library:";
87      //
88      // problemInstanceProviderViewHost
89      //
90      this.problemInstanceProviderViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
91            | System.Windows.Forms.AnchorStyles.Right)));
92      this.problemInstanceProviderViewHost.Caption = "View";
93      this.problemInstanceProviderViewHost.Content = null;
94      this.problemInstanceProviderViewHost.Enabled = false;
95      this.problemInstanceProviderViewHost.Location = new System.Drawing.Point(229, 5);
96      this.problemInstanceProviderViewHost.Name = "problemInstanceProviderViewHost";
97      this.problemInstanceProviderViewHost.ReadOnly = false;
98      this.problemInstanceProviderViewHost.Size = new System.Drawing.Size(421, 21);
99      this.problemInstanceProviderViewHost.TabIndex = 6;
100      this.problemInstanceProviderViewHost.ViewsLabelVisible = false;
101      this.problemInstanceProviderViewHost.ViewType = null;
102      //
103      // problemInstanceProviderComboBox
104      //
105      this.problemInstanceProviderComboBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
106      this.problemInstanceProviderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
107      this.problemInstanceProviderComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
108      this.problemInstanceProviderComboBox.FormattingEnabled = true;
109      this.problemInstanceProviderComboBox.Location = new System.Drawing.Point(50, 5);
110      this.problemInstanceProviderComboBox.MaxDropDownItems = 16;
111      this.problemInstanceProviderComboBox.Name = "problemInstanceProviderComboBox";
112      this.problemInstanceProviderComboBox.Size = new System.Drawing.Size(173, 21);
113      this.problemInstanceProviderComboBox.TabIndex = 7;
114      this.problemInstanceProviderComboBox.ToolTipRequired += new System.EventHandler<HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views.ToolTipRequiredEventArgs>(this.problemInstanceProviderComboBox_ToolTipRequired);
115      this.problemInstanceProviderComboBox.SelectedIndexChanged += new System.EventHandler(this.problemInstanceProviderComboBox_SelectedIndexChanged);
116      this.problemInstanceProviderComboBox.DataSourceChanged += new System.EventHandler(this.comboBox_DataSourceChanged);
117      //
118      // ProblemView
119      //
120      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
121      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
122      this.Controls.Add(this.problemInstanceProviderViewHost);
123      this.Controls.Add(this.problemInstanceProviderComboBox);
124      this.Controls.Add(this.label1);
125      this.Name = "ProblemView";
126      this.Size = new System.Drawing.Size(653, 455);
127      this.Controls.SetChildIndex(this.infoLabel, 0);
128      this.Controls.SetChildIndex(this.label1, 0);
129      this.Controls.SetChildIndex(this.nameTextBox, 0);
130      this.Controls.SetChildIndex(this.nameLabel, 0);
131      this.Controls.SetChildIndex(this.problemInstanceProviderComboBox, 0);
132      this.Controls.SetChildIndex(this.problemInstanceProviderViewHost, 0);
133      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
134      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
135      this.ResumeLayout(false);
136      this.PerformLayout();
137
138    }
139
140    #endregion
141
142    private System.Windows.Forms.Label label1;
143    private MainForm.WindowsForms.ViewHost problemInstanceProviderViewHost;
144    private ToolTipComboBox problemInstanceProviderComboBox;
145
146  }
147}
Note: See TracBrowser for help on using the repository browser.