Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Analysis.Views/3.3/HeatMapView.Designer.cs @ 4703

Last change on this file since 4703 was 4703, checked in by swagner, 13 years ago

Reviewed diversity analysis branch and merged it into the trunk (#1188)

File size: 9.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 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.Analysis.Views {
23  partial class HeatMapView {
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      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
48      System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
49      System.Windows.Forms.DataVisualization.Charting.Title title1= new System.Windows.Forms.DataVisualization.Charting.Title();
50      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeatMapView));
51      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
52      this.ColorsPictureBox = new System.Windows.Forms.PictureBox();
53      this.ZeroLabel = new System.Windows.Forms.Label();
54      this.OneLabel = new System.Windows.Forms.Label();
55      this.GrayscalesPictureBox = new System.Windows.Forms.PictureBox();
56      this.grayscaledImagesCheckBox = new System.Windows.Forms.CheckBox();
57      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
58      ((System.ComponentModel.ISupportInitialize)(this.ColorsPictureBox)).BeginInit();
59      ((System.ComponentModel.ISupportInitialize)(this.GrayscalesPictureBox)).BeginInit();
60      this.SuspendLayout();
61      //
62      // chart
63      //
64      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
65                  | System.Windows.Forms.AnchorStyles.Left)
66                  | System.Windows.Forms.AnchorStyles.Right)));
67      this.chart.BorderlineColor = System.Drawing.Color.Black;
68      this.chart.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
69      chartArea1.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
70      chartArea1.AxisX.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont)));
71      chartArea1.AxisX.Title = "Solution Index";
72      chartArea1.AxisY.Title = "Solution Index";
73      chartArea1.CursorX.IsUserEnabled = true;
74      chartArea1.CursorX.IsUserSelectionEnabled = true;
75      chartArea1.CursorY.IsUserEnabled = true;
76      chartArea1.CursorY.IsUserSelectionEnabled = true;
77      chartArea1.Name = "Default";
78      this.chart.ChartAreas.Add(chartArea1);
79      legend1.Alignment = System.Drawing.StringAlignment.Center;
80      legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
81      legend1.Name = "Default";
82      this.chart.Legends.Add(legend1);
83      this.chart.Location = new System.Drawing.Point(0, 0);
84      this.chart.Name = "chart";
85      this.chart.Size = new System.Drawing.Size(403, 335);
86      this.chart.TabIndex = 0;
87      this.chart.Text = "chart";
88      title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
89      title1.Name = "Default";
90      title1.Text = "Solution Similarities";
91      this.chart.Titles.Add(title1);
92      //
93      // ColorsPictureBox
94      //
95      this.ColorsPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
96                  | System.Windows.Forms.AnchorStyles.Right)));
97      this.ColorsPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
98      this.ColorsPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("ColorsPictureBox.Image")));
99      this.ColorsPictureBox.Location = new System.Drawing.Point(409, 23);
100      this.ColorsPictureBox.Name = "ColorsPictureBox";
101      this.ColorsPictureBox.Size = new System.Drawing.Size(35, 312);
102      this.ColorsPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
103      this.ColorsPictureBox.TabIndex = 11;
104      this.ColorsPictureBox.TabStop = false;
105      //
106      // ZeroLabel
107      //
108      this.ZeroLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
109      this.ZeroLabel.AutoSize = true;
110      this.ZeroLabel.BackColor = System.Drawing.Color.Transparent;
111      this.ZeroLabel.Location = new System.Drawing.Point(416, 342);
112      this.ZeroLabel.Name = "ZeroLabel";
113      this.ZeroLabel.Size = new System.Drawing.Size(22, 13);
114      this.ZeroLabel.TabIndex = 14;
115      this.ZeroLabel.Text = "0.0";
116      //
117      // OneLabel
118      //
119      this.OneLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
120      this.OneLabel.AutoSize = true;
121      this.OneLabel.BackColor = System.Drawing.Color.Transparent;
122      this.OneLabel.Location = new System.Drawing.Point(416, 3);
123      this.OneLabel.Name = "OneLabel";
124      this.OneLabel.Size = new System.Drawing.Size(22, 13);
125      this.OneLabel.TabIndex = 13;
126      this.OneLabel.Text = "1.0";
127      //
128      // GrayscalesPictureBox
129      //
130      this.GrayscalesPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
131                  | System.Windows.Forms.AnchorStyles.Right)));
132      this.GrayscalesPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
133      this.GrayscalesPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("GrayscalesPictureBox.Image")));
134      this.GrayscalesPictureBox.Location = new System.Drawing.Point(409, 23);
135      this.GrayscalesPictureBox.Name = "GrayscalesPictureBox";
136      this.GrayscalesPictureBox.Size = new System.Drawing.Size(35, 312);
137      this.GrayscalesPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
138      this.GrayscalesPictureBox.TabIndex = 15;
139      this.GrayscalesPictureBox.TabStop = false;
140      this.GrayscalesPictureBox.Visible = false;
141      //
142      // grayscaledImagesCheckBox
143      //
144      this.grayscaledImagesCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
145      this.grayscaledImagesCheckBox.AutoSize = true;
146      this.grayscaledImagesCheckBox.Location = new System.Drawing.Point(0, 338);
147      this.grayscaledImagesCheckBox.Name = "grayscaledImagesCheckBox";
148      this.grayscaledImagesCheckBox.Size = new System.Drawing.Size(115, 17);
149      this.grayscaledImagesCheckBox.TabIndex = 16;
150      this.grayscaledImagesCheckBox.Text = "Grayscaled images";
151      this.grayscaledImagesCheckBox.UseVisualStyleBackColor = true;
152      this.grayscaledImagesCheckBox.CheckedChanged += new System.EventHandler(this.grayscaledImagesCheckBox_CheckedChanged);
153      //
154      // HeatmapView
155      //
156      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
157      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
158      this.Controls.Add(this.grayscaledImagesCheckBox);
159      this.Controls.Add(this.ZeroLabel);
160      this.Controls.Add(this.OneLabel);
161      this.Controls.Add(this.ColorsPictureBox);
162      this.Controls.Add(this.chart);
163      this.Controls.Add(this.GrayscalesPictureBox);
164      this.Name = "HeatmapView";
165      this.Size = new System.Drawing.Size(444, 358);
166      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
167      ((System.ComponentModel.ISupportInitialize)(this.ColorsPictureBox)).EndInit();
168      ((System.ComponentModel.ISupportInitialize)(this.GrayscalesPictureBox)).EndInit();
169      this.ResumeLayout(false);
170      this.PerformLayout();
171
172    }
173
174    #endregion
175
176    private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
177    private System.Windows.Forms.PictureBox ColorsPictureBox;
178    private System.Windows.Forms.Label ZeroLabel;
179    private System.Windows.Forms.Label OneLabel;
180    private System.Windows.Forms.PictureBox GrayscalesPictureBox;
181    private System.Windows.Forms.CheckBox grayscaledImagesCheckBox;
182  }
183}
Note: See TracBrowser for help on using the repository browser.