Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1776:

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.WrongClassifiedConfidenceLabel = new System.Windows.Forms.Label();
49      this.CorrectClassifiedConfidence = new System.Windows.Forms.TextBox();
50      this.WrongClassifiedConfidence = new System.Windows.Forms.TextBox();
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(230, 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(240, 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      // WrongClassifiedConfidenceLabel
85      //
86      this.WrongClassifiedConfidenceLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
87      this.WrongClassifiedConfidenceLabel.AutoSize = true;
88      this.WrongClassifiedConfidenceLabel.Location = new System.Drawing.Point(455, 7);
89      this.WrongClassifiedConfidenceLabel.Name = "WrongClassifiedConfidenceLabel";
90      this.WrongClassifiedConfidenceLabel.Size = new System.Drawing.Size(101, 13);
91      this.WrongClassifiedConfidenceLabel.TabIndex = 5;
92      this.WrongClassifiedConfidenceLabel.Text = "Conf. Wrong Class.:";
93      //
94      // CorrectClassifiedConfidence
95      //
96      this.CorrectClassifiedConfidence.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
97      this.CorrectClassifiedConfidence.Location = new System.Drawing.Point(349, 5);
98      this.CorrectClassifiedConfidence.Name = "CorrectClassifiedConfidence";
99      this.CorrectClassifiedConfidence.ReadOnly = true;
100      this.CorrectClassifiedConfidence.Size = new System.Drawing.Size(100, 20);
101      this.CorrectClassifiedConfidence.TabIndex = 7;
102      this.CorrectClassifiedConfidence.Text = "0.0";
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.Location = new System.Drawing.Point(562, 4);
108      this.WrongClassifiedConfidence.Name = "WrongClassifiedConfidence";
109      this.WrongClassifiedConfidence.ReadOnly = true;
110      this.WrongClassifiedConfidence.Size = new System.Drawing.Size(94, 20);
111      this.WrongClassifiedConfidence.TabIndex = 8;
112      this.WrongClassifiedConfidence.Text = "0.0";
113      //
114      // ClassificationEnsembleSolutionEstimatedClassValuesView
115      //
116      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
117      this.Controls.Add(this.WrongClassifiedConfidence);
118      this.Controls.Add(this.CorrectClassifiedConfidence);
119      this.Controls.Add(this.WrongClassifiedConfidenceLabel);
120      this.Controls.Add(this.CorrectClassifiedConfidenceLabel);
121      this.Controls.Add(this.SamplesComboBox);
122      this.Name = "ClassificationEnsembleSolutionEstimatedClassValuesView";
123      this.Size = new System.Drawing.Size(659, 285);
124      this.Controls.SetChildIndex(this.matrixView, 0);
125      this.Controls.SetChildIndex(this.SamplesComboBox, 0);
126      this.Controls.SetChildIndex(this.CorrectClassifiedConfidenceLabel, 0);
127      this.Controls.SetChildIndex(this.WrongClassifiedConfidenceLabel, 0);
128      this.Controls.SetChildIndex(this.CorrectClassifiedConfidence, 0);
129      this.Controls.SetChildIndex(this.WrongClassifiedConfidence, 0);
130      this.ResumeLayout(false);
131      this.PerformLayout();
132
133    }
134
135    #endregion
136
137    private System.Windows.Forms.ComboBox SamplesComboBox;
138    private System.Windows.Forms.Label CorrectClassifiedConfidenceLabel;
139    private System.Windows.Forms.Label WrongClassifiedConfidenceLabel;
140    private System.Windows.Forms.TextBox CorrectClassifiedConfidence;
141    private System.Windows.Forms.TextBox WrongClassifiedConfidence;
142
143  }
144}
Note: See TracBrowser for help on using the repository browser.