Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/17/10 14:48:30 (14 years ago)
Author:
mkommend
Message:

added simplify button in InteractionSymbolicRegressionSolutionSimplifierView (ticket #1010)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/InteractiveSymbolicRegressionSolutionSimplifierView.Designer.cs

    r3915 r3927  
    4949      this.splitContainer = new System.Windows.Forms.SplitContainer();
    5050      this.grpSimplify = new System.Windows.Forms.GroupBox();
     51      this.btnSimplify = new System.Windows.Forms.Button();
    5152      this.grpViewHost = new System.Windows.Forms.GroupBox();
    5253      this.splitContainer.Panel1.SuspendLayout();
     
    6667      this.treeChart.Location = new System.Drawing.Point(6, 16);
    6768      this.treeChart.Name = "treeChart";
    68       this.treeChart.Size = new System.Drawing.Size(201, 326);
     69      this.treeChart.Size = new System.Drawing.Size(201, 297);
    6970      this.treeChart.Spacing = 5;
    7071      this.treeChart.TabIndex = 0;
     
    106107      // grpSimplify
    107108      //
     109      this.grpSimplify.Controls.Add(this.btnSimplify);
    108110      this.grpSimplify.Controls.Add(this.treeChart);
    109111      this.grpSimplify.Dock = System.Windows.Forms.DockStyle.Fill;
     
    114116      this.grpSimplify.TabStop = false;
    115117      this.grpSimplify.Text = "Simplify";
     118      //
     119      // btnSimplify
     120      //
     121      this.btnSimplify.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     122                  | System.Windows.Forms.AnchorStyles.Right)));
     123      this.btnSimplify.Location = new System.Drawing.Point(6, 319);
     124      this.btnSimplify.Name = "btnSimplify";
     125      this.btnSimplify.Size = new System.Drawing.Size(201, 23);
     126      this.btnSimplify.TabIndex = 1;
     127      this.btnSimplify.Text = "Simplify";
     128      this.btnSimplify.UseVisualStyleBackColor = true;
     129      this.btnSimplify.Click += new System.EventHandler(this.btnSimplify_Click);
    116130      //
    117131      // grpViewHost
     
    149163    private System.Windows.Forms.GroupBox grpSimplify;
    150164    private System.Windows.Forms.GroupBox grpViewHost;
     165    private System.Windows.Forms.Button btnSimplify;
    151166  }
    152167}
Note: See TracChangeset for help on using the changeset viewer.