Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/01/14 17:42:44 (10 years ago)
Author:
mkommend
Message:

#2206: Clean up of data preprocessing code (removed unused code, used more appropriate collections, hiding of the backtransform button of symreg models).

Location:
branches/DataPreprocessing/HeuristicLab.Optimization.Views/3.3
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj

    r10589 r11070  
    392392    </ProjectReference>
    393393  </ItemGroup>
    394   <ItemGroup>
    395     <EmbeddedResource Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.resx">
    396       <DependentUpon>RunCollectionComparisonConstraintView.cs</DependentUpon>
    397     </EmbeddedResource>
    398   </ItemGroup>
    399394  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    400395  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • branches/DataPreprocessing/HeuristicLab.Optimization.Views/3.3/RunCollectionConstraintViews/RunCollectionComparisonConstraintView.Designer.cs

    r10589 r11070  
    4848      this.txtConstraintData = new System.Windows.Forms.TextBox();
    4949      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
    50       this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
    5150      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5251      this.SuspendLayout();
     
    5453      // txtConstraintData
    5554      //
    56       this.txtConstraintData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     55      this.txtConstraintData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    5756            | System.Windows.Forms.AnchorStyles.Right)));
    5857      this.errorProvider.SetIconAlignment(this.txtConstraintData, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     
    6867      //
    6968      this.errorProvider.ContainerControl = this;
    70       //
    71       // contextMenuStrip1
    72       //
    73       this.contextMenuStrip1.Name = "contextMenuStrip1";
    7469      //
    7570      // RunCollectionComparisonConstraintView
     
    9287    private System.Windows.Forms.TextBox txtConstraintData;
    9388    private System.Windows.Forms.ErrorProvider errorProvider;
    94     private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
    9589  }
    9690}
Note: See TracChangeset for help on using the changeset viewer.