- Timestamp:
- 01/02/12 11:40:31 (13 years ago)
- Location:
- branches/RegressionBenchmarks
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RegressionBenchmarks
-
branches/RegressionBenchmarks/HeuristicLab.Visualization.ChartControlsExtensions/3.3/HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj
r6916 r7255 148 148 </ProjectReference> 149 149 </ItemGroup> 150 <ItemGroup> 151 <EmbeddedResource Include="HistogramControl.resx"> 152 <DependentUpon>HistogramControl.cs</DependentUpon> 153 </EmbeddedResource> 154 </ItemGroup> 150 155 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 151 156 <PropertyGroup> -
branches/RegressionBenchmarks/HeuristicLab.Visualization.ChartControlsExtensions/3.3/HistogramControl.Designer.cs
r6342 r7255 57 57 // chart 58 58 // 59 this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 60 | System.Windows.Forms.AnchorStyles.Left)61 59 this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 60 | System.Windows.Forms.AnchorStyles.Left) 61 | System.Windows.Forms.AnchorStyles.Right))); 62 62 chartArea1.Name = "ChartArea1"; 63 63 this.chart.ChartAreas.Add(chartArea1); … … 133 133 #endregion 134 134 135 private EnhancedChart chart;136 135 private System.Windows.Forms.NumericUpDown binsNumericUpDown; 137 136 private System.Windows.Forms.Label label1; 138 137 private System.Windows.Forms.CheckBox exactCheckBox; 138 private EnhancedChart chart; 139 139 } 140 140 }
Note: See TracChangeset
for help on using the changeset viewer.