Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/15/11 23:11:41 (13 years ago)
Author:
abeham
Message:

#1541

  • Added PermutationView that allows to change the permutation type
  • Updated AFA and PopDiv Analyzer
  • Simplified QAP name to just the instance when loading from embedded resource
Location:
branches/QAPAlgorithms/HeuristicLab.Data.Views/3.3
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/QAPAlgorithms/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj

    r5809 r6416  
    221221    </BootstrapperPackage>
    222222  </ItemGroup>
     223  <ItemGroup>
     224    <EmbeddedResource Include="StringConvertibleArrayView.resx">
     225      <DependentUpon>StringConvertibleArrayView.cs</DependentUpon>
     226    </EmbeddedResource>
     227  </ItemGroup>
    223228  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    224229  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • branches/QAPAlgorithms/HeuristicLab.Data.Views/3.3/StringConvertibleArrayView.Designer.cs

    r5445 r6416  
    116116    #endregion
    117117
    118     private System.Windows.Forms.Label lengthLabel;
    119     private System.Windows.Forms.TextBox lengthTextBox;
    120     private System.Windows.Forms.DataGridView dataGridView;
    121     private System.Windows.Forms.ErrorProvider errorProvider;
     118    protected System.Windows.Forms.DataGridView dataGridView;
     119    protected System.Windows.Forms.Label lengthLabel;
     120    protected System.Windows.Forms.TextBox lengthTextBox;
     121    protected System.Windows.Forms.ErrorProvider errorProvider;
    122122
    123123  }
Note: See TracChangeset for help on using the changeset viewer.