1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2018 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.Problems.TestFunctions.Views {
|
---|
23 | partial class ParetoFrontScatterPlotView {
|
---|
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.scatterPlotView = new HeuristicLab.Analysis.Views.ScatterPlotView();
|
---|
48 | this.xAxisComboBox = new System.Windows.Forms.ComboBox();
|
---|
49 | this.yAxisComboBox = new System.Windows.Forms.ComboBox();
|
---|
50 | this.xLabel = new System.Windows.Forms.Label();
|
---|
51 | this.yLabel = new System.Windows.Forms.Label();
|
---|
52 | this.SuspendLayout();
|
---|
53 | //
|
---|
54 | // scatterPlotView
|
---|
55 | //
|
---|
56 | this.scatterPlotView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
57 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
58 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
59 | this.scatterPlotView.Caption = "ScatterPlot View";
|
---|
60 | this.scatterPlotView.Content = null;
|
---|
61 | this.scatterPlotView.Location = new System.Drawing.Point(3, 37);
|
---|
62 | this.scatterPlotView.Name = "scatterPlotView";
|
---|
63 | this.scatterPlotView.ReadOnly = false;
|
---|
64 | this.scatterPlotView.ShowName = false;
|
---|
65 | this.scatterPlotView.Size = new System.Drawing.Size(615, 342);
|
---|
66 | this.scatterPlotView.TabIndex = 3;
|
---|
67 | //
|
---|
68 | // xAxisComboBox
|
---|
69 | //
|
---|
70 | this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
71 | this.xAxisComboBox.FormattingEnabled = true;
|
---|
72 | this.xAxisComboBox.Location = new System.Drawing.Point(29, 3);
|
---|
73 | this.xAxisComboBox.Name = "xAxisComboBox";
|
---|
74 | this.xAxisComboBox.Size = new System.Drawing.Size(135, 28);
|
---|
75 | this.xAxisComboBox.TabIndex = 4;
|
---|
76 | this.xAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.axisComboBox_SelectedIndexChanged);
|
---|
77 | //
|
---|
78 | // yAxisComboBox
|
---|
79 | //
|
---|
80 | this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
81 | this.yAxisComboBox.FormattingEnabled = true;
|
---|
82 | this.yAxisComboBox.Location = new System.Drawing.Point(240, 3);
|
---|
83 | this.yAxisComboBox.Name = "yAxisComboBox";
|
---|
84 | this.yAxisComboBox.Size = new System.Drawing.Size(135, 28);
|
---|
85 | this.yAxisComboBox.TabIndex = 5;
|
---|
86 | this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.axisComboBox_SelectedIndexChanged);
|
---|
87 | //
|
---|
88 | // xLabel
|
---|
89 | //
|
---|
90 | this.xLabel.AutoSize = true;
|
---|
91 | this.xLabel.Location = new System.Drawing.Point(3, 6);
|
---|
92 | this.xLabel.Name = "xLabel";
|
---|
93 | this.xLabel.Size = new System.Drawing.Size(20, 20);
|
---|
94 | this.xLabel.TabIndex = 6;
|
---|
95 | this.xLabel.Text = "x:";
|
---|
96 | //
|
---|
97 | // yLabel
|
---|
98 | //
|
---|
99 | this.yLabel.AutoSize = true;
|
---|
100 | this.yLabel.Location = new System.Drawing.Point(214, 6);
|
---|
101 | this.yLabel.Name = "yLabel";
|
---|
102 | this.yLabel.Size = new System.Drawing.Size(20, 20);
|
---|
103 | this.yLabel.TabIndex = 7;
|
---|
104 | this.yLabel.Text = "y:";
|
---|
105 | //
|
---|
106 | // ParetoFrontScatterPlotView
|
---|
107 | //
|
---|
108 | this.AllowDrop = true;
|
---|
109 | this.Controls.Add(this.yLabel);
|
---|
110 | this.Controls.Add(this.xLabel);
|
---|
111 | this.Controls.Add(this.yAxisComboBox);
|
---|
112 | this.Controls.Add(this.xAxisComboBox);
|
---|
113 | this.Controls.Add(this.scatterPlotView);
|
---|
114 | this.Margin = new System.Windows.Forms.Padding(6);
|
---|
115 | this.Name = "ParetoFrontScatterPlotView";
|
---|
116 | this.Size = new System.Drawing.Size(621, 382);
|
---|
117 | this.ResumeLayout(false);
|
---|
118 | this.PerformLayout();
|
---|
119 |
|
---|
120 | }
|
---|
121 |
|
---|
122 | #endregion
|
---|
123 | private HeuristicLab.Analysis.Views.ScatterPlotView scatterPlotView;
|
---|
124 | private System.Windows.Forms.ComboBox xAxisComboBox;
|
---|
125 | private System.Windows.Forms.ComboBox yAxisComboBox;
|
---|
126 | private System.Windows.Forms.Label xLabel;
|
---|
127 | private System.Windows.Forms.Label yLabel;
|
---|
128 | }
|
---|
129 | }
|
---|