Changeset 8101 for branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs
- Timestamp:
- 06/25/12 13:11:18 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs
r7259 r8101 45 45 private void InitializeComponent() { 46 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(); 47 51 this.SuspendLayout(); 48 52 // 49 53 // matrixView 50 54 // 51 this.matrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 52 | System.Windows.Forms.AnchorStyles.Left)53 | System.Windows.Forms.AnchorStyles.Right)));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))); 54 58 this.matrixView.Dock = System.Windows.Forms.DockStyle.None; 55 59 this.matrixView.Location = new System.Drawing.Point(3, 31); 56 this.matrixView.Size = new System.Drawing.Size( 304, 251);60 this.matrixView.Size = new System.Drawing.Size(653, 251); 57 61 // 58 62 // SamplesComboBox 59 63 // 60 this.SamplesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 61 | System.Windows.Forms.AnchorStyles.Right)));64 this.SamplesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 65 | System.Windows.Forms.AnchorStyles.Right))); 62 66 this.SamplesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 63 67 this.SamplesComboBox.FormattingEnabled = true; 64 68 this.SamplesComboBox.Location = new System.Drawing.Point(4, 4); 65 69 this.SamplesComboBox.Name = "SamplesComboBox"; 66 this.SamplesComboBox.Size = new System.Drawing.Size(30 3, 21);70 this.SamplesComboBox.Size = new System.Drawing.Size(309, 21); 67 71 this.SamplesComboBox.TabIndex = 2; 68 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"; 69 113 // 70 114 // ClassificationEnsembleSolutionEstimatedClassValuesView … … 72 116 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 73 117 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 118 this.Controls.Add(this.WrongClassifiedConfidence); 119 this.Controls.Add(this.WrongClassifiedConfidenceLabel); 120 this.Controls.Add(this.CorrectClassifiedConfidence); 121 this.Controls.Add(this.CorrectClassifiedConfidenceLabel); 74 122 this.Controls.Add(this.SamplesComboBox); 75 123 this.Name = "ClassificationEnsembleSolutionEstimatedClassValuesView"; 124 this.Size = new System.Drawing.Size(659, 285); 76 125 this.Controls.SetChildIndex(this.matrixView, 0); 77 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); 78 131 this.ResumeLayout(false); 132 this.PerformLayout(); 79 133 80 134 } … … 83 137 84 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; 85 143 86 144 }
Note: See TracChangeset
for help on using the changeset viewer.