Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2839_HiveProjectManagement/HeuristicLab.DebugEngine.Views/3.3/OperationContentView.Designer.cs

Last change on this file was 16057, checked in by jkarder, 6 years ago

#2839:

File size: 12.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2018 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.executionContextConextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
53      this.showValueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
54      this.executionContextImageList = new System.Windows.Forms.ImageList(this.components);
55      this.scopeGroupBox = new System.Windows.Forms.GroupBox();
56      this.scopeTreeView = new System.Windows.Forms.TreeView();
57      this.scopeImageList = new System.Windows.Forms.ImageList(this.components);
58      this.nameTextBox = new System.Windows.Forms.TextBox();
59      this.parametersImageList = new System.Windows.Forms.ImageList(this.components);
60      this.iconBox = new System.Windows.Forms.PictureBox();
61      this.groupBox.SuspendLayout();
62      this.splitContainer1.Panel1.SuspendLayout();
63      this.splitContainer1.Panel2.SuspendLayout();
64      this.splitContainer1.SuspendLayout();
65      this.executionContextGroupBox.SuspendLayout();
66      this.executionContextConextMenu.SuspendLayout();
67      this.scopeGroupBox.SuspendLayout();
68      ((System.ComponentModel.ISupportInitialize)(this.iconBox)).BeginInit();
69      this.SuspendLayout();
70      //
71      // groupBox
72      //
73      this.groupBox.Controls.Add(this.iconBox);
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      //
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)));
89      this.splitContainer1.Location = new System.Drawing.Point(6, 45);
90      this.splitContainer1.Name = "splitContainer1";
91      //
92      // splitContainer1.Panel1
93      //
94      this.splitContainer1.Panel1.Controls.Add(this.executionContextGroupBox);
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      //
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";
109      this.executionContextGroupBox.Size = new System.Drawing.Size(242, 361);
110      this.executionContextGroupBox.TabIndex = 0;
111      this.executionContextGroupBox.TabStop = false;
112      this.executionContextGroupBox.Text = "Execution Context";
113      //
114      // executionContextTreeView
115      //
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)));
119      this.executionContextTreeView.ContextMenuStrip = this.executionContextConextMenu;
120      this.executionContextTreeView.ImageIndex = 0;
121      this.executionContextTreeView.ImageList = this.executionContextImageList;
122      this.executionContextTreeView.Location = new System.Drawing.Point(6, 19);
123      this.executionContextTreeView.Name = "executionContextTreeView";
124      this.executionContextTreeView.SelectedImageIndex = 0;
125      this.executionContextTreeView.ShowNodeToolTips = true;
126      this.executionContextTreeView.Size = new System.Drawing.Size(230, 336);
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);
130      this.executionContextTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.executionContextTreeView_MouseDown);
131      //
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      //
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      //
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      //
166      // scopeTreeView
167      //
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)));
171      this.scopeTreeView.ImageIndex = 0;
172      this.scopeTreeView.ImageList = this.scopeImageList;
173      this.scopeTreeView.Location = new System.Drawing.Point(6, 19);
174      this.scopeTreeView.Name = "scopeTreeView";
175      this.scopeTreeView.SelectedImageIndex = 0;
176      this.scopeTreeView.ShowNodeToolTips = true;
177      this.scopeTreeView.Size = new System.Drawing.Size(293, 336);
178      this.scopeTreeView.TabIndex = 0;
179      this.scopeTreeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.scopeTreeView_NodeMouseDoubleClick);
180      //
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      //
187      // nameTextBox
188      //
189      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
190            | System.Windows.Forms.AnchorStyles.Right)));
191      this.nameTextBox.Cursor = System.Windows.Forms.Cursors.Default;
192      this.nameTextBox.Location = new System.Drawing.Point(32, 19);
193      this.nameTextBox.Name = "nameTextBox";
194      this.nameTextBox.ReadOnly = true;
195      this.nameTextBox.Size = new System.Drawing.Size(525, 20);
196      this.nameTextBox.TabIndex = 3;
197      this.nameTextBox.DoubleClick += new System.EventHandler(this.nameTextBox_DoubleClick);
198      //
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      //
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      //
213      // OperationContentView
214      //
215      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
216      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
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);
225      this.executionContextGroupBox.ResumeLayout(false);
226      this.executionContextConextMenu.ResumeLayout(false);
227      this.scopeGroupBox.ResumeLayout(false);
228      ((System.ComponentModel.ISupportInitialize)(this.iconBox)).EndInit();
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;
240    private System.Windows.Forms.ImageList executionContextImageList;
241    private System.Windows.Forms.ImageList parametersImageList;
242    private System.Windows.Forms.ImageList scopeImageList;
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;
247    private System.Windows.Forms.PictureBox iconBox;
248  }
249}
Note: See TracBrowser for help on using the repository browser.