Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DebugEngine/DebugEngineView.Designer.cs @ 4904

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

Add operator trace view (#47)

File size: 11.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 DebugEngineView {
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 Windows Form 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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DebugEngineView));
49      this.label1 = new System.Windows.Forms.Label();
50      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
51      this.operationContentView = new OperationContentView();
52      this.logView = new HeuristicLab.Core.Views.LogView();
53      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
54      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
55      this.stepButton = new System.Windows.Forms.Button();
56      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
57      this.refreshButton = new System.Windows.Forms.Button();
58      this.skipStackOpsCheckBox = new System.Windows.Forms.CheckBox();
59      this.splitContainer3 = new System.Windows.Forms.SplitContainer();
60      this.executionStackView = new HeuristicLab.DebugEngine.ExecutionStackView();
61      this.operatorTraceView = new OperatorTraceView();
62      this.splitContainer1.Panel1.SuspendLayout();
63      this.splitContainer1.Panel2.SuspendLayout();
64      this.splitContainer1.SuspendLayout();
65      this.splitContainer2.Panel1.SuspendLayout();
66      this.splitContainer2.Panel2.SuspendLayout();
67      this.splitContainer2.SuspendLayout();
68      this.splitContainer3.Panel1.SuspendLayout();
69      this.splitContainer3.SuspendLayout();
70      this.SuspendLayout();
71      //
72      // label1
73      //
74      this.label1.AutoSize = true;
75      this.label1.Location = new System.Drawing.Point(3, 9);
76      this.label1.Name = "label1";
77      this.label1.Size = new System.Drawing.Size(83, 13);
78      this.label1.TabIndex = 0;
79      this.label1.Text = "Execution Time:";
80      //
81      // executionTimeTextBox
82      //
83      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
84                  | System.Windows.Forms.AnchorStyles.Right)));
85      this.executionTimeTextBox.Location = new System.Drawing.Point(92, 6);
86      this.executionTimeTextBox.Name = "executionTimeTextBox";
87      this.executionTimeTextBox.ReadOnly = true;
88      this.executionTimeTextBox.Size = new System.Drawing.Size(611, 20);
89      this.executionTimeTextBox.TabIndex = 1;
90      //
91      // logView
92      //
93      this.logView.Caption = "Log View";
94      this.logView.Content = null;
95      this.logView.Dock = System.Windows.Forms.DockStyle.Fill;
96      this.logView.Location = new System.Drawing.Point(0, 0);
97      this.logView.Name = "logView";
98      this.logView.ReadOnly = false;
99      this.logView.Size = new System.Drawing.Size(198, 237);
100      this.logView.TabIndex = 2;
101      //
102      // splitContainer1
103      //
104      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
105      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
106      this.splitContainer1.Name = "splitContainer1";
107      this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
108      //
109      // splitContainer1.Panel1
110      //
111      this.splitContainer1.Panel1.Controls.Add(this.executionStackView);
112      //
113      // splitContainer1.Panel2
114      //
115      this.splitContainer1.Panel2.Controls.Add(this.logView);
116      this.splitContainer1.Size = new System.Drawing.Size(198, 502);
117      this.splitContainer1.SplitterDistance = 261;
118      this.splitContainer1.TabIndex = 3;
119      //
120      // splitContainer2
121      //
122      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
123      this.splitContainer2.Location = new System.Drawing.Point(0, 0);
124      this.splitContainer2.Name = "splitContainer2";
125      //
126      // splitContainer2.Panel1
127      //
128      this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
129      //
130      // splitContainer2.Panel2
131      //
132      this.splitContainer2.Panel2.Controls.Add(this.operationContentView);
133      this.splitContainer2.Size = new System.Drawing.Size(683, 502);
134      this.splitContainer2.SplitterDistance = 198;
135      this.splitContainer2.TabIndex = 0;
136      //
137      // stepButton
138      //
139      this.stepButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
140      this.stepButton.Image = ((System.Drawing.Image)(resources.GetObject("stepButton.Image")));
141      this.stepButton.Location = new System.Drawing.Point(815, 3);
142      this.stepButton.Name = "stepButton";
143      this.stepButton.Size = new System.Drawing.Size(24, 24);
144      this.stepButton.TabIndex = 4;
145      this.toolTip.SetToolTip(this.stepButton, "Step");
146      this.stepButton.UseVisualStyleBackColor = true;
147      this.stepButton.Click += new System.EventHandler(this.stepButton_Click);
148      //
149      // refreshButton
150      //
151      this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
152      this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image")));
153      this.refreshButton.Location = new System.Drawing.Point(845, 3);
154      this.refreshButton.Name = "refreshButton";
155      this.refreshButton.Size = new System.Drawing.Size(24, 24);
156      this.refreshButton.TabIndex = 5;
157      this.refreshButton.UseVisualStyleBackColor = true;
158      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
159      //
160      // skipStackOpsCheckBox
161      //
162      this.skipStackOpsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
163      this.skipStackOpsCheckBox.AutoSize = true;
164      this.skipStackOpsCheckBox.Location = new System.Drawing.Point(709, 8);
165      this.skipStackOpsCheckBox.Name = "skipStackOpsCheckBox";
166      this.skipStackOpsCheckBox.Size = new System.Drawing.Size(100, 17);
167      this.skipStackOpsCheckBox.TabIndex = 6;
168      this.skipStackOpsCheckBox.Text = "Skip Stack Ops";
169      this.skipStackOpsCheckBox.UseVisualStyleBackColor = true;
170      //
171      // splitContainer3
172      //
173      this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
174                  | System.Windows.Forms.AnchorStyles.Left)
175                  | System.Windows.Forms.AnchorStyles.Right)));
176      this.splitContainer3.Location = new System.Drawing.Point(3, 33);
177      this.splitContainer3.Name = "splitContainer3";
178      //
179      // splitContainer3.Panel1
180      //
181      this.splitContainer3.Panel1.Controls.Add(this.splitContainer2);
182      this.splitContainer3.Panel2.Controls.Add(this.operatorTraceView);
183      this.splitContainer3.Size = new System.Drawing.Size(866, 502);
184      this.splitContainer3.SplitterDistance = 683;
185      this.splitContainer3.TabIndex = 7;
186      this.operatorTraceView.Dock = System.Windows.Forms.DockStyle.Fill;
187      //
188      // executionStackView
189      //
190      this.executionStackView.Caption = "Execution Stack View";
191      this.executionStackView.Content = null;
192      this.executionStackView.Dock = System.Windows.Forms.DockStyle.Fill;
193      this.executionStackView.Location = new System.Drawing.Point(0, 0);
194      this.executionStackView.Name = "executionStackView";
195      this.executionStackView.ReadOnly = false;
196      this.executionStackView.Size = new System.Drawing.Size(198, 261);
197      this.executionStackView.TabIndex = 0;
198      //
199      // operationContentView
200      //
201      this.operationContentView.Caption = "Operation Content View";
202      this.operationContentView.Content = null;
203      this.operationContentView.Dock = System.Windows.Forms.DockStyle.Fill;
204      this.operationContentView.Location = new System.Drawing.Point(0, 0);
205      this.operationContentView.Name = "operationContentView";
206      this.operationContentView.ReadOnly = false;
207      this.operationContentView.Size = new System.Drawing.Size(481, 502);
208      this.operationContentView.TabIndex = 0;
209      //
210      // DebugEngineView
211      //
212      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
213      this.Controls.Add(this.splitContainer3);
214      this.Controls.Add(this.skipStackOpsCheckBox);
215      this.Controls.Add(this.refreshButton);
216      this.Controls.Add(this.stepButton);
217      this.Controls.Add(this.executionTimeTextBox);
218      this.Controls.Add(this.label1);
219      this.Name = "DebugEngineView";
220      this.Size = new System.Drawing.Size(872, 538);
221      this.splitContainer1.Panel1.ResumeLayout(false);
222      this.splitContainer1.Panel2.ResumeLayout(false);
223      this.splitContainer1.ResumeLayout(false);
224      this.splitContainer2.Panel1.ResumeLayout(false);
225      this.splitContainer2.Panel2.ResumeLayout(false);
226      this.splitContainer2.ResumeLayout(false);
227      this.splitContainer3.Panel1.ResumeLayout(false);
228      this.splitContainer3.ResumeLayout(false);
229      this.ResumeLayout(false);
230      this.PerformLayout();
231
232    }
233
234    #endregion
235
236    private System.Windows.Forms.Label label1;
237    private System.Windows.Forms.TextBox executionTimeTextBox;
238    private Core.Views.LogView logView;
239    private System.Windows.Forms.SplitContainer splitContainer1;
240    private System.Windows.Forms.SplitContainer splitContainer2;
241    private System.Windows.Forms.Button stepButton;
242    private System.Windows.Forms.ToolTip toolTip;
243    private HeuristicLab.DebugEngine.ExecutionStackView executionStackView;
244    private HeuristicLab.DebugEngine.OperationContentView operationContentView;
245    private System.Windows.Forms.Button refreshButton;
246    private System.Windows.Forms.CheckBox skipStackOpsCheckBox;
247    private System.Windows.Forms.SplitContainer splitContainer3;
248    private OperatorTraceView operatorTraceView;
249
250  }
251}
Note: See TracBrowser for help on using the repository browser.