Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/SupportVectorRegressionSolutionView.Designer.cs @ 3858

Last change on this file since 3858 was 3858, checked in by mkommend, 14 years ago

added calculation and view for support vectors (ticket #1009)

File size: 8.0 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
21namespace HeuristicLab.Problems.DataAnalysis.Views {
22  partial class SupportVectorRegressionSolutionView {
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.modelTabControl = new System.Windows.Forms.TabControl();
47      this.modelTabPage = new System.Windows.Forms.TabPage();
48      this.modelPanel = new HeuristicLab.MainForm.WindowsForms.ViewHost();
49      this.dataTabPage = new System.Windows.Forms.TabPage();
50      this.dataPanel = new HeuristicLab.MainForm.WindowsForms.ViewHost();
51      this.supportVectorTabControl = new System.Windows.Forms.TabPage();
52      this.supportVectorViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
53      this.modelTabControl.SuspendLayout();
54      this.modelTabPage.SuspendLayout();
55      this.dataTabPage.SuspendLayout();
56      this.supportVectorTabControl.SuspendLayout();
57      this.SuspendLayout();
58      //
59      // modelTabControl
60      //
61      this.modelTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
62                  | System.Windows.Forms.AnchorStyles.Left)
63                  | System.Windows.Forms.AnchorStyles.Right)));
64      this.modelTabControl.Controls.Add(this.modelTabPage);
65      this.modelTabControl.Controls.Add(this.dataTabPage);
66      this.modelTabControl.Controls.Add(this.supportVectorTabControl);
67      this.modelTabControl.Location = new System.Drawing.Point(3, 3);
68      this.modelTabControl.Name = "modelTabControl";
69      this.modelTabControl.SelectedIndex = 0;
70      this.modelTabControl.Size = new System.Drawing.Size(247, 245);
71      this.modelTabControl.TabIndex = 0;
72      //
73      // modelTabPage
74      //
75      this.modelTabPage.Controls.Add(this.modelPanel);
76      this.modelTabPage.Location = new System.Drawing.Point(4, 22);
77      this.modelTabPage.Name = "modelTabPage";
78      this.modelTabPage.Padding = new System.Windows.Forms.Padding(3);
79      this.modelTabPage.Size = new System.Drawing.Size(239, 219);
80      this.modelTabPage.TabIndex = 0;
81      this.modelTabPage.Text = "Model";
82      this.modelTabPage.UseVisualStyleBackColor = true;
83      //
84      // modelPanel
85      //
86      this.modelPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
87                  | System.Windows.Forms.AnchorStyles.Left)
88                  | System.Windows.Forms.AnchorStyles.Right)));
89      this.modelPanel.Caption = "View";
90      this.modelPanel.Content = null;
91      this.modelPanel.Location = new System.Drawing.Point(6, 6);
92      this.modelPanel.Name = "modelPanel";
93      this.modelPanel.ReadOnly = false;
94      this.modelPanel.Size = new System.Drawing.Size(227, 207);
95      this.modelPanel.TabIndex = 0;
96      this.modelPanel.ViewType = null;
97      //
98      // dataTabPage
99      //
100      this.dataTabPage.Controls.Add(this.dataPanel);
101      this.dataTabPage.Location = new System.Drawing.Point(4, 22);
102      this.dataTabPage.Name = "dataTabPage";
103      this.dataTabPage.Padding = new System.Windows.Forms.Padding(3);
104      this.dataTabPage.Size = new System.Drawing.Size(239, 219);
105      this.dataTabPage.TabIndex = 1;
106      this.dataTabPage.Text = "Data";
107      this.dataTabPage.UseVisualStyleBackColor = true;
108      //
109      // dataPanel
110      //
111      this.dataPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
112                  | System.Windows.Forms.AnchorStyles.Left)
113                  | System.Windows.Forms.AnchorStyles.Right)));
114      this.dataPanel.Caption = "View";
115      this.dataPanel.Content = null;
116      this.dataPanel.Location = new System.Drawing.Point(6, 6);
117      this.dataPanel.Name = "dataPanel";
118      this.dataPanel.ReadOnly = false;
119      this.dataPanel.Size = new System.Drawing.Size(227, 207);
120      this.dataPanel.TabIndex = 0;
121      this.dataPanel.ViewType = null;
122      //
123      // supportVectorTabControl
124      //
125      this.supportVectorTabControl.Controls.Add(this.supportVectorViewHost);
126      this.supportVectorTabControl.Location = new System.Drawing.Point(4, 22);
127      this.supportVectorTabControl.Name = "supportVectorTabControl";
128      this.supportVectorTabControl.Padding = new System.Windows.Forms.Padding(3);
129      this.supportVectorTabControl.Size = new System.Drawing.Size(239, 219);
130      this.supportVectorTabControl.TabIndex = 2;
131      this.supportVectorTabControl.Text = "Support vectors";
132      this.supportVectorTabControl.UseVisualStyleBackColor = true;
133      //
134      // supportVectorViewHost
135      //
136      this.supportVectorViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
137                  | System.Windows.Forms.AnchorStyles.Left)
138                  | System.Windows.Forms.AnchorStyles.Right)));
139      this.supportVectorViewHost.Caption = "SupportVectors";
140      this.supportVectorViewHost.Content = null;
141      this.supportVectorViewHost.Location = new System.Drawing.Point(6, 6);
142      this.supportVectorViewHost.Name = "supportVectorViewHost";
143      this.supportVectorViewHost.ReadOnly = false;
144      this.supportVectorViewHost.Size = new System.Drawing.Size(227, 207);
145      this.supportVectorViewHost.TabIndex = 1;
146      this.supportVectorViewHost.ViewType = null;
147      //
148      // SupportVectorRegressionSolutionView
149      //
150      this.AllowDrop = true;
151      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
152      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
153      this.Controls.Add(this.modelTabControl);
154      this.Name = "SupportVectorRegressionSolutionView";
155      this.Size = new System.Drawing.Size(253, 251);
156      this.modelTabControl.ResumeLayout(false);
157      this.modelTabPage.ResumeLayout(false);
158      this.dataTabPage.ResumeLayout(false);
159      this.supportVectorTabControl.ResumeLayout(false);
160      this.ResumeLayout(false);
161
162    }
163
164    #endregion
165
166    private System.Windows.Forms.TabControl modelTabControl;
167    private System.Windows.Forms.TabPage modelTabPage;
168    private HeuristicLab.MainForm.WindowsForms.ViewHost modelPanel;
169    private System.Windows.Forms.TabPage dataTabPage;
170    private HeuristicLab.MainForm.WindowsForms.ViewHost dataPanel;
171    private System.Windows.Forms.TabPage supportVectorTabControl;
172    private HeuristicLab.MainForm.WindowsForms.ViewHost supportVectorViewHost;
173
174
175  }
176}
Note: See TracBrowser for help on using the repository browser.