Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/07/11 12:49:03 (13 years ago)
Author:
mkommend
Message:

#1479: Merged trunk changes into branch.

Location:
branches/GP.Grammar.Editor/HeuristicLab.Visualization.ChartControlsExtensions/3.3
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • branches/GP.Grammar.Editor/HeuristicLab.Visualization.ChartControlsExtensions/3.3/EnhancedChart.Designer.cs

    r5445 r6377  
    6060            this.copyImageToClipboardBitmapToolStripMenuItem});
    6161      this.contextMenuStrip.Name = "contextMenuStrip";
    62       this.contextMenuStrip.Size = new System.Drawing.Size(257, 48);
     62      this.contextMenuStrip.Size = new System.Drawing.Size(257, 76);
    6363      //
    6464      // exportChartToolStripMenuItem
     
    7878      // saveFileDialog
    7979      //
    80       this.saveFileDialog.Filter = "Bitmap (*.bmp)|*.bmp|JPEG (*.jpg)|*.jpg|EMF (*.emf)|*.emf|PNG (*.png)|*.png|GIF " +
    81           "(*.gif)|*.gif|TIFF (*.tif)|*.tif\"";
     80      this.saveFileDialog.Filter = "Bitmap (*.bmp)|*.bmp|JPEG (*.jpg)|*.jpg|EMF (*.emf)|*.emf|PNG (*.png)|*.png|GIF (" +
     81          "*.gif)|*.gif|TIFF (*.tif)|*.tif\"";
    8282      this.saveFileDialog.FilterIndex = 2;
    8383      //
  • branches/GP.Grammar.Editor/HeuristicLab.Visualization.ChartControlsExtensions/3.3/HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj

    r5163 r6377  
    122122    </Compile>
    123123    <Compile Include="HeuristicLabVisualizationChartControlsExtensionsPlugin.cs" />
     124    <Compile Include="HistogramControl.cs">
     125      <SubType>UserControl</SubType>
     126    </Compile>
     127    <Compile Include="HistogramControl.Designer.cs">
     128      <DependentUpon>HistogramControl.cs</DependentUpon>
     129    </Compile>
    124130    <Compile Include="Properties\AssemblyInfo.cs" />
    125131  </ItemGroup>
     
    134140      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    135141    </ProjectReference>
     142  </ItemGroup>
     143  <ItemGroup>
     144    <EmbeddedResource Include="EnhancedChart.resx">
     145      <DependentUpon>EnhancedChart.cs</DependentUpon>
     146    </EmbeddedResource>
    136147  </ItemGroup>
    137148  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.