Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/RegressionProblemDataView.Designer.cs @ 3294

Last change on this file since 3294 was 3294, checked in by gkronber, 14 years ago

Added first version of architecture altering operators for ADFs. #290 (Implement ADFs)

File size: 6.4 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
21
22namespace HeuristicLab.Problems.DataAnalysis.Regression {
23  partial class RegressionProblemDataView {
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) {
35        if (openFileDialog != null) openFileDialog.Dispose();
36        if (components != null) components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.importButton = new System.Windows.Forms.Button();
49      this.tabControl = new System.Windows.Forms.TabControl();
50      this.parametersTabPage = new System.Windows.Forms.TabPage();
51      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
52      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
53      this.tabControl.SuspendLayout();
54      this.parametersTabPage.SuspendLayout();
55      this.SuspendLayout();
56      //
57      // nameTextBox
58      //
59      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
60      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
61      this.nameTextBox.Size = new System.Drawing.Size(457, 20);
62      //
63      // descriptionTextBox
64      //
65      this.descriptionTextBox.Size = new System.Drawing.Size(457, 20);
66      //
67      // importButton
68      //
69      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
70                  | System.Windows.Forms.AnchorStyles.Right)));
71      this.importButton.Location = new System.Drawing.Point(0, 399);
72      this.importButton.Name = "importButton";
73      this.importButton.Size = new System.Drawing.Size(529, 23);
74      this.importButton.TabIndex = 5;
75      this.importButton.Text = "&Import from CSV file";
76      this.importButton.UseVisualStyleBackColor = true;
77      this.importButton.Click += new System.EventHandler(this.importButton_Click);
78      //
79      // tabControl
80      //
81      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
82                  | System.Windows.Forms.AnchorStyles.Left)
83                  | System.Windows.Forms.AnchorStyles.Right)));
84      this.tabControl.Controls.Add(this.parametersTabPage);
85      this.tabControl.Location = new System.Drawing.Point(0, 52);
86      this.tabControl.Name = "tabControl";
87      this.tabControl.SelectedIndex = 0;
88      this.tabControl.Size = new System.Drawing.Size(529, 341);
89      this.tabControl.TabIndex = 4;
90      //
91      // parametersTabPage
92      //
93      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
94      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
95      this.parametersTabPage.Name = "parametersTabPage";
96      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
97      this.parametersTabPage.Size = new System.Drawing.Size(521, 315);
98      this.parametersTabPage.TabIndex = 0;
99      this.parametersTabPage.Text = "Parameters";
100      this.parametersTabPage.UseVisualStyleBackColor = true;
101      //
102      // parameterCollectionView
103      //
104      this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
105                  | System.Windows.Forms.AnchorStyles.Left)
106                  | System.Windows.Forms.AnchorStyles.Right)));
107      this.parameterCollectionView.Caption = "ParameterCollection";
108      this.parameterCollectionView.Content = null;
109      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
110      this.parameterCollectionView.Name = "parameterCollectionView";
111      this.parameterCollectionView.Size = new System.Drawing.Size(509, 303);
112      this.parameterCollectionView.TabIndex = 0;
113      //
114      // RegressionProblemView
115      //
116      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
117      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
118      this.Controls.Add(this.tabControl);
119      this.Controls.Add(this.importButton);
120      this.Name = "RegressionProblemView";
121      this.Size = new System.Drawing.Size(529, 422);
122      this.Controls.SetChildIndex(this.importButton, 0);
123      this.Controls.SetChildIndex(this.tabControl, 0);
124      this.Controls.SetChildIndex(this.nameLabel, 0);
125      this.Controls.SetChildIndex(this.descriptionLabel, 0);
126      this.Controls.SetChildIndex(this.nameTextBox, 0);
127      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
128      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
129      this.tabControl.ResumeLayout(false);
130      this.parametersTabPage.ResumeLayout(false);
131      this.ResumeLayout(false);
132      this.PerformLayout();
133
134    }
135
136    #endregion
137
138    private System.Windows.Forms.Button importButton;
139    private System.Windows.Forms.TabControl tabControl;
140    private System.Windows.Forms.TabPage parametersTabPage;
141    private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
142
143  }
144}
Note: See TracBrowser for help on using the repository browser.