[2] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[14185] | 3 | * Copyright (C) 2002-2016 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] | 22 | namespace 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 | #region Component Designer generated code
|
---|
| 30 |
|
---|
| 31 | /// <summary>
|
---|
| 32 | /// Required method for Designer support - do not modify
|
---|
| 33 | /// the contents of this method with the code editor.
|
---|
| 34 | /// </summary>
|
---|
| 35 | private void InitializeComponent() {
|
---|
| 36 | this.scopesTreeView = new System.Windows.Forms.TreeView();
|
---|
[2655] | 37 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
| 38 | this.scopesGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 39 | this.variableCollectionView = new HeuristicLab.Core.Views.VariableCollectionView();
|
---|
| 40 | this.splitContainer.Panel1.SuspendLayout();
|
---|
| 41 | this.splitContainer.Panel2.SuspendLayout();
|
---|
| 42 | this.splitContainer.SuspendLayout();
|
---|
| 43 | this.scopesGroupBox.SuspendLayout();
|
---|
[2] | 44 | this.SuspendLayout();
|
---|
| 45 | //
|
---|
| 46 | // scopesTreeView
|
---|
| 47 | //
|
---|
[2676] | 48 | this.scopesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 49 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 50 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[2] | 51 | this.scopesTreeView.HideSelection = false;
|
---|
[2676] | 52 | this.scopesTreeView.Location = new System.Drawing.Point(6, 19);
|
---|
[2] | 53 | this.scopesTreeView.Name = "scopesTreeView";
|
---|
| 54 | this.scopesTreeView.ShowNodeToolTips = true;
|
---|
[2676] | 55 | this.scopesTreeView.Size = new System.Drawing.Size(382, 169);
|
---|
[2] | 56 | this.scopesTreeView.TabIndex = 0;
|
---|
| 57 | this.scopesTreeView.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.scopesTreeView_AfterCollapse);
|
---|
| 58 | this.scopesTreeView.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.scopesTreeView_BeforeExpand);
|
---|
[3528] | 59 | this.scopesTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.scopesTreeView_AfterSelect);
|
---|
[2] | 60 | this.scopesTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.scopesTreeView_MouseDown);
|
---|
| 61 | this.scopesTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.scopesTreeView_ItemDrag);
|
---|
| 62 | //
|
---|
[2655] | 63 | // splitContainer
|
---|
[2] | 64 | //
|
---|
[2655] | 65 | this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 66 | this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
| 67 | this.splitContainer.Name = "splitContainer";
|
---|
| 68 | this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
[2] | 69 | //
|
---|
[2655] | 70 | // splitContainer.Panel1
|
---|
[2] | 71 | //
|
---|
[2655] | 72 | this.splitContainer.Panel1.Controls.Add(this.scopesGroupBox);
|
---|
[2] | 73 | //
|
---|
[2655] | 74 | // splitContainer.Panel2
|
---|
[2] | 75 | //
|
---|
[2655] | 76 | this.splitContainer.Panel2.Controls.Add(this.variableCollectionView);
|
---|
| 77 | this.splitContainer.Size = new System.Drawing.Size(400, 400);
|
---|
| 78 | this.splitContainer.SplitterDistance = 200;
|
---|
| 79 | this.splitContainer.TabIndex = 1;
|
---|
[2] | 80 | //
|
---|
[2655] | 81 | // scopesGroupBox
|
---|
[2] | 82 | //
|
---|
[2676] | 83 | this.scopesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 84 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 85 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[2655] | 86 | this.scopesGroupBox.Controls.Add(this.scopesTreeView);
|
---|
[2676] | 87 | this.scopesGroupBox.Location = new System.Drawing.Point(3, 3);
|
---|
[2655] | 88 | this.scopesGroupBox.Name = "scopesGroupBox";
|
---|
[2676] | 89 | this.scopesGroupBox.Size = new System.Drawing.Size(394, 194);
|
---|
[2655] | 90 | this.scopesGroupBox.TabIndex = 0;
|
---|
| 91 | this.scopesGroupBox.TabStop = false;
|
---|
[2924] | 92 | this.scopesGroupBox.Text = "Scopes";
|
---|
[2] | 93 | //
|
---|
[2655] | 94 | // variableCollectionView
|
---|
[2] | 95 | //
|
---|
[2676] | 96 | this.variableCollectionView.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)));
|
---|
[3528] | 99 | this.variableCollectionView.Content = null;
|
---|
[2676] | 100 | this.variableCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
[2655] | 101 | this.variableCollectionView.Name = "variableCollectionView";
|
---|
[3528] | 102 | this.variableCollectionView.ReadOnly = false;
|
---|
[2676] | 103 | this.variableCollectionView.Size = new System.Drawing.Size(394, 190);
|
---|
[2655] | 104 | this.variableCollectionView.TabIndex = 0;
|
---|
[2] | 105 | //
|
---|
| 106 | // ScopeView
|
---|
| 107 | //
|
---|
| 108 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 109 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[2655] | 110 | this.Controls.Add(this.splitContainer);
|
---|
[2] | 111 | this.Name = "ScopeView";
|
---|
| 112 | this.Size = new System.Drawing.Size(400, 400);
|
---|
[2655] | 113 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
| 114 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
| 115 | this.splitContainer.ResumeLayout(false);
|
---|
| 116 | this.scopesGroupBox.ResumeLayout(false);
|
---|
[2] | 117 | this.ResumeLayout(false);
|
---|
| 118 |
|
---|
| 119 | }
|
---|
| 120 |
|
---|
| 121 | #endregion
|
---|
| 122 |
|
---|
| 123 | private System.Windows.Forms.TreeView scopesTreeView;
|
---|
[2655] | 124 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
| 125 | private System.Windows.Forms.GroupBox scopesGroupBox;
|
---|
| 126 | private VariableCollectionView variableCollectionView;
|
---|
[2] | 127 | }
|
---|
| 128 | }
|
---|