1 |
|
---|
2 | #region License Information
|
---|
3 | /* HeuristicLab
|
---|
4 | * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
5 | *
|
---|
6 | * This file is part of HeuristicLab.
|
---|
7 | *
|
---|
8 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
9 | * it under the terms of the GNU General Public License as published by
|
---|
10 | * the Free Software Foundation, either version 3 of the License, or
|
---|
11 | * (at your option) any later version.
|
---|
12 | *
|
---|
13 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
16 | * GNU General Public License for more details.
|
---|
17 | *
|
---|
18 | * You should have received a copy of the GNU General Public License
|
---|
19 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
20 | */
|
---|
21 | #endregion
|
---|
22 |
|
---|
23 | namespace HeuristicLab.Optimization.Views {
|
---|
24 | partial class ProblemInstanceProvidersControl {
|
---|
25 | /// <summary>
|
---|
26 | /// Required designer variable.
|
---|
27 | /// </summary>
|
---|
28 | private System.ComponentModel.IContainer components = null;
|
---|
29 |
|
---|
30 | /// <summary>
|
---|
31 | /// Clean up any resources being used.
|
---|
32 | /// </summary>
|
---|
33 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
34 | protected override void Dispose(bool 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.components = new System.ComponentModel.Container();
|
---|
49 | this.libraryLabel = new System.Windows.Forms.Label();
|
---|
50 | this.problemInstanceProviderComboBox = new System.Windows.Forms.ComboBox();
|
---|
51 | this.problemInstanceProviderViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
52 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
53 | this.SuspendLayout();
|
---|
54 | //
|
---|
55 | // libraryLabel
|
---|
56 | //
|
---|
57 | this.libraryLabel.AutoSize = true;
|
---|
58 | this.libraryLabel.Location = new System.Drawing.Point(3, 5);
|
---|
59 | this.libraryLabel.Name = "libraryLabel";
|
---|
60 | this.libraryLabel.Size = new System.Drawing.Size(41, 13);
|
---|
61 | this.libraryLabel.TabIndex = 1;
|
---|
62 | this.libraryLabel.Text = "Library:";
|
---|
63 | //
|
---|
64 | // problemInstanceProviderComboBox
|
---|
65 | //
|
---|
66 | this.problemInstanceProviderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
67 | this.problemInstanceProviderComboBox.FormattingEnabled = true;
|
---|
68 | this.problemInstanceProviderComboBox.Location = new System.Drawing.Point(50, 2);
|
---|
69 | this.problemInstanceProviderComboBox.Name = "problemInstanceProviderComboBox";
|
---|
70 | this.problemInstanceProviderComboBox.Size = new System.Drawing.Size(208, 21);
|
---|
71 | this.problemInstanceProviderComboBox.TabIndex = 2;
|
---|
72 | this.problemInstanceProviderComboBox.SelectedIndexChanged += new System.EventHandler(this.problemInstanceProviderComboBox_SelectedIndexChanged);
|
---|
73 | //
|
---|
74 | // problemInstanceProviderViewHost
|
---|
75 | //
|
---|
76 | this.problemInstanceProviderViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
77 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
78 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
79 | this.problemInstanceProviderViewHost.BackColor = System.Drawing.SystemColors.Control;
|
---|
80 | this.problemInstanceProviderViewHost.Caption = "ProblemInstanceConsumerView";
|
---|
81 | this.problemInstanceProviderViewHost.Content = null;
|
---|
82 | this.problemInstanceProviderViewHost.Enabled = false;
|
---|
83 | this.problemInstanceProviderViewHost.Location = new System.Drawing.Point(264, 0);
|
---|
84 | this.problemInstanceProviderViewHost.Name = "problemInstanceProviderViewHost";
|
---|
85 | this.problemInstanceProviderViewHost.ReadOnly = false;
|
---|
86 | this.problemInstanceProviderViewHost.Size = new System.Drawing.Size(549, 25);
|
---|
87 | this.problemInstanceProviderViewHost.TabIndex = 3;
|
---|
88 | this.problemInstanceProviderViewHost.ViewsLabelVisible = false;
|
---|
89 | this.problemInstanceProviderViewHost.ViewType = null;
|
---|
90 | //
|
---|
91 | // ProblemInstanceProvidersControl
|
---|
92 | //
|
---|
93 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
94 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
95 | this.Controls.Add(this.libraryLabel);
|
---|
96 | this.Controls.Add(this.problemInstanceProviderComboBox);
|
---|
97 | this.Controls.Add(this.problemInstanceProviderViewHost);
|
---|
98 | this.Margin = new System.Windows.Forms.Padding(0);
|
---|
99 | this.Name = "ProblemInstanceProvidersControl";
|
---|
100 | this.Size = new System.Drawing.Size(813, 26);
|
---|
101 | this.ResumeLayout(false);
|
---|
102 | this.PerformLayout();
|
---|
103 |
|
---|
104 | }
|
---|
105 |
|
---|
106 | #endregion
|
---|
107 |
|
---|
108 | protected System.Windows.Forms.Label libraryLabel;
|
---|
109 | protected System.Windows.Forms.ComboBox problemInstanceProviderComboBox;
|
---|
110 | protected MainForm.WindowsForms.ViewHost problemInstanceProviderViewHost;
|
---|
111 | private System.Windows.Forms.ToolTip toolTip;
|
---|
112 | }
|
---|
113 | }
|
---|