Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3469


Ignore:
Timestamp:
04/21/10 18:39:46 (14 years ago)
Author:
mkommend
Message:

corrected SymbolExpressionModelViews (ticket #938)

Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/SimplifiedSymbolicExpressionModelView.designer.cs

    r3461 r3469  
    6363      // viewHost
    6464      //
     65      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     66                  | System.Windows.Forms.AnchorStyles.Left)
     67                  | System.Windows.Forms.AnchorStyles.Right)));
    6568      this.viewHost.Caption = null;
    6669      this.viewHost.Content = null;
    67       this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
    68       this.viewHost.Location = new System.Drawing.Point(3, 16);
     70      this.viewHost.Location = new System.Drawing.Point(6, 19);
    6971      this.viewHost.Name = "viewHost";
    7072      this.viewHost.ReadOnly = false;
    71       this.viewHost.Size = new System.Drawing.Size(346, 394);
     73      this.viewHost.Size = new System.Drawing.Size(340, 388);
    7274      this.viewHost.TabIndex = 0;
    7375      this.viewHost.ViewType = null;
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/SymbolicExpressionModelView.cs

    r3462 r3469  
    3939
    4040namespace HeuristicLab.Problems.DataAnalysis.Views.Symbolic {
    41   [View("Symbolic Exression Model View")]
     41  [View("Symbolic Expression Model View")]
    4242  [Content(typeof(SymbolicRegressionSolution))]
    4343  public partial class SymbolicExpressionModelView : AsynchronousContentView {
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/SymbolicExpressionModelView.designer.cs

    r3461 r3469  
    6363      // viewHost
    6464      //
     65      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     66                  | System.Windows.Forms.AnchorStyles.Left)
     67                  | System.Windows.Forms.AnchorStyles.Right)));
    6568      this.viewHost.Caption = null;
    6669      this.viewHost.Content = null;
    67       this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
    68       this.viewHost.Location = new System.Drawing.Point(3, 16);
     70      this.viewHost.Location = new System.Drawing.Point(6, 19);
    6971      this.viewHost.Name = "viewHost";
    7072      this.viewHost.ReadOnly = false;
    71       this.viewHost.Size = new System.Drawing.Size(346, 394);
     73      this.viewHost.Size = new System.Drawing.Size(340, 388);
    7274      this.viewHost.TabIndex = 0;
    7375      this.viewHost.ViewType = null;
Note: See TracChangeset for help on using the changeset viewer.