Free cookie consent management tool by TermsFeed Policy Generator

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

#2306 moved BoolMatrixView to trunk

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.