Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DebugEngine/OperationContentView.Designer.cs @ 5051

Last change on this file since 5051 was 5003, checked in by epitzer, 13 years ago

replace parameter view with context menu to access variable values in execution context view (#47)

File size: 13.5 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.DebugEngine {
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();
50      this.executionContextGroupBox = new System.Windows.Forms.GroupBox();
51      this.executionContextTreeView = new System.Windows.Forms.TreeView();
52      this.executionContextImageList = new System.Windows.Forms.ImageList(this.components);
53      this.scopeGroupBox = new System.Windows.Forms.GroupBox();
54      this.scopeTreeView = new System.Windows.Forms.TreeView();
55      this.scopeImageList = new System.Windows.Forms.ImageList(this.components);
56      this.nameTextBox = new System.Windows.Forms.TextBox();
57      this.contextLabel = new System.Windows.Forms.Label();
58      this.atomicLabel = new System.Windows.Forms.Label();
59      this.collectionLabel = new System.Windows.Forms.Label();
60      this.parametersImageList = new System.Windows.Forms.ImageList(this.components);
61      this.executionContextConextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
62      this.showValueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
63      this.groupBox.SuspendLayout();
64      this.splitContainer1.Panel1.SuspendLayout();
65      this.splitContainer1.Panel2.SuspendLayout();
66      this.splitContainer1.SuspendLayout();
67      this.executionContextGroupBox.SuspendLayout();
68      this.scopeGroupBox.SuspendLayout();
69      this.executionContextConextMenu.SuspendLayout();
70      this.SuspendLayout();
71      //
72      // groupBox
73      //
74      this.groupBox.Controls.Add(this.splitContainer1);
75      this.groupBox.Controls.Add(this.nameTextBox);
76      this.groupBox.Controls.Add(this.contextLabel);
77      this.groupBox.Controls.Add(this.atomicLabel);
78      this.groupBox.Controls.Add(this.collectionLabel);
79      this.groupBox.Dock = System.Windows.Forms.DockStyle.Fill;
80      this.groupBox.Location = new System.Drawing.Point(0, 0);
81      this.groupBox.Name = "groupBox";
82      this.groupBox.Size = new System.Drawing.Size(563, 412);
83      this.groupBox.TabIndex = 0;
84      this.groupBox.TabStop = false;
85      this.groupBox.Text = "Operation";
86      //
87      // splitContainer1
88      //
89      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
90            | System.Windows.Forms.AnchorStyles.Left)
91            | System.Windows.Forms.AnchorStyles.Right)));
92      this.splitContainer1.Location = new System.Drawing.Point(6, 45);
93      this.splitContainer1.Name = "splitContainer1";
94      //
95      // splitContainer1.Panel1
96      //
97      this.splitContainer1.Panel1.Controls.Add(this.executionContextGroupBox);
98      //
99      // splitContainer1.Panel2
100      //
101      this.splitContainer1.Panel2.Controls.Add(this.scopeGroupBox);
102      this.splitContainer1.Size = new System.Drawing.Size(551, 361);
103      this.splitContainer1.SplitterDistance = 242;
104      this.splitContainer1.TabIndex = 4;
105      //
106      // executionContextGroupBox
107      //
108      this.executionContextGroupBox.Controls.Add(this.executionContextTreeView);
109      this.executionContextGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
110      this.executionContextGroupBox.Location = new System.Drawing.Point(0, 0);
111      this.executionContextGroupBox.Name = "executionContextGroupBox";
112      this.executionContextGroupBox.Size = new System.Drawing.Size(242, 361);
113      this.executionContextGroupBox.TabIndex = 0;
114      this.executionContextGroupBox.TabStop = false;
115      this.executionContextGroupBox.Text = "Execution Context";
116      //
117      // executionContextTreeView
118      //
119      this.executionContextTreeView.ContextMenuStrip = this.executionContextConextMenu;
120      this.executionContextTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
121      this.executionContextTreeView.ImageIndex = 0;
122      this.executionContextTreeView.ImageList = this.executionContextImageList;
123      this.executionContextTreeView.Location = new System.Drawing.Point(3, 16);
124      this.executionContextTreeView.Name = "executionContextTreeView";
125      this.executionContextTreeView.SelectedImageIndex = 0;
126      this.executionContextTreeView.ShowNodeToolTips = true;
127      this.executionContextTreeView.Size = new System.Drawing.Size(236, 342);
128      this.executionContextTreeView.TabIndex = 0;
129      this.executionContextTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.executionContextTreeView_NodeMouseClick);
130      this.executionContextTreeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.executionContextTreeView_NodeMouseDoubleClick);
131      //
132      // executionContextImageList
133      //
134      this.executionContextImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
135      this.executionContextImageList.ImageSize = new System.Drawing.Size(16, 16);
136      this.executionContextImageList.TransparentColor = System.Drawing.Color.Transparent;
137      //
138      // scopeGroupBox
139      //
140      this.scopeGroupBox.Controls.Add(this.scopeTreeView);
141      this.scopeGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
142      this.scopeGroupBox.Location = new System.Drawing.Point(0, 0);
143      this.scopeGroupBox.Name = "scopeGroupBox";
144      this.scopeGroupBox.Size = new System.Drawing.Size(305, 361);
145      this.scopeGroupBox.TabIndex = 1;
146      this.scopeGroupBox.TabStop = false;
147      this.scopeGroupBox.Text = "Scope";
148      //
149      // scopeTreeView
150      //
151      this.scopeTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
152      this.scopeTreeView.ImageIndex = 0;
153      this.scopeTreeView.ImageList = this.scopeImageList;
154      this.scopeTreeView.Location = new System.Drawing.Point(3, 16);
155      this.scopeTreeView.Name = "scopeTreeView";
156      this.scopeTreeView.SelectedImageIndex = 0;
157      this.scopeTreeView.ShowNodeToolTips = true;
158      this.scopeTreeView.Size = new System.Drawing.Size(299, 342);
159      this.scopeTreeView.TabIndex = 0;
160      this.scopeTreeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.scopeTreeView_NodeMouseDoubleClick);
161      //
162      // scopeImageList
163      //
164      this.scopeImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
165      this.scopeImageList.ImageSize = new System.Drawing.Size(16, 16);
166      this.scopeImageList.TransparentColor = System.Drawing.Color.Transparent;
167      //
168      // nameTextBox
169      //
170      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
171            | System.Windows.Forms.AnchorStyles.Right)));
172      this.nameTextBox.Cursor = System.Windows.Forms.Cursors.Default;
173      this.nameTextBox.Location = new System.Drawing.Point(6, 19);
174      this.nameTextBox.Name = "nameTextBox";
175      this.nameTextBox.ReadOnly = true;
176      this.nameTextBox.Size = new System.Drawing.Size(395, 20);
177      this.nameTextBox.TabIndex = 3;
178      this.nameTextBox.DoubleClick += new System.EventHandler(this.nameTextBox_DoubleClick);
179      //
180      // contextLabel
181      //
182      this.contextLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
183      this.contextLabel.AutoSize = true;
184      this.contextLabel.ForeColor = System.Drawing.SystemColors.ControlDark;
185      this.contextLabel.Location = new System.Drawing.Point(407, 22);
186      this.contextLabel.Name = "contextLabel";
187      this.contextLabel.Size = new System.Drawing.Size(43, 13);
188      this.contextLabel.TabIndex = 2;
189      this.contextLabel.Text = "Context";
190      //
191      // atomicLabel
192      //
193      this.atomicLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
194      this.atomicLabel.AutoSize = true;
195      this.atomicLabel.ForeColor = System.Drawing.SystemColors.ControlDark;
196      this.atomicLabel.Location = new System.Drawing.Point(456, 22);
197      this.atomicLabel.Name = "atomicLabel";
198      this.atomicLabel.Size = new System.Drawing.Size(39, 13);
199      this.atomicLabel.TabIndex = 1;
200      this.atomicLabel.Text = "Atomic";
201      //
202      // collectionLabel
203      //
204      this.collectionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
205      this.collectionLabel.AutoSize = true;
206      this.collectionLabel.ForeColor = System.Drawing.SystemColors.ControlDark;
207      this.collectionLabel.Location = new System.Drawing.Point(501, 22);
208      this.collectionLabel.Name = "collectionLabel";
209      this.collectionLabel.Size = new System.Drawing.Size(53, 13);
210      this.collectionLabel.TabIndex = 0;
211      this.collectionLabel.Text = "Collection";
212      //
213      // parametersImageList
214      //
215      this.parametersImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
216      this.parametersImageList.ImageSize = new System.Drawing.Size(16, 16);
217      this.parametersImageList.TransparentColor = System.Drawing.Color.Transparent;
218      //
219      // executionContextConextMenu
220      //
221      this.executionContextConextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
222            this.showValueToolStripMenuItem});
223      this.executionContextConextMenu.Name = "executionContextConextMenu";
224      this.executionContextConextMenu.Size = new System.Drawing.Size(169, 48);
225      this.executionContextConextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.executionContextConextMenu_Opening);
226      //
227      // showValueToolStripMenuItem
228      //
229      this.showValueToolStripMenuItem.Name = "showValueToolStripMenuItem";
230      this.showValueToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
231      this.showValueToolStripMenuItem.Text = "show actual value";
232      this.showValueToolStripMenuItem.ToolTipText = "Try to obtain the parameter\'s actual value in the current execution context and o" +
233    "pen it in a new view.";
234      this.showValueToolStripMenuItem.Click += new System.EventHandler(this.ShowValue_Click);
235      //
236      // OperationContentView
237      //
238      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
239      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
240      this.Controls.Add(this.groupBox);
241      this.Name = "OperationContentView";
242      this.Size = new System.Drawing.Size(563, 412);
243      this.groupBox.ResumeLayout(false);
244      this.groupBox.PerformLayout();
245      this.splitContainer1.Panel1.ResumeLayout(false);
246      this.splitContainer1.Panel2.ResumeLayout(false);
247      this.splitContainer1.ResumeLayout(false);
248      this.executionContextGroupBox.ResumeLayout(false);
249      this.scopeGroupBox.ResumeLayout(false);
250      this.executionContextConextMenu.ResumeLayout(false);
251      this.ResumeLayout(false);
252
253    }
254
255    #endregion
256
257    private System.Windows.Forms.GroupBox groupBox;
258    private System.Windows.Forms.TextBox nameTextBox;
259    private System.Windows.Forms.Label contextLabel;
260    private System.Windows.Forms.Label atomicLabel;
261    private System.Windows.Forms.Label collectionLabel;
262    private System.Windows.Forms.SplitContainer splitContainer1;
263    private System.Windows.Forms.TreeView scopeTreeView;
264    private System.Windows.Forms.GroupBox scopeGroupBox;
265    private System.Windows.Forms.ImageList executionContextImageList;
266    private System.Windows.Forms.ImageList parametersImageList;
267    private System.Windows.Forms.ImageList scopeImageList;
268    private System.Windows.Forms.GroupBox executionContextGroupBox;
269    private System.Windows.Forms.TreeView executionContextTreeView;
270    private System.Windows.Forms.ContextMenuStrip executionContextConextMenu;
271    private System.Windows.Forms.ToolStripMenuItem showValueToolStripMenuItem;
272  }
273}
Note: See TracBrowser for help on using the repository browser.