Browse Source

Added some missing Resources

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1451 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Peter Forstmeier 19 years ago
parent
commit
5981914b84
  1. BIN
      data/resources/StringResources.de.resources
  2. BIN
      data/resources/StringResources.es.resources
  3. BIN
      data/resources/image/BitmapResources/SharpReportIcons/Icons.16x16.SharpReport.Table.gif
  4. 2
      samples/SharpReport/PullData/MSDE/CustOrdersDetail.srd
  5. 10
      samples/SharpReport/ReportSamples/ReportSamples.csproj
  6. 8
      samples/SharpReport/ReportSamples/ReportSamples.sln
  7. BIN
      src/Main/StartUp/Project/Resources/StringResources.resources

BIN
data/resources/StringResources.de.resources

Binary file not shown.

BIN
data/resources/StringResources.es.resources

Binary file not shown.

BIN
data/resources/image/BitmapResources/SharpReportIcons/Icons.16x16.SharpReport.Table.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 871 B

2
samples/SharpReport/PullData/MSDE/CustOrdersDetail.srd

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
</params>
</SqlParams>
<ReportType value="DataReport"/>
<CommandText value="update CustOrdersDetail"/>
<CommandText value="CustOrdersDetail"/>
<CommandType value="StoredProcedure"/>
<DataModel value="PullData"/>
<DefaultFont value="Microsoft Sans Serif, 16pt"/>

10
samples/SharpReport/ReportSamples/ReportSamples.csproj

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<OutputType>Exe</OutputType>
<RootNamespace>ReportSamples</RootNamespace>
<AssemblyName>ReportSamples</AssemblyName>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -38,10 +38,6 @@ @@ -38,10 +38,6 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="SharpReportCore">
<HintPath>..\..\..\..\..\..\AddIns\AddIns\Misc\SharpReport\SharpReportCore.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="MainForm.cs" />
@ -70,6 +66,10 @@ @@ -70,6 +66,10 @@
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
</COMReference>
<ProjectReference Include="..\..\..\src\AddIns\Misc\SharpReport\SharpReportCore\SharpReportCore.csproj">
<Project>{4B2239FF-8FD6-431D-9D22-1B8049BA6917}</Project>
<Name>SharpReportCore</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project>

8
samples/SharpReport/ReportSamples/ReportSamples.sln

@ -1,7 +1,9 @@ @@ -1,7 +1,9 @@
Microsoft Visual Studio Solution File, Format Version 9.00
# SharpDevelop 2.0.0.1100
# SharpDevelop 2.0.0.1438
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportSamples", "ReportSamples.csproj", "{0D46CC0C-FC27-4258-BC0D-F4A9E617FA0E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpReportCore", "..\..\..\src\AddIns\Misc\SharpReport\SharpReportCore\SharpReportCore.csproj", "{4B2239FF-8FD6-431D-9D22-1B8049BA6917}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -12,5 +14,9 @@ Global @@ -12,5 +14,9 @@ Global
{0D46CC0C-FC27-4258-BC0D-F4A9E617FA0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D46CC0C-FC27-4258-BC0D-F4A9E617FA0E}.Release|Any CPU.Build.0 = Release|Any CPU
{0D46CC0C-FC27-4258-BC0D-F4A9E617FA0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B2239FF-8FD6-431D-9D22-1B8049BA6917}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B2239FF-8FD6-431D-9D22-1B8049BA6917}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B2239FF-8FD6-431D-9D22-1B8049BA6917}.Release|Any CPU.Build.0 = Release|Any CPU
{4B2239FF-8FD6-431D-9D22-1B8049BA6917}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
EndGlobal

BIN
src/Main/StartUp/Project/Resources/StringResources.resources

Binary file not shown.
Loading…
Cancel
Save