Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GBT/HeuristicLab.Analysis.Views/3.3/HistogramControl.Designer.cs @ 12495

Last change on this file since 12495 was 12495, checked in by gkronber, 9 years ago

#2261: merged trunk changes to branch
r12494
#2403: added a null check in the MatlabParameterVectorEvaluator to prevent exceptions when clearstate is called


r12493
#2369: added support for squared errors and relative errors to error-characteristic-curve view


r12492
#2392: implemented PearsonsRCalculator to fix incorrect correlation values in the correlation matrix.


r12491
#2402 don't set task state to waiting when it fails


r12490
#2401 added missing Mono.Cecil plugin dependency


r12488
#2400 - Interfaces for Capaciated-, PickupAndDelivery- and TimeWindowed-ProblemInstances now specify an additional penalty parameter to set the current penalty factor for the constraint relaxation. - The setter of the penalty-property in ...


r12485
#2374 made RegressionSolution and ClassificationSolution non-abstract


r12482
#2320: Fixed warnings in unit test solutions introduced in r12420 by marking methods as obsolete.


r12481
#2320: Fixed AfterDeserialization of GEArtifialAntEvaluator.


r12480
#2320: Fixed error in symbolicexpressiontree crossover regarding the wiring of lookup parameters if persisted file is loaded.


r12479
#2397 moved GeoIP project into ExtLibs


r12478
#2329 fixed bug in simple code editor


r12476
#2331 removed outdated plugins


r12475
#2368 fixed compile warnings


r12474
#2399 worked on Mono project prepare script


r12473
#2329 added a simple code editor for Linux


r12472
#2399 - fixed MathJax.js file name - worked on Mono project prepare script


r12471
#2399 worked on Mono project prepare script


r12470
#2399 fixed pre-build events in project files


r12465
#2399 worked on mono project prepare script


r12464
#2399 added patch to project


r12463
#2399 fixed EPPlus so that it compiles on Linux


r12461
#2398: Skip root and start symbols when calculating impacts and replacement values in the pruning operators.


r12458
#2354 show label when no data is displayed and don't show the legend


r12457
#2353 removed duplicated call to Any() in Hive Status page


r12456
#2368 fixed modifier


r12455
#2368 added support in persistence for typecaches in streams


r12445
#2394: Changed Web.config compilation from debug to release to force script bundling. Changed history loading type from lazy to eager loading to increase performance. Fixed "getCoreStatus" typo in statusCtrl.js


r12443
#2394: Fixed UserTaskQuery and GetStatusHistory in the WebApp.Status plugin


r12442
#2394 added nuget folders to svn ignore list


r12435
#2394: Improved PluginManager and updated hive status monitor.


r12434
#2396 added symbolic expression tree formatter for C#


r12433
#2395: Minor change in DoubleValue.GetValue.


r12432
#2395 Use simple round-trip format for doubles because G17 prints some strange numbers (20.22 to 20.219999999999999999). Some accuracy can still be lost on 64bit machines, but should be very rare and minimal. double.MaxValue can still be pa...


r12431
#2395 Fixed parsing issues by using the G17 format.


r12430
#2394 added missing package config


r12429
#2394 added missing package config


r12428
#2394 added web app and status page to trunk


r12424
#2320: Adapted plugin file and updated project file of SymbolicExpressionTreeEncoding.


r12422
#2320: Merged the encoding class and all accompanying changes in the trunk.


r12401
#2387 Fixed a bug where the automatic selection of the first element behaved differently for the NewItemDialog.


r12400
#2387 Forgot to commit a file.


r12399
#2387 - Added context-menu for expanding and collapsing tree-nodes. - Improve response time when expanding/collapsing all nodes for TypeSelector and NewItemDialog.


r12398
#2387 - Added clearSearch-button in TypeSelector. - Adapted behavior of TypeSelector and NewItemDialog that a selected node stays selected as long as it matches the search criteria.


r12397
#2387 - Adapted behavior of the matching in the TypeSelector that it behave the same as the NewItemDialog. The search string is tokenized by space and matches if all tokens are contained, (eg. "Sym Reg" matches "SymbolicRegression...")...


r12393
#2025 - Removed Expand/CollapseAll buttons. - Removed cycling of items.


r12392
#2386: Updated GetHashCode method in the EnumerableBoolEqualityComparer.


File size: 8.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 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
22using HeuristicLab.Visualization.ChartControlsExtensions;
23
24namespace HeuristicLab.Analysis.Views {
25  partial class HistogramControl {
26    /// <summary>
27    /// Required designer variable.
28    /// </summary>
29    private System.ComponentModel.IContainer components = null;
30
31    /// <summary>
32    /// Clean up any resources being used.
33    /// </summary>
34    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
35    protected override void Dispose(bool disposing) {
36      if (disposing && (components != null)) {
37        components.Dispose();
38      }
39      base.Dispose(disposing);
40    }
41
42    #region Component Designer generated code
43
44    /// <summary>
45    /// Required method for Designer support - do not modify
46    /// the contents of this method with the code editor.
47    /// </summary>
48    private void InitializeComponent() {
49      this.components = new System.ComponentModel.Container();
50      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
51      System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
52      System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
53      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
54      this.binsNumericUpDown = new System.Windows.Forms.NumericUpDown();
55      this.label1 = new System.Windows.Forms.Label();
56      this.exactCheckBox = new System.Windows.Forms.CheckBox();
57      this.label2 = new System.Windows.Forms.Label();
58      this.bandwidthNumericUpDown = new System.Windows.Forms.NumericUpDown();
59      this.noDataLabel = new System.Windows.Forms.Label();
60      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
61      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).BeginInit();
62      ((System.ComponentModel.ISupportInitialize)(this.bandwidthNumericUpDown)).BeginInit();
63      this.SuspendLayout();
64      //
65      // chart
66      //
67      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
68            | System.Windows.Forms.AnchorStyles.Left)
69            | System.Windows.Forms.AnchorStyles.Right)));
70      chartArea2.Name = "ChartArea1";
71      this.chart.ChartAreas.Add(chartArea2);
72      legend2.Alignment = System.Drawing.StringAlignment.Center;
73      legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
74      legend2.Name = "Default";
75      this.chart.Legends.Add(legend2);
76      this.chart.Location = new System.Drawing.Point(0, 27);
77      this.chart.Name = "chart";
78      series2.ChartArea = "ChartArea1";
79      series2.Legend = "Default";
80      series2.Name = "Series1";
81      this.chart.Series.Add(series2);
82      this.chart.Size = new System.Drawing.Size(465, 336);
83      this.chart.TabIndex = 0;
84      //
85      // binsNumericUpDown
86      //
87      this.binsNumericUpDown.Location = new System.Drawing.Point(91, 3);
88      this.binsNumericUpDown.Maximum = new decimal(new int[] {
89            100000,
90            0,
91            0,
92            0});
93      this.binsNumericUpDown.Minimum = new decimal(new int[] {
94            2,
95            0,
96            0,
97            0});
98      this.binsNumericUpDown.Name = "binsNumericUpDown";
99      this.binsNumericUpDown.Size = new System.Drawing.Size(61, 20);
100      this.binsNumericUpDown.TabIndex = 1;
101      this.binsNumericUpDown.Value = new decimal(new int[] {
102            10,
103            0,
104            0,
105            0});
106      this.binsNumericUpDown.ValueChanged += new System.EventHandler(this.binsNumericUpDown_ValueChanged);
107      //
108      // label1
109      //
110      this.label1.AutoSize = true;
111      this.label1.Location = new System.Drawing.Point(3, 5);
112      this.label1.Name = "label1";
113      this.label1.Size = new System.Drawing.Size(82, 13);
114      this.label1.TabIndex = 2;
115      this.label1.Text = "Number of Bins:";
116      //
117      // exactCheckBox
118      //
119      this.exactCheckBox.AutoSize = true;
120      this.exactCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
121      this.exactCheckBox.Location = new System.Drawing.Point(291, 4);
122      this.exactCheckBox.Name = "exactCheckBox";
123      this.exactCheckBox.Size = new System.Drawing.Size(56, 17);
124      this.exactCheckBox.TabIndex = 3;
125      this.exactCheckBox.Text = "Exact:";
126      this.exactCheckBox.UseVisualStyleBackColor = true;
127      this.exactCheckBox.CheckedChanged += new System.EventHandler(this.exactCheckBox_CheckedChanged);
128      //
129      // label2
130      //
131      this.label2.AutoSize = true;
132      this.label2.Location = new System.Drawing.Point(158, 5);
133      this.label2.Name = "label2";
134      this.label2.Size = new System.Drawing.Size(60, 13);
135      this.label2.TabIndex = 5;
136      this.label2.Text = "Bandwidth:";
137      //
138      // bandwidthNumericUpDown
139      //
140      this.bandwidthNumericUpDown.DecimalPlaces = 2;
141      this.bandwidthNumericUpDown.Location = new System.Drawing.Point(224, 3);
142      this.bandwidthNumericUpDown.Maximum = new decimal(new int[] {
143            100000000,
144            0,
145            0,
146            0});
147      this.bandwidthNumericUpDown.Minimum = new decimal(new int[] {
148            1,
149            0,
150            0,
151            851968});
152      this.bandwidthNumericUpDown.Name = "bandwidthNumericUpDown";
153      this.bandwidthNumericUpDown.Size = new System.Drawing.Size(61, 20);
154      this.bandwidthNumericUpDown.TabIndex = 4;
155      this.bandwidthNumericUpDown.Value = new decimal(new int[] {
156            1,
157            0,
158            0,
159            0});
160      this.bandwidthNumericUpDown.ValueChanged += new System.EventHandler(this.bandwidthNumericUpDown_ValueChanged);
161      //
162      // noDataLabel
163      //
164      this.noDataLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
165      this.noDataLabel.AutoSize = true;
166      this.noDataLabel.Location = new System.Drawing.Point(163, 175);
167      this.noDataLabel.Name = "noDataLabel";
168      this.noDataLabel.Size = new System.Drawing.Size(139, 13);
169      this.noDataLabel.TabIndex = 22;
170      this.noDataLabel.Text = "No data could be displayed.";
171      //
172      // HistogramControl
173      //
174      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
175      this.Controls.Add(this.noDataLabel);
176      this.Controls.Add(this.label2);
177      this.Controls.Add(this.bandwidthNumericUpDown);
178      this.Controls.Add(this.exactCheckBox);
179      this.Controls.Add(this.label1);
180      this.Controls.Add(this.binsNumericUpDown);
181      this.Controls.Add(this.chart);
182      this.Name = "HistogramControl";
183      this.Size = new System.Drawing.Size(465, 363);
184      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
185      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).EndInit();
186      ((System.ComponentModel.ISupportInitialize)(this.bandwidthNumericUpDown)).EndInit();
187      this.ResumeLayout(false);
188      this.PerformLayout();
189
190    }
191
192    #endregion
193
194    private EnhancedChart chart;
195    private System.Windows.Forms.NumericUpDown binsNumericUpDown;
196    private System.Windows.Forms.Label label1;
197    private System.Windows.Forms.CheckBox exactCheckBox;
198    private System.Windows.Forms.Label label2;
199    private System.Windows.Forms.NumericUpDown bandwidthNumericUpDown;
200    private System.Windows.Forms.Label noDataLabel;
201  }
202}
Note: See TracBrowser for help on using the repository browser.