Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/04/13 22:00:01 (11 years ago)
Author:
ascheibe
Message:

#1886 adapted convex hull view to work with real vectors and permutations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/ConvexHullView.Designer.cs

    r10007 r10027  
    11namespace HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views {
    2   partial class ConvexHullView {
     2  partial class ConvexHullView<TKey, TValue> {
    33    /// <summary>
    44    /// Required designer variable.
     
    4040      // resultsTextBox
    4141      //
    42       this.resultsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    43             | System.Windows.Forms.AnchorStyles.Left) 
     42      this.resultsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     43            | System.Windows.Forms.AnchorStyles.Left)
    4444            | System.Windows.Forms.AnchorStyles.Right)));
    4545      this.resultsTextBox.Location = new System.Drawing.Point(3, 33);
Note: See TracChangeset for help on using the changeset viewer.