Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/07/12 12:35:42 (12 years ago)
Author:
gkronber
Message:

#1081 improved formatter, line chart view, simplifier for time series prognosis solutions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/MathSymbolicDataAnalysisModelView.designer.cs

    r7460 r7463  
    5353      this.webBrowser.AllowNavigation = false;
    5454      this.webBrowser.AllowWebBrowserDrop = false;
    55       this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
     55      this.webBrowser.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     56            | System.Windows.Forms.AnchorStyles.Left)
     57            | System.Windows.Forms.AnchorStyles.Right)));
    5658      this.webBrowser.IsWebBrowserContextMenuEnabled = false;
    57       this.webBrowser.Location = new System.Drawing.Point(0, 0);
     59      this.webBrowser.Location = new System.Drawing.Point(3, 3);
    5860      this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20);
    5961      this.webBrowser.Name = "webBrowser";
    60       this.webBrowser.Size = new System.Drawing.Size(352, 413);
     62      this.webBrowser.Size = new System.Drawing.Size(346, 407);
    6163      this.webBrowser.TabIndex = 0;
    6264      this.webBrowser.WebBrowserShortcutsEnabled = false;
Note: See TracChangeset for help on using the changeset viewer.