Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushProgramDebuggerView.Designer.cs @ 14834

Last change on this file since 14834 was 14834, checked in by pkimmesw, 7 years ago

#2665 LexicaseSelector, Performance improvements, UI Fixes, Debugger only shows used stacks, fixed Debugger stepping, Added vector expressions, ERCOptions,

File size: 14.8 KB
Line 
1namespace HeuristicLab.Problems.ProgramSynthesis.Push.Views {
2  partial class PushProgramDebuggerView {
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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PushProgramDebuggerView));
27      this.tabControl = new System.Windows.Forms.TabControl();
28      this.tabPage1 = new System.Windows.Forms.TabPage();
29      this.simplifyButton = new System.Windows.Forms.Button();
30      this.skipNoopsCheckBox = new System.Windows.Forms.CheckBox();
31      this.runButton = new System.Windows.Forms.Button();
32      this.stepWidthBox = new System.Windows.Forms.NumericUpDown();
33      this.resetButton = new System.Windows.Forms.Button();
34      this.stepButton = new System.Windows.Forms.Button();
35      this.exampleComboBox = new System.Windows.Forms.ComboBox();
36      this.label1 = new System.Windows.Forms.Label();
37      this.debugTableLayout = new System.Windows.Forms.TableLayoutPanel();
38      this.execGroupBox = new System.Windows.Forms.GroupBox();
39      this.execList = new System.Windows.Forms.ListBox();
40      this.tabPage2 = new System.Windows.Forms.TabPage();
41      this.resultsDataGrid = new System.Windows.Forms.DataGridView();
42      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
43      this.tabControl.SuspendLayout();
44      this.tabPage1.SuspendLayout();
45      ((System.ComponentModel.ISupportInitialize)(this.stepWidthBox)).BeginInit();
46      this.debugTableLayout.SuspendLayout();
47      this.execGroupBox.SuspendLayout();
48      this.tabPage2.SuspendLayout();
49      ((System.ComponentModel.ISupportInitialize)(this.resultsDataGrid)).BeginInit();
50      this.SuspendLayout();
51      //
52      // nameTextBox
53      //
54      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
55      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
56      this.nameTextBox.Size = new System.Drawing.Size(889, 20);
57      //
58      // infoLabel
59      //
60      this.infoLabel.Location = new System.Drawing.Point(972, 3);
61      //
62      // tabControl
63      //
64      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
65            | System.Windows.Forms.AnchorStyles.Left)
66            | System.Windows.Forms.AnchorStyles.Right)));
67      this.tabControl.Controls.Add(this.tabPage1);
68      this.tabControl.Controls.Add(this.tabPage2);
69      this.tabControl.Location = new System.Drawing.Point(6, 26);
70      this.tabControl.Name = "tabControl";
71      this.tabControl.SelectedIndex = 0;
72      this.tabControl.Size = new System.Drawing.Size(982, 668);
73      this.tabControl.TabIndex = 12;
74      //
75      // tabPage1
76      //
77      this.tabPage1.AutoScroll = true;
78      this.tabPage1.Controls.Add(this.simplifyButton);
79      this.tabPage1.Controls.Add(this.skipNoopsCheckBox);
80      this.tabPage1.Controls.Add(this.runButton);
81      this.tabPage1.Controls.Add(this.stepWidthBox);
82      this.tabPage1.Controls.Add(this.resetButton);
83      this.tabPage1.Controls.Add(this.stepButton);
84      this.tabPage1.Controls.Add(this.exampleComboBox);
85      this.tabPage1.Controls.Add(this.label1);
86      this.tabPage1.Controls.Add(this.debugTableLayout);
87      this.tabPage1.Location = new System.Drawing.Point(4, 22);
88      this.tabPage1.Name = "tabPage1";
89      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
90      this.tabPage1.Size = new System.Drawing.Size(974, 642);
91      this.tabPage1.TabIndex = 0;
92      this.tabPage1.Text = "Debug";
93      this.tabPage1.UseVisualStyleBackColor = true;
94      //
95      // simplifyButton
96      //
97      this.simplifyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
98      this.simplifyButton.Location = new System.Drawing.Point(909, 610);
99      this.simplifyButton.Name = "simplifyButton";
100      this.simplifyButton.Size = new System.Drawing.Size(62, 26);
101      this.simplifyButton.TabIndex = 17;
102      this.simplifyButton.Text = "Simplify";
103      this.toolTip.SetToolTip(this.simplifyButton, "Run all instructions");
104      this.simplifyButton.UseVisualStyleBackColor = true;
105      //
106      // skipNoopsCheckBox
107      //
108      this.skipNoopsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
109      this.skipNoopsCheckBox.AutoSize = true;
110      this.skipNoopsCheckBox.Checked = true;
111      this.skipNoopsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
112      this.skipNoopsCheckBox.Location = new System.Drawing.Point(150, 616);
113      this.skipNoopsCheckBox.Name = "skipNoopsCheckBox";
114      this.skipNoopsCheckBox.Size = new System.Drawing.Size(81, 17);
115      this.skipNoopsCheckBox.TabIndex = 16;
116      this.skipNoopsCheckBox.Text = "Skip NOOP";
117      this.skipNoopsCheckBox.UseVisualStyleBackColor = true;
118      //
119      // runButton
120      //
121      this.runButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
122      this.runButton.Image = ((System.Drawing.Image)(resources.GetObject("runButton.Image")));
123      this.runButton.Location = new System.Drawing.Point(40, 610);
124      this.runButton.Name = "runButton";
125      this.runButton.Size = new System.Drawing.Size(28, 26);
126      this.runButton.TabIndex = 15;
127      this.toolTip.SetToolTip(this.runButton, "Run all instructions");
128      this.runButton.UseVisualStyleBackColor = true;
129      //
130      // stepWidthBox
131      //
132      this.stepWidthBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
133      this.stepWidthBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
134      this.stepWidthBox.Location = new System.Drawing.Point(73, 611);
135      this.stepWidthBox.Maximum = new decimal(new int[] {
136            99999,
137            0,
138            0,
139            0});
140      this.stepWidthBox.Minimum = new decimal(new int[] {
141            1,
142            0,
143            0,
144            0});
145      this.stepWidthBox.Name = "stepWidthBox";
146      this.stepWidthBox.Size = new System.Drawing.Size(40, 24);
147      this.stepWidthBox.TabIndex = 12;
148      this.stepWidthBox.Value = new decimal(new int[] {
149            1,
150            0,
151            0,
152            0});
153      //
154      // resetButton
155      //
156      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
157      this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
158      this.resetButton.Location = new System.Drawing.Point(6, 610);
159      this.resetButton.Name = "resetButton";
160      this.resetButton.Size = new System.Drawing.Size(28, 26);
161      this.resetButton.TabIndex = 14;
162      this.toolTip.SetToolTip(this.resetButton, "ResetDebugging to start");
163      this.resetButton.UseVisualStyleBackColor = true;
164      //
165      // stepButton
166      //
167      this.stepButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
168      this.stepButton.Image = ((System.Drawing.Image)(resources.GetObject("stepButton.Image")));
169      this.stepButton.Location = new System.Drawing.Point(112, 610);
170      this.stepButton.Name = "stepButton";
171      this.stepButton.Size = new System.Drawing.Size(28, 26);
172      this.stepButton.TabIndex = 13;
173      this.toolTip.SetToolTip(this.stepButton, "Step");
174      this.stepButton.UseVisualStyleBackColor = true;
175      //
176      // exampleComboBox
177      //
178      this.exampleComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
179            | System.Windows.Forms.AnchorStyles.Right)));
180      this.exampleComboBox.FormattingEnabled = true;
181      this.exampleComboBox.Location = new System.Drawing.Point(58, 6);
182      this.exampleComboBox.Name = "exampleComboBox";
183      this.exampleComboBox.Size = new System.Drawing.Size(910, 21);
184      this.exampleComboBox.TabIndex = 11;
185      //
186      // label1
187      //
188      this.label1.AutoSize = true;
189      this.label1.Location = new System.Drawing.Point(3, 9);
190      this.label1.Name = "label1";
191      this.label1.Size = new System.Drawing.Size(50, 13);
192      this.label1.TabIndex = 10;
193      this.label1.Text = "Example:";
194      //
195      // debugTableLayout
196      //
197      this.debugTableLayout.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
198            | System.Windows.Forms.AnchorStyles.Left)
199            | System.Windows.Forms.AnchorStyles.Right)));
200      this.debugTableLayout.AutoScroll = true;
201      this.debugTableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
202      this.debugTableLayout.ColumnCount = 2;
203      this.debugTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
204      this.debugTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
205      this.debugTableLayout.Controls.Add(this.execGroupBox, 0, 0);
206      this.debugTableLayout.Location = new System.Drawing.Point(6, 33);
207      this.debugTableLayout.Name = "debugTableLayout";
208      this.debugTableLayout.RowCount = 1;
209      this.debugTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
210      this.debugTableLayout.Size = new System.Drawing.Size(962, 563);
211      this.debugTableLayout.TabIndex = 2;
212      //
213      // execGroupBox
214      //
215      this.execGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
216            | System.Windows.Forms.AnchorStyles.Left)
217            | System.Windows.Forms.AnchorStyles.Right)));
218      this.execGroupBox.AutoSize = true;
219      this.execGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
220      this.execGroupBox.Controls.Add(this.execList);
221      this.execGroupBox.Location = new System.Drawing.Point(3, 3);
222      this.execGroupBox.Name = "execGroupBox";
223      this.execGroupBox.Size = new System.Drawing.Size(244, 557);
224      this.execGroupBox.TabIndex = 3;
225      this.execGroupBox.TabStop = false;
226      this.execGroupBox.Text = "Exec";
227      //
228      // execList
229      //
230      this.execList.Dock = System.Windows.Forms.DockStyle.Fill;
231      this.execList.FormattingEnabled = true;
232      this.execList.Location = new System.Drawing.Point(3, 16);
233      this.execList.Name = "execList";
234      this.execList.Size = new System.Drawing.Size(238, 538);
235      this.execList.TabIndex = 0;
236      //
237      // tabPage2
238      //
239      this.tabPage2.Controls.Add(this.resultsDataGrid);
240      this.tabPage2.Location = new System.Drawing.Point(4, 22);
241      this.tabPage2.Name = "tabPage2";
242      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
243      this.tabPage2.Size = new System.Drawing.Size(974, 608);
244      this.tabPage2.TabIndex = 1;
245      this.tabPage2.Text = "Results";
246      this.tabPage2.UseVisualStyleBackColor = true;
247      //
248      // resultsDataGrid
249      //
250      this.resultsDataGrid.AllowUserToAddRows = false;
251      this.resultsDataGrid.AllowUserToDeleteRows = false;
252      this.resultsDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
253      this.resultsDataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
254      this.resultsDataGrid.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
255      this.resultsDataGrid.Location = new System.Drawing.Point(3, 3);
256      this.resultsDataGrid.Name = "resultsDataGrid";
257      this.resultsDataGrid.ReadOnly = true;
258      this.resultsDataGrid.Size = new System.Drawing.Size(968, 602);
259      this.resultsDataGrid.TabIndex = 0;
260      //
261      // PushProgramDebuggerView
262      //
263      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
264      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
265      this.Controls.Add(this.tabControl);
266      this.Name = "PushProgramDebuggerView";
267      this.Size = new System.Drawing.Size(991, 697);
268      this.Controls.SetChildIndex(this.tabControl, 0);
269      this.Controls.SetChildIndex(this.nameLabel, 0);
270      this.Controls.SetChildIndex(this.nameTextBox, 0);
271      this.Controls.SetChildIndex(this.infoLabel, 0);
272      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
273      this.tabControl.ResumeLayout(false);
274      this.tabPage1.ResumeLayout(false);
275      this.tabPage1.PerformLayout();
276      ((System.ComponentModel.ISupportInitialize)(this.stepWidthBox)).EndInit();
277      this.debugTableLayout.ResumeLayout(false);
278      this.debugTableLayout.PerformLayout();
279      this.execGroupBox.ResumeLayout(false);
280      this.tabPage2.ResumeLayout(false);
281      ((System.ComponentModel.ISupportInitialize)(this.resultsDataGrid)).EndInit();
282      this.ResumeLayout(false);
283      this.PerformLayout();
284
285    }
286
287    #endregion
288
289    private System.Windows.Forms.TabControl tabControl;
290    private System.Windows.Forms.TabPage tabPage1;
291    private System.Windows.Forms.CheckBox skipNoopsCheckBox;
292    private System.Windows.Forms.Button runButton;
293    private System.Windows.Forms.NumericUpDown stepWidthBox;
294    private System.Windows.Forms.Button resetButton;
295    private System.Windows.Forms.Button stepButton;
296    private System.Windows.Forms.ComboBox exampleComboBox;
297    private System.Windows.Forms.Label label1;
298    private System.Windows.Forms.TabPage tabPage2;
299    private System.Windows.Forms.DataGridView resultsDataGrid;
300    private System.Windows.Forms.Button simplifyButton;
301    private System.Windows.Forms.GroupBox execGroupBox;
302    private System.Windows.Forms.TableLayoutPanel debugTableLayout;
303    private System.Windows.Forms.ListBox execList;
304  }
305}
Note: See TracBrowser for help on using the repository browser.