Changeset 10111
- Timestamp:
- 11/06/13 21:23:55 (11 years ago)
- Location:
- branches/HeuristicLab.Analysis.AlgorithmBehavior
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching/3.3/HeuristicLab.Analysis.SolutionCaching-3.3.csproj
r10102 r10111 77 77 <Private>False</Private> 78 78 </Reference> 79 <Reference Include="HeuristicLab.Hive-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 80 <SpecificVersion>False</SpecificVersion> 81 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Hive-3.3.dll</HintPath> 82 <Private>False</Private> 83 </Reference> 79 84 <Reference Include="HeuristicLab.Operators-3.3"> 80 85 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> … … 149 154 <Compile Include="RealVectorEncoding\RealVectorSolutionCacheCollector.cs" /> 150 155 <Compile Include="RealVectorEncoding\RealVectorSolutionInformation.cs" /> 156 <Compile Include="RunCollectionModifiers\RunCollectionModifierTask.cs" /> 151 157 <Compile Include="SolutionCache.cs" /> 152 158 <Compile Include="SolutionInformation.cs" /> … … 157 163 <None Include="Properties\AssemblyInfo.cs.frame" /> 158 164 </ItemGroup> 165 <ItemGroup /> 159 166 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 160 167 <PropertyGroup> -
branches/HeuristicLab.Analysis.AlgorithmBehavior/Visualization/Visualization.Designer.cs
r9945 r10111 36 36 this.pictureBox.Location = new System.Drawing.Point(12, 12); 37 37 this.pictureBox.Name = "pictureBox"; 38 this.pictureBox.Size = new System.Drawing.Size(282, 2 43);38 this.pictureBox.Size = new System.Drawing.Size(282, 270); 39 39 this.pictureBox.TabIndex = 0; 40 40 this.pictureBox.TabStop = false; … … 44 44 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 45 45 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 46 this.ClientSize = new System.Drawing.Size(306, 2 67);46 this.ClientSize = new System.Drawing.Size(306, 294); 47 47 this.Controls.Add(this.pictureBox); 48 48 this.Name = "VisualizationForm";
Note: See TracChangeset
for help on using the changeset viewer.