Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/31/08 19:46:44 (15 years ago)
Author:
gkronber
Message:

worked on CEDMA analysis frontend. #419 (Refactor CEDMA plugins)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Core/DataSetView.Designer.cs

    r988 r1073  
    4747      this.editorGroupBox = new System.Windows.Forms.GroupBox();
    4848      this.activateButton = new System.Windows.Forms.Button();
     49      this.resultsButton = new System.Windows.Forms.Button();
    4950      this.SuspendLayout();
    5051      //
     
    7273      this.activateButton.Click += new System.EventHandler(this.activateButton_Click);
    7374      //
     75      // resultsButton
     76      //
     77      this.resultsButton.Location = new System.Drawing.Point(84, 128);
     78      this.resultsButton.Name = "resultsButton";
     79      this.resultsButton.Size = new System.Drawing.Size(75, 23);
     80      this.resultsButton.TabIndex = 3;
     81      this.resultsButton.Text = "Show results";
     82      this.resultsButton.UseVisualStyleBackColor = true;
     83      this.resultsButton.Click += new System.EventHandler(this.resultsButton_Click);
     84      //
    7485      // DataSetView
    7586      //
    7687      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7788      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     89      this.Controls.Add(this.resultsButton);
    7890      this.Controls.Add(this.activateButton);
    7991      this.Controls.Add(this.editorGroupBox);
     
    88100    private System.Windows.Forms.GroupBox editorGroupBox;
    89101    private System.Windows.Forms.Button activateButton;
     102    private System.Windows.Forms.Button resultsButton;
    90103  }
    91104}
Note: See TracChangeset for help on using the changeset viewer.