Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2457: worked on problem instance mapping

File size: 13.8 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.problemInstancesTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
53      this.mapTabPage = new System.Windows.Forms.TabPage();
54      this.instancesTabPage = new System.Windows.Forms.TabPage();
55      this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
56      this.mapSplitContainer = new System.Windows.Forms.SplitContainer();
57      this.invPropCheckBox = new System.Windows.Forms.CheckBox();
58      this.sizeLabel = new System.Windows.Forms.Label();
59      this.projectionLabel = new System.Windows.Forms.Label();
60      this.instanceMapChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
61      this.sizeComboBox = new System.Windows.Forms.ComboBox();
62      this.projectionComboBox = new System.Windows.Forms.ComboBox();
63      this.showCharacteristicsCheckBox = new System.Windows.Forms.CheckBox();
64      this.problemInstancesTabControl.SuspendLayout();
65      this.mapTabPage.SuspendLayout();
66      this.instancesTabPage.SuspendLayout();
67      ((System.ComponentModel.ISupportInitialize)(this.mapSplitContainer)).BeginInit();
68      this.mapSplitContainer.Panel1.SuspendLayout();
69      this.mapSplitContainer.SuspendLayout();
70      ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).BeginInit();
71      this.SuspendLayout();
72      //
73      // problemInstancesTabControl
74      //
75      this.problemInstancesTabControl.AllowDrop = true;
76      this.problemInstancesTabControl.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.problemInstancesTabControl.Controls.Add(this.mapTabPage);
80      this.problemInstancesTabControl.Controls.Add(this.instancesTabPage);
81      this.problemInstancesTabControl.Location = new System.Drawing.Point(0, 0);
82      this.problemInstancesTabControl.Name = "problemInstancesTabControl";
83      this.problemInstancesTabControl.SelectedIndex = 0;
84      this.problemInstancesTabControl.Size = new System.Drawing.Size(1000, 760);
85      this.problemInstancesTabControl.TabIndex = 8;
86      //
87      // mapTabPage
88      //
89      this.mapTabPage.Controls.Add(this.mapSplitContainer);
90      this.mapTabPage.Location = new System.Drawing.Point(4, 22);
91      this.mapTabPage.Name = "mapTabPage";
92      this.mapTabPage.Padding = new System.Windows.Forms.Padding(3);
93      this.mapTabPage.Size = new System.Drawing.Size(992, 734);
94      this.mapTabPage.TabIndex = 1;
95      this.mapTabPage.Text = "Map";
96      this.mapTabPage.UseVisualStyleBackColor = true;
97      //
98      // instancesTabPage
99      //
100      this.instancesTabPage.Controls.Add(this.problemInstancesView);
101      this.instancesTabPage.Location = new System.Drawing.Point(4, 22);
102      this.instancesTabPage.Name = "instancesTabPage";
103      this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
104      this.instancesTabPage.Size = new System.Drawing.Size(992, 734);
105      this.instancesTabPage.TabIndex = 0;
106      this.instancesTabPage.Text = "Instances";
107      this.instancesTabPage.UseVisualStyleBackColor = true;
108      //
109      // problemInstancesView
110      //
111      this.problemInstancesView.Caption = "View";
112      this.problemInstancesView.Content = null;
113      this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill;
114      this.problemInstancesView.Enabled = false;
115      this.problemInstancesView.Location = new System.Drawing.Point(3, 3);
116      this.problemInstancesView.Name = "problemInstancesView";
117      this.problemInstancesView.ReadOnly = false;
118      this.problemInstancesView.Size = new System.Drawing.Size(986, 728);
119      this.problemInstancesView.TabIndex = 0;
120      this.problemInstancesView.ViewsLabelVisible = true;
121      this.problemInstancesView.ViewType = null;
122      //
123      // mapSplitContainer
124      //
125      this.mapSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
126      this.mapSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
127      this.mapSplitContainer.Location = new System.Drawing.Point(3, 3);
128      this.mapSplitContainer.Name = "mapSplitContainer";
129      //
130      // mapSplitContainer.Panel1
131      //
132      this.mapSplitContainer.Panel1.Controls.Add(this.showCharacteristicsCheckBox);
133      this.mapSplitContainer.Panel1.Controls.Add(this.invPropCheckBox);
134      this.mapSplitContainer.Panel1.Controls.Add(this.sizeLabel);
135      this.mapSplitContainer.Panel1.Controls.Add(this.projectionLabel);
136      this.mapSplitContainer.Panel1.Controls.Add(this.instanceMapChart);
137      this.mapSplitContainer.Panel1.Controls.Add(this.sizeComboBox);
138      this.mapSplitContainer.Panel1.Controls.Add(this.projectionComboBox);
139      this.mapSplitContainer.Panel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
140      this.mapSplitContainer.Size = new System.Drawing.Size(986, 728);
141      this.mapSplitContainer.SplitterDistance = 847;
142      this.mapSplitContainer.TabIndex = 12;
143      //
144      // invPropCheckBox
145      //
146      this.invPropCheckBox.AutoSize = true;
147      this.invPropCheckBox.Checked = true;
148      this.invPropCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
149      this.invPropCheckBox.Location = new System.Drawing.Point(579, 12);
150      this.invPropCheckBox.Name = "invPropCheckBox";
151      this.invPropCheckBox.Size = new System.Drawing.Size(118, 17);
152      this.invPropCheckBox.TabIndex = 17;
153      this.invPropCheckBox.Text = "inverse proportional";
154      this.invPropCheckBox.UseVisualStyleBackColor = true;
155      //
156      // sizeLabel
157      //
158      this.sizeLabel.AutoSize = true;
159      this.sizeLabel.Location = new System.Drawing.Point(264, 12);
160      this.sizeLabel.Name = "sizeLabel";
161      this.sizeLabel.Size = new System.Drawing.Size(30, 13);
162      this.sizeLabel.TabIndex = 15;
163      this.sizeLabel.Text = "Size:";
164      //
165      // projectionLabel
166      //
167      this.projectionLabel.AutoSize = true;
168      this.projectionLabel.Location = new System.Drawing.Point(2, 12);
169      this.projectionLabel.Name = "projectionLabel";
170      this.projectionLabel.Size = new System.Drawing.Size(57, 13);
171      this.projectionLabel.TabIndex = 16;
172      this.projectionLabel.Text = "Projection:";
173      //
174      // instanceMapChart
175      //
176      this.instanceMapChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
177            | System.Windows.Forms.AnchorStyles.Left)
178            | System.Windows.Forms.AnchorStyles.Right)));
179      chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
180      chartArea1.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
181      chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
182      chartArea1.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
183      chartArea1.Name = "Default";
184      this.instanceMapChart.ChartAreas.Add(chartArea1);
185      legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
186      legend1.Enabled = false;
187      legend1.Name = "Legend";
188      this.instanceMapChart.Legends.Add(legend1);
189      this.instanceMapChart.Location = new System.Drawing.Point(3, 33);
190      this.instanceMapChart.Name = "instanceMapChart";
191      series1.ChartArea = "Default";
192      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
193      series1.Legend = "Legend";
194      series1.MarkerSize = 10;
195      series1.Name = "InstancesSeries";
196      series2.ChartArea = "Default";
197      series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
198      series2.Legend = "Legend";
199      series2.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
200      series2.MarkerSize = 15;
201      series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
202      series2.Name = "CurrentInstanceSeries";
203      this.instanceMapChart.Series.Add(series1);
204      this.instanceMapChart.Series.Add(series2);
205      this.instanceMapChart.Size = new System.Drawing.Size(841, 692);
206      this.instanceMapChart.TabIndex = 12;
207      //
208      // sizeComboBox
209      //
210      this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
211      this.sizeComboBox.FormattingEnabled = true;
212      this.sizeComboBox.Location = new System.Drawing.Point(300, 6);
213      this.sizeComboBox.Name = "sizeComboBox";
214      this.sizeComboBox.Size = new System.Drawing.Size(273, 21);
215      this.sizeComboBox.TabIndex = 13;
216      //
217      // projectionComboBox
218      //
219      this.projectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
220      this.projectionComboBox.FormattingEnabled = true;
221      this.projectionComboBox.Location = new System.Drawing.Point(65, 6);
222      this.projectionComboBox.Name = "projectionComboBox";
223      this.projectionComboBox.Size = new System.Drawing.Size(158, 21);
224      this.projectionComboBox.TabIndex = 14;
225      //
226      // showCharacteristicsCheckBox
227      //
228      this.showCharacteristicsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
229      this.showCharacteristicsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
230      this.showCharacteristicsCheckBox.Location = new System.Drawing.Point(818, 4);
231      this.showCharacteristicsCheckBox.Name = "showCharacteristicsCheckBox";
232      this.showCharacteristicsCheckBox.Size = new System.Drawing.Size(26, 23);
233      this.showCharacteristicsCheckBox.TabIndex = 18;
234      this.showCharacteristicsCheckBox.Text = "Detail";
235      this.showCharacteristicsCheckBox.UseVisualStyleBackColor = true;
236      //
237      // UnderstandingProblemInstanceView
238      //
239      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
240      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
241      this.Controls.Add(this.problemInstancesTabControl);
242      this.Name = "UnderstandingProblemInstanceView";
243      this.Size = new System.Drawing.Size(1000, 760);
244      this.problemInstancesTabControl.ResumeLayout(false);
245      this.mapTabPage.ResumeLayout(false);
246      this.instancesTabPage.ResumeLayout(false);
247      this.mapSplitContainer.Panel1.ResumeLayout(false);
248      this.mapSplitContainer.Panel1.PerformLayout();
249      ((System.ComponentModel.ISupportInitialize)(this.mapSplitContainer)).EndInit();
250      this.mapSplitContainer.ResumeLayout(false);
251      ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).EndInit();
252      this.ResumeLayout(false);
253
254    }
255
256    #endregion
257
258    private MainForm.WindowsForms.DragOverTabControl problemInstancesTabControl;
259    private System.Windows.Forms.TabPage mapTabPage;
260    private System.Windows.Forms.TabPage instancesTabPage;
261    private MainForm.WindowsForms.ViewHost problemInstancesView;
262    private System.Windows.Forms.SplitContainer mapSplitContainer;
263    private System.Windows.Forms.CheckBox showCharacteristicsCheckBox;
264    private System.Windows.Forms.CheckBox invPropCheckBox;
265    private System.Windows.Forms.Label sizeLabel;
266    private System.Windows.Forms.Label projectionLabel;
267    private Visualization.ChartControlsExtensions.EnhancedChart instanceMapChart;
268    private System.Windows.Forms.ComboBox sizeComboBox;
269    private System.Windows.Forms.ComboBox projectionComboBox;
270  }
271}
Note: See TracBrowser for help on using the repository browser.