Changeset 12602
- Timestamp:
- 07/06/15 14:45:09 (9 years ago)
- 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{1 namespace HeuristicLab.Data.Views { 2 2 partial class BoolMatrixView { 3 3 /// <summary> … … 30 30 // pictureBox 31 31 // 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) 34 34 | System.Windows.Forms.AnchorStyles.Right))); 35 35 this.pictureBox.Location = new System.Drawing.Point(3, 3); -
trunk/sources/HeuristicLab.Data.Views/3.3/BoolMatrixView.cs
r12601 r12602 24 24 using System.Drawing; 25 25 using HeuristicLab.Core.Views; 26 using HeuristicLab.Data;27 26 using HeuristicLab.MainForm; 28 27 29 namespace HeuristicLab. Problems.NK{28 namespace HeuristicLab.Data.Views { 30 29 31 30 [View("BoolMatrixView")] -
trunk/sources/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj
r12037 r12602 189 189 <DependentUpon>BoolValueView.cs</DependentUpon> 190 190 </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> 191 197 <Compile Include="StringConvertibleMatrixVisibilityDialog.cs"> 192 198 <SubType>Form</SubType>
Note: See TracChangeset
for help on using the changeset viewer.