Initial Commit Update Telerik

This commit is contained in:
2022-01-07 19:26:33 +01:00
commit 57e1cda236
2174 changed files with 1202494 additions and 0 deletions

Binary file not shown.

Binary file not shown.

BIN
LPWeb20/bin/AjaxMin.dll Normal file

Binary file not shown.

Binary file not shown.

BIN
LPWeb20/bin/CuteEditor.dll Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
LPWeb20/bin/FastReport.dll Normal file

Binary file not shown.

53156
LPWeb20/bin/FastReport.xml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

BIN
LPWeb20/bin/LPWeb.dll Normal file

Binary file not shown.

View File

@@ -0,0 +1,85 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="Version" value="2.0.0.86" />
<add key="Versionsdatum" value="15.06.2013" />
<add key="Copyright" value="© 2013 Stefan Hutter Unternehmensberatung, Bülach" />
<add key="MailAbsender" value="info@shub.ch" />
<add key="smtpserver" value="msscript12.webland.ch" />
<add key="NameAbsender" value="BWP Test" />
<add key="SiteTitle" value="Berufswahl Parcours Manager 2.0" />
<add key="Website" value="http://www.shub.ch/bw" />
<add key="HelpSource" value="~/help/" />
<add key="ShowHelpLink" value="True" />
<add key="Imagepath" value="/Bilder/" />
<add key="ReportLehrer" value="14" />
<add key="ReportFirma" value="15" />
<add key="ReportFirma_Query" value="Select * from firmendaten where firmanr=@Firmanr" />
<add key="ReportFirma1" value="10" />
<add key="ReportFirma1_Query" value="exec SP_Firmenliste @Firmanr" />
<add key="Telerik.Skin" value="Windows7" />
</appSettings>
<connectionStrings>
<add name="LPConnectionString" connectionString="Data Source=shu00;Initial Catalog=bwp_buelach;User ID=sa;Password=*shu29" providerName="System.Data.SqlClient" />
</connectionStrings>
<system.net>
<mailSettings>
<smtp>
<network host="smtp.shub.ch" userName="hutter@shub.ch" password="shu*webland30" />
</smtp>
</mailSettings>
</system.net>
<system.web>
<compilation debug="true" strict="false" explicit="true" targetFramework="4.0">
<assemblies>
<add assembly="RichTextEditor,Version=8.0.0.0,Culture=Neutral,PublicKeyToken=3858aa6802b1223a" />
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Speech, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
</assemblies>
</compilation>
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
<controls>
<add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" />
</controls>
</pages>
<httpHandlers>
<add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" />
<add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" />
<add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
<add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false" />
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
<add path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport" />
<add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />
</httpHandlers>
<httpModules>
<add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" />
<add name="RadCompression" type="Telerik.Web.UI.RadCompression" />
</httpModules>
<httpRuntime />
</system.web>
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<modules runAllManagedModulesForAllRequests="true">
<remove name="RadUploadModule" />
<add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" preCondition="integratedMode" />
<remove name="RadCompression" />
<add name="RadCompression" type="Telerik.Web.UI.RadCompression" preCondition="integratedMode" />
</modules>
<handlers>
<remove name="ChartImage_axd" />
<add name="ChartImage_axd" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" preCondition="integratedMode" />
<remove name="Telerik_Web_UI_SpellCheckHandler_axd" />
<add name="Telerik_Web_UI_SpellCheckHandler_axd" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" preCondition="integratedMode" />
<remove name="Telerik_Web_UI_DialogHandler_aspx" />
<add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode" />
<remove name="Telerik_RadUploadProgressHandler_ashx" />
<add name="Telerik_RadUploadProgressHandler_ashx" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" preCondition="integratedMode" />
<remove name="Telerik_Web_UI_WebResource_axd" />
<add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode" />
<add name="FastReportHandler" path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport" />
</handlers>
</system.webServer>
</configuration>

BIN
LPWeb20/bin/LPWeb.pdb Normal file

Binary file not shown.

6677
LPWeb20/bin/LPWeb.xml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,137 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Telerik.Web.Device.Detection</name>
</assembly>
<members>
<member name="M:Telerik.Web.Device.Detection.Detector.GetScreenDimensions(System.String)">
<summary>
Returns the screens dimensions of the device made request in CSS pixels. If there is no match the dimensions will be 0.
</summary>
</member>
<member name="M:Telerik.Web.Device.Detection.Detector.GetScreenSize(System.String)">
<summary>
Returns the screens size based on default screen ranges (in CSS pixels).
</summary>
<remarks>
The default ranges are:
Small (to 600) CSS pixels
Medium (601-1024) CSS pixels
Large (1025 - 1366) CSS pixels
ExtraLarge (over 1366) CSS pixels
</remarks>
</member>
<member name="M:Telerik.Web.Device.Detection.Detector.GetScreenSize(System.String,Telerik.Web.Device.Detection.ScreenRanges)">
<summary>
Returns the screens size based on custom screen ranges (in CSS pixels).
</summary>
</member>
<member name="T:Telerik.Web.Device.Detection.DeviceModelData">
<summary>
Used to serialize/deserialize the data about the devices - model and dimensions
</summary>
</member>
<member name="T:Telerik.Web.Device.Detection.DeviceScreenDimensions">
<summary>
Contains the device dimensions in CSS pixels
</summary>
</member>
<member name="M:Telerik.Web.Device.Detection.DeviceScreenDimensions.#ctor">
<summary>
Default constructor of the DeviceScreenDimensions
</summary>
</member>
<member name="P:Telerik.Web.Device.Detection.DeviceScreenDimensions.Width">
<summary>
Gets the device width in CSS pixels.
</summary>
</member>
<member name="P:Telerik.Web.Device.Detection.DeviceScreenDimensions.Height">
<summary>
Gets the device height in CSS pixels.
</summary>
</member>
<member name="T:Telerik.Web.Device.Detection.DeviceScreenSize">
<summary>
The device screen size based on the its dimensions in CSS pixels
</summary>
<remarks>
The default ranges are:
Small (to 600) CSS pixels
Medium (601-1024) CSS pixels
Large (1025 - 1366) CSS pixels
ExtraLarge (over 1366) CSS pixels
</remarks>
</member>
<member name="T:Telerik.Web.Device.Detection.ScreenRange">
<summary>
Used to define custom range
</summary>
</member>
<member name="M:Telerik.Web.Device.Detection.ScreenRange.#ctor(System.Int32,System.Int32)">
<summary>
Constructor of the ScreenRange class. The overload params are assigned to the public properties
</summary>
<param name="minimum"></param>
<param name="maximum"></param>
</member>
<member name="M:Telerik.Web.Device.Detection.ScreenRange.ContainsValue(System.Int32)">
<summary>
Determines if the provided value is inside the range
</summary>
</member>
<member name="P:Telerik.Web.Device.Detection.ScreenRange.Minimum">
<summary>
Minimum value of the range
</summary>
<remarks>
The values should considered as CSS pixels not as a standard ones
</remarks>
</member>
<member name="P:Telerik.Web.Device.Detection.ScreenRange.Maximum">
<summary>
Maximum value of the range
</summary>
<remarks>
The values should considered as CSS pixels not as a standard ones
</remarks>
</member>
<member name="T:Telerik.Web.Device.Detection.ScreenRanges">
<summary>
ScreenRanges is used to define custom ranges
</summary>
</member>
<member name="P:Telerik.Web.Device.Detection.ScreenRanges.ExtraLargeScreenSizeRange">
<summary>
Gets or sets the extra large screen range
</summary>
<remarks>
The range should considered in CSS pixels not as a standard ones
</remarks>
</member>
<member name="P:Telerik.Web.Device.Detection.ScreenRanges.LargeScreenSizeRange">
<summary>
Gets or sets the large screen range
</summary>
<remarks>
The range should considered in CSS pixels not as a standard ones
</remarks>
</member>
<member name="P:Telerik.Web.Device.Detection.ScreenRanges.MediumScreenSizeRange">
<summary>
Gets or sets the medium screen range
</summary>
<remarks>
The range should considered in CSS pixels not as a standard ones
</remarks>
</member>
<member name="P:Telerik.Web.Device.Detection.ScreenRanges.SmallScreenSizeRange">
<summary>
Gets or sets the small screen range
</summary>
<remarks>
The range should considered in CSS pixels not as a standard ones
</remarks>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

198947
LPWeb20/bin/Telerik.Web.UI.xml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
LPWeb20/bin/cuteeditor.lic Normal file

Binary file not shown.

81149
LPWeb20/bin/de-DE.dic Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
LPWeb20/bin/log4net.dll Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

5823
LPWeb20/bin/vs4148.tmp Normal file

File diff suppressed because it is too large Load Diff

5823
LPWeb20/bin/vsA6E8.tmp Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.