1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2016 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 |
|
---|
22 | namespace HeuristicLab.OptimizationExpertSystem {
|
---|
23 | partial class PerformanceModelingView {
|
---|
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.recommenderLabel = new System.Windows.Forms.Label();
|
---|
48 | this.recommenderComboBox = new System.Windows.Forms.ComboBox();
|
---|
49 | this.recommendStartButton = new System.Windows.Forms.Button();
|
---|
50 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
51 | this.characteristicsTabPage = new System.Windows.Forms.TabPage();
|
---|
52 | this.refreshCharacteristicsButton = new System.Windows.Forms.Button();
|
---|
53 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
54 | this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
55 | this.resultsTabPage = new System.Windows.Forms.TabPage();
|
---|
56 | this.characteristicsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
57 | this.tabControl.SuspendLayout();
|
---|
58 | this.characteristicsTabPage.SuspendLayout();
|
---|
59 | this.parametersTabPage.SuspendLayout();
|
---|
60 | this.SuspendLayout();
|
---|
61 | //
|
---|
62 | // recommenderLabel
|
---|
63 | //
|
---|
64 | this.recommenderLabel.AutoSize = true;
|
---|
65 | this.recommenderLabel.Location = new System.Drawing.Point(5, 6);
|
---|
66 | this.recommenderLabel.Name = "recommenderLabel";
|
---|
67 | this.recommenderLabel.Size = new System.Drawing.Size(79, 13);
|
---|
68 | this.recommenderLabel.TabIndex = 12;
|
---|
69 | this.recommenderLabel.Text = "Recommender:";
|
---|
70 | //
|
---|
71 | // recommenderComboBox
|
---|
72 | //
|
---|
73 | this.recommenderComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
74 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
75 | this.recommenderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
76 | this.recommenderComboBox.FormattingEnabled = true;
|
---|
77 | this.recommenderComboBox.Location = new System.Drawing.Point(90, 3);
|
---|
78 | this.recommenderComboBox.Name = "recommenderComboBox";
|
---|
79 | this.recommenderComboBox.Size = new System.Drawing.Size(264, 21);
|
---|
80 | this.recommenderComboBox.TabIndex = 11;
|
---|
81 | this.recommenderComboBox.SelectedIndexChanged += new System.EventHandler(this.RecommenderComboBoxOnSelectedIndexChanged);
|
---|
82 | //
|
---|
83 | // recommendStartButton
|
---|
84 | //
|
---|
85 | this.recommendStartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
86 | this.recommendStartButton.Location = new System.Drawing.Point(360, 3);
|
---|
87 | this.recommendStartButton.Name = "recommendStartButton";
|
---|
88 | this.recommendStartButton.Size = new System.Drawing.Size(26, 23);
|
---|
89 | this.recommendStartButton.TabIndex = 13;
|
---|
90 | this.recommendStartButton.Text = "Start";
|
---|
91 | this.recommendStartButton.UseVisualStyleBackColor = true;
|
---|
92 | this.recommendStartButton.Click += new System.EventHandler(this.RecommendStartButtonOnClick);
|
---|
93 | //
|
---|
94 | // tabControl
|
---|
95 | //
|
---|
96 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
97 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
98 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
99 | this.tabControl.Controls.Add(this.characteristicsTabPage);
|
---|
100 | this.tabControl.Controls.Add(this.parametersTabPage);
|
---|
101 | this.tabControl.Controls.Add(this.resultsTabPage);
|
---|
102 | this.tabControl.Location = new System.Drawing.Point(0, 30);
|
---|
103 | this.tabControl.Name = "tabControl";
|
---|
104 | this.tabControl.SelectedIndex = 0;
|
---|
105 | this.tabControl.Size = new System.Drawing.Size(700, 350);
|
---|
106 | this.tabControl.TabIndex = 14;
|
---|
107 | //
|
---|
108 | // characteristicsTabPage
|
---|
109 | //
|
---|
110 | this.characteristicsTabPage.Controls.Add(this.characteristicsViewHost);
|
---|
111 | this.characteristicsTabPage.Controls.Add(this.refreshCharacteristicsButton);
|
---|
112 | this.characteristicsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
113 | this.characteristicsTabPage.Name = "characteristicsTabPage";
|
---|
114 | this.characteristicsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
115 | this.characteristicsTabPage.Size = new System.Drawing.Size(692, 324);
|
---|
116 | this.characteristicsTabPage.TabIndex = 2;
|
---|
117 | this.characteristicsTabPage.Text = "Characteristics";
|
---|
118 | this.characteristicsTabPage.UseVisualStyleBackColor = true;
|
---|
119 | //
|
---|
120 | // refreshCharacteristicsButton
|
---|
121 | //
|
---|
122 | this.refreshCharacteristicsButton.Location = new System.Drawing.Point(6, 6);
|
---|
123 | this.refreshCharacteristicsButton.Name = "refreshCharacteristicsButton";
|
---|
124 | this.refreshCharacteristicsButton.Size = new System.Drawing.Size(26, 23);
|
---|
125 | this.refreshCharacteristicsButton.TabIndex = 0;
|
---|
126 | this.refreshCharacteristicsButton.Text = "Refresh";
|
---|
127 | this.refreshCharacteristicsButton.UseVisualStyleBackColor = true;
|
---|
128 | this.refreshCharacteristicsButton.Click += new System.EventHandler(this.RefreshCharacteristicsButtonOnClick);
|
---|
129 | //
|
---|
130 | // parametersTabPage
|
---|
131 | //
|
---|
132 | this.parametersTabPage.Controls.Add(this.parameterCollectionView);
|
---|
133 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
134 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
135 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
136 | this.parametersTabPage.Size = new System.Drawing.Size(692, 324);
|
---|
137 | this.parametersTabPage.TabIndex = 0;
|
---|
138 | this.parametersTabPage.Text = "Parameters";
|
---|
139 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
140 | //
|
---|
141 | // parameterCollectionView
|
---|
142 | //
|
---|
143 | this.parameterCollectionView.AllowEditingOfHiddenParameters = true;
|
---|
144 | this.parameterCollectionView.Caption = "ParameterCollection View";
|
---|
145 | this.parameterCollectionView.Content = null;
|
---|
146 | this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
147 | this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
148 | this.parameterCollectionView.Name = "parameterCollectionView";
|
---|
149 | this.parameterCollectionView.ReadOnly = false;
|
---|
150 | this.parameterCollectionView.ShowDetails = true;
|
---|
151 | this.parameterCollectionView.Size = new System.Drawing.Size(686, 318);
|
---|
152 | this.parameterCollectionView.TabIndex = 0;
|
---|
153 | //
|
---|
154 | // resultsTabPage
|
---|
155 | //
|
---|
156 | this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
157 | this.resultsTabPage.Name = "resultsTabPage";
|
---|
158 | this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
159 | this.resultsTabPage.Size = new System.Drawing.Size(692, 324);
|
---|
160 | this.resultsTabPage.TabIndex = 1;
|
---|
161 | this.resultsTabPage.Text = "Results";
|
---|
162 | this.resultsTabPage.UseVisualStyleBackColor = true;
|
---|
163 | //
|
---|
164 | // characteristicsViewHost
|
---|
165 | //
|
---|
166 | this.characteristicsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
167 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
168 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
169 | this.characteristicsViewHost.Caption = "View";
|
---|
170 | this.characteristicsViewHost.Content = null;
|
---|
171 | this.characteristicsViewHost.Enabled = false;
|
---|
172 | this.characteristicsViewHost.Location = new System.Drawing.Point(6, 35);
|
---|
173 | this.characteristicsViewHost.Name = "characteristicsViewHost";
|
---|
174 | this.characteristicsViewHost.ReadOnly = false;
|
---|
175 | this.characteristicsViewHost.Size = new System.Drawing.Size(680, 283);
|
---|
176 | this.characteristicsViewHost.TabIndex = 1;
|
---|
177 | this.characteristicsViewHost.ViewsLabelVisible = true;
|
---|
178 | this.characteristicsViewHost.ViewType = null;
|
---|
179 | //
|
---|
180 | // PerformanceModelingView
|
---|
181 | //
|
---|
182 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
183 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
184 | this.Controls.Add(this.tabControl);
|
---|
185 | this.Controls.Add(this.recommenderLabel);
|
---|
186 | this.Controls.Add(this.recommenderComboBox);
|
---|
187 | this.Controls.Add(this.recommendStartButton);
|
---|
188 | this.Name = "PerformanceModelingView";
|
---|
189 | this.tabControl.ResumeLayout(false);
|
---|
190 | this.characteristicsTabPage.ResumeLayout(false);
|
---|
191 | this.parametersTabPage.ResumeLayout(false);
|
---|
192 | this.ResumeLayout(false);
|
---|
193 | this.PerformLayout();
|
---|
194 |
|
---|
195 | }
|
---|
196 |
|
---|
197 | #endregion
|
---|
198 |
|
---|
199 | private System.Windows.Forms.Label recommenderLabel;
|
---|
200 | private System.Windows.Forms.ComboBox recommenderComboBox;
|
---|
201 | private System.Windows.Forms.Button recommendStartButton;
|
---|
202 | private System.Windows.Forms.TabControl tabControl;
|
---|
203 | private System.Windows.Forms.TabPage parametersTabPage;
|
---|
204 | private System.Windows.Forms.TabPage resultsTabPage;
|
---|
205 | private Core.Views.ParameterCollectionView parameterCollectionView;
|
---|
206 | private System.Windows.Forms.TabPage characteristicsTabPage;
|
---|
207 | private System.Windows.Forms.Button refreshCharacteristicsButton;
|
---|
208 | private MainForm.WindowsForms.ViewHost characteristicsViewHost;
|
---|
209 | }
|
---|
210 | }
|
---|