1 | namespace HeuristicLab.DebugEngine {
|
---|
2 | partial class DebugEngineView {
|
---|
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 Windows Form 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 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DebugEngineView));
|
---|
27 | this.label1 = new System.Windows.Forms.Label();
|
---|
28 | this.executionTimeTextBox = new System.Windows.Forms.TextBox();
|
---|
29 | this.logView = new HeuristicLab.Core.Views.LogView();
|
---|
30 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
31 | this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
---|
32 | this.executionStackTreeView = new System.Windows.Forms.TreeView();
|
---|
33 | this.label2 = new System.Windows.Forms.Label();
|
---|
34 | this.label3 = new System.Windows.Forms.Label();
|
---|
35 | this.scopeTreeView = new System.Windows.Forms.TreeView();
|
---|
36 | this.stepButton = new System.Windows.Forms.Button();
|
---|
37 | this.updateButton = new System.Windows.Forms.Button();
|
---|
38 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
39 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
40 | this.splitContainer1.SuspendLayout();
|
---|
41 | this.splitContainer2.Panel1.SuspendLayout();
|
---|
42 | this.splitContainer2.Panel2.SuspendLayout();
|
---|
43 | this.splitContainer2.SuspendLayout();
|
---|
44 | this.SuspendLayout();
|
---|
45 | //
|
---|
46 | // label1
|
---|
47 | //
|
---|
48 | this.label1.AutoSize = true;
|
---|
49 | this.label1.Location = new System.Drawing.Point(3, 9);
|
---|
50 | this.label1.Name = "label1";
|
---|
51 | this.label1.Size = new System.Drawing.Size(83, 13);
|
---|
52 | this.label1.TabIndex = 0;
|
---|
53 | this.label1.Text = "Execution Time:";
|
---|
54 | //
|
---|
55 | // executionTimeTextBox
|
---|
56 | //
|
---|
57 | this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
58 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
59 | this.executionTimeTextBox.Location = new System.Drawing.Point(92, 6);
|
---|
60 | this.executionTimeTextBox.Name = "executionTimeTextBox";
|
---|
61 | this.executionTimeTextBox.ReadOnly = true;
|
---|
62 | this.executionTimeTextBox.Size = new System.Drawing.Size(366, 20);
|
---|
63 | this.executionTimeTextBox.TabIndex = 1;
|
---|
64 | //
|
---|
65 | // logView
|
---|
66 | //
|
---|
67 | this.logView.Caption = "Log View";
|
---|
68 | this.logView.Content = null;
|
---|
69 | this.logView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
70 | this.logView.Location = new System.Drawing.Point(0, 0);
|
---|
71 | this.logView.Name = "logView";
|
---|
72 | this.logView.ReadOnly = false;
|
---|
73 | this.logView.Size = new System.Drawing.Size(515, 175);
|
---|
74 | this.logView.TabIndex = 2;
|
---|
75 | //
|
---|
76 | // splitContainer1
|
---|
77 | //
|
---|
78 | this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
79 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
80 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
81 | this.splitContainer1.Location = new System.Drawing.Point(3, 32);
|
---|
82 | this.splitContainer1.Name = "splitContainer1";
|
---|
83 | this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
84 | //
|
---|
85 | // splitContainer1.Panel1
|
---|
86 | //
|
---|
87 | this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
|
---|
88 | //
|
---|
89 | // splitContainer1.Panel2
|
---|
90 | //
|
---|
91 | this.splitContainer1.Panel2.Controls.Add(this.logView);
|
---|
92 | this.splitContainer1.Size = new System.Drawing.Size(515, 341);
|
---|
93 | this.splitContainer1.SplitterDistance = 162;
|
---|
94 | this.splitContainer1.TabIndex = 3;
|
---|
95 | //
|
---|
96 | // splitContainer2
|
---|
97 | //
|
---|
98 | this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
99 | this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
---|
100 | this.splitContainer2.Name = "splitContainer2";
|
---|
101 | //
|
---|
102 | // splitContainer2.Panel1
|
---|
103 | //
|
---|
104 | this.splitContainer2.Panel1.Controls.Add(this.executionStackTreeView);
|
---|
105 | this.splitContainer2.Panel1.Controls.Add(this.label2);
|
---|
106 | //
|
---|
107 | // splitContainer2.Panel2
|
---|
108 | //
|
---|
109 | this.splitContainer2.Panel2.Controls.Add(this.label3);
|
---|
110 | this.splitContainer2.Panel2.Controls.Add(this.scopeTreeView);
|
---|
111 | this.splitContainer2.Size = new System.Drawing.Size(515, 162);
|
---|
112 | this.splitContainer2.SplitterDistance = 258;
|
---|
113 | this.splitContainer2.TabIndex = 0;
|
---|
114 | //
|
---|
115 | // executionStackTreeView
|
---|
116 | //
|
---|
117 | this.executionStackTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
118 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
119 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
120 | this.executionStackTreeView.Location = new System.Drawing.Point(3, 16);
|
---|
121 | this.executionStackTreeView.Name = "executionStackTreeView";
|
---|
122 | this.executionStackTreeView.Size = new System.Drawing.Size(252, 143);
|
---|
123 | this.executionStackTreeView.TabIndex = 2;
|
---|
124 | this.executionStackTreeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.executionStackTreeView_NodeMouseDoubleClick);
|
---|
125 | //
|
---|
126 | // label2
|
---|
127 | //
|
---|
128 | this.label2.AutoSize = true;
|
---|
129 | this.label2.Location = new System.Drawing.Point(3, 0);
|
---|
130 | this.label2.Name = "label2";
|
---|
131 | this.label2.Size = new System.Drawing.Size(85, 13);
|
---|
132 | this.label2.TabIndex = 1;
|
---|
133 | this.label2.Text = "Execution Stack";
|
---|
134 | //
|
---|
135 | // label3
|
---|
136 | //
|
---|
137 | this.label3.AutoSize = true;
|
---|
138 | this.label3.Location = new System.Drawing.Point(3, 0);
|
---|
139 | this.label3.Name = "label3";
|
---|
140 | this.label3.Size = new System.Drawing.Size(63, 13);
|
---|
141 | this.label3.TabIndex = 1;
|
---|
142 | this.label3.Text = "Scope Tree";
|
---|
143 | //
|
---|
144 | // scopeTreeView
|
---|
145 | //
|
---|
146 | this.scopeTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
147 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
148 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
149 | this.scopeTreeView.Location = new System.Drawing.Point(3, 16);
|
---|
150 | this.scopeTreeView.Name = "scopeTreeView";
|
---|
151 | this.scopeTreeView.Size = new System.Drawing.Size(247, 143);
|
---|
152 | this.scopeTreeView.TabIndex = 0;
|
---|
153 | //
|
---|
154 | // stepButton
|
---|
155 | //
|
---|
156 | this.stepButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
157 | this.stepButton.Image = ((System.Drawing.Image)(resources.GetObject("stepButton.Image")));
|
---|
158 | this.stepButton.Location = new System.Drawing.Point(494, 3);
|
---|
159 | this.stepButton.Name = "stepButton";
|
---|
160 | this.stepButton.Size = new System.Drawing.Size(24, 24);
|
---|
161 | this.stepButton.TabIndex = 4;
|
---|
162 | this.stepButton.UseVisualStyleBackColor = true;
|
---|
163 | this.stepButton.Click += new System.EventHandler(this.stepButton_Click);
|
---|
164 | //
|
---|
165 | // updateButton
|
---|
166 | //
|
---|
167 | this.updateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
168 | this.updateButton.Image = ((System.Drawing.Image)(resources.GetObject("updateButton.Image")));
|
---|
169 | this.updateButton.Location = new System.Drawing.Point(464, 3);
|
---|
170 | this.updateButton.Name = "updateButton";
|
---|
171 | this.updateButton.Size = new System.Drawing.Size(24, 24);
|
---|
172 | this.updateButton.TabIndex = 5;
|
---|
173 | this.updateButton.UseVisualStyleBackColor = true;
|
---|
174 | this.updateButton.Click += new System.EventHandler(this.updateButton_Click);
|
---|
175 | //
|
---|
176 | // DebugEngineView
|
---|
177 | //
|
---|
178 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
179 | this.Controls.Add(this.updateButton);
|
---|
180 | this.Controls.Add(this.stepButton);
|
---|
181 | this.Controls.Add(this.splitContainer1);
|
---|
182 | this.Controls.Add(this.executionTimeTextBox);
|
---|
183 | this.Controls.Add(this.label1);
|
---|
184 | this.Name = "DebugEngineView";
|
---|
185 | this.Size = new System.Drawing.Size(521, 376);
|
---|
186 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
187 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
188 | this.splitContainer1.ResumeLayout(false);
|
---|
189 | this.splitContainer2.Panel1.ResumeLayout(false);
|
---|
190 | this.splitContainer2.Panel1.PerformLayout();
|
---|
191 | this.splitContainer2.Panel2.ResumeLayout(false);
|
---|
192 | this.splitContainer2.Panel2.PerformLayout();
|
---|
193 | this.splitContainer2.ResumeLayout(false);
|
---|
194 | this.ResumeLayout(false);
|
---|
195 | this.PerformLayout();
|
---|
196 |
|
---|
197 | }
|
---|
198 |
|
---|
199 | #endregion
|
---|
200 |
|
---|
201 | private System.Windows.Forms.Label label1;
|
---|
202 | private System.Windows.Forms.TextBox executionTimeTextBox;
|
---|
203 | private Core.Views.LogView logView;
|
---|
204 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
205 | private System.Windows.Forms.SplitContainer splitContainer2;
|
---|
206 | private System.Windows.Forms.Label label2;
|
---|
207 | private System.Windows.Forms.Label label3;
|
---|
208 | private System.Windows.Forms.TreeView scopeTreeView;
|
---|
209 | private System.Windows.Forms.TreeView executionStackTreeView;
|
---|
210 | private System.Windows.Forms.Button stepButton;
|
---|
211 | private System.Windows.Forms.Button updateButton;
|
---|
212 |
|
---|
213 | }
|
---|
214 | }
|
---|