Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs @ 8508

Last change on this file since 8508 was 8508, checked in by sforsten, 12 years ago

#1776: merged r7864:8507 trunk into branch

File size: 7.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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
21namespace HeuristicLab.Problems.DataAnalysis.Views {
22  partial class ClassificationEnsembleSolutionEstimatedClassValuesView {
23    /// <summary>
24    /// Required designer variable.
25    /// </summary>
26    private System.ComponentModel.IContainer components = null;
27
28    /// <summary>
29    /// Clean up any resources being used.
30    /// </summary>
31    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
32    protected override void Dispose(bool disposing) {
33      if (disposing && (components != null)) {
34        components.Dispose();
35      }
36      base.Dispose(disposing);
37    }
38
39    #region Component Designer generated code
40
41    /// <summary>
42    /// Required method for Designer support - do not modify
43    /// the contents of this method with the code editor.
44    /// </summary>
45    private void InitializeComponent() {
46      this.SamplesComboBox = new System.Windows.Forms.ComboBox();
47      this.CorrectClassifiedConfidenceLabel = new System.Windows.Forms.Label();
48      this.CorrectClassifiedConfidence = new System.Windows.Forms.Label();
49      this.WrongClassifiedConfidenceLabel = new System.Windows.Forms.Label();
50      this.WrongClassifiedConfidence = new System.Windows.Forms.Label();
51      this.SuspendLayout();
52      //
53      // matrixView
54      //
55      this.matrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
56                  | System.Windows.Forms.AnchorStyles.Left)
57                  | System.Windows.Forms.AnchorStyles.Right)));
58      this.matrixView.Dock = System.Windows.Forms.DockStyle.None;
59      this.matrixView.Location = new System.Drawing.Point(3, 31);
60      this.matrixView.Size = new System.Drawing.Size(653, 251);
61      //
62      // SamplesComboBox
63      //
64      this.SamplesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
65                  | System.Windows.Forms.AnchorStyles.Right)));
66      this.SamplesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
67      this.SamplesComboBox.FormattingEnabled = true;
68      this.SamplesComboBox.Location = new System.Drawing.Point(4, 4);
69      this.SamplesComboBox.Name = "SamplesComboBox";
70      this.SamplesComboBox.Size = new System.Drawing.Size(309, 21);
71      this.SamplesComboBox.TabIndex = 2;
72      this.SamplesComboBox.SelectedIndexChanged += new System.EventHandler(this.SamplesComboBox_SelectedIndexChanged);
73      //
74      // CorrectClassifiedConfidenceLabel
75      //
76      this.CorrectClassifiedConfidenceLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
77      this.CorrectClassifiedConfidenceLabel.AutoSize = true;
78      this.CorrectClassifiedConfidenceLabel.Location = new System.Drawing.Point(319, 7);
79      this.CorrectClassifiedConfidenceLabel.Name = "CorrectClassifiedConfidenceLabel";
80      this.CorrectClassifiedConfidenceLabel.Size = new System.Drawing.Size(103, 13);
81      this.CorrectClassifiedConfidenceLabel.TabIndex = 3;
82      this.CorrectClassifiedConfidenceLabel.Text = "Conf. Correct Class.:";
83      //
84      // CorrectClassifiedConfidence
85      //
86      this.CorrectClassifiedConfidence.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
87      this.CorrectClassifiedConfidence.AutoSize = true;
88      this.CorrectClassifiedConfidence.Location = new System.Drawing.Point(428, 7);
89      this.CorrectClassifiedConfidence.Name = "CorrectClassifiedConfidence";
90      this.CorrectClassifiedConfidence.Size = new System.Drawing.Size(22, 13);
91      this.CorrectClassifiedConfidence.TabIndex = 4;
92      this.CorrectClassifiedConfidence.Text = "0.0";
93      //
94      // WrongClassifiedConfidenceLabel
95      //
96      this.WrongClassifiedConfidenceLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
97      this.WrongClassifiedConfidenceLabel.AutoSize = true;
98      this.WrongClassifiedConfidenceLabel.Location = new System.Drawing.Point(481, 7);
99      this.WrongClassifiedConfidenceLabel.Name = "WrongClassifiedConfidenceLabel";
100      this.WrongClassifiedConfidenceLabel.Size = new System.Drawing.Size(101, 13);
101      this.WrongClassifiedConfidenceLabel.TabIndex = 5;
102      this.WrongClassifiedConfidenceLabel.Text = "Conf. Wrong Class.:";
103      //
104      // WrongClassifiedConfidence
105      //
106      this.WrongClassifiedConfidence.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
107      this.WrongClassifiedConfidence.AutoSize = true;
108      this.WrongClassifiedConfidence.Location = new System.Drawing.Point(588, 7);
109      this.WrongClassifiedConfidence.Name = "WrongClassifiedConfidence";
110      this.WrongClassifiedConfidence.Size = new System.Drawing.Size(22, 13);
111      this.WrongClassifiedConfidence.TabIndex = 6;
112      this.WrongClassifiedConfidence.Text = "0.0";
113      //
114      // ClassificationEnsembleSolutionEstimatedClassValuesView
115      //
116      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
117      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
118      this.Controls.Add(this.WrongClassifiedConfidence);
119      this.Controls.Add(this.WrongClassifiedConfidenceLabel);
120      this.Controls.Add(this.CorrectClassifiedConfidence);
121      this.Controls.Add(this.CorrectClassifiedConfidenceLabel);
122      this.Controls.Add(this.SamplesComboBox);
123      this.Name = "ClassificationEnsembleSolutionEstimatedClassValuesView";
124      this.Size = new System.Drawing.Size(659, 285);
125      this.Controls.SetChildIndex(this.matrixView, 0);
126      this.Controls.SetChildIndex(this.SamplesComboBox, 0);
127      this.Controls.SetChildIndex(this.CorrectClassifiedConfidenceLabel, 0);
128      this.Controls.SetChildIndex(this.CorrectClassifiedConfidence, 0);
129      this.Controls.SetChildIndex(this.WrongClassifiedConfidenceLabel, 0);
130      this.Controls.SetChildIndex(this.WrongClassifiedConfidence, 0);
131      this.ResumeLayout(false);
132      this.PerformLayout();
133
134    }
135
136    #endregion
137
138    private System.Windows.Forms.ComboBox SamplesComboBox;
139    private System.Windows.Forms.Label CorrectClassifiedConfidenceLabel;
140    private System.Windows.Forms.Label CorrectClassifiedConfidence;
141    private System.Windows.Forms.Label WrongClassifiedConfidenceLabel;
142    private System.Windows.Forms.Label WrongClassifiedConfidence;
143
144  }
145}
Note: See TracBrowser for help on using the repository browser.