Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushDebuggerView.Designer.cs @ 14914

Last change on this file since 14914 was 14897, checked in by pkimmesw, 8 years ago

#2665 Dynamic ErcValues, Separate Push from BenchmarkSuite Push

File size: 9.2 KB
Line 
1namespace HeuristicLab.Problems.ProgramSynthesis.Push.Views {
2  using System.ComponentModel;
3  using System.Drawing;
4  using System.Windows.Forms;
5
6  partial class PushDebuggerView {
7    /// <summary>
8    /// Required designer variable.
9    /// </summary>
10    private IContainer components = null;
11
12    /// <summary>
13    /// Clean up any resources being used.
14    /// </summary>
15    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
16    protected override void Dispose(bool disposing) {
17      if (disposing && (this.components != null)) {
18        this.components.Dispose();
19      }
20      base.Dispose(disposing);
21    }
22
23    #region Component Designer generated code
24
25    /// <summary>
26    /// Required method for Designer support - do not modify
27    /// the contents of this method with the code editor.
28    /// </summary>
29    private void InitializeComponent() {
30      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PushDebuggerView));
31      this.execGroupBox = new System.Windows.Forms.GroupBox();
32      this.execList = new System.Windows.Forms.ListBox();
33      this.debugTableLayout = new System.Windows.Forms.TableLayoutPanel();
34      this.stepButton = new System.Windows.Forms.Button();
35      this.resetButton = new System.Windows.Forms.Button();
36      this.stepWidthBox = new System.Windows.Forms.NumericUpDown();
37      this.runButton = new System.Windows.Forms.Button();
38      this.skipNoopsCheckBox = new System.Windows.Forms.CheckBox();
39      this.simplifyButton = new System.Windows.Forms.Button();
40      this.execGroupBox.SuspendLayout();
41      this.debugTableLayout.SuspendLayout();
42      ((System.ComponentModel.ISupportInitialize)(this.stepWidthBox)).BeginInit();
43      this.SuspendLayout();
44      //
45      // execGroupBox
46      //
47      this.execGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
48            | System.Windows.Forms.AnchorStyles.Left)
49            | System.Windows.Forms.AnchorStyles.Right)));
50      this.execGroupBox.AutoSize = true;
51      this.execGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
52      this.execGroupBox.Controls.Add(this.execList);
53      this.execGroupBox.Location = new System.Drawing.Point(3, 3);
54      this.execGroupBox.Name = "execGroupBox";
55      this.execGroupBox.Size = new System.Drawing.Size(244, 460);
56      this.execGroupBox.TabIndex = 3;
57      this.execGroupBox.TabStop = false;
58      this.execGroupBox.Text = "Exec";
59      //
60      // execList
61      //
62      this.execList.Dock = System.Windows.Forms.DockStyle.Fill;
63      this.execList.FormattingEnabled = true;
64      this.execList.Location = new System.Drawing.Point(3, 16);
65      this.execList.Name = "execList";
66      this.execList.Size = new System.Drawing.Size(238, 441);
67      this.execList.TabIndex = 0;
68      //
69      // debugTableLayout
70      //
71      this.debugTableLayout.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
72            | System.Windows.Forms.AnchorStyles.Left)
73            | System.Windows.Forms.AnchorStyles.Right)));
74      this.debugTableLayout.AutoScroll = true;
75      this.debugTableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
76      this.debugTableLayout.ColumnCount = 2;
77      this.debugTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
78      this.debugTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
79      this.debugTableLayout.Controls.Add(this.execGroupBox, 0, 0);
80      this.debugTableLayout.Location = new System.Drawing.Point(3, 3);
81      this.debugTableLayout.Name = "debugTableLayout";
82      this.debugTableLayout.RowCount = 1;
83      this.debugTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
84      this.debugTableLayout.Size = new System.Drawing.Size(872, 466);
85      this.debugTableLayout.TabIndex = 18;
86      //
87      // stepButton
88      //
89      this.stepButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
90      this.stepButton.Image = ((System.Drawing.Image)(resources.GetObject("stepButton.Image")));
91      this.stepButton.Location = new System.Drawing.Point(109, 475);
92      this.stepButton.Name = "stepButton";
93      this.stepButton.Size = new System.Drawing.Size(28, 26);
94      this.stepButton.TabIndex = 22;
95      this.stepButton.UseVisualStyleBackColor = true;
96      //
97      // resetButton
98      //
99      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
100      this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
101      this.resetButton.Location = new System.Drawing.Point(3, 475);
102      this.resetButton.Name = "resetButton";
103      this.resetButton.Size = new System.Drawing.Size(28, 26);
104      this.resetButton.TabIndex = 23;
105      this.resetButton.UseVisualStyleBackColor = true;
106      //
107      // stepWidthBox
108      //
109      this.stepWidthBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
110      this.stepWidthBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
111      this.stepWidthBox.Location = new System.Drawing.Point(70, 476);
112      this.stepWidthBox.Maximum = new decimal(new int[] {
113            99999,
114            0,
115            0,
116            0});
117      this.stepWidthBox.Minimum = new decimal(new int[] {
118            1,
119            0,
120            0,
121            0});
122      this.stepWidthBox.Name = "stepWidthBox";
123      this.stepWidthBox.Size = new System.Drawing.Size(40, 24);
124      this.stepWidthBox.TabIndex = 21;
125      this.stepWidthBox.Value = new decimal(new int[] {
126            1,
127            0,
128            0,
129            0});
130      //
131      // runButton
132      //
133      this.runButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
134      this.runButton.Image = ((System.Drawing.Image)(resources.GetObject("runButton.Image")));
135      this.runButton.Location = new System.Drawing.Point(37, 475);
136      this.runButton.Name = "runButton";
137      this.runButton.Size = new System.Drawing.Size(28, 26);
138      this.runButton.TabIndex = 24;
139      this.runButton.UseVisualStyleBackColor = true;
140      //
141      // skipNoopsCheckBox
142      //
143      this.skipNoopsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
144      this.skipNoopsCheckBox.AutoSize = true;
145      this.skipNoopsCheckBox.Checked = true;
146      this.skipNoopsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
147      this.skipNoopsCheckBox.Location = new System.Drawing.Point(147, 481);
148      this.skipNoopsCheckBox.Name = "skipNoopsCheckBox";
149      this.skipNoopsCheckBox.Size = new System.Drawing.Size(81, 17);
150      this.skipNoopsCheckBox.TabIndex = 25;
151      this.skipNoopsCheckBox.Text = "Skip NOOP";
152      this.skipNoopsCheckBox.UseVisualStyleBackColor = true;
153      //
154      // simplifyButton
155      //
156      this.simplifyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
157      this.simplifyButton.Location = new System.Drawing.Point(813, 475);
158      this.simplifyButton.Name = "simplifyButton";
159      this.simplifyButton.Size = new System.Drawing.Size(62, 26);
160      this.simplifyButton.TabIndex = 26;
161      this.simplifyButton.Text = "Simplify";
162      this.simplifyButton.UseVisualStyleBackColor = true;
163      //
164      // PushDebuggerView
165      //
166      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
167      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
168      this.Controls.Add(this.simplifyButton);
169      this.Controls.Add(this.skipNoopsCheckBox);
170      this.Controls.Add(this.runButton);
171      this.Controls.Add(this.stepWidthBox);
172      this.Controls.Add(this.resetButton);
173      this.Controls.Add(this.stepButton);
174      this.Controls.Add(this.debugTableLayout);
175      this.Name = "PushDebuggerView";
176      this.Size = new System.Drawing.Size(878, 504);
177      this.execGroupBox.ResumeLayout(false);
178      this.debugTableLayout.ResumeLayout(false);
179      this.debugTableLayout.PerformLayout();
180      ((System.ComponentModel.ISupportInitialize)(this.stepWidthBox)).EndInit();
181      this.ResumeLayout(false);
182      this.PerformLayout();
183
184    }
185
186    #endregion
187
188    private GroupBox execGroupBox;
189    private ListBox execList;
190    private TableLayoutPanel debugTableLayout;
191    private Button stepButton;
192    private Button resetButton;
193    private NumericUpDown stepWidthBox;
194    private Button runButton;
195    private CheckBox skipNoopsCheckBox;
196    private Button simplifyButton;
197  }
198}
Note: See TracBrowser for help on using the repository browser.