Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/LinearRegressionModelView.Designer.cs @ 17074

Last change on this file since 17074 was 17074, checked in by abeham, 5 years ago

#2892: merged to stable

File size: 6.6 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2018 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
22namespace HeuristicLab.Algorithms.DataAnalysis.Views {
23  partial class LinearRegressionModelView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.parametersView = new HeuristicLab.Data.Views.StringConvertibleArrayView();
48      this.covarianceMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
49      this.parameterVectorLabel = new System.Windows.Forms.Label();
50      this.splitContainer = new System.Windows.Forms.SplitContainer();
51      this.covMatLabel = new System.Windows.Forms.Label();
52      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
53      this.splitContainer.Panel1.SuspendLayout();
54      this.splitContainer.Panel2.SuspendLayout();
55      this.splitContainer.SuspendLayout();
56      this.SuspendLayout();
57      //
58      // parametersView
59      //
60      this.parametersView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
61            | System.Windows.Forms.AnchorStyles.Left)
62            | System.Windows.Forms.AnchorStyles.Right)));
63      this.parametersView.Caption = "StringConvertibleArray View";
64      this.parametersView.Content = null;
65      this.parametersView.Location = new System.Drawing.Point(6, 19);
66      this.parametersView.Name = "parametersView";
67      this.parametersView.ReadOnly = true;
68      this.parametersView.Size = new System.Drawing.Size(136, 267);
69      this.parametersView.TabIndex = 0;
70      //
71      // covarianceMatrixView
72      //
73      this.covarianceMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
74            | System.Windows.Forms.AnchorStyles.Left)
75            | System.Windows.Forms.AnchorStyles.Right)));
76      this.covarianceMatrixView.Caption = "StringConvertibleMatrix View";
77      this.covarianceMatrixView.Content = null;
78      this.covarianceMatrixView.Location = new System.Drawing.Point(3, 19);
79      this.covarianceMatrixView.Name = "covarianceMatrixView";
80      this.covarianceMatrixView.ReadOnly = true;
81      this.covarianceMatrixView.ShowRowsAndColumnsTextBox = true;
82      this.covarianceMatrixView.ShowStatisticalInformation = true;
83      this.covarianceMatrixView.Size = new System.Drawing.Size(194, 267);
84      this.covarianceMatrixView.TabIndex = 1;
85      //
86      // parameterVectorLabel
87      //
88      this.parameterVectorLabel.AutoSize = true;
89      this.parameterVectorLabel.Location = new System.Drawing.Point(3, 0);
90      this.parameterVectorLabel.Margin = new System.Windows.Forms.Padding(3);
91      this.parameterVectorLabel.Name = "parameterVectorLabel";
92      this.parameterVectorLabel.Size = new System.Drawing.Size(63, 13);
93      this.parameterVectorLabel.TabIndex = 2;
94      this.parameterVectorLabel.Text = "Parameters:";
95      //
96      // splitContainer
97      //
98      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
99      this.splitContainer.Location = new System.Drawing.Point(0, 0);
100      this.splitContainer.Name = "splitContainer1";
101      //
102      // splitContainer.Panel1
103      //
104      this.splitContainer.Panel1.Controls.Add(this.parametersView);
105      this.splitContainer.Panel1.Controls.Add(this.parameterVectorLabel);
106      //
107      // splitContainer.Panel2
108      //
109      this.splitContainer.Panel2.Controls.Add(this.covMatLabel);
110      this.splitContainer.Panel2.Controls.Add(this.covarianceMatrixView);
111      this.splitContainer.Size = new System.Drawing.Size(349, 289);
112      this.splitContainer.SplitterDistance = 145;
113      this.splitContainer.TabIndex = 4;
114      //
115      // covMatLabel
116      //
117      this.covMatLabel.AutoSize = true;
118      this.covMatLabel.Location = new System.Drawing.Point(3, 0);
119      this.covMatLabel.Margin = new System.Windows.Forms.Padding(3);
120      this.covMatLabel.Name = "covMatLabel";
121      this.covMatLabel.Size = new System.Drawing.Size(94, 13);
122      this.covMatLabel.TabIndex = 3;
123      this.covMatLabel.Text = "Covariance matrix:";
124      //
125      // LinearRegressionModelView
126      //
127      this.AllowDrop = true;
128      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
129      this.Controls.Add(this.splitContainer);
130      this.Name = "LinearRegressionModelView";
131      this.Size = new System.Drawing.Size(349, 289);
132      this.splitContainer.Panel1.ResumeLayout(false);
133      this.splitContainer.Panel1.PerformLayout();
134      this.splitContainer.Panel2.ResumeLayout(false);
135      this.splitContainer.Panel2.PerformLayout();
136      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
137      this.splitContainer.ResumeLayout(false);
138      this.ResumeLayout(false);
139
140    }
141
142
143
144
145    #endregion
146
147    private Data.Views.StringConvertibleArrayView parametersView;
148    private Data.Views.StringConvertibleMatrixView covarianceMatrixView;
149    private System.Windows.Forms.Label parameterVectorLabel;
150    private System.Windows.Forms.SplitContainer splitContainer;
151    private System.Windows.Forms.Label covMatLabel;
152  }
153}
Note: See TracBrowser for help on using the repository browser.