Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/10/17 11:23:05 (7 years ago)
Author:
pkimmesw
Message:

#2665 Added IsNoop to Expression, Made Expressions storable, Fixed Debugger, Fixed and improved problem data and result visualisation, Added custom ErcOption view, Added problem difficulty to problem data name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushDebuggerView.Designer.cs

    r14897 r14952  
    3838      this.skipNoopsCheckBox = new System.Windows.Forms.CheckBox();
    3939      this.simplifyButton = new System.Windows.Forms.Button();
     40      this.execCountLabel = new System.Windows.Forms.Label();
    4041      this.execGroupBox.SuspendLayout();
    4142      this.debugTableLayout.SuspendLayout();
     
    162163      this.simplifyButton.UseVisualStyleBackColor = true;
    163164      //
     165      // execCountLabel
     166      //
     167      this.execCountLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     168            | System.Windows.Forms.AnchorStyles.Right)));
     169      this.execCountLabel.AutoSize = true;
     170      this.execCountLabel.Location = new System.Drawing.Point(248, 482);
     171      this.execCountLabel.Name = "execCountLabel";
     172      this.execCountLabel.Size = new System.Drawing.Size(0, 13);
     173      this.execCountLabel.TabIndex = 27;
     174      //
    164175      // PushDebuggerView
    165176      //
    166177      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    167178      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     179      this.Controls.Add(this.execCountLabel);
    168180      this.Controls.Add(this.simplifyButton);
    169181      this.Controls.Add(this.skipNoopsCheckBox);
     
    195207    private CheckBox skipNoopsCheckBox;
    196208    private Button simplifyButton;
     209    private Label execCountLabel;
    197210  }
    198211}
Note: See TracChangeset for help on using the changeset viewer.