Changeset 7085 for branches/RegressionBenchmarks/HeuristicLab.Encodings.PermutationEncoding.Views/3.3
- Timestamp:
- 11/28/11 13:47:28 (13 years ago)
- Location:
- branches/RegressionBenchmarks
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RegressionBenchmarks
- Property svn:ignore
-
old new 4 4 *.suo 5 5 *.vsp 6 Doxygen 6 7 Google.ProtocolBuffers-0.9.1.dll 7 8 HeuristicLab 3.3.5.1.ReSharper.user 8 9 HeuristicLab 3.3.6.0.ReSharper.user 9 10 HeuristicLab.4.5.resharper.user 11 HeuristicLab.ExtLibs.6.0.ReSharper.user 10 12 HeuristicLab.resharper.user 11 13 ProtoGen.exe … … 16 18 bin 17 19 protoc.exe 18 HeuristicLab.ExtLibs.6.0.ReSharper.user19 Doxygen
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/RegressionBenchmarks/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/HeuristicLab.Encodings.PermutationEncoding.Views-3.3.csproj
r6866 r7085 93 93 </PropertyGroup> 94 94 <ItemGroup> 95 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />96 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />97 <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />98 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />99 95 <Reference Include="System" /> 100 96 <Reference Include="System.Core"> … … 135 131 </ItemGroup> 136 132 <ItemGroup> 133 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 134 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 135 <Name>HeuristicLab.Collections-3.3</Name> 136 <Private>False</Private> 137 </ProjectReference> 138 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 139 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 140 <Name>HeuristicLab.Common.Resources-3.3</Name> 141 <Private>False</Private> 142 </ProjectReference> 137 143 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 138 144 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> … … 180 186 <Private>False</Private> 181 187 </ProjectReference> 188 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 189 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 190 <Name>HeuristicLab.Optimization-3.3</Name> 191 <Private>False</Private> 192 </ProjectReference> 182 193 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 183 194 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 184 195 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 196 <Private>False</Private> 197 </ProjectReference> 198 <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj"> 199 <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project> 200 <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name> 185 201 <Private>False</Private> 186 202 </ProjectReference> -
branches/RegressionBenchmarks/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/PermutationTypeView.Designer.cs
r5445 r7085 54 54 this.valueLabel.Location = new System.Drawing.Point(3, 3); 55 55 this.valueLabel.Name = "valueLabel"; 56 this.valueLabel.Size = new System.Drawing.Size(3 7, 13);56 this.valueLabel.Size = new System.Drawing.Size(34, 13); 57 57 this.valueLabel.TabIndex = 0; 58 this.valueLabel.Text = "& Value:";58 this.valueLabel.Text = "&Type:"; 59 59 // 60 60 // valueComboBox … … 71 71 this.valueComboBox.SelectedIndexChanged += new System.EventHandler(this.valueComboBox_SelectedIndexChanged); 72 72 // 73 // ComparisonView73 // PermutationTypeView 74 74 // 75 75 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); … … 77 77 this.Controls.Add(this.valueComboBox); 78 78 this.Controls.Add(this.valueLabel); 79 this.Name = " ComparisonView";79 this.Name = "PermutationTypeView"; 80 80 this.Size = new System.Drawing.Size(265, 29); 81 81 this.ResumeLayout(false); -
branches/RegressionBenchmarks/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/PermutationView.Designer.cs
r6628 r7085 72 72 this.Controls.Add(this.permutationTypeView); 73 73 this.Name = "PermutationView"; 74 this.Controls.SetChildIndex(this.permutationTypeView, 0);75 74 this.Controls.SetChildIndex(this.lengthLabel, 0); 76 75 this.Controls.SetChildIndex(this.lengthTextBox, 0); 76 this.Controls.SetChildIndex(this.permutationTypeView, 0); 77 77 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 78 78 this.ResumeLayout(false); -
branches/RegressionBenchmarks/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/PermutationView.cs
r6628 r7085 37 37 InitializeComponent(); 38 38 dataGridView.Top = permutationTypeView.Bottom + permutationTypeView.Margin.Bottom + dataGridView.Margin.Top; 39 dataGridView.Height = Bottom - dataGridView.Top; 39 40 } 40 41
Note: See TracChangeset
for help on using the changeset viewer.