Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis.Views/PushDebuggerView.Designer.cs @ 15771

Last change on this file since 15771 was 15771, checked in by bburlacu, 6 years ago

#2895: Add solution skeleton for PushGP with genealogy analysis.

File size: 9.7 KB
Line 
1namespace HeuristicLab.Problems.ProgramSynthesis.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.debugTableLayout = new System.Windows.Forms.TableLayoutPanel();
32      this.exec2GroupBox = new System.Windows.Forms.GroupBox();
33      this.execTreeView = new HeuristicLab.Problems.ProgramSynthesis.Views.PushProgramTreeView();
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.execCountLabel = new System.Windows.Forms.Label();
41      this.debugTableLayout.SuspendLayout();
42      this.exec2GroupBox.SuspendLayout();
43      ((System.ComponentModel.ISupportInitialize)(this.stepWidthBox)).BeginInit();
44      this.SuspendLayout();
45      //
46      // debugTableLayout
47      //
48      this.debugTableLayout.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
49            | System.Windows.Forms.AnchorStyles.Left)
50            | System.Windows.Forms.AnchorStyles.Right)));
51      this.debugTableLayout.AutoScroll = true;
52      this.debugTableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
53      this.debugTableLayout.ColumnCount = 2;
54      this.debugTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 350F));
55      this.debugTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
56      this.debugTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
57      this.debugTableLayout.Controls.Add(this.exec2GroupBox, 0, 0);
58      this.debugTableLayout.Location = new System.Drawing.Point(3, 3);
59      this.debugTableLayout.Name = "debugTableLayout";
60      this.debugTableLayout.RowCount = 1;
61      this.debugTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
62      this.debugTableLayout.Size = new System.Drawing.Size(872, 466);
63      this.debugTableLayout.TabIndex = 18;
64      //
65      // exec2GroupBox
66      //
67      this.exec2GroupBox.Controls.Add(this.execTreeView);
68      this.exec2GroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
69      this.exec2GroupBox.Location = new System.Drawing.Point(3, 3);
70      this.exec2GroupBox.Name = "exec2GroupBox";
71      this.exec2GroupBox.Size = new System.Drawing.Size(344, 460);
72      this.exec2GroupBox.TabIndex = 4;
73      this.exec2GroupBox.TabStop = false;
74      this.exec2GroupBox.Text = "Exec";
75      //
76      // execTreeView
77      //
78      this.execTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
79      this.execTreeView.Location = new System.Drawing.Point(3, 16);
80      this.execTreeView.Name = "execTreeView";
81      this.execTreeView.Size = new System.Drawing.Size(338, 441);
82      this.execTreeView.TabIndex = 0;
83      //
84      // stepButton
85      //
86      this.stepButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
87      this.stepButton.Image = ((System.Drawing.Image)(resources.GetObject("stepButton.Image")));
88      this.stepButton.Location = new System.Drawing.Point(109, 475);
89      this.stepButton.Name = "stepButton";
90      this.stepButton.Size = new System.Drawing.Size(28, 26);
91      this.stepButton.TabIndex = 22;
92      this.stepButton.UseVisualStyleBackColor = true;
93      //
94      // resetButton
95      //
96      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
97      this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
98      this.resetButton.Location = new System.Drawing.Point(3, 475);
99      this.resetButton.Name = "resetButton";
100      this.resetButton.Size = new System.Drawing.Size(28, 26);
101      this.resetButton.TabIndex = 23;
102      this.resetButton.UseVisualStyleBackColor = true;
103      //
104      // stepWidthBox
105      //
106      this.stepWidthBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
107      this.stepWidthBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
108      this.stepWidthBox.Location = new System.Drawing.Point(70, 476);
109      this.stepWidthBox.Maximum = new decimal(new int[] {
110            99999,
111            0,
112            0,
113            0});
114      this.stepWidthBox.Minimum = new decimal(new int[] {
115            1,
116            0,
117            0,
118            0});
119      this.stepWidthBox.Name = "stepWidthBox";
120      this.stepWidthBox.Size = new System.Drawing.Size(40, 24);
121      this.stepWidthBox.TabIndex = 21;
122      this.stepWidthBox.Value = new decimal(new int[] {
123            1,
124            0,
125            0,
126            0});
127      //
128      // runButton
129      //
130      this.runButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
131      this.runButton.Image = ((System.Drawing.Image)(resources.GetObject("runButton.Image")));
132      this.runButton.Location = new System.Drawing.Point(37, 475);
133      this.runButton.Name = "runButton";
134      this.runButton.Size = new System.Drawing.Size(28, 26);
135      this.runButton.TabIndex = 24;
136      this.runButton.UseVisualStyleBackColor = true;
137      //
138      // skipNoopsCheckBox
139      //
140      this.skipNoopsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
141      this.skipNoopsCheckBox.AutoSize = true;
142      this.skipNoopsCheckBox.Checked = true;
143      this.skipNoopsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
144      this.skipNoopsCheckBox.Location = new System.Drawing.Point(147, 481);
145      this.skipNoopsCheckBox.Name = "skipNoopsCheckBox";
146      this.skipNoopsCheckBox.Size = new System.Drawing.Size(81, 17);
147      this.skipNoopsCheckBox.TabIndex = 25;
148      this.skipNoopsCheckBox.Text = "Skip NOOP";
149      this.skipNoopsCheckBox.UseVisualStyleBackColor = true;
150      //
151      // simplifyButton
152      //
153      this.simplifyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
154      this.simplifyButton.Location = new System.Drawing.Point(813, 475);
155      this.simplifyButton.Name = "simplifyButton";
156      this.simplifyButton.Size = new System.Drawing.Size(62, 26);
157      this.simplifyButton.TabIndex = 26;
158      this.simplifyButton.Text = "Simplify";
159      this.simplifyButton.UseVisualStyleBackColor = true;
160      //
161      // execCountLabel
162      //
163      this.execCountLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
164            | System.Windows.Forms.AnchorStyles.Right)));
165      this.execCountLabel.AutoSize = true;
166      this.execCountLabel.Location = new System.Drawing.Point(248, 482);
167      this.execCountLabel.Name = "execCountLabel";
168      this.execCountLabel.Size = new System.Drawing.Size(0, 13);
169      this.execCountLabel.TabIndex = 27;
170      //
171      // PushDebuggerView
172      //
173      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
174      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
175      this.Controls.Add(this.execCountLabel);
176      this.Controls.Add(this.simplifyButton);
177      this.Controls.Add(this.skipNoopsCheckBox);
178      this.Controls.Add(this.runButton);
179      this.Controls.Add(this.stepWidthBox);
180      this.Controls.Add(this.resetButton);
181      this.Controls.Add(this.stepButton);
182      this.Controls.Add(this.debugTableLayout);
183      this.Name = "PushDebuggerView";
184      this.Size = new System.Drawing.Size(878, 504);
185      this.debugTableLayout.ResumeLayout(false);
186      this.exec2GroupBox.ResumeLayout(false);
187      ((System.ComponentModel.ISupportInitialize)(this.stepWidthBox)).EndInit();
188      this.ResumeLayout(false);
189      this.PerformLayout();
190
191    }
192
193    #endregion
194    private TableLayoutPanel debugTableLayout;
195    private Button stepButton;
196    private Button resetButton;
197    private NumericUpDown stepWidthBox;
198    private Button runButton;
199    private CheckBox skipNoopsCheckBox;
200    private Button simplifyButton;
201    private Label execCountLabel;
202    private GroupBox exec2GroupBox;
203    private PushProgramTreeView execTreeView;
204  }
205}
Note: See TracBrowser for help on using the repository browser.