Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Views/UnderstandingProblemInstanceView.Designer.cs @ 13743

Last change on this file since 13743 was 13722, checked in by abeham, 8 years ago

#2457:

  • Renamed remaining files from ExpertSystem to KnowledgeCenter
  • Added ability to scatter plot to display a regression line
  • Allowed to execute multiple instances at once and displaying either only final result or tracking result
  • Split runs in seeded runs and instance runs
File size: 10.0 KB
Line 
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
22namespace HeuristicLab.OptimizationExpertSystem {
23  partial class UnderstandingProblemInstanceView {
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.components = new System.ComponentModel.Container();
48      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
49      System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
50      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
51      System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
52      this.projectionLabel = new System.Windows.Forms.Label();
53      this.projectionComboBox = new System.Windows.Forms.ComboBox();
54      this.problemInstancesTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
55      this.mapTabPage = new System.Windows.Forms.TabPage();
56      this.instanceMapChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
57      this.instancesTabPage = new System.Windows.Forms.TabPage();
58      this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
59      this.problemInstancesTabControl.SuspendLayout();
60      this.mapTabPage.SuspendLayout();
61      ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).BeginInit();
62      this.instancesTabPage.SuspendLayout();
63      this.SuspendLayout();
64      //
65      // projectionLabel
66      //
67      this.projectionLabel.AutoSize = true;
68      this.projectionLabel.Location = new System.Drawing.Point(6, 9);
69      this.projectionLabel.Name = "projectionLabel";
70      this.projectionLabel.Size = new System.Drawing.Size(57, 13);
71      this.projectionLabel.TabIndex = 10;
72      this.projectionLabel.Text = "Projection:";
73      //
74      // projectionComboBox
75      //
76      this.projectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
77      this.projectionComboBox.FormattingEnabled = true;
78      this.projectionComboBox.Location = new System.Drawing.Point(69, 6);
79      this.projectionComboBox.Name = "projectionComboBox";
80      this.projectionComboBox.Size = new System.Drawing.Size(158, 21);
81      this.projectionComboBox.TabIndex = 9;
82      this.projectionComboBox.SelectedIndexChanged += new System.EventHandler(this.ProjectionComboBoxOnSelectedIndexChanged);
83      //
84      // problemInstancesTabControl
85      //
86      this.problemInstancesTabControl.AllowDrop = true;
87      this.problemInstancesTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
88            | System.Windows.Forms.AnchorStyles.Left)
89            | System.Windows.Forms.AnchorStyles.Right)));
90      this.problemInstancesTabControl.Controls.Add(this.mapTabPage);
91      this.problemInstancesTabControl.Controls.Add(this.instancesTabPage);
92      this.problemInstancesTabControl.Location = new System.Drawing.Point(0, 0);
93      this.problemInstancesTabControl.Name = "problemInstancesTabControl";
94      this.problemInstancesTabControl.SelectedIndex = 0;
95      this.problemInstancesTabControl.Size = new System.Drawing.Size(1000, 760);
96      this.problemInstancesTabControl.TabIndex = 8;
97      //
98      // mapTabPage
99      //
100      this.mapTabPage.Controls.Add(this.projectionLabel);
101      this.mapTabPage.Controls.Add(this.instanceMapChart);
102      this.mapTabPage.Controls.Add(this.projectionComboBox);
103      this.mapTabPage.Location = new System.Drawing.Point(4, 22);
104      this.mapTabPage.Name = "mapTabPage";
105      this.mapTabPage.Padding = new System.Windows.Forms.Padding(3);
106      this.mapTabPage.Size = new System.Drawing.Size(992, 734);
107      this.mapTabPage.TabIndex = 1;
108      this.mapTabPage.Text = "Map";
109      this.mapTabPage.UseVisualStyleBackColor = true;
110      //
111      // instanceMapChart
112      //
113      this.instanceMapChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
114            | System.Windows.Forms.AnchorStyles.Left)
115            | System.Windows.Forms.AnchorStyles.Right)));
116      chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
117      chartArea1.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
118      chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
119      chartArea1.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
120      chartArea1.Name = "Default";
121      this.instanceMapChart.ChartAreas.Add(chartArea1);
122      legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
123      legend1.Enabled = false;
124      legend1.Name = "Legend";
125      this.instanceMapChart.Legends.Add(legend1);
126      this.instanceMapChart.Location = new System.Drawing.Point(3, 33);
127      this.instanceMapChart.Name = "instanceMapChart";
128      series1.ChartArea = "Default";
129      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
130      series1.Legend = "Legend";
131      series1.MarkerSize = 10;
132      series1.Name = "InstancesSeries";
133      series2.ChartArea = "Default";
134      series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
135      series2.Legend = "Legend";
136      series2.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
137      series2.MarkerSize = 15;
138      series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
139      series2.Name = "CurrentInstanceSeries";
140      this.instanceMapChart.Series.Add(series1);
141      this.instanceMapChart.Series.Add(series2);
142      this.instanceMapChart.Size = new System.Drawing.Size(986, 698);
143      this.instanceMapChart.TabIndex = 0;
144      //
145      // instancesTabPage
146      //
147      this.instancesTabPage.Controls.Add(this.problemInstancesView);
148      this.instancesTabPage.Location = new System.Drawing.Point(4, 22);
149      this.instancesTabPage.Name = "instancesTabPage";
150      this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
151      this.instancesTabPage.Size = new System.Drawing.Size(1044, 757);
152      this.instancesTabPage.TabIndex = 0;
153      this.instancesTabPage.Text = "Instances";
154      this.instancesTabPage.UseVisualStyleBackColor = true;
155      //
156      // problemInstancesView
157      //
158      this.problemInstancesView.Caption = "View";
159      this.problemInstancesView.Content = null;
160      this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill;
161      this.problemInstancesView.Enabled = false;
162      this.problemInstancesView.Location = new System.Drawing.Point(3, 3);
163      this.problemInstancesView.Name = "problemInstancesView";
164      this.problemInstancesView.ReadOnly = false;
165      this.problemInstancesView.Size = new System.Drawing.Size(1038, 751);
166      this.problemInstancesView.TabIndex = 0;
167      this.problemInstancesView.ViewsLabelVisible = true;
168      this.problemInstancesView.ViewType = null;
169      //
170      // UnderstandingProblemInstanceView
171      //
172      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
173      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
174      this.Controls.Add(this.problemInstancesTabControl);
175      this.Name = "UnderstandingProblemInstanceView";
176      this.Size = new System.Drawing.Size(1000, 760);
177      this.Controls.SetChildIndex(this.problemInstancesTabControl, 0);
178      this.problemInstancesTabControl.ResumeLayout(false);
179      this.mapTabPage.ResumeLayout(false);
180      this.mapTabPage.PerformLayout();
181      ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).EndInit();
182      this.instancesTabPage.ResumeLayout(false);
183      this.ResumeLayout(false);
184
185    }
186
187    #endregion
188
189    private System.Windows.Forms.Label projectionLabel;
190    private System.Windows.Forms.ComboBox projectionComboBox;
191    private MainForm.WindowsForms.DragOverTabControl problemInstancesTabControl;
192    private System.Windows.Forms.TabPage mapTabPage;
193    private Visualization.ChartControlsExtensions.EnhancedChart instanceMapChart;
194    private System.Windows.Forms.TabPage instancesTabPage;
195    private MainForm.WindowsForms.ViewHost problemInstancesView;
196  }
197}
Note: See TracBrowser for help on using the repository browser.