Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/01/17 09:28:34 (7 years ago)
Author:
pkimmesw
Message:

#2665 Fixed Benchmark Problem Definition, Converted LoopExpressions to stateless expressions, Added several unit test to ensure funcionality, Fixed UI bugs

File:
1 edited

Legend:

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

    r14727 r15017  
    2626      this.groupBox1 = new System.Windows.Forms.GroupBox();
    2727      this.expressionsTreeView = new System.Windows.Forms.TreeView();
    28       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    2928      this.groupBox1.SuspendLayout();
    3029      this.SuspendLayout();
    3130      //
    32       // nameTextBox
    33       //
    34       this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    35       this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    36       this.nameTextBox.Size = new System.Drawing.Size(244, 20);
    37       //
    38       // infoLabel
    39       //
    40       this.infoLabel.Location = new System.Drawing.Point(308, 3);
    41       //
    4231      // groupBox1
    4332      //
    44       this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    45             | System.Windows.Forms.AnchorStyles.Left)
    46             | System.Windows.Forms.AnchorStyles.Right)));
    4733      this.groupBox1.Controls.Add(this.expressionsTreeView);
    48       this.groupBox1.Location = new System.Drawing.Point(6, 26);
     34      this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     35      this.groupBox1.Location = new System.Drawing.Point(0, 0);
    4936      this.groupBox1.Name = "groupBox1";
    50       this.groupBox1.Size = new System.Drawing.Size(318, 426);
     37      this.groupBox1.Size = new System.Drawing.Size(327, 455);
    5138      this.groupBox1.TabIndex = 3;
    5239      this.groupBox1.TabStop = false;
     
    5542      // expressionsTreeView
    5643      //
    57       this.expressionsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    58             | System.Windows.Forms.AnchorStyles.Left)
    59             | System.Windows.Forms.AnchorStyles.Right)));
    6044      this.expressionsTreeView.CheckBoxes = true;
    61       this.expressionsTreeView.Location = new System.Drawing.Point(6, 19);
     45      this.expressionsTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
     46      this.expressionsTreeView.Location = new System.Drawing.Point(3, 16);
    6247      this.expressionsTreeView.Name = "expressionsTreeView";
    63       this.expressionsTreeView.Size = new System.Drawing.Size(306, 401);
     48      this.expressionsTreeView.Size = new System.Drawing.Size(321, 436);
    6449      this.expressionsTreeView.TabIndex = 0;
    6550      //
     
    7156      this.Name = "ExpressionSelectionView";
    7257      this.Size = new System.Drawing.Size(327, 455);
    73       this.Controls.SetChildIndex(this.nameLabel, 0);
    74       this.Controls.SetChildIndex(this.nameTextBox, 0);
    75       this.Controls.SetChildIndex(this.infoLabel, 0);
    76       this.Controls.SetChildIndex(this.groupBox1, 0);
    77       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    7858      this.groupBox1.ResumeLayout(false);
    7959      this.ResumeLayout(false);
    80       this.PerformLayout();
    8160
    8261    }
Note: See TracChangeset for help on using the changeset viewer.