Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4995 was 4993, checked in by epitzer, 14 years ago

Create own class for OperatorTrace, remove unnecessary event handlers, prevent flickering while stepping, permanently highlight execution context's scope (#47)

File size: 14.4 KB
Line 
1namespace HeuristicLab.DebugEngine {
2  partial class OperationContentView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.components = new System.ComponentModel.Container();
27      this.groupBox = new System.Windows.Forms.GroupBox();
28      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
29      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
30      this.executionContextGroupBox = new System.Windows.Forms.GroupBox();
31      this.executionContextTreeView = new System.Windows.Forms.TreeView();
32      this.executionContextImageList = new System.Windows.Forms.ImageList(this.components);
33      this.parametersGroupBox = new System.Windows.Forms.GroupBox();
34      this.parameterListView = new System.Windows.Forms.ListView();
35      this.parameterColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
36      this.parametersImageList = new System.Windows.Forms.ImageList(this.components);
37      this.scopeGroupBox = new System.Windows.Forms.GroupBox();
38      this.scopeTreeView = new System.Windows.Forms.TreeView();
39      this.scopeImageList = new System.Windows.Forms.ImageList(this.components);
40      this.nameTextBox = new System.Windows.Forms.TextBox();
41      this.contextLabel = new System.Windows.Forms.Label();
42      this.atomicLabel = new System.Windows.Forms.Label();
43      this.collectionLabel = new System.Windows.Forms.Label();
44      this.groupBox.SuspendLayout();
45      this.splitContainer1.Panel1.SuspendLayout();
46      this.splitContainer1.Panel2.SuspendLayout();
47      this.splitContainer1.SuspendLayout();
48      this.splitContainer2.Panel1.SuspendLayout();
49      this.splitContainer2.Panel2.SuspendLayout();
50      this.splitContainer2.SuspendLayout();
51      this.executionContextGroupBox.SuspendLayout();
52      this.parametersGroupBox.SuspendLayout();
53      this.scopeGroupBox.SuspendLayout();
54      this.SuspendLayout();
55      //
56      // groupBox
57      //
58      this.groupBox.Controls.Add(this.splitContainer1);
59      this.groupBox.Controls.Add(this.nameTextBox);
60      this.groupBox.Controls.Add(this.contextLabel);
61      this.groupBox.Controls.Add(this.atomicLabel);
62      this.groupBox.Controls.Add(this.collectionLabel);
63      this.groupBox.Dock = System.Windows.Forms.DockStyle.Fill;
64      this.groupBox.Location = new System.Drawing.Point(0, 0);
65      this.groupBox.Name = "groupBox";
66      this.groupBox.Size = new System.Drawing.Size(563, 412);
67      this.groupBox.TabIndex = 0;
68      this.groupBox.TabStop = false;
69      this.groupBox.Text = "Operation";
70      //
71      // splitContainer1
72      //
73      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
74                  | System.Windows.Forms.AnchorStyles.Left)
75                  | System.Windows.Forms.AnchorStyles.Right)));
76      this.splitContainer1.Location = new System.Drawing.Point(6, 45);
77      this.splitContainer1.Name = "splitContainer1";
78      //
79      // splitContainer1.Panel1
80      //
81      this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
82      //
83      // splitContainer1.Panel2
84      //
85      this.splitContainer1.Panel2.Controls.Add(this.scopeGroupBox);
86      this.splitContainer1.Size = new System.Drawing.Size(551, 361);
87      this.splitContainer1.SplitterDistance = 242;
88      this.splitContainer1.TabIndex = 4;
89      //
90      // splitContainer2
91      //
92      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
93      this.splitContainer2.Location = new System.Drawing.Point(0, 0);
94      this.splitContainer2.Name = "splitContainer2";
95      this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
96      //
97      // splitContainer2.Panel1
98      //
99      this.splitContainer2.Panel1.Controls.Add(this.executionContextGroupBox);
100      //
101      // splitContainer2.Panel2
102      //
103      this.splitContainer2.Panel2.Controls.Add(this.parametersGroupBox);
104      this.splitContainer2.Size = new System.Drawing.Size(242, 361);
105      this.splitContainer2.SplitterDistance = 180;
106      this.splitContainer2.TabIndex = 1;
107      //
108      // executionContextGroupBox
109      //
110      this.executionContextGroupBox.Controls.Add(this.executionContextTreeView);
111      this.executionContextGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
112      this.executionContextGroupBox.Location = new System.Drawing.Point(0, 0);
113      this.executionContextGroupBox.Name = "executionContextGroupBox";
114      this.executionContextGroupBox.Size = new System.Drawing.Size(242, 180);
115      this.executionContextGroupBox.TabIndex = 0;
116      this.executionContextGroupBox.TabStop = false;
117      this.executionContextGroupBox.Text = "Execution Context";
118      //
119      // executionContextTreeView
120      //
121      this.executionContextTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
122      this.executionContextTreeView.ImageIndex = 0;
123      this.executionContextTreeView.ImageList = this.executionContextImageList;
124      this.executionContextTreeView.Location = new System.Drawing.Point(3, 16);
125      this.executionContextTreeView.Name = "executionContextTreeView";
126      this.executionContextTreeView.SelectedImageIndex = 0;
127      this.executionContextTreeView.ShowNodeToolTips = true;
128      this.executionContextTreeView.Size = new System.Drawing.Size(236, 161);
129      this.executionContextTreeView.TabIndex = 0;
130      this.executionContextTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.executionContextTreeView_NodeMouseClick);
131      this.executionContextTreeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.executionContextTreeView_NodeMouseDoubleClick);
132      //
133      // executionContextImageList
134      //
135      this.executionContextImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
136      this.executionContextImageList.ImageSize = new System.Drawing.Size(16, 16);
137      this.executionContextImageList.TransparentColor = System.Drawing.Color.Transparent;
138      //
139      // parametersGroupBox
140      //
141      this.parametersGroupBox.Controls.Add(this.parameterListView);
142      this.parametersGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
143      this.parametersGroupBox.Location = new System.Drawing.Point(0, 0);
144      this.parametersGroupBox.Name = "parametersGroupBox";
145      this.parametersGroupBox.Size = new System.Drawing.Size(242, 177);
146      this.parametersGroupBox.TabIndex = 0;
147      this.parametersGroupBox.TabStop = false;
148      this.parametersGroupBox.Text = "Parameters";
149      //
150      // parameterListView
151      //
152      this.parameterListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
153            this.parameterColumn});
154      this.parameterListView.Dock = System.Windows.Forms.DockStyle.Fill;
155      this.parameterListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
156      this.parameterListView.HideSelection = false;
157      this.parameterListView.Location = new System.Drawing.Point(3, 16);
158      this.parameterListView.Name = "parameterListView";
159      this.parameterListView.ShowItemToolTips = true;
160      this.parameterListView.Size = new System.Drawing.Size(236, 158);
161      this.parameterListView.SmallImageList = this.parametersImageList;
162      this.parameterListView.TabIndex = 0;
163      this.parameterListView.UseCompatibleStateImageBehavior = false;
164      this.parameterListView.View = System.Windows.Forms.View.Details;
165      this.parameterListView.ItemActivate += new System.EventHandler(this.parameterListView_ItemActivate);
166      //
167      // parametersImageList
168      //
169      this.parametersImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
170      this.parametersImageList.ImageSize = new System.Drawing.Size(16, 16);
171      this.parametersImageList.TransparentColor = System.Drawing.Color.Transparent;
172      //
173      // scopeGroupBox
174      //
175      this.scopeGroupBox.Controls.Add(this.scopeTreeView);
176      this.scopeGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
177      this.scopeGroupBox.Location = new System.Drawing.Point(0, 0);
178      this.scopeGroupBox.Name = "scopeGroupBox";
179      this.scopeGroupBox.Size = new System.Drawing.Size(305, 361);
180      this.scopeGroupBox.TabIndex = 1;
181      this.scopeGroupBox.TabStop = false;
182      this.scopeGroupBox.Text = "Scope";
183      //
184      // scopeTreeView
185      //
186      this.scopeTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
187      this.scopeTreeView.ImageIndex = 0;
188      this.scopeTreeView.ImageList = this.scopeImageList;
189      this.scopeTreeView.Location = new System.Drawing.Point(3, 16);
190      this.scopeTreeView.Name = "scopeTreeView";
191      this.scopeTreeView.SelectedImageIndex = 0;
192      this.scopeTreeView.ShowNodeToolTips = true;
193      this.scopeTreeView.Size = new System.Drawing.Size(299, 342);
194      this.scopeTreeView.TabIndex = 0;
195      this.scopeTreeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.scopeTreeView_NodeMouseDoubleClick);
196      //
197      // scopeImageList
198      //
199      this.scopeImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
200      this.scopeImageList.ImageSize = new System.Drawing.Size(16, 16);
201      this.scopeImageList.TransparentColor = System.Drawing.Color.Transparent;
202      //
203      // nameTextBox
204      //
205      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
206                  | System.Windows.Forms.AnchorStyles.Right)));
207      this.nameTextBox.Cursor = System.Windows.Forms.Cursors.Default;
208      this.nameTextBox.Location = new System.Drawing.Point(6, 19);
209      this.nameTextBox.Name = "nameTextBox";
210      this.nameTextBox.ReadOnly = true;
211      this.nameTextBox.Size = new System.Drawing.Size(395, 20);
212      this.nameTextBox.TabIndex = 3;
213      this.nameTextBox.DoubleClick += new System.EventHandler(this.nameTextBox_DoubleClick);
214      //
215      // contextLabel
216      //
217      this.contextLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
218      this.contextLabel.AutoSize = true;
219      this.contextLabel.ForeColor = System.Drawing.SystemColors.ControlDark;
220      this.contextLabel.Location = new System.Drawing.Point(407, 22);
221      this.contextLabel.Name = "contextLabel";
222      this.contextLabel.Size = new System.Drawing.Size(43, 13);
223      this.contextLabel.TabIndex = 2;
224      this.contextLabel.Text = "Context";
225      //
226      // atomicLabel
227      //
228      this.atomicLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
229      this.atomicLabel.AutoSize = true;
230      this.atomicLabel.ForeColor = System.Drawing.SystemColors.ControlDark;
231      this.atomicLabel.Location = new System.Drawing.Point(456, 22);
232      this.atomicLabel.Name = "atomicLabel";
233      this.atomicLabel.Size = new System.Drawing.Size(39, 13);
234      this.atomicLabel.TabIndex = 1;
235      this.atomicLabel.Text = "Atomic";
236      //
237      // collectionLabel
238      //
239      this.collectionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
240      this.collectionLabel.AutoSize = true;
241      this.collectionLabel.ForeColor = System.Drawing.SystemColors.ControlDark;
242      this.collectionLabel.Location = new System.Drawing.Point(501, 22);
243      this.collectionLabel.Name = "collectionLabel";
244      this.collectionLabel.Size = new System.Drawing.Size(53, 13);
245      this.collectionLabel.TabIndex = 0;
246      this.collectionLabel.Text = "Collection";
247      //
248      // OperationContentView
249      //
250      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
251      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
252      this.Controls.Add(this.groupBox);
253      this.Name = "OperationContentView";
254      this.Size = new System.Drawing.Size(563, 412);
255      this.groupBox.ResumeLayout(false);
256      this.groupBox.PerformLayout();
257      this.splitContainer1.Panel1.ResumeLayout(false);
258      this.splitContainer1.Panel2.ResumeLayout(false);
259      this.splitContainer1.ResumeLayout(false);
260      this.splitContainer2.Panel1.ResumeLayout(false);
261      this.splitContainer2.Panel2.ResumeLayout(false);
262      this.splitContainer2.ResumeLayout(false);
263      this.executionContextGroupBox.ResumeLayout(false);
264      this.parametersGroupBox.ResumeLayout(false);
265      this.scopeGroupBox.ResumeLayout(false);
266      this.ResumeLayout(false);
267
268    }
269
270    #endregion
271
272    private System.Windows.Forms.GroupBox groupBox;
273    private System.Windows.Forms.TextBox nameTextBox;
274    private System.Windows.Forms.Label contextLabel;
275    private System.Windows.Forms.Label atomicLabel;
276    private System.Windows.Forms.Label collectionLabel;
277    private System.Windows.Forms.SplitContainer splitContainer1;
278    private System.Windows.Forms.ListView parameterListView;
279    private System.Windows.Forms.TreeView scopeTreeView;
280    private System.Windows.Forms.SplitContainer splitContainer2;
281    private System.Windows.Forms.GroupBox executionContextGroupBox;
282    private System.Windows.Forms.TreeView executionContextTreeView;
283    private System.Windows.Forms.GroupBox parametersGroupBox;
284    private System.Windows.Forms.GroupBox scopeGroupBox;
285    private System.Windows.Forms.ImageList executionContextImageList;
286    private System.Windows.Forms.ImageList parametersImageList;
287    private System.Windows.Forms.ImageList scopeImageList;
288    private System.Windows.Forms.ColumnHeader parameterColumn;
289  }
290}
Note: See TracBrowser for help on using the repository browser.