- Timestamp:
- 06/07/11 12:49:03 (14 years ago)
- 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 60 60 this.copyImageToClipboardBitmapToolStripMenuItem}); 61 61 this.contextMenuStrip.Name = "contextMenuStrip"; 62 this.contextMenuStrip.Size = new System.Drawing.Size(257, 48);62 this.contextMenuStrip.Size = new System.Drawing.Size(257, 76); 63 63 // 64 64 // exportChartToolStripMenuItem … … 78 78 // saveFileDialog 79 79 // 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\""; 82 82 this.saveFileDialog.FilterIndex = 2; 83 83 // -
branches/GP.Grammar.Editor/HeuristicLab.Visualization.ChartControlsExtensions/3.3/HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj
r5163 r6377 122 122 </Compile> 123 123 <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> 124 130 <Compile Include="Properties\AssemblyInfo.cs" /> 125 131 </ItemGroup> … … 134 140 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 135 141 </ProjectReference> 142 </ItemGroup> 143 <ItemGroup> 144 <EmbeddedResource Include="EnhancedChart.resx"> 145 <DependentUpon>EnhancedChart.cs</DependentUpon> 146 </EmbeddedResource> 136 147 </ItemGroup> 137 148 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.