Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12602


Ignore:
Timestamp:
07/06/15 14:45:09 (9 years ago)
Author:
ascheibe
Message:

#2306 moved BoolMatrixView to trunk

Location:
trunk/sources/HeuristicLab.Data.Views/3.3
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/BoolMatrixView.Designer.cs

    r12600 r12602  
    1 namespace HeuristicLab.Problems.NK {
     1namespace HeuristicLab.Data.Views {
    22  partial class BoolMatrixView {
    33    /// <summary>
     
    3030      // pictureBox
    3131      //
    32       this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    33             | System.Windows.Forms.AnchorStyles.Left) 
     32      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     33            | System.Windows.Forms.AnchorStyles.Left)
    3434            | System.Windows.Forms.AnchorStyles.Right)));
    3535      this.pictureBox.Location = new System.Drawing.Point(3, 3);
  • trunk/sources/HeuristicLab.Data.Views/3.3/BoolMatrixView.cs

    r12601 r12602  
    2424using System.Drawing;
    2525using HeuristicLab.Core.Views;
    26 using HeuristicLab.Data;
    2726using HeuristicLab.MainForm;
    2827
    29 namespace HeuristicLab.Problems.NK {
     28namespace HeuristicLab.Data.Views {
    3029
    3130  [View("BoolMatrixView")]
  • trunk/sources/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj

    r12037 r12602  
    189189      <DependentUpon>BoolValueView.cs</DependentUpon>
    190190    </Compile>
     191   <Compile Include="BoolMatrixView.cs">
     192      <SubType>UserControl</SubType>
     193    </Compile>
     194    <Compile Include="BoolMatrixView.Designer.cs">
     195      <DependentUpon>BoolMatrixView.cs</DependentUpon>
     196    </Compile>
    191197    <Compile Include="StringConvertibleMatrixVisibilityDialog.cs">
    192198      <SubType>Form</SubType>
Note: See TracChangeset for help on using the changeset viewer.