Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DebugEngine/3.3/OperationContentView.Designer.cs @ 6120

Last change on this file since 6120 was 5445, checked in by swagner, 14 years ago

Updated year of copyrights (#1406)

File size: 12.4 KB
RevLine 
[4998]1#region License Information
2/* HeuristicLab
[5445]3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[4998]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.DebugEngine {
[4876]23  partial class OperationContentView {
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.components = new System.ComponentModel.Container();
48      this.groupBox = new System.Windows.Forms.GroupBox();
49      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
[4903]50      this.executionContextGroupBox = new System.Windows.Forms.GroupBox();
51      this.executionContextTreeView = new System.Windows.Forms.TreeView();
[5116]52      this.executionContextConextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
53      this.showValueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
[4993]54      this.executionContextImageList = new System.Windows.Forms.ImageList(this.components);
[4903]55      this.scopeGroupBox = new System.Windows.Forms.GroupBox();
[4876]56      this.scopeTreeView = new System.Windows.Forms.TreeView();
[4993]57      this.scopeImageList = new System.Windows.Forms.ImageList(this.components);
[4876]58      this.nameTextBox = new System.Windows.Forms.TextBox();
[5003]59      this.parametersImageList = new System.Windows.Forms.ImageList(this.components);
[5146]60      this.iconBox = new System.Windows.Forms.PictureBox();
[4876]61      this.groupBox.SuspendLayout();
62      this.splitContainer1.Panel1.SuspendLayout();
63      this.splitContainer1.Panel2.SuspendLayout();
64      this.splitContainer1.SuspendLayout();
[4903]65      this.executionContextGroupBox.SuspendLayout();
[5116]66      this.executionContextConextMenu.SuspendLayout();
[4876]67      this.scopeGroupBox.SuspendLayout();
[5146]68      ((System.ComponentModel.ISupportInitialize)(this.iconBox)).BeginInit();
[4876]69      this.SuspendLayout();
70      //
71      // groupBox
72      //
[5146]73      this.groupBox.Controls.Add(this.iconBox);
[4876]74      this.groupBox.Controls.Add(this.splitContainer1);
75      this.groupBox.Controls.Add(this.nameTextBox);
76      this.groupBox.Dock = System.Windows.Forms.DockStyle.Fill;
77      this.groupBox.Location = new System.Drawing.Point(0, 0);
78      this.groupBox.Name = "groupBox";
79      this.groupBox.Size = new System.Drawing.Size(563, 412);
80      this.groupBox.TabIndex = 0;
81      this.groupBox.TabStop = false;
82      this.groupBox.Text = "Operation";
83      //
84      // splitContainer1
85      //
[5003]86      this.splitContainer1.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)));
[4876]89      this.splitContainer1.Location = new System.Drawing.Point(6, 45);
90      this.splitContainer1.Name = "splitContainer1";
91      //
92      // splitContainer1.Panel1
93      //
[5003]94      this.splitContainer1.Panel1.Controls.Add(this.executionContextGroupBox);
[4876]95      //
96      // splitContainer1.Panel2
97      //
98      this.splitContainer1.Panel2.Controls.Add(this.scopeGroupBox);
99      this.splitContainer1.Size = new System.Drawing.Size(551, 361);
100      this.splitContainer1.SplitterDistance = 242;
101      this.splitContainer1.TabIndex = 4;
102      //
[4903]103      // executionContextGroupBox
104      //
105      this.executionContextGroupBox.Controls.Add(this.executionContextTreeView);
106      this.executionContextGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
107      this.executionContextGroupBox.Location = new System.Drawing.Point(0, 0);
108      this.executionContextGroupBox.Name = "executionContextGroupBox";
[5003]109      this.executionContextGroupBox.Size = new System.Drawing.Size(242, 361);
[4903]110      this.executionContextGroupBox.TabIndex = 0;
111      this.executionContextGroupBox.TabStop = false;
112      this.executionContextGroupBox.Text = "Execution Context";
113      //
114      // executionContextTreeView
115      //
[5116]116      this.executionContextTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
117            | System.Windows.Forms.AnchorStyles.Left)
118            | System.Windows.Forms.AnchorStyles.Right)));
[5003]119      this.executionContextTreeView.ContextMenuStrip = this.executionContextConextMenu;
[4909]120      this.executionContextTreeView.ImageIndex = 0;
121      this.executionContextTreeView.ImageList = this.executionContextImageList;
[5116]122      this.executionContextTreeView.Location = new System.Drawing.Point(6, 19);
[4903]123      this.executionContextTreeView.Name = "executionContextTreeView";
[4909]124      this.executionContextTreeView.SelectedImageIndex = 0;
125      this.executionContextTreeView.ShowNodeToolTips = true;
[5116]126      this.executionContextTreeView.Size = new System.Drawing.Size(230, 336);
[4903]127      this.executionContextTreeView.TabIndex = 0;
128      this.executionContextTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.executionContextTreeView_NodeMouseClick);
129      this.executionContextTreeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.executionContextTreeView_NodeMouseDoubleClick);
[5116]130      this.executionContextTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.executionContextTreeView_MouseDown);
[4903]131      //
[5116]132      // executionContextConextMenu
133      //
134      this.executionContextConextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
135            this.showValueToolStripMenuItem});
136      this.executionContextConextMenu.Name = "executionContextConextMenu";
137      this.executionContextConextMenu.Size = new System.Drawing.Size(173, 26);
138      this.executionContextConextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.executionContextConextMenu_Opening);
139      //
140      // showValueToolStripMenuItem
141      //
142      this.showValueToolStripMenuItem.Name = "showValueToolStripMenuItem";
143      this.showValueToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
144      this.showValueToolStripMenuItem.Text = "Show Actual Value";
145      this.showValueToolStripMenuItem.ToolTipText = "Try to obtain the parameter\'s actual value in the current execution context and o" +
146    "pen it in a new view.";
147      this.showValueToolStripMenuItem.Click += new System.EventHandler(this.ShowValue_Click);
148      //
[4993]149      // executionContextImageList
150      //
151      this.executionContextImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
152      this.executionContextImageList.ImageSize = new System.Drawing.Size(16, 16);
153      this.executionContextImageList.TransparentColor = System.Drawing.Color.Transparent;
154      //
[4903]155      // scopeGroupBox
156      //
157      this.scopeGroupBox.Controls.Add(this.scopeTreeView);
158      this.scopeGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
159      this.scopeGroupBox.Location = new System.Drawing.Point(0, 0);
160      this.scopeGroupBox.Name = "scopeGroupBox";
161      this.scopeGroupBox.Size = new System.Drawing.Size(305, 361);
162      this.scopeGroupBox.TabIndex = 1;
163      this.scopeGroupBox.TabStop = false;
164      this.scopeGroupBox.Text = "Scope";
165      //
[4876]166      // scopeTreeView
167      //
[5116]168      this.scopeTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
169            | System.Windows.Forms.AnchorStyles.Left)
170            | System.Windows.Forms.AnchorStyles.Right)));
[4909]171      this.scopeTreeView.ImageIndex = 0;
172      this.scopeTreeView.ImageList = this.scopeImageList;
[5116]173      this.scopeTreeView.Location = new System.Drawing.Point(6, 19);
[4876]174      this.scopeTreeView.Name = "scopeTreeView";
[4909]175      this.scopeTreeView.SelectedImageIndex = 0;
176      this.scopeTreeView.ShowNodeToolTips = true;
[5116]177      this.scopeTreeView.Size = new System.Drawing.Size(293, 336);
[4876]178      this.scopeTreeView.TabIndex = 0;
[4909]179      this.scopeTreeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.scopeTreeView_NodeMouseDoubleClick);
[4876]180      //
[4993]181      // scopeImageList
182      //
183      this.scopeImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
184      this.scopeImageList.ImageSize = new System.Drawing.Size(16, 16);
185      this.scopeImageList.TransparentColor = System.Drawing.Color.Transparent;
186      //
[4876]187      // nameTextBox
188      //
[5003]189      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
190            | System.Windows.Forms.AnchorStyles.Right)));
[4903]191      this.nameTextBox.Cursor = System.Windows.Forms.Cursors.Default;
[5146]192      this.nameTextBox.Location = new System.Drawing.Point(32, 19);
[4876]193      this.nameTextBox.Name = "nameTextBox";
194      this.nameTextBox.ReadOnly = true;
[5146]195      this.nameTextBox.Size = new System.Drawing.Size(525, 20);
[4876]196      this.nameTextBox.TabIndex = 3;
[4903]197      this.nameTextBox.DoubleClick += new System.EventHandler(this.nameTextBox_DoubleClick);
[4876]198      //
[5003]199      // parametersImageList
200      //
201      this.parametersImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
202      this.parametersImageList.ImageSize = new System.Drawing.Size(16, 16);
203      this.parametersImageList.TransparentColor = System.Drawing.Color.Transparent;
204      //
[5146]205      // iconBox
206      //
207      this.iconBox.Location = new System.Drawing.Point(6, 19);
208      this.iconBox.Name = "iconBox";
209      this.iconBox.Size = new System.Drawing.Size(20, 20);
210      this.iconBox.TabIndex = 5;
211      this.iconBox.TabStop = false;
212      //
[4876]213      // OperationContentView
214      //
215      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
216      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
217      this.Controls.Add(this.groupBox);
218      this.Name = "OperationContentView";
219      this.Size = new System.Drawing.Size(563, 412);
220      this.groupBox.ResumeLayout(false);
221      this.groupBox.PerformLayout();
222      this.splitContainer1.Panel1.ResumeLayout(false);
223      this.splitContainer1.Panel2.ResumeLayout(false);
224      this.splitContainer1.ResumeLayout(false);
[4903]225      this.executionContextGroupBox.ResumeLayout(false);
[5116]226      this.executionContextConextMenu.ResumeLayout(false);
[4876]227      this.scopeGroupBox.ResumeLayout(false);
[5146]228      ((System.ComponentModel.ISupportInitialize)(this.iconBox)).EndInit();
[4876]229      this.ResumeLayout(false);
230
231    }
232
233    #endregion
234
235    private System.Windows.Forms.GroupBox groupBox;
236    private System.Windows.Forms.TextBox nameTextBox;
237    private System.Windows.Forms.SplitContainer splitContainer1;
238    private System.Windows.Forms.TreeView scopeTreeView;
239    private System.Windows.Forms.GroupBox scopeGroupBox;
[4909]240    private System.Windows.Forms.ImageList executionContextImageList;
241    private System.Windows.Forms.ImageList parametersImageList;
242    private System.Windows.Forms.ImageList scopeImageList;
[5003]243    private System.Windows.Forms.GroupBox executionContextGroupBox;
244    private System.Windows.Forms.TreeView executionContextTreeView;
245    private System.Windows.Forms.ContextMenuStrip executionContextConextMenu;
246    private System.Windows.Forms.ToolStripMenuItem showValueToolStripMenuItem;
[5146]247    private System.Windows.Forms.PictureBox iconBox;
[4876]248  }
249}
Note: See TracBrowser for help on using the repository browser.