namespace HeuristicLab.Problems.ProgramSynthesis.Views {
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
partial class PushDebuggerView {
///
/// Required designer variable.
///
private IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (this.components != null)) {
this.components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PushDebuggerView));
this.debugTableLayout = new System.Windows.Forms.TableLayoutPanel();
this.exec2GroupBox = new System.Windows.Forms.GroupBox();
this.execTreeView = new HeuristicLab.Problems.ProgramSynthesis.Views.PushProgramTreeView();
this.stepButton = new System.Windows.Forms.Button();
this.resetButton = new System.Windows.Forms.Button();
this.stepWidthBox = new System.Windows.Forms.NumericUpDown();
this.runButton = new System.Windows.Forms.Button();
this.skipNoopsCheckBox = new System.Windows.Forms.CheckBox();
this.simplifyButton = new System.Windows.Forms.Button();
this.execCountLabel = new System.Windows.Forms.Label();
this.debugTableLayout.SuspendLayout();
this.exec2GroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.stepWidthBox)).BeginInit();
this.SuspendLayout();
//
// debugTableLayout
//
this.debugTableLayout.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.debugTableLayout.AutoScroll = true;
this.debugTableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.debugTableLayout.ColumnCount = 2;
this.debugTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 350F));
this.debugTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.debugTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.debugTableLayout.Controls.Add(this.exec2GroupBox, 0, 0);
this.debugTableLayout.Location = new System.Drawing.Point(3, 3);
this.debugTableLayout.Name = "debugTableLayout";
this.debugTableLayout.RowCount = 1;
this.debugTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.debugTableLayout.Size = new System.Drawing.Size(872, 466);
this.debugTableLayout.TabIndex = 18;
//
// exec2GroupBox
//
this.exec2GroupBox.Controls.Add(this.execTreeView);
this.exec2GroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.exec2GroupBox.Location = new System.Drawing.Point(3, 3);
this.exec2GroupBox.Name = "exec2GroupBox";
this.exec2GroupBox.Size = new System.Drawing.Size(344, 460);
this.exec2GroupBox.TabIndex = 4;
this.exec2GroupBox.TabStop = false;
this.exec2GroupBox.Text = "Exec";
//
// execTreeView
//
this.execTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
this.execTreeView.Location = new System.Drawing.Point(3, 16);
this.execTreeView.Name = "execTreeView";
this.execTreeView.Size = new System.Drawing.Size(338, 441);
this.execTreeView.TabIndex = 0;
//
// stepButton
//
this.stepButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.stepButton.Image = ((System.Drawing.Image)(resources.GetObject("stepButton.Image")));
this.stepButton.Location = new System.Drawing.Point(109, 475);
this.stepButton.Name = "stepButton";
this.stepButton.Size = new System.Drawing.Size(28, 26);
this.stepButton.TabIndex = 22;
this.stepButton.UseVisualStyleBackColor = true;
//
// resetButton
//
this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
this.resetButton.Location = new System.Drawing.Point(3, 475);
this.resetButton.Name = "resetButton";
this.resetButton.Size = new System.Drawing.Size(28, 26);
this.resetButton.TabIndex = 23;
this.resetButton.UseVisualStyleBackColor = true;
//
// stepWidthBox
//
this.stepWidthBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.stepWidthBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.stepWidthBox.Location = new System.Drawing.Point(70, 476);
this.stepWidthBox.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.stepWidthBox.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.stepWidthBox.Name = "stepWidthBox";
this.stepWidthBox.Size = new System.Drawing.Size(40, 24);
this.stepWidthBox.TabIndex = 21;
this.stepWidthBox.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// runButton
//
this.runButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.runButton.Image = ((System.Drawing.Image)(resources.GetObject("runButton.Image")));
this.runButton.Location = new System.Drawing.Point(37, 475);
this.runButton.Name = "runButton";
this.runButton.Size = new System.Drawing.Size(28, 26);
this.runButton.TabIndex = 24;
this.runButton.UseVisualStyleBackColor = true;
//
// skipNoopsCheckBox
//
this.skipNoopsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.skipNoopsCheckBox.AutoSize = true;
this.skipNoopsCheckBox.Checked = true;
this.skipNoopsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.skipNoopsCheckBox.Location = new System.Drawing.Point(147, 481);
this.skipNoopsCheckBox.Name = "skipNoopsCheckBox";
this.skipNoopsCheckBox.Size = new System.Drawing.Size(81, 17);
this.skipNoopsCheckBox.TabIndex = 25;
this.skipNoopsCheckBox.Text = "Skip NOOP";
this.skipNoopsCheckBox.UseVisualStyleBackColor = true;
//
// simplifyButton
//
this.simplifyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.simplifyButton.Location = new System.Drawing.Point(813, 475);
this.simplifyButton.Name = "simplifyButton";
this.simplifyButton.Size = new System.Drawing.Size(62, 26);
this.simplifyButton.TabIndex = 26;
this.simplifyButton.Text = "Simplify";
this.simplifyButton.UseVisualStyleBackColor = true;
//
// execCountLabel
//
this.execCountLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.execCountLabel.AutoSize = true;
this.execCountLabel.Location = new System.Drawing.Point(248, 482);
this.execCountLabel.Name = "execCountLabel";
this.execCountLabel.Size = new System.Drawing.Size(0, 13);
this.execCountLabel.TabIndex = 27;
//
// PushDebuggerView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.execCountLabel);
this.Controls.Add(this.simplifyButton);
this.Controls.Add(this.skipNoopsCheckBox);
this.Controls.Add(this.runButton);
this.Controls.Add(this.stepWidthBox);
this.Controls.Add(this.resetButton);
this.Controls.Add(this.stepButton);
this.Controls.Add(this.debugTableLayout);
this.Name = "PushDebuggerView";
this.Size = new System.Drawing.Size(878, 504);
this.debugTableLayout.ResumeLayout(false);
this.exec2GroupBox.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.stepWidthBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private TableLayoutPanel debugTableLayout;
private Button stepButton;
private Button resetButton;
private NumericUpDown stepWidthBox;
private Button runButton;
private CheckBox skipNoopsCheckBox;
private Button simplifyButton;
private Label execCountLabel;
private GroupBox exec2GroupBox;
private PushProgramTreeView execTreeView;
}
}