Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Core.Views/3.3/ScopeView.Designer.cs @ 3423

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

Added plugin templates for Problem.DataAnalysis and Problem.DataAnalysis.Regression. #938 (Data types and operators for regression problems),

File size: 6.3 KB
RevLine 
[2]1#region License Information
2/* HeuristicLab
[2790]3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[2]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
[2520]22namespace HeuristicLab.Core.Views {
[2]23  partial class ScopeView {
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) {
[2655]34      if (disposing) {
35        if (scopesTreeView.Nodes.Count > 0) {
36          RemoveTreeNode(scopesTreeView.Nodes[0]);
37        }
38        if (components != null) components.Dispose();
[2]39      }
40      base.Dispose(disposing);
41    }
42
43    #region Component Designer generated code
44
45    /// <summary>
46    /// Required method for Designer support - do not modify
47    /// the contents of this method with the code editor.
48    /// </summary>
49    private void InitializeComponent() {
50      this.scopesTreeView = new System.Windows.Forms.TreeView();
[2655]51      this.splitContainer = new System.Windows.Forms.SplitContainer();
52      this.scopesGroupBox = new System.Windows.Forms.GroupBox();
53      this.variableCollectionView = new HeuristicLab.Core.Views.VariableCollectionView();
54      this.splitContainer.Panel1.SuspendLayout();
55      this.splitContainer.Panel2.SuspendLayout();
56      this.splitContainer.SuspendLayout();
57      this.scopesGroupBox.SuspendLayout();
[2]58      this.SuspendLayout();
59      //
60      // scopesTreeView
61      //
[2676]62      this.scopesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
63                  | System.Windows.Forms.AnchorStyles.Left)
64                  | System.Windows.Forms.AnchorStyles.Right)));
[2]65      this.scopesTreeView.HideSelection = false;
[2676]66      this.scopesTreeView.Location = new System.Drawing.Point(6, 19);
[2]67      this.scopesTreeView.Name = "scopesTreeView";
68      this.scopesTreeView.ShowNodeToolTips = true;
[2676]69      this.scopesTreeView.Size = new System.Drawing.Size(382, 169);
[2]70      this.scopesTreeView.TabIndex = 0;
71      this.scopesTreeView.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.scopesTreeView_AfterCollapse);
72      this.scopesTreeView.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.scopesTreeView_BeforeExpand);
73      this.scopesTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.scopesTreeView_MouseDown);
74      this.scopesTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.scopesTreeView_ItemDrag);
75      //
[2655]76      // splitContainer
[2]77      //
[2655]78      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
79      this.splitContainer.Location = new System.Drawing.Point(0, 0);
80      this.splitContainer.Name = "splitContainer";
81      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
[2]82      //
[2655]83      // splitContainer.Panel1
[2]84      //
[2655]85      this.splitContainer.Panel1.Controls.Add(this.scopesGroupBox);
[2]86      //
[2655]87      // splitContainer.Panel2
[2]88      //
[2655]89      this.splitContainer.Panel2.Controls.Add(this.variableCollectionView);
90      this.splitContainer.Size = new System.Drawing.Size(400, 400);
91      this.splitContainer.SplitterDistance = 200;
92      this.splitContainer.TabIndex = 1;
[2]93      //
[2655]94      // scopesGroupBox
[2]95      //
[2676]96      this.scopesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
97                  | System.Windows.Forms.AnchorStyles.Left)
98                  | System.Windows.Forms.AnchorStyles.Right)));
[2655]99      this.scopesGroupBox.Controls.Add(this.scopesTreeView);
[2676]100      this.scopesGroupBox.Location = new System.Drawing.Point(3, 3);
[2655]101      this.scopesGroupBox.Name = "scopesGroupBox";
[2676]102      this.scopesGroupBox.Size = new System.Drawing.Size(394, 194);
[2655]103      this.scopesGroupBox.TabIndex = 0;
104      this.scopesGroupBox.TabStop = false;
[2924]105      this.scopesGroupBox.Text = "Scopes";
[2]106      //
[2655]107      // variableCollectionView
[2]108      //
[2676]109      this.variableCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
110                  | System.Windows.Forms.AnchorStyles.Left)
111                  | System.Windows.Forms.AnchorStyles.Right)));
[2655]112      this.variableCollectionView.Caption = "VariableCollection";
[2676]113      this.variableCollectionView.Location = new System.Drawing.Point(3, 3);
[2655]114      this.variableCollectionView.Name = "variableCollectionView";
[2676]115      this.variableCollectionView.Size = new System.Drawing.Size(394, 190);
[2655]116      this.variableCollectionView.TabIndex = 0;
[2]117      //
118      // ScopeView
119      //
120      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
121      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[2655]122      this.Controls.Add(this.splitContainer);
[2]123      this.Name = "ScopeView";
124      this.Size = new System.Drawing.Size(400, 400);
[2655]125      this.splitContainer.Panel1.ResumeLayout(false);
126      this.splitContainer.Panel2.ResumeLayout(false);
127      this.splitContainer.ResumeLayout(false);
128      this.scopesGroupBox.ResumeLayout(false);
[2]129      this.ResumeLayout(false);
130
131    }
132
133    #endregion
134
135    private System.Windows.Forms.TreeView scopesTreeView;
[2655]136    private System.Windows.Forms.SplitContainer splitContainer;
137    private System.Windows.Forms.GroupBox scopesGroupBox;
138    private VariableCollectionView variableCollectionView;
[2]139  }
140}
Note: See TracBrowser for help on using the repository browser.