Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/06/09 09:40:25 (14 years ago)
Author:
gkronber
Message:

Implemented #772 (Text export of SVM models)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.SupportVectorMachines/3.2/PredictorView.Designer.cs

    r2373 r2411  
    5454      this.minTimeOffsetLabel = new System.Windows.Forms.Label();
    5555      this.SuspendLayout();
     56      //
     57      // textBox
     58      //
     59      this.textBox.Location = new System.Drawing.Point(0, 238);
     60      this.textBox.Size = new System.Drawing.Size(324, 130);
    5661      //
    5762      // lowerPredictionLimit
     
    136141      this.Controls.Add(this.lowerPredictionLimit);
    137142      this.Name = "PredictorView";
    138       this.Size = new System.Drawing.Size(252, 240);
     143      this.Size = new System.Drawing.Size(324, 371);
     144      this.Controls.SetChildIndex(this.textBox, 0);
    139145      this.Controls.SetChildIndex(this.lowerPredictionLimit, 0);
    140146      this.Controls.SetChildIndex(this.lowerLimitTextbox, 0);
Note: See TracChangeset for help on using the changeset viewer.