Update x logging/zipping/cancellazione

git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@83 43c8e981-f90d-406c-a89a-24a2c4268d51
This commit is contained in:
samuele
2008-11-13 16:06:13 +00:00
parent c6ef9507ac
commit a953cbf7fd
337 changed files with 17850 additions and 400 deletions
Binary file not shown.
Binary file not shown.
+122 -124
View File
@@ -9,57 +9,57 @@
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
<configSections>
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="Everywhere"/>
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
</sectionGroup>
</sectionGroup>
</sectionGroup>
<section name="microsoft.web.services2" type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</configSections>
<system.web>
<globalization uiCulture="auto" enableClientBasedCulture="true"/>
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI" assembly="Microsoft.Web.Preview"/>
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI.Controls" assembly="Microsoft.Web.Preview"/>
</controls>
</pages>
<compilation debug="false">
<assemblies>
<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="Microsoft.Web.Services2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add assembly="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Configuration.Install, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</assemblies>
<buildProviders>
<add extension="*.asbx" type="Microsoft.Web.Preview.Services.BridgeBuildProvider"/>
</buildProviders>
</compilation>
<httpHandlers>
<remove verb="*" path="*.asmx"/>
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
</httpHandlers>
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</httpModules>
<customErrors mode="Off"/>
<!--<customErrors mode="RemoteOnly" defaultRedirect="unauthorized.aspx"/>-->
<httpRuntime maxRequestLength="102400" />
<!-- qui sopra configurato x gestire allegati fino a 100 mb...
<configSections>
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="Everywhere"/>
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
</sectionGroup>
</sectionGroup>
</sectionGroup>
<section name="microsoft.web.services2" type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</configSections>
<system.web>
<globalization uiCulture="auto" enableClientBasedCulture="true"/>
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI" assembly="Microsoft.Web.Preview"/>
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI.Controls" assembly="Microsoft.Web.Preview"/>
</controls>
</pages>
<compilation debug="true">
<assemblies>
<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="Microsoft.Web.Services2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add assembly="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Configuration.Install, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</assemblies>
<buildProviders>
<add extension="*.asbx" type="Microsoft.Web.Preview.Services.BridgeBuildProvider"/>
</buildProviders>
</compilation>
<httpHandlers>
<remove verb="*" path="*.asmx"/>
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
</httpHandlers>
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</httpModules>
<customErrors mode="Off"/>
<!--<customErrors mode="RemoteOnly" defaultRedirect="unauthorized.aspx"/>-->
<httpRuntime maxRequestLength="102400"/>
<!-- qui sopra configurato x gestire allegati fino a 100 mb...
<httpRuntime
maxRequestLength="102400"
executionTimeout="1200"
@@ -68,76 +68,74 @@
minLocalRequestFreeThreads="4"
appRequestQueueLimit="100" />
-->
</system.web>
<appSettings>
<add key="CodModulo" value="XPS"/>
<add key="dominio" value="VOSTRO410"/>
<add key="_navMaxChar" value="20"/>
<add key="intUpdatePagina_ms" value="120000"/>
<add key="_righeDataGrid" value="30"/>
<add key="_righeDataGridAnagr" value="20"/>
<add key="_righeDataGridLong" value="20"/>
<add key="_righeDataGridMed" value="15"/>
<add key="_righeDataGridShort" value="10"/>
<add key="_fromEmail" value="pippo@pippo.it"/>
<add key="_logLevel" value="5"/>
<add key="_logMaxMb" value="30"/>
<add key="_allowForceUser" value="true"/>
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx"/>
<add key="_commonPages" value="menu.aspx"/>
<add key="_titoloPagina" value="XPS"/>
<add key="titleApp" value="XPS_titleApp"/>
<add key="welcomeApp" value="XPS_welcomeApp"/>
<add key="appName" value="XPS"/>
<add key="mainRev" value="0.9"/>
<add key="copyRight" value="SteamWare © 2008"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
<add key="defaultBody" value="XPS_LongWelcome"/>
<add key="_treeMaxChar" value="45"/>
<add key="_showAllTree" value="false"/>
<add key="_jumpStart" value="10"/>
<add key="defDayLeadTime" value="3"/>
<add key="_adminEmail" value="info@steamware.net" />
<add key="_logDir" value="./logs/"/>
<add key="_smtpCli" value="localhost"/>
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<!-- Setup link a reporting -->
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&amp;rs:Command=Render&amp;rc:Parameters=false&amp;rc:Toolbar=false&amp;IdxObj={3}{4}"/>
<!-- NB: "/" == "%2f" -->
<add key="reportingServerAddress" value="localhost"/>
<add key="reportDir" value="ReportEqua"/>
<add key="reportName_mod" value="ReportEqua"/>
<add key="reportName_lbl" value="LabelEqua"/>
<add key="reportOpzPdf" value="&amp;rs:Format=PDF"/>
</appSettings>
<connectionStrings>
<add name="SteamWare_XPSConnectionString" connectionString="Data Source=localhost;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User id=sa;Password=keyhammer"
providerName="System.Data.SqlClient" />
<add name="SteamWare_XPSConnectionString1" connectionString="Data Source=localhost;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User ID=sa;Password=keyhammer"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules>
<add name="ScriptModule" preCondition="integratedMode" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</modules>
<handlers>
<remove name="WebServiceHandlerFactory-Integrated"/>
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</handlers>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
</system.web>
<appSettings>
<add key="CodModulo" value="XPS"/>
<add key="dominio" value="VOSTRO410"/>
<add key="_navMaxChar" value="20"/>
<add key="intUpdatePagina_ms" value="120000"/>
<add key="_righeDataGrid" value="30"/>
<add key="_righeDataGridAnagr" value="20"/>
<add key="_righeDataGridLong" value="20"/>
<add key="_righeDataGridMed" value="15"/>
<add key="_righeDataGridShort" value="10"/>
<add key="_fromEmail" value="pippo@pippo.it"/>
<add key="_logLevel" value="5"/>
<add key="_logMaxMb" value="30"/>
<add key="_allowForceUser" value="true"/>
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx"/>
<add key="_commonPages" value="menu.aspx"/>
<add key="_titoloPagina" value="XPS"/>
<add key="titleApp" value="XPS_titleApp"/>
<add key="welcomeApp" value="XPS_welcomeApp"/>
<add key="appName" value="XPS"/>
<add key="mainRev" value="0.9"/>
<add key="copyRight" value="SteamWare © 2008"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
<add key="defaultBody" value="XPS_LongWelcome"/>
<add key="_treeMaxChar" value="45"/>
<add key="_showAllTree" value="false"/>
<add key="_jumpStart" value="10"/>
<add key="defDayLeadTime" value="3"/>
<add key="_adminEmail" value="info@steamware.net"/>
<add key="_logDir" value="./logs/"/>
<add key="_smtpCli" value="localhost"/>
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<!-- Setup link a reporting -->
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&amp;rs:Command=Render&amp;rc:Parameters=false&amp;rc:Toolbar=false&amp;IdxObj={3}{4}"/>
<!-- NB: "/" == "%2f" -->
<add key="reportingServerAddress" value="localhost"/>
<add key="reportDir" value="ReportEqua"/>
<add key="reportName_mod" value="ReportEqua"/>
<add key="reportName_lbl" value="LabelEqua"/>
<add key="reportOpzPdf" value="&amp;rs:Format=PDF"/>
</appSettings>
<connectionStrings>
<add name="SteamWare_XPSConnectionString" connectionString="Data Source=localhost;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User id=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
<add name="SteamWare_XPSConnectionString1" connectionString="Data Source=localhost;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules>
<add name="ScriptModule" preCondition="integratedMode" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</modules>
<handlers>
<remove name="WebServiceHandlerFactory-Integrated"/>
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</handlers>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
-2
View File
@@ -9,8 +9,6 @@ using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using SteamWare;
using SteamWare.XPS;
public partial class mod_anagraficaEventi : ApplicationUserControl
{
-1
View File
@@ -72,7 +72,6 @@ public partial class mod_dettComm : ApplicationUserControl
#region gestione eventi
public event EventHandler eh_resetSelezione;
public event EventHandler eh_nuovoValore;
public event EventHandler eh_selValore;
#endregion
-2
View File
@@ -78,8 +78,6 @@ public partial class mod_elencoComm : ApplicationUserControl
#region gestione eventi
public event EventHandler eh_resetSelezione;
public event EventHandler eh_nuovoValore;
public event EventHandler eh_selValore;
#endregion
+1 -2
View File
@@ -23,8 +23,7 @@ public partial class mod_selettore_ajax : ApplicationUserControl
#region gestione eventi
public event EventHandler eh_selDone;
public event EventHandler eh_update;
#endregion
#region gestione pagina
+49 -67
View File
@@ -1,14 +1,12 @@
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamWareXPS", "..\SteamWareXPS\SteamWareXPS.csproj", "{4FE11D55-8C70-4084-9970-5C5F59628F6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamWare", "..\SteamWare\SteamWare.csproj", "{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "XPS", "..\..\WebSites\XPS\", "{B1C93D09-7B57-4B57-93EF-0539F31A7102}"
ProjectSection(WebsiteProperties) = preProject
TargetFramework = "2.0"
ProjectReferences = "{4FE11D55-8C70-4084-9970-5C5F59628F6C}|SteamWareXPS.dll;{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}|SteamWare.dll;"
ProjectReferences = "{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}|SteamWare.dll;"
Debug.AspNetCompiler.VirtualPath = "/XPS"
Debug.AspNetCompiler.PhysicalPath = "..\..\WebSites\XPS\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\XPS\"
@@ -36,53 +34,35 @@ Global
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
ForceDebug|.NET = ForceDebug|.NET
ForceDebug|Any CPU = ForceDebug|Any CPU
ForceDebug|Mixed Platforms = ForceDebug|Mixed Platforms
ForceRelease|.NET = ForceRelease|.NET
ForceRelease|Any CPU = ForceRelease|Any CPU
ForceRelease|Mixed Platforms = ForceRelease|Mixed Platforms
Deploy|.NET = Deploy|.NET
Deploy|Any CPU = Deploy|Any CPU
Deploy|Mixed Platforms = Deploy|Mixed Platforms
Installer|.NET = Installer|.NET
Installer|Any CPU = Installer|Any CPU
Installer|Mixed Platforms = Installer|Mixed Platforms
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.Debug|.NET.ActiveCfg = Debug|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.ForceDebug|.NET.ActiveCfg = Debug|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.ForceDebug|Any CPU.ActiveCfg = Debug|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.ForceDebug|Any CPU.Build.0 = Debug|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.ForceDebug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.ForceDebug|Mixed Platforms.Build.0 = Debug|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.ForceRelease|.NET.ActiveCfg = Release|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.ForceRelease|Any CPU.ActiveCfg = Release|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.ForceRelease|Any CPU.Build.0 = Release|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.ForceRelease|Mixed Platforms.ActiveCfg = Release|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.ForceRelease|Mixed Platforms.Build.0 = Release|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.Release|.NET.ActiveCfg = Release|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.Release|Any CPU.Build.0 = Release|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{4FE11D55-8C70-4084-9970-5C5F59628F6C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Debug|.NET.ActiveCfg = Debug|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Debug|.NET.Build.0 = Debug|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.ForceDebug|.NET.ActiveCfg = ForceDebug|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.ForceDebug|Any CPU.ActiveCfg = ForceDebug|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.ForceDebug|Any CPU.Build.0 = ForceDebug|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.ForceDebug|Mixed Platforms.ActiveCfg = ForceDebug|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.ForceDebug|Mixed Platforms.Build.0 = ForceDebug|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.ForceRelease|.NET.ActiveCfg = ForceRelease|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.ForceRelease|Any CPU.ActiveCfg = ForceRelease|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.ForceRelease|Any CPU.Build.0 = ForceRelease|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.ForceRelease|Mixed Platforms.ActiveCfg = ForceRelease|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.ForceRelease|Mixed Platforms.Build.0 = ForceRelease|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Deploy|.NET.ActiveCfg = Deploy|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Deploy|.NET.Build.0 = Deploy|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Deploy|Any CPU.ActiveCfg = Deploy|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Deploy|Mixed Platforms.ActiveCfg = Release|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Deploy|Mixed Platforms.Build.0 = Release|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Installer|.NET.ActiveCfg = Installer|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Installer|Any CPU.ActiveCfg = Installer|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Installer|Any CPU.Build.0 = Installer|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Installer|Mixed Platforms.ActiveCfg = Release|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Installer|Mixed Platforms.Build.0 = Release|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Release|.NET.ActiveCfg = Release|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Release|.NET.Build.0 = Release|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Release|Any CPU.Build.0 = Release|Any CPU
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
@@ -92,16 +72,16 @@ Global
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Debug|Any CPU.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Debug|Mixed Platforms.Build.0 = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.ForceDebug|.NET.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.ForceDebug|.NET.Build.0 = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.ForceDebug|Any CPU.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.ForceDebug|Mixed Platforms.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.ForceDebug|Mixed Platforms.Build.0 = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.ForceRelease|.NET.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.ForceRelease|.NET.Build.0 = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.ForceRelease|Any CPU.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.ForceRelease|Mixed Platforms.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.ForceRelease|Mixed Platforms.Build.0 = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Deploy|.NET.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Deploy|.NET.Build.0 = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Deploy|Any CPU.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Deploy|Mixed Platforms.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Deploy|Mixed Platforms.Build.0 = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Installer|.NET.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Installer|.NET.Build.0 = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Installer|Any CPU.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Installer|Mixed Platforms.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Installer|Mixed Platforms.Build.0 = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Release|.NET.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Release|.NET.Build.0 = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Release|Any CPU.ActiveCfg = Debug|.NET
@@ -110,12 +90,16 @@ Global
{DE085B2F-CF8E-4997-924C-C929350317EE}.Debug|.NET.ActiveCfg = Debug
{DE085B2F-CF8E-4997-924C-C929350317EE}.Debug|Any CPU.ActiveCfg = Debug
{DE085B2F-CF8E-4997-924C-C929350317EE}.Debug|Mixed Platforms.ActiveCfg = Debug
{DE085B2F-CF8E-4997-924C-C929350317EE}.ForceDebug|.NET.ActiveCfg = Debug
{DE085B2F-CF8E-4997-924C-C929350317EE}.ForceDebug|Any CPU.ActiveCfg = Debug
{DE085B2F-CF8E-4997-924C-C929350317EE}.ForceDebug|Mixed Platforms.ActiveCfg = Debug
{DE085B2F-CF8E-4997-924C-C929350317EE}.ForceRelease|.NET.ActiveCfg = Release
{DE085B2F-CF8E-4997-924C-C929350317EE}.ForceRelease|Any CPU.ActiveCfg = Release
{DE085B2F-CF8E-4997-924C-C929350317EE}.ForceRelease|Mixed Platforms.ActiveCfg = Release
{DE085B2F-CF8E-4997-924C-C929350317EE}.Deploy|.NET.ActiveCfg = Deploy
{DE085B2F-CF8E-4997-924C-C929350317EE}.Deploy|Any CPU.ActiveCfg = Deploy
{DE085B2F-CF8E-4997-924C-C929350317EE}.Deploy|Any CPU.Build.0 = Deploy
{DE085B2F-CF8E-4997-924C-C929350317EE}.Deploy|Mixed Platforms.ActiveCfg = Release
{DE085B2F-CF8E-4997-924C-C929350317EE}.Installer|.NET.ActiveCfg = Installer
{DE085B2F-CF8E-4997-924C-C929350317EE}.Installer|.NET.Build.0 = Installer
{DE085B2F-CF8E-4997-924C-C929350317EE}.Installer|Any CPU.ActiveCfg = Installer
{DE085B2F-CF8E-4997-924C-C929350317EE}.Installer|Any CPU.Build.0 = Installer
{DE085B2F-CF8E-4997-924C-C929350317EE}.Installer|Mixed Platforms.ActiveCfg = Release
{DE085B2F-CF8E-4997-924C-C929350317EE}.Installer|Mixed Platforms.Build.0 = Release
{DE085B2F-CF8E-4997-924C-C929350317EE}.Release|.NET.ActiveCfg = Release
{DE085B2F-CF8E-4997-924C-C929350317EE}.Release|Any CPU.ActiveCfg = Release
{DE085B2F-CF8E-4997-924C-C929350317EE}.Release|Mixed Platforms.ActiveCfg = Release
@@ -123,22 +107,20 @@ Global
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceDebug|.NET.ActiveCfg = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceDebug|Any CPU.ActiveCfg = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceDebug|Any CPU.Build.0 = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceDebug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceDebug|Mixed Platforms.Build.0 = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceRelease|.NET.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceRelease|Any CPU.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceRelease|Any CPU.Build.0 = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceRelease|Mixed Platforms.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceRelease|Mixed Platforms.Build.0 = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Deploy|.NET.ActiveCfg = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Deploy|Any CPU.ActiveCfg = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Deploy|Any CPU.Build.0 = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Deploy|Mixed Platforms.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Deploy|Mixed Platforms.Build.0 = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Installer|.NET.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Installer|Any CPU.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Installer|Any CPU.Build.0 = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Installer|Mixed Platforms.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Installer|Mixed Platforms.Build.0 = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Release|.NET.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Release|Any CPU.Build.0 = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ master language="C#" autoeventwireup="true" inherits="AjaxSearch, XPS_deploy" %>
<%@ master language="C#" autoeventwireup="true" inherits="AjaxSearch, XPS" %>
<%@ Register Src="mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
<%@ Register Src="mod_pageTitleAndSearch.ascx" TagName="mod_pageTitleAndSearch" TagPrefix="uc3" %>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ master language="C#" autoeventwireup="true" inherits="AjaxSimple, XPS_deploy" %>
<%@ master language="C#" autoeventwireup="true" inherits="AjaxSimple, XPS" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -1,4 +1,4 @@
<%@ master language="C#" autoeventwireup="true" inherits="AjaxSimpleUpload, XPS_deploy" %>
<%@ master language="C#" autoeventwireup="true" inherits="AjaxSimpleUpload, XPS" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ master language="C#" autoeventwireup="true" inherits="AjaxTitle, XPS_deploy" %>
<%@ master language="C#" autoeventwireup="true" inherits="AjaxTitle, XPS" %>
<%@ Register Src="mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
<%@ Register Src="mod_pageTitleAndSearch.ascx" TagName="mod_pageTitleAndSearch" TagPrefix="uc3" %>
@@ -1,4 +1,4 @@
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="AnagraficaEventi, XPS_deploy" title="Untitled Page" %>
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="AnagraficaEventi, XPS" title="Untitled Page" %>
<%@ Register Src="mod_ev2stati.ascx" TagName="mod_ev2stati" TagPrefix="uc2" %>
<%@ Register Src="mod_anagraficaEventi.ascx" TagName="mod_anagraficaEventi" TagPrefix="uc1" %>
@@ -1,4 +1,4 @@
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="AnagraficaMappe, XPS_deploy" title="Untitled Page" %>
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="AnagraficaMappe, XPS" title="Untitled Page" %>
<%@ Register Src="mod_anagraficaMappe.ascx" TagName="mod_anagraficaMappe" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
@@ -1,4 +1,4 @@
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="AnagraficaObjSet, XPS_deploy" title="Untitled Page" %>
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="AnagraficaObjSet, XPS" title="Untitled Page" %>
<%@ Register Src="mod_anagraficaObjSet.ascx" TagName="mod_anagraficaObjSet" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
@@ -1,4 +1,4 @@
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="AnagraficaStati, XPS_deploy" title="Untitled Page" %>
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="AnagraficaStati, XPS" title="Untitled Page" %>
<%@ Register Src="mod_anagraficaStati.ascx" TagName="mod_anagraficaStati" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
@@ -1,4 +1,4 @@
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="AnagraficaTipoObj, XPS_deploy" title="Untitled Page" %>
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="AnagraficaTipoObj, XPS" title="Untitled Page" %>
<%@ Register Src="mod_selettore_ajax.ascx" TagName="mod_selettore_ajax" TagPrefix="uc1" %>
<%@ Register Src="mod_anagTipoObj.ascx" TagName="mod_anagTipoObj" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ page language="C#" autoeventwireup="true" inherits="_Default, XPS_deploy" %>
<%@ page language="C#" autoeventwireup="true" inherits="_Default, XPS" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ master language="C#" autoeventwireup="true" inherits="MasterAjax, XPS_deploy" %>
<%@ master language="C#" autoeventwireup="true" inherits="MasterAjax, XPS" %>
<%@ Register Src="mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc5" %>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ master language="C#" autoeventwireup="true" inherits="Portable, XPS_deploy" %>
<%@ master language="C#" autoeventwireup="true" inherits="Portable, XPS" %>
<%@ Register Src="mod_menuBottomPortable.ascx" TagName="mod_menuBottomMini" TagPrefix="uc2" %>
<%@ Register Src="mod_titlePortable.ascx" TagName="mod_titleMini" TagPrefix="uc3" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc1" %>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ master language="C#" autoeventwireup="true" inherits="MasterPage, XPS_deploy" %>
<%@ master language="C#" autoeventwireup="true" inherits="MasterPage, XPS" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ page title="" language="C#" masterpagefile="~/AjaxTitle.master" autoeventwireup="true" inherits="barcode, XPS_deploy" %>
<%@ page title="" language="C#" masterpagefile="~/AjaxTitle.master" autoeventwireup="true" inherits="barcode, XPS" %>
<%@ Register src="mod_barcode.ascx" tagname="mod_barcode" tagprefix="uc1" %>
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ page language="C#" masterpagefile="~/MasterAjax.master" autoeventwireup="true" inherits="chLang, XPS_deploy" title="Untitled Page" %>
<%@ page language="C#" masterpagefile="~/MasterAjax.master" autoeventwireup="true" inherits="chLang, XPS" title="Untitled Page" %>
<%@ Register Src="mod_chLang.ascx" TagName="mod_chLang" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ page title="" language="C#" masterpagefile="~/AjaxTitle.master" autoeventwireup="true" inherits="detComm, XPS_deploy" %>
<%@ page title="" language="C#" masterpagefile="~/AjaxTitle.master" autoeventwireup="true" inherits="detComm, XPS" %>
<%@ Register Src="mod_dettComm.ascx" TagName="mod_dettComm" TagPrefix="uc1" %>
<%@ Register Src="mod_ULP.ascx" TagName="mod_ULP" TagPrefix="uc2" %>
@@ -1,4 +1,4 @@
<%@ page title="" language="C#" masterpagefile="~/AjaxSimple.master" autoeventwireup="true" inherits="elencoBarcode, XPS_deploy" %>
<%@ page title="" language="C#" masterpagefile="~/AjaxSimple.master" autoeventwireup="true" inherits="elencoBarcode, XPS" %>
<%@ Register src="mod_elencoBarcode.ascx" tagname="mod_elencoBarcode" tagprefix="uc1" %>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="elencoComm, XPS_deploy" title="Untitled Page" %>
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="elencoComm, XPS" title="Untitled Page" %>
<%@ Register Src="mod_elencoComm.ascx" TagName="mod_elencoComm" TagPrefix="uc1" %>
<%@ Register src="mod_fixCal.ascx" tagname="mod_fixCal" tagprefix="uc2" %>
@@ -1,4 +1,4 @@
<%@ page title="" language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="elencoCommMag, XPS_deploy" %>
<%@ page title="" language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="elencoCommMag, XPS" %>
<%@ Register src="mod_elencoComm.ascx" tagname="mod_elencoComm" tagprefix="uc1" %>
<%@ Register src="mod_fixCal.ascx" tagname="mod_fixCal" tagprefix="uc2" %>
@@ -1,4 +1,4 @@
<%@ page title="" language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="elencoCommProd, XPS_deploy" %>
<%@ page title="" language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="elencoCommProd, XPS" %>
<%@ Register Src="mod_elencoComm.ascx" TagName="mod_elencoComm" TagPrefix="uc1" %>
<%@ Register Src="mod_fixCal.ascx" TagName="mod_fixCal" TagPrefix="uc2" %>
@@ -1,4 +1,4 @@
<%@ page title="" language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="elencoCommSegr, XPS_deploy" %>
<%@ page title="" language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="elencoCommSegr, XPS" %>
<%@ Register Src="mod_elencoComm.ascx" TagName="mod_elencoComm" TagPrefix="uc1" %>
<%@ Register Src="mod_fixCal.ascx" TagName="mod_fixCal" TagPrefix="uc2" %>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ page language="C#" masterpagefile="~/AjaxSimple.master" autoeventwireup="true" inherits="forceUser, XPS_deploy" title="Untitled Page" %>
<%@ page language="C#" masterpagefile="~/AjaxSimple.master" autoeventwireup="true" inherits="forceUser, XPS" title="Untitled Page" %>
<%@ Register Src="mod_login.ascx" TagName="mod_login" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="gestAnagrTbl, XPS_deploy" title="Untitled Page" %>
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="gestAnagrTbl, XPS" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
</asp:Content>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ page language="C#" masterpagefile="~/MasterAjax.master" autoeventwireup="true" inherits="login, XPS_deploy" title="Login" %>
<%@ page language="C#" masterpagefile="~/MasterAjax.master" autoeventwireup="true" inherits="login, XPS" title="Login" %>
<%@ Register Src="mod_login.ascx" TagName="mod_login" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<div class="centerAll">
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ page language="C#" masterpagefile="~/MasterAjax.master" autoeventwireup="true" inherits="menu, XPS_deploy" title="Untitled Page" %>
<%@ page language="C#" masterpagefile="~/MasterAjax.master" autoeventwireup="true" inherits="menu, XPS" title="Untitled Page" %>
<%@ Register Src="mod_main_help.ascx" TagName="mod_main_help" TagPrefix="uc2" %>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_ULP, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_ULP, XPS" %>
<%@ Register Src="mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc1" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="mod_navPath.ascx" TagName="mod_navPath" TagPrefix="uc2" %>
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_anagTipoObj, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_anagTipoObj, XPS" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="mod_selettore_ajax.ascx" TagName="mod_selettore_ajax" TagPrefix="uc1" %>
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_anagraficaEventi, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_anagraficaEventi, XPS" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="mod_selettore_ajax.ascx" TagName="mod_selettore_ajax" TagPrefix="uc1" %>
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_anagraficaMappe, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_anagraficaMappe, XPS" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="mod_selettore_ajax.ascx" TagName="mod_selettore_ajax" TagPrefix="uc1" %>
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_anagraficaObjSet, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_anagraficaObjSet, XPS" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="mod_selettore_ajax.ascx" TagName="mod_selettore_ajax" TagPrefix="uc1" %>
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_anagraficaStati, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_anagraficaStati, XPS" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="mod_selettore_ajax.ascx" TagName="mod_selettore_ajax" TagPrefix="uc1" %>
<%@ Register Src="mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc1" %>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_barcode, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_barcode, XPS" %>
<div style="text-align: center;">
<div>
<asp:TextBox runat="server" ID="txtComando" TextMode="Password" Width="200px"
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_chLang, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_chLang, XPS" %>
<link href="Style.css" rel="stylesheet" type="text/css" />
<table id="table1" runat="server" cellspacing="1" cellpadding="1" class="centerMenu">
<tr class="ctrHeaderPager">
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_completate, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_completate, XPS" %>
<asp:TextBox runat="server" ID="txtDataCorr" Visible="false" Text="..." />
<asp:Label runat="server" ID="lblCompletate" CssClass="ctrHeaderPagerGreen" Width="200px" />
<asp:GridView ID="grViewCompletate" runat="server" AutoGenerateColumns="False" DataKeyNames="Cod"
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_dettComm, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_dettComm, XPS" %>
<%@ Register Src="mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc1" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="mod_navPath.ascx" TagName="mod_navPath" TagPrefix="uc2" %>
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_dettaglioGiornaliero, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_dettaglioGiornaliero, XPS" %>
<asp:Label runat="server" ID="lblData" CssClass="ctrHeaderPager" Width="200px" Text="..." />
<asp:TextBox runat="server" ID="txtDataCorr" Visible="false" Text="..." />
<asp:GridView ID="grViewGiorno" runat="server" AutoGenerateColumns="false" DataKeyNames="Cod"
@@ -1 +1 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_downloadFont, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_downloadFont, XPS" %>
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_elencoBarcode, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_elencoBarcode, XPS" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<div style="font-size: larger; float: left;">
<link href="Style.css" rel="stylesheet" type="text/css" />
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_elencoComm, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_elencoComm, XPS" %>
<%@ Register Src="mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc1" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="mod_logStati.ascx" TagName="mod_logStati" TagPrefix="uc2" %>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_ev2stati, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_ev2stati, XPS" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="mod_selettore_ajax.ascx" TagName="mod_selettore_ajax" TagPrefix="uc2" %>
<%@ Register Src="mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc1" %>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_filtro, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_filtro, XPS" %>
<asp:CheckBox ID="chkFilt" runat="server" Text="---" Checked="false" AutoPostBack="True"
OnCheckedChanged="chkFilt_CheckedChanged" />
<asp:DropDownList ID="dlFilt" runat="server" Visible="False" DataTextField="label"
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_fixCal, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_fixCal, XPS" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:TextBox ID="TextBox1" runat="server" Visible="false">
</asp:TextBox>
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_lemmiVocab, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_lemmiVocab, XPS" %>
<link href="Style.css" rel="stylesheet" type="text/css" />
<table class="contrDx">
<tr>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_logStati, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_logStati, XPS" %>
<div style="text-align: center; width:100%;">
<asp:Label ID="txtSelObj" runat="server" Visible="false" />
<asp:GridView ID="grView" runat="server" AutoGenerateColumns="False" DataSourceID="ods">
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_login, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_login, XPS" %>
<link href="Style.css" rel="stylesheet" type="text/css" />
<asp:Panel ID="pnlForceUser" runat="server">
<table width="100%">
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_main_help, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_main_help, XPS" %>
<link href="Style.css" rel="stylesheet" type="text/css" />
<table id="Table7" cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
@@ -1,3 +1,3 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_menuBottom, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_menuBottom, XPS" %>
<asp:Label runat="server" ID="lblApp" Text="."></asp:Label><asp:Label ID="lblrev" runat="server">78 - </asp:Label>
<asp:Label runat="server" ID="lblCopyRight" Text="..."></asp:Label>
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_menuBottomMini, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_menuBottomMini, XPS" %>
<asp:Label runat="server" ID="lblCopyRight" Text="..." CssClass="txtCopyright"></asp:Label><br />
<asp:Label runat="server" ID="lbl1" Text="for EnergyService" CssClass="txtFooter"></asp:Label>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_menuSx, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_menuSx, XPS" %>
<asp:Panel ID="pnlTree" runat="server" HorizontalAlign="Left" CssClass="pnlMenuSx" >
<asp:TreeView ID="tvMenuSx" runat="server" ImageSet="Simple" NodeIndent="10" DataSourceID="XmlDataSource1">
<DataBindings>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_menuTop, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_menuTop, XPS" %>
<asp:Timer ID="Timer1" runat="server" Interval="10000" OnTick="Timer1_Tick">
</asp:Timer>
<table id="table1" cellspacing="0" cellpadding="0" width="100%" border="0">
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_navPath, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_navPath, XPS" %>
<asp:HyperLink ID="hlNaviga" runat="server" />
<asp:Label ID="lblSeparatore" runat="server" Text="|" />
<asp:TextBox ID="txtVal" Visible="false" runat="server" Width="1px" />
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_pageTitleAndSearch, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_pageTitleAndSearch, XPS" %>
<div class="topContrSx">
<table cellpadding="0" cellspacing="0">
<tr>
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_ricercaGenerica, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_ricercaGenerica, XPS" %>
<div class="boxRicerca">
<asp:TextBox ID="txtCerca" runat="server" OnTextChanged="txtCerca_TextChanged" Width="200px"></asp:TextBox>
<asp:Button ID="btnCerca" runat="server" OnClick="btnCerca_Click" Text="Cerca" />
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_scadenziarioCommesse, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_scadenziarioCommesse, XPS" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="mod_dettaglioGiornaliero.ascx" TagName="mod_dettaglioGiornaliero"
TagPrefix="uc1" %>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_scadute, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_scadute, XPS" %>
<asp:TextBox runat="server" ID="txtDataCorr" Visible="false" Text="..." />
<asp:Label runat="server" ID="lblScadute" CssClass="ctrHeaderPagerRed" Width="200px" />
<asp:GridView ID="grViewScadute" runat="server" AutoGenerateColumns="False" DataKeyNames="Cod"
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_selettore_ajax, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_selettore_ajax, XPS" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" Visible="true">
<ContentTemplate>
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_titleMini, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_titleMini, XPS" %>
<asp:Label runat="server" ID="lblTitle" Text="..." Font-Size="Medium"></asp:Label>
<br />
<br />
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_unauthorized, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_unauthorized, XPS" %>
<table id="Table7" cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td class="UnauthAppTitle">
@@ -1,4 +1,4 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_vocabolario, XPS_deploy" %>
<%@ control language="C#" autoeventwireup="true" inherits="mod_vocabolario, XPS" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<table class="contrDx">
<tr>
@@ -1,4 +1,4 @@
<%@ page title="" language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="scadenziarioCommesse, XPS_deploy" %>
<%@ page title="" language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="scadenziarioCommesse, XPS" %>
<%@ Register src="mod_scadenziarioCommesse.ascx" tagname="mod_scadenziarioCommesse" tagprefix="uc1" %>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ page language="C#" masterpagefile="~/AjaxSimple.master" autoeventwireup="true" inherits="unauthorized, XPS_deploy" title="Untitled Page" %>
<%@ page language="C#" masterpagefile="~/AjaxSimple.master" autoeventwireup="true" inherits="unauthorized, XPS" title="Untitled Page" %>
<%@ Register Src="mod_unauthorized.ascx" TagName="mod_unauthorized" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="vocabolario, XPS_deploy" title="Untitled Page" %>
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="vocabolario, XPS" title="Untitled Page" %>
<%@ Register Src="mod_vocabolario.ascx" TagName="mod_vocabolario" TagPrefix="uc1" %>
<%@ Register Src="mod_lemmiVocab.ascx" TagName="mod_lemmiVocab" TagPrefix="uc2" %>
+122 -124
View File
@@ -9,57 +9,57 @@
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
<configSections>
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="Everywhere"/>
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
</sectionGroup>
</sectionGroup>
</sectionGroup>
<section name="microsoft.web.services2" type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</configSections>
<system.web>
<globalization uiCulture="auto" enableClientBasedCulture="true"/>
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI" assembly="Microsoft.Web.Preview"/>
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI.Controls" assembly="Microsoft.Web.Preview"/>
</controls>
</pages>
<compilation debug="false">
<assemblies>
<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="Microsoft.Web.Services2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Configuration.Install, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</assemblies>
<buildProviders>
<add extension="*.asbx" type="Microsoft.Web.Preview.Services.BridgeBuildProvider" />
</buildProviders>
</compilation>
<httpHandlers>
<remove verb="*" path="*.asmx"/>
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
</httpHandlers>
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</httpModules>
<customErrors mode="Off"/>
<!--<customErrors mode="RemoteOnly" defaultRedirect="unauthorized.aspx"/>-->
<httpRuntime maxRequestLength="102400" />
<!-- qui sopra configurato x gestire allegati fino a 100 mb...
<configSections>
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="Everywhere"/>
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
</sectionGroup>
</sectionGroup>
</sectionGroup>
<section name="microsoft.web.services2" type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</configSections>
<system.web>
<globalization uiCulture="auto" enableClientBasedCulture="true"/>
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI" assembly="Microsoft.Web.Preview"/>
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI.Controls" assembly="Microsoft.Web.Preview"/>
</controls>
</pages>
<compilation debug="false">
<assemblies>
<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="Microsoft.Web.Services2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Configuration.Install, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</assemblies>
<buildProviders>
<add extension="*.asbx" type="Microsoft.Web.Preview.Services.BridgeBuildProvider" />
</buildProviders>
</compilation>
<httpHandlers>
<remove verb="*" path="*.asmx"/>
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
</httpHandlers>
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</httpModules>
<customErrors mode="Off"/>
<!--<customErrors mode="RemoteOnly" defaultRedirect="unauthorized.aspx"/>-->
<httpRuntime maxRequestLength="102400"/>
<!-- qui sopra configurato x gestire allegati fino a 100 mb...
<httpRuntime
maxRequestLength="102400"
executionTimeout="1200"
@@ -68,76 +68,74 @@
minLocalRequestFreeThreads="4"
appRequestQueueLimit="100" />
-->
</system.web>
<appSettings>
<add key="CodModulo" value="XPS"/>
<add key="dominio" value="VOSTRO410"/>
<add key="_navMaxChar" value="20"/>
<add key="intUpdatePagina_ms" value="120000"/>
<add key="_righeDataGrid" value="30"/>
<add key="_righeDataGridAnagr" value="20"/>
<add key="_righeDataGridLong" value="20"/>
<add key="_righeDataGridMed" value="15"/>
<add key="_righeDataGridShort" value="10"/>
<add key="_fromEmail" value="pippo@pippo.it"/>
<add key="_logLevel" value="5"/>
<add key="_logMaxMb" value="30"/>
<add key="_allowForceUser" value="true"/>
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx"/>
<add key="_commonPages" value="menu.aspx"/>
<add key="_titoloPagina" value="XPS"/>
<add key="titleApp" value="XPS_titleApp"/>
<add key="welcomeApp" value="XPS_welcomeApp"/>
<add key="appName" value="XPS"/>
<add key="mainRev" value="0.9"/>
<add key="copyRight" value="SteamWare © 2008"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
<add key="defaultBody" value="XPS_LongWelcome"/>
<add key="_treeMaxChar" value="45"/>
<add key="_showAllTree" value="false"/>
<add key="_jumpStart" value="10"/>
<add key="defDayLeadTime" value="3"/>
<add key="_adminEmail" value="info@steamware.net" />
<add key="_logDir" value="./logs/"/>
<add key="_smtpCli" value="localhost"/>
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<!-- Setup link a reporting -->
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&amp;rs:Command=Render&amp;rc:Parameters=false&amp;rc:Toolbar=false&amp;IdxObj={3}{4}"/>
<!-- NB: "/" == "%2f" -->
<add key="reportingServerAddress" value="localhost"/>
<add key="reportDir" value="ReportEqua"/>
<add key="reportName_mod" value="ReportEqua"/>
<add key="reportName_lbl" value="LabelEqua"/>
<add key="reportOpzPdf" value="&amp;rs:Format=PDF"/>
</appSettings>
<connectionStrings>
<add name="SteamWare_XPSConnectionString" connectionString="Data Source=localhost;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User id=sa;Password=keyhammer"
providerName="System.Data.SqlClient" />
<add name="SteamWare_XPSConnectionString1" connectionString="Data Source=localhost;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User ID=sa;Password=keyhammer"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules>
<add name="ScriptModule" preCondition="integratedMode" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</modules>
<handlers>
<remove name="WebServiceHandlerFactory-Integrated"/>
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</handlers>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
</system.web>
<appSettings>
<add key="CodModulo" value="XPS"/>
<add key="dominio" value="VOSTRO410"/>
<add key="_navMaxChar" value="20"/>
<add key="intUpdatePagina_ms" value="120000"/>
<add key="_righeDataGrid" value="30"/>
<add key="_righeDataGridAnagr" value="20"/>
<add key="_righeDataGridLong" value="20"/>
<add key="_righeDataGridMed" value="15"/>
<add key="_righeDataGridShort" value="10"/>
<add key="_fromEmail" value="pippo@pippo.it"/>
<add key="_logLevel" value="5"/>
<add key="_logMaxMb" value="30"/>
<add key="_allowForceUser" value="true"/>
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx"/>
<add key="_commonPages" value="menu.aspx"/>
<add key="_titoloPagina" value="XPS"/>
<add key="titleApp" value="XPS_titleApp"/>
<add key="welcomeApp" value="XPS_welcomeApp"/>
<add key="appName" value="XPS"/>
<add key="mainRev" value="0.9"/>
<add key="copyRight" value="SteamWare © 2008"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
<add key="defaultBody" value="XPS_LongWelcome"/>
<add key="_treeMaxChar" value="45"/>
<add key="_showAllTree" value="false"/>
<add key="_jumpStart" value="10"/>
<add key="defDayLeadTime" value="3"/>
<add key="_adminEmail" value="info@steamware.net"/>
<add key="_logDir" value="./logs/"/>
<add key="_smtpCli" value="localhost"/>
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<!-- Setup link a reporting -->
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&amp;rs:Command=Render&amp;rc:Parameters=false&amp;rc:Toolbar=false&amp;IdxObj={3}{4}"/>
<!-- NB: "/" == "%2f" -->
<add key="reportingServerAddress" value="localhost"/>
<add key="reportDir" value="ReportEqua"/>
<add key="reportName_mod" value="ReportEqua"/>
<add key="reportName_lbl" value="LabelEqua"/>
<add key="reportOpzPdf" value="&amp;rs:Format=PDF"/>
</appSettings>
<connectionStrings>
<add name="SteamWare_XPSConnectionString" connectionString="Data Source=localhost;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User id=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
<add name="SteamWare_XPSConnectionString1" connectionString="Data Source=localhost;Initial Catalog=SteamWare_XPS;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules>
<add name="ScriptModule" preCondition="integratedMode" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</modules>
<handlers>
<remove name="WebServiceHandlerFactory-Integrated"/>
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</handlers>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Binary file not shown.
@@ -0,0 +1,71 @@
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="AjaxSearch.master.cs" Inherits="AjaxSearch" %>
<%@ Register Src="mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
<%@ Register Src="mod_pageTitleAndSearch.ascx" TagName="mod_pageTitleAndSearch" TagPrefix="uc3" %>
<%@ Register Src="mod_ricercaGenerica.ascx" TagName="mod_ricercaGenerica" TagPrefix="uc4" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc5" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body class="body">
<form id="form1" runat="server">
<asp:ScriptManager ID="sm" runat="server" EnablePartialRendering="true" EnableScriptGlobalization="true"
EnableScriptLocalization="true">
</asp:ScriptManager>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="topMenu" colspan="2">
<div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<uc1:mod_menuTop ID="Mod_menuTop1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td class="menuSx">
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Always" RenderMode="Inline">
<ContentTemplate>
<uc2:mod_menuSx ID="Mod_menuSx1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</td>
<td class="bodyMain">
<div>
<asp:UpdatePanel ID="updPanelPagina" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<table class="tableContenuto" cellpadding="0" cellspacing="0">
<tr class="topContrDx">
<td style="width: 25%;" valign="baseline">
<uc3:mod_pageTitleAndSearch ID="Mod_pageTitleAndSearch1" runat="server" />
</td>
<td style="width: 75%; text-align: left;">
<uc4:mod_ricercaGenerica ID="Mod_ricercaGenerica1" runat="server" />
</td>
</tr>
<tr>
<td colspan="2" class="contrRiq">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="bottomWrite">
<uc5:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</form>
</body>
</html>
@@ -0,0 +1,48 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class AjaxSearch : System.Web.UI.MasterPage
{
protected override void OnLoad(EventArgs e)
{
base.OnLoad(e);
Page.Title = SteamWare.memLayer.ML.confReadstring("_titoloPagina");
}
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
Mod_menuTop1.eh_toggleMenuSx += new EventHandler(Mod_menuTop1_eh_toggleMenuSx);
Mod_menuTop1.eh_reqUpdateMenu += new EventHandler(Mod_menuTop1_eh_reqUpdateMenu);
}
void Mod_menuTop1_eh_reqUpdateMenu(object sender, EventArgs e)
{
// chiamo update del menu sx...
Mod_menuSx1.forzaUpdateMenu();
}
void Mod_menuTop1_eh_toggleMenuSx(object sender, EventArgs e)
{
// cambio stato visualizzaizone menù laterale...
Mod_menuSx1.Visible = !Mod_menuSx1.Visible;
}
protected override void OnUnload(EventArgs e)
{
base.OnUnload(e);
// svuoto tutti gli event handler inseriti...
Mod_menuTop1.eh_toggleMenuSx -= new EventHandler(Mod_menuTop1_eh_toggleMenuSx);
Mod_menuTop1.eh_reqUpdateMenu -= new EventHandler(Mod_menuTop1_eh_reqUpdateMenu);
}
}
@@ -0,0 +1,33 @@
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="AjaxSimple.master.cs"
Inherits="AjaxSimple" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Simplepage</title>
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body class="body" onunload="mostraClessidra();">
<form id="form1" runat="server">
<asp:ScriptManager ID="sm" runat="server" EnablePartialRendering="true">
</asp:ScriptManager>
<div>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="bodyMain">
<div>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</td>
</tr>
<tr>
<td class="bottomWrite">
<uc1:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
@@ -0,0 +1,20 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using SteamWare;
public partial class AjaxSimple : System.Web.UI.MasterPage
{
protected override void OnLoad(EventArgs e)
{
base.OnLoad(e);
Page.Title = SteamWare.memLayer.ML.confReadstring("_titoloPagina");
}
}
@@ -0,0 +1,33 @@
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="AjaxSimpleUpload.master.cs"
Inherits="AjaxSimpleUpload" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>SimplePage</title>
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server" method="post" enctype="multipart/form-data">
<asp:ScriptManager ID="sm" runat="server" EnablePartialRendering="true">
</asp:ScriptManager>
<div>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="bodyMain">
<div>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</td>
</tr>
<tr>
<td class="bottomWrite">
<uc1:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
@@ -0,0 +1,20 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using SteamWare;
public partial class AjaxSimpleUpload : System.Web.UI.MasterPage
{
protected override void OnLoad(EventArgs e)
{
base.OnLoad(e);
Page.Title = SteamWare.memLayer.ML.confReadstring("_titoloPagina");
}
}
@@ -0,0 +1,72 @@
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="AjaxTitle.master.cs"
Inherits="AjaxTitle" %>
<%@ Register Src="mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
<%@ Register Src="mod_pageTitleAndSearch.ascx" TagName="mod_pageTitleAndSearch" TagPrefix="uc3" %>
<%@ Register Src="mod_ricercaGenerica.ascx" TagName="mod_ricercaGenerica" TagPrefix="uc4" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc5" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body class="body">
<form id="form1" runat="server">
<asp:ScriptManager ID="sm" runat="server" EnablePartialRendering="true" EnableScriptGlobalization="true"
EnableScriptLocalization="true">
</asp:ScriptManager>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="topMenu" colspan="2">
<div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<uc1:mod_menuTop ID="Mod_menuTop1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td class="menuSx">
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Always" RenderMode="Inline">
<ContentTemplate>
<uc2:mod_menuSx ID="Mod_menuSx1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</td>
<td class="bodyMain">
<div>
<asp:UpdatePanel ID="updPanelPagina" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<table class="tableContenuto" cellpadding="0" cellspacing="0">
<tr class="topContrDx">
<td style="width: 25%;" valign="baseline">
<uc3:mod_pageTitleAndSearch ID="Mod_pageTitleAndSearch1" runat="server" />
</td>
<td style="width: 75%; text-align: left;">
&nbsp;
</td>
</tr>
<tr>
<td colspan="2" class="contrRiq">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="bottomWrite">
<uc5:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</form>
</body>
</html>
@@ -0,0 +1,49 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using SteamWare;
public partial class AjaxTitle : System.Web.UI.MasterPage
{
protected override void OnLoad(EventArgs e)
{
base.OnLoad(e);
Page.Title = SteamWare.memLayer.ML.confReadstring("_titoloPagina");
}
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
Mod_menuTop1.eh_toggleMenuSx += new EventHandler(Mod_menuTop1_eh_toggleMenuSx);
Mod_menuTop1.eh_reqUpdateMenu += new EventHandler(Mod_menuTop1_eh_reqUpdateMenu);
}
void Mod_menuTop1_eh_reqUpdateMenu(object sender, EventArgs e)
{
// chiamo update del menu sx...
Mod_menuSx1.forzaUpdateMenu();
}
void Mod_menuTop1_eh_toggleMenuSx(object sender, EventArgs e)
{
// cambio stato visualizzaizone menù laterale...
Mod_menuSx1.Visible = !Mod_menuSx1.Visible;
}
protected override void OnUnload(EventArgs e)
{
base.OnUnload(e);
// svuoto tutti gli event handler inseriti...
Mod_menuTop1.eh_toggleMenuSx -= new EventHandler(Mod_menuTop1_eh_toggleMenuSx);
Mod_menuTop1.eh_reqUpdateMenu -= new EventHandler(Mod_menuTop1_eh_reqUpdateMenu);
}
}
@@ -0,0 +1,35 @@
<%@ Page Language="C#" MasterPageFile="~/AjaxSearch.master" AutoEventWireup="true"
CodeFile="AnagraficaEventi.aspx.cs" Inherits="AnagraficaEventi" Title="Untitled Page" %>
<%@ Register Src="mod_ev2stati.ascx" TagName="mod_ev2stati" TagPrefix="uc2" %>
<%@ Register Src="mod_anagraficaEventi.ascx" TagName="mod_anagraficaEventi" TagPrefix="uc1" %>
<%@ Register Src="mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc4" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<uc1:mod_anagraficaEventi ID="Mod_anagraficaEventi1" runat="server" />
<asp:Panel runat="server" ID="pnlDet" Visible="false" Width="100%">
<table>
<tr>
<td>
<div class="filtro_1">
<uc4:mod_filtro ID="Mod_filtroTipoObj" runat="server" changeCheckEnabled="false"
changeCheckVisible="false" />
<asp:ObjectDataSource ID="odsTipoObj" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="DS_utilityTableAdapters.v_selTipoObjTableAdapter">
</asp:ObjectDataSource>
</div>
<div class="filtro_2">
<uc4:mod_filtro ID="Mod_filtroMappa" runat="server" changeCheckEnabled="false" changeCheckVisible="false" />
<asp:ObjectDataSource ID="odsMappa" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="DS_utilityTableAdapters.v_selTipoMappaTableAdapter">
</asp:ObjectDataSource>
</div>
</td>
</tr>
<tr>
<td>
<uc2:mod_ev2stati ID="Mod_ev2stati1" runat="server" />
</td>
</tr>
</table>
</asp:Panel>
</asp:Content>
@@ -0,0 +1,65 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class AnagraficaEventi : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
Mod_filtroMappa.ods = odsMappa;
Mod_filtroTipoObj.ods = odsTipoObj;
}
Mod_anagraficaEventi1.eh_selValore += new EventHandler(Mod_anagraficaEventi1_eh_selValore);
Mod_anagraficaEventi1.eh_resetSelezione += new EventHandler(Mod_anagraficaEventi1_eh_resetSelezione);
Mod_filtroMappa.eh_selValore += new EventHandler(Mod_filtroMappa_eh_selValore);
Mod_filtroTipoObj.eh_selValore += new EventHandler(Mod_filtroTipoObj_eh_selValore);
}
void Mod_filtroTipoObj_eh_selValore(object sender, EventArgs e)
{
// salvo in session
SteamWare.memLayer.ML.setSessionVal("IdxTipoObj_sel", Mod_filtroTipoObj.valoreInt, false);
// update!
Mod_ev2stati1.doUpdate();
}
void Mod_filtroMappa_eh_selValore(object sender, EventArgs e)
{
// salvo in session
SteamWare.memLayer.ML.setSessionVal("CodMappa_sel", Mod_filtroMappa.valore, false);
// update!
Mod_ev2stati1.doUpdate();
}
void Mod_anagraficaEventi1_eh_resetSelezione(object sender, EventArgs e)
{
pnlDet.Visible = false;
}
void Mod_anagraficaEventi1_eh_selValore(object sender, EventArgs e)
{
// salvo valore iniziale filtro...
SteamWare.memLayer.ML.setSessionVal("CodMappa_sel", Mod_filtroMappa.valore, false);
SteamWare.memLayer.ML.setSessionVal("IdxTipoObj_sel", Mod_filtroTipoObj.valoreInt, false);
// mostro panel...
pnlDet.Visible = true;
}
protected override void OnUnload(EventArgs e)
{
base.OnUnload(e);
Mod_anagraficaEventi1.eh_selValore -= new EventHandler(Mod_anagraficaEventi1_eh_selValore);
Mod_anagraficaEventi1.eh_resetSelezione -= new EventHandler(Mod_anagraficaEventi1_eh_resetSelezione);
Mod_filtroMappa.eh_selValore -= new EventHandler(Mod_filtroMappa_eh_selValore);
Mod_filtroTipoObj.eh_selValore -= new EventHandler(Mod_filtroTipoObj_eh_selValore);
}
}
@@ -0,0 +1,9 @@
<%@ Page Language="C#" MasterPageFile="~/AjaxSearch.master" AutoEventWireup="true" CodeFile="AnagraficaMappe.aspx.cs" Inherits="AnagraficaMappe" Title="Untitled Page" %>
<%@ Register Src="mod_anagraficaMappe.ascx" TagName="mod_anagraficaMappe" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<a href="AnagraficaMappe.aspx"></a>
<uc1:mod_anagraficaMappe ID="Mod_anagraficaMappe1" runat="server" />
<a href="AnagraficaMappe.aspx"></a>
</asp:Content>
@@ -0,0 +1,18 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class AnagraficaMappe : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
@@ -0,0 +1,7 @@
<%@ Page Language="C#" MasterPageFile="~/AjaxSearch.master" AutoEventWireup="true" CodeFile="AnagraficaObjSet.aspx.cs" Inherits="AnagraficaObjSet" Title="Untitled Page" %>
<%@ Register Src="mod_anagraficaObjSet.ascx" TagName="mod_anagraficaObjSet" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<uc1:mod_anagraficaObjSet ID="mod_anagraficaObjSet1" runat="server" />
</asp:Content>
@@ -0,0 +1,18 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class AnagraficaObjSet : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
@@ -0,0 +1,7 @@
<%@ Page Language="C#" MasterPageFile="~/AjaxSearch.master" AutoEventWireup="true" CodeFile="AnagraficaStati.aspx.cs" Inherits="AnagraficaStati" Title="Untitled Page" %>
<%@ Register Src="mod_anagraficaStati.ascx" TagName="mod_anagraficaStati" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<uc1:mod_anagraficaStati ID="Mod_anagraficaStati1" runat="server" />
</asp:Content>
@@ -0,0 +1,18 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class AnagraficaStati : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
@@ -0,0 +1,7 @@
<%@ Page Language="C#" MasterPageFile="~/AjaxSearch.master" AutoEventWireup="true" CodeFile="AnagraficaTipoObj.aspx.cs" Inherits="AnagraficaTipoObj" Title="Untitled Page" %>
<%@ Register Src="mod_selettore_ajax.ascx" TagName="mod_selettore_ajax" TagPrefix="uc1" %>
<%@ Register Src="mod_anagTipoObj.ascx" TagName="mod_anagTipoObj" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<uc1:mod_anagTipoObj ID="Mod_anagTipoObj1" runat="server" />
</asp:Content>
@@ -0,0 +1,18 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class AnagraficaTipoObj : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,157 @@
<?xml version="1.0" encoding="utf-8"?>
<!--<autogenerated>
This code was generated by a tool to store the dataset designer's layout information.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="-49" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:AnagTipoObj" ZOrder="2" X="337" Y="321" Height="241" Width="223" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="160" />
<Shape ID="DesignTable:UM" ZOrder="23" X="666" Y="573" Height="122" Width="160" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="75" />
<Shape ID="DesignTable:Step4Obj" ZOrder="22" X="942" Y="67" Height="207" Width="194" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="160" />
<Shape ID="DesignTable:Note" ZOrder="21" X="1178" Y="550" Height="190" Width="169" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="143" />
<Shape ID="DesignTable:ObjectSet" ZOrder="3" X="333" Y="617" Height="190" Width="194" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="109" />
<Shape ID="DesignTable:TipoEventi" ZOrder="18" X="366" Y="200" Height="105" Width="187" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
<Shape ID="DesignTable:AnagMappe" ZOrder="17" X="62" Y="600" Height="139" Width="209" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
<Shape ID="DesignTable:ObjList" ZOrder="12" X="921" Y="389" Height="309" Width="182" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="245" />
<Shape ID="DesignTable:Stati" ZOrder="10" X="59" Y="304" Height="241" Width="228" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="143" />
<Shape ID="DesignTable:v_ev2stati" ZOrder="8" X="51" Y="-39" Height="292" Width="221" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="177" />
<Shape ID="DesignTable:Eventi" ZOrder="6" X="372" Y="-18" Height="156" Width="192" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="75" />
<Shape ID="DesignTable:Object2Set" ZOrder="1" X="570" Y="748" Height="224" Width="205" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="160" />
<Shape ID="DesignSources:SP" ZOrder="19" X="64" Y="834" Height="62" Width="234" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
</Shapes>
<Connectors>
<Connector ID="DesignRelation:FK_ObjectSet_AnagTipoObj" ZOrder="20" LineWidth="11">
<RoutePoints>
<Point>
<X>547</X>
<Y>562</Y>
</Point>
<Point>
<X>547</X>
<Y>634</Y>
</Point>
<Point>
<X>527</X>
<Y>634</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_FasiObj_TrackObj" ZOrder="16" LineWidth="11">
<RoutePoints>
<Point>
<X>995</X>
<Y>389</Y>
</Point>
<Point>
<X>995</X>
<Y>274</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_Note_ObjList" ZOrder="15" LineWidth="11">
<RoutePoints>
<Point>
<X>1103</X>
<Y>607</Y>
</Point>
<Point>
<X>1178</X>
<Y>607</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_ObjList_UM" ZOrder="14" LineWidth="11">
<RoutePoints>
<Point>
<X>809</X>
<Y>573</Y>
</Point>
<Point>
<X>809</X>
<Y>452</Y>
</Point>
<Point>
<X>921</X>
<Y>452</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_TrackObj_AnagObj" ZOrder="13" LineWidth="11">
<RoutePoints>
<Point>
<X>560</X>
<Y>475</Y>
</Point>
<Point>
<X>921</X>
<Y>475</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_Stati_AnagMappe1" ZOrder="11" LineWidth="11">
<RoutePoints>
<Point>
<X>171</X>
<Y>600</Y>
</Point>
<Point>
<X>171</X>
<Y>545</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_Stati_Oggetti1" ZOrder="9" LineWidth="11">
<RoutePoints>
<Point>
<X>393</X>
<Y>321</Y>
</Point>
<Point>
<X>393</X>
<Y>313</Y>
</Point>
<Point>
<X>287</X>
<Y>313</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:Stati_v_ev2stati" ZOrder="7" LineWidth="11">
<RoutePoints>
<Point>
<X>155</X>
<Y>304</Y>
</Point>
<Point>
<X>155</X>
<Y>253</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_Eventi_TipoEventi1" ZOrder="5" LineWidth="11">
<RoutePoints>
<Point>
<X>462</X>
<Y>200</Y>
</Point>
<Point>
<X>462</X>
<Y>138</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:Eventi_v_ev2stati1" ZOrder="4" LineWidth="11">
<RoutePoints>
<Point>
<X>372</X>
<Y>43</Y>
</Point>
<Point>
<X>272</X>
<Y>43</Y>
</Point>
</RoutePoints>
</Connector>
</Connectors>
</DiagramLayout>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="utf-8"?>
<!--<autogenerated>
This code was generated by a tool to store the dataset designer's layout information.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="14" ViewPortY="38" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:AnagClienti" ZOrder="17" X="482" Y="129" Height="105" Width="207" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
<Shape ID="DesignTable:AnagTrattamenti" ZOrder="16" X="689" Y="479" Height="105" Width="238" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
<Shape ID="DesignTable:Tratt2Obj" ZOrder="14" X="1039" Y="484" Height="122" Width="197" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="75" />
<Shape ID="DesignTable:v_commesse" ZOrder="5" X="24" Y="48" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />
<Shape ID="DesignTable:IstObj" ZOrder="10" X="1038" Y="75" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />
<Shape ID="DesignTable:v_righe" ZOrder="3" X="380" Y="287" Height="343" Width="245" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />
<Shape ID="DesignTable:sp_rec4Day" ZOrder="11" X="402" Y="650" Height="106" Width="208" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="42" />
<Shape ID="DesignTable:v_ULP" ZOrder="2" X="24" Y="410" Height="377" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />
<Shape ID="DesignTable:Eventi" ZOrder="7" X="461" Y="806" Height="156" Width="199" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="92" />
<Shape ID="DesignTable:TraEv2Stati" ZOrder="9" X="744" Y="769" Height="241" Width="247" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="160" />
<Shape ID="DesignTable:v_logStati" ZOrder="4" X="143" Y="832" Height="224" Width="199" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="160" />
<Shape ID="DesignSources:SP" ZOrder="6" X="766" Y="649" Height="44" Width="241" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="40" />
<Shape ID="DesignTable:sp_contaNonSched" ZOrder="1" X="1046" Y="736" Height="88" Width="200" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="42" />
</Shapes>
<Connectors>
<Connector ID="DesignRelation:FK_Tratt2Obj_AnagTrattamenti" ZOrder="15" LineWidth="11">
<RoutePoints>
<Point>
<X>927</X>
<Y>513</Y>
</Point>
<Point>
<X>1039</X>
<Y>513</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_Tratt2Obj_IstObj" ZOrder="13" LineWidth="11">
<RoutePoints>
<Point>
<X>1116</X>
<Y>418</Y>
</Point>
<Point>
<X>1116</X>
<Y>484</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_IstObj_AnagClienti" ZOrder="12" LineWidth="11">
<RoutePoints>
<Point>
<X>689</X>
<Y>181</Y>
</Point>
<Point>
<X>1038</X>
<Y>181</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_TransizioneEventiStati_Eventi" ZOrder="8" LineWidth="11">
<RoutePoints>
<Point>
<X>660</X>
<Y>854</Y>
</Point>
<Point>
<X>744</X>
<Y>854</Y>
</Point>
</RoutePoints>
</Connector>
</Connectors>
</DiagramLayout>
@@ -0,0 +1,730 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="DS_utility" targetNamespace="http://tempuri.org/DS_utility.xsd" xmlns:mstns="http://tempuri.org/DS_utility.xsd" xmlns="http://tempuri.org/DS_utility.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:annotation>
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="7" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections>
<Connection AppSettingsObjectName="Web.config" AppSettingsPropertyName="WebCalPortConnectionString" IsAppSettingsProperty="true" Modifier="Assembly" Name="WebCalPortConnectionString (Web.config)" ParameterPrefix="@" PropertyReference="AppConfig.System.Configuration.ConfigurationManager.0.ConnectionStrings.WebCalPortConnectionString.ConnectionString" Provider="System.Data.SqlClient" />
<Connection AppSettingsObjectName="Web.config" AppSettingsPropertyName="GTDConnectionString" IsAppSettingsProperty="true" Modifier="Assembly" Name="GTDConnectionString (Web.config)" ParameterPrefix="@" PropertyReference="AppConfig.System.Configuration.ConfigurationManager.0.ConnectionStrings.GTDConnectionString.ConnectionString" Provider="System.Data.SqlClient" />
<Connection AppSettingsObjectName="Web.config" AppSettingsPropertyName="AnagraficaBremboConnectionString" IsAppSettingsProperty="true" Modifier="Assembly" Name="AnagraficaBremboConnectionString (Web.config)" ParameterPrefix="@" PropertyReference="AppConfig.System.Configuration.ConfigurationManager.0.ConnectionStrings.AnagraficaBremboConnectionString.ConnectionString" Provider="System.Data.SqlClient" />
<Connection AppSettingsObjectName="Web.config" AppSettingsPropertyName="SelfBillingConnectionString" IsAppSettingsProperty="true" Modifier="Assembly" Name="SelfBillingConnectionString (Web.config)" ParameterPrefix="@" PropertyReference="AppConfig.System.Configuration.ConfigurationManager.0.ConnectionStrings.SelfBillingConnectionString.ConnectionString" Provider="System.Data.SqlClient" />
<Connection AppSettingsPropertyName="SelfBillingConnectionString" ConnectionStringObject="Data Source=localhost;Initial Catalog=SelfBilling;Integrated Security=True;Pooling=False" IsAppSettingsProperty="false" Modifier="Assembly" Name="SelfBillingConnectionString" ParameterPrefix="@" Provider="System.Data.SqlClient" />
<Connection AppSettingsObjectName="Web.config" AppSettingsPropertyName="SteamWare_XPSConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="SteamWare_XPSConnectionString (Web.config)" ParameterPrefix="@" PropertyReference="AppConfig.System.Configuration.ConfigurationManager.0.ConnectionStrings.SteamWare_XPSConnectionString.ConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selUtentiAllTableAdapter" GeneratorDataComponentClassName="v_selUtentiAllTableAdapter" Name="v_selUtentiAll" UserDataComponentName="v_selUtentiAllTableAdapter">
<MainSource>
<DbSource ConnectionRef="SelfBillingConnectionString (Web.config)" DbObjectName="SelfBilling.dbo.v_selUtentiAll" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label, COD_CDC, ATTIVO FROM dbo.v_selUtentiAll</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="value" DataSetColumn="value" />
<Mapping SourceColumn="label" DataSetColumn="label" />
<Mapping SourceColumn="COD_CDC" DataSetColumn="COD_CDC" />
<Mapping SourceColumn="ATTIVO" DataSetColumn="ATTIVO" />
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="UtenteTableAdapter" GeneratorDataComponentClassName="UtenteTableAdapter" Name="Utente" UserDataComponentName="UtenteTableAdapter">
<MainSource>
<DbSource ConnectionRef="AnagraficaBremboConnectionString (Web.config)" DbObjectName="AnagraficaBrembo.dbo.UTENTE" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT MATRICOLA, COD_SOCIETA, COGNOME, NOME, COD_CDC, EMAIL, USER_NAME, USER_AS, COD_QUALIFICA, ID_STABILIMENTO, COD_LINGUA, ATTIVO, COD_ORARIO, DOMINIO, LIVELLO, COD_GRUPPO, RESP_FUNZ FROM dbo.Utente</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="MATRICOLA" DataSetColumn="MATRICOLA" />
<Mapping SourceColumn="COD_SOCIETA" DataSetColumn="COD_SOCIETA" />
<Mapping SourceColumn="COGNOME" DataSetColumn="COGNOME" />
<Mapping SourceColumn="NOME" DataSetColumn="NOME" />
<Mapping SourceColumn="COD_CDC" DataSetColumn="COD_CDC" />
<Mapping SourceColumn="EMAIL" DataSetColumn="EMAIL" />
<Mapping SourceColumn="USER_NAME" DataSetColumn="USER_NAME" />
<Mapping SourceColumn="USER_AS" DataSetColumn="USER_AS" />
<Mapping SourceColumn="COD_QUALIFICA" DataSetColumn="COD_QUALIFICA" />
<Mapping SourceColumn="ID_STABILIMENTO" DataSetColumn="ID_STABILIMENTO" />
<Mapping SourceColumn="COD_LINGUA" DataSetColumn="COD_LINGUA" />
<Mapping SourceColumn="ATTIVO" DataSetColumn="ATTIVO" />
<Mapping SourceColumn="COD_ORARIO" DataSetColumn="COD_ORARIO" />
<Mapping SourceColumn="DOMINIO" DataSetColumn="DOMINIO" />
<Mapping SourceColumn="LIVELLO" DataSetColumn="LIVELLO" />
<Mapping SourceColumn="COD_GRUPPO" DataSetColumn="COD_GRUPPO" />
<Mapping SourceColumn="RESP_FUNZ" DataSetColumn="RESP_FUNZ" />
</Mappings>
<Sources>
<DbSource ConnectionRef="AnagraficaBremboConnectionString (Web.config)" DbObjectName="AnagraficaBrembo.dbo.UTENTE" DbObjectType="Table" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="GetByUserName" GetMethodModifier="Public" GetMethodName="GetByUserName" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetByUserName" UserSourceName="GetByUserName">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT MATRICOLA, COD_SOCIETA, COGNOME, NOME, COD_CDC, EMAIL, USER_NAME, USER_AS, COD_QUALIFICA, ID_STABILIMENTO, COD_LINGUA,
ATTIVO, COD_ORARIO, DOMINIO, LIVELLO, COD_GRUPPO, RESP_FUNZ
FROM Utente
WHERE (USER_NAME = @USER_NAME)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="USER_NAME" ColumnName="USER_NAME" DataSourceName="BPF.dbo.Utente" DataTypeServer="varchar(20)" DbType="AnsiString" Direction="Input" ParameterName="@USER_NAME" Precision="0" ProviderType="VarChar" Scale="0" Size="20" SourceColumn="USER_NAME" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selUtentiShortADTableAdapter" GeneratorDataComponentClassName="v_selUtentiShortADTableAdapter" Name="v_selUtentiShortAD" UserDataComponentName="v_selUtentiShortADTableAdapter">
<MainSource>
<DbSource ConnectionRef="SelfBillingConnectionString (Web.config)" DbObjectName="SelfBilling.dbo.v_selUtentiShortAD" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label, COD_CDC, ATTIVO FROM dbo.v_selUtentiShortAD</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="value" DataSetColumn="value" />
<Mapping SourceColumn="label" DataSetColumn="label" />
<Mapping SourceColumn="COD_CDC" DataSetColumn="COD_CDC" />
<Mapping SourceColumn="ATTIVO" DataSetColumn="ATTIVO" />
</Mappings>
<Sources>
<DbSource ConnectionRef="SelfBillingConnectionString (Web.config)" DbObjectName="SelfBilling.dbo.v_selUtentiShortAD" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByValue" GetMethodModifier="Public" GetMethodName="getByValue" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByValue" UserSourceName="getByValue">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT value, label, COD_CDC, ATTIVO FROM dbo.v_selUtentiShortAD
where value=@value</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="value" ColumnName="value" DataSourceName="GTD.dbo.v_selUtentiShortAD" DataTypeServer="varchar(51)" DbType="AnsiString" Direction="Input" ParameterName="@value" Precision="0" ProviderType="VarChar" Scale="0" Size="51" SourceColumn="value" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selTipoObjTableAdapter" GeneratorDataComponentClassName="v_selTipoObjTableAdapter" Name="v_selTipoObj" UserDataComponentName="v_selTipoObjTableAdapter">
<MainSource>
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_selTipoObj" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label FROM dbo.v_selTipoObj</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="value" DataSetColumn="value" />
<Mapping SourceColumn="label" DataSetColumn="label" />
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selTipoEventoTableAdapter" GeneratorDataComponentClassName="v_selTipoEventoTableAdapter" Name="v_selTipoEvento" UserDataComponentName="v_selTipoEventoTableAdapter">
<MainSource>
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_selTipoEvento" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label FROM dbo.v_selTipoEvento</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="value" DataSetColumn="value" />
<Mapping SourceColumn="label" DataSetColumn="label" />
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selTipoMappaTableAdapter" GeneratorDataComponentClassName="v_selTipoMappaTableAdapter" Name="v_selTipoMappa" UserDataComponentName="v_selTipoMappaTableAdapter">
<MainSource>
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_selTipoMappa" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label FROM dbo.v_selTipoMappa</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="value" DataSetColumn="value" />
<Mapping SourceColumn="label" DataSetColumn="label" />
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selClientiTableAdapter" GeneratorDataComponentClassName="v_selClientiTableAdapter" Name="v_selClienti" UserDataComponentName="v_selClientiTableAdapter">
<MainSource>
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_selClienti" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label FROM dbo.v_selClienti</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="value" DataSetColumn="value" />
<Mapping SourceColumn="label" DataSetColumn="label" />
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selSetObjTableAdapter" GeneratorDataComponentClassName="v_selSetObjTableAdapter" Name="v_selSetObj" UserDataComponentName="v_selSetObjTableAdapter">
<MainSource>
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_selSetObj" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label FROM dbo.v_selSetObj</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="value" DataSetColumn="value" />
<Mapping SourceColumn="label" DataSetColumn="label" />
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selFiltriTableAdapter" GeneratorDataComponentClassName="v_selFiltriTableAdapter" Name="v_selFiltri" UserDataComponentName="v_selFiltriTableAdapter">
<MainSource>
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_selFiltri" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label, conditio FROM dbo.v_selFiltri</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="value" DataSetColumn="value" />
<Mapping SourceColumn="label" DataSetColumn="label" />
<Mapping SourceColumn="conditio" DataSetColumn="conditio" />
</Mappings>
<Sources>
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_selFiltri" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByConditio" GetMethodModifier="Public" GetMethodName="getByConditio" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByConditio" UserSourceName="getByConditio">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT value, label, conditio FROM dbo.v_selFiltri
WHERE conditio=@conditio</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="conditio" ColumnName="conditio" DataSourceName="SteamWare_XPS.dbo.v_selFiltri" DataTypeServer="nvarchar(31)" DbType="String" Direction="Input" ParameterName="@conditio" Precision="0" ProviderType="NVarChar" Scale="0" Size="31" SourceColumn="conditio" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_selFiltri" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByUrl" GeneratorSourceName="FillBy" GetMethodModifier="Public" GetMethodName="getByUrl" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByUrl" UserSourceName="getByUrl">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT v_selFiltri.value, v_selFiltri.label, v_selFiltri.conditio
FROM Permessi INNER JOIN
Permessi2Funzione ON Permessi.COD_PERMESSO = Permessi2Funzione.COD_PERMESSO INNER JOIN
v_selFiltri ON Permessi2Funzione.COD_FUNZIONE = v_selFiltri.conditio
WHERE (Permessi.URL = @url)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="url" ColumnName="URL" DataSourceName="SteamWare_XPS.dbo.Permessi" DataTypeServer="varchar(250)" DbType="AnsiString" Direction="Input" ParameterName="@url" Precision="0" ProviderType="VarChar" Scale="0" Size="250" SourceColumn="URL" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selStatiTableAdapter" GeneratorDataComponentClassName="v_selStatiTableAdapter" Name="v_selStati" UserDataComponentName="v_selStatiTableAdapter">
<MainSource>
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_selStati" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label, conditio FROM dbo.v_selStati</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="value" DataSetColumn="value" />
<Mapping SourceColumn="label" DataSetColumn="label" />
<Mapping SourceColumn="conditio" DataSetColumn="conditio" />
</Mappings>
<Sources>
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_selStati" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByConditio" GetMethodModifier="Public" GetMethodName="getByConditio" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByConditio" UserSourceName="getByConditio">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT value, label, conditio FROM dbo.v_selStati
where conditio=@conditio</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="conditio" ColumnName="conditio" DataSourceName="SteamWare_XPS.dbo.v_selStati" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@conditio" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="conditio" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_dateEsecuzioneTableAdapter" GeneratorDataComponentClassName="v_dateEsecuzioneTableAdapter" Name="v_dateEsecuzione" UserDataComponentName="v_dateEsecuzioneTableAdapter">
<MainSource>
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_dateEsecuzione" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT Data FROM dbo.v_dateEsecuzione</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="Data" DataSetColumn="Data" />
</Mappings>
<Sources>
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_dateEsecuzione" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByDataMin" GetMethodModifier="Public" GetMethodName="getByDataMin" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByDataMin" UserSourceName="getByDataMin">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT Data
FROM v_dateEsecuzione
WHERE (Data &gt;= CAST(@dataMin AS datetime))</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="dataMin" ColumnName="Data" DataSourceName="SteamWare_XPS.dbo.v_dateEsecuzione" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@dataMin" Precision="0" ProviderType="DateTime" Scale="0" Size="8" SourceColumn="Data" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selAnagLavTableAdapter" GeneratorDataComponentClassName="v_selAnagLavTableAdapter" Name="v_selAnagLav" UserDataComponentName="v_selAnagLavTableAdapter">
<MainSource>
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_selAnagLav" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label FROM dbo.v_selAnagLav</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="value" DataSetColumn="value" />
<Mapping SourceColumn="label" DataSetColumn="label" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="DS_utility" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="DS_utility" msprop:Generator_DataSetName="DS_utility">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="v_selUtentiAll" msprop:Generator_UserTableName="v_selUtentiAll" msprop:Generator_RowDeletedName="v_selUtentiAllRowDeleted" msprop:Generator_RowChangedName="v_selUtentiAllRowChanged" msprop:Generator_RowClassName="v_selUtentiAllRow" msprop:Generator_RowChangingName="v_selUtentiAllRowChanging" msprop:Generator_RowEvArgName="v_selUtentiAllRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selUtentiAllRowChangeEventHandler" msprop:Generator_TableClassName="v_selUtentiAllDataTable" msprop:Generator_TableVarName="tablev_selUtentiAll" msprop:Generator_RowDeletingName="v_selUtentiAllRowDeleting" msprop:Generator_TablePropName="v_selUtentiAll">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msdata:ReadOnly="true" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="500" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="COD_CDC" msprop:Generator_UserColumnName="COD_CDC" msprop:Generator_ColumnPropNameInRow="COD_CDC" msprop:Generator_ColumnVarNameInTable="columnCOD_CDC" msprop:Generator_ColumnPropNameInTable="COD_CDCColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ATTIVO" msprop:Generator_UserColumnName="ATTIVO" msprop:Generator_ColumnPropNameInRow="ATTIVO" msprop:Generator_ColumnVarNameInTable="columnATTIVO" msprop:Generator_ColumnPropNameInTable="ATTIVOColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Utente" msprop:Generator_UserTableName="Utente" msprop:Generator_RowDeletedName="UtenteRowDeleted" msprop:Generator_RowChangedName="UtenteRowChanged" msprop:Generator_RowClassName="UtenteRow" msprop:Generator_RowChangingName="UtenteRowChanging" msprop:Generator_RowEvArgName="UtenteRowChangeEvent" msprop:Generator_RowEvHandlerName="UtenteRowChangeEventHandler" msprop:Generator_TableClassName="UtenteDataTable" msprop:Generator_TableVarName="tableUtente" msprop:Generator_RowDeletingName="UtenteRowDeleting" msprop:Generator_TablePropName="Utente">
<xs:complexType>
<xs:sequence>
<xs:element name="MATRICOLA" msprop:Generator_UserColumnName="MATRICOLA" msprop:Generator_ColumnVarNameInTable="columnMATRICOLA" msprop:Generator_ColumnPropNameInRow="MATRICOLA" msprop:Generator_ColumnPropNameInTable="MATRICOLAColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="5" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="COD_SOCIETA" msprop:Generator_UserColumnName="COD_SOCIETA" msprop:Generator_ColumnVarNameInTable="columnCOD_SOCIETA" msprop:Generator_ColumnPropNameInRow="COD_SOCIETA" msprop:Generator_ColumnPropNameInTable="COD_SOCIETAColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="5" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="COGNOME" msprop:Generator_UserColumnName="COGNOME" msprop:Generator_ColumnVarNameInTable="columnCOGNOME" msprop:Generator_ColumnPropNameInRow="COGNOME" msprop:Generator_ColumnPropNameInTable="COGNOMEColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NOME" msprop:Generator_UserColumnName="NOME" msprop:Generator_ColumnVarNameInTable="columnNOME" msprop:Generator_ColumnPropNameInRow="NOME" msprop:Generator_ColumnPropNameInTable="NOMEColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="COD_CDC" msprop:Generator_UserColumnName="COD_CDC" msprop:Generator_ColumnVarNameInTable="columnCOD_CDC" msprop:Generator_ColumnPropNameInRow="COD_CDC" msprop:Generator_ColumnPropNameInTable="COD_CDCColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="EMAIL" msprop:Generator_UserColumnName="EMAIL" msprop:Generator_ColumnVarNameInTable="columnEMAIL" msprop:Generator_ColumnPropNameInRow="EMAIL" msprop:Generator_ColumnPropNameInTable="EMAILColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="USER_NAME" msprop:Generator_UserColumnName="USER_NAME" msprop:Generator_ColumnVarNameInTable="columnUSER_NAME" msprop:Generator_ColumnPropNameInRow="USER_NAME" msprop:Generator_ColumnPropNameInTable="USER_NAMEColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="USER_AS" msprop:Generator_UserColumnName="USER_AS" msprop:Generator_ColumnVarNameInTable="columnUSER_AS" msprop:Generator_ColumnPropNameInRow="USER_AS" msprop:Generator_ColumnPropNameInTable="USER_ASColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="COD_QUALIFICA" msprop:Generator_UserColumnName="COD_QUALIFICA" msprop:Generator_ColumnVarNameInTable="columnCOD_QUALIFICA" msprop:Generator_ColumnPropNameInRow="COD_QUALIFICA" msprop:Generator_ColumnPropNameInTable="COD_QUALIFICAColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ID_STABILIMENTO" msprop:Generator_UserColumnName="ID_STABILIMENTO" msprop:Generator_ColumnVarNameInTable="columnID_STABILIMENTO" msprop:Generator_ColumnPropNameInRow="ID_STABILIMENTO" msprop:Generator_ColumnPropNameInTable="ID_STABILIMENTOColumn" type="xs:int" minOccurs="0" />
<xs:element name="COD_LINGUA" msprop:Generator_UserColumnName="COD_LINGUA" msprop:Generator_ColumnVarNameInTable="columnCOD_LINGUA" msprop:Generator_ColumnPropNameInRow="COD_LINGUA" msprop:Generator_ColumnPropNameInTable="COD_LINGUAColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="3" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ATTIVO" msprop:Generator_UserColumnName="ATTIVO" msprop:Generator_ColumnVarNameInTable="columnATTIVO" msprop:Generator_ColumnPropNameInRow="ATTIVO" msprop:Generator_ColumnPropNameInTable="ATTIVOColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="COD_ORARIO" msprop:Generator_UserColumnName="COD_ORARIO" msprop:Generator_ColumnVarNameInTable="columnCOD_ORARIO" msprop:Generator_ColumnPropNameInRow="COD_ORARIO" msprop:Generator_ColumnPropNameInTable="COD_ORARIOColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="5" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DOMINIO" msprop:Generator_UserColumnName="DOMINIO" msprop:Generator_ColumnVarNameInTable="columnDOMINIO" msprop:Generator_ColumnPropNameInRow="DOMINIO" msprop:Generator_ColumnPropNameInTable="DOMINIOColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LIVELLO" msprop:Generator_UserColumnName="LIVELLO" msprop:Generator_ColumnVarNameInTable="columnLIVELLO" msprop:Generator_ColumnPropNameInRow="LIVELLO" msprop:Generator_ColumnPropNameInTable="LIVELLOColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="COD_GRUPPO" msprop:Generator_UserColumnName="COD_GRUPPO" msprop:Generator_ColumnVarNameInTable="columnCOD_GRUPPO" msprop:Generator_ColumnPropNameInRow="COD_GRUPPO" msprop:Generator_ColumnPropNameInTable="COD_GRUPPOColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="15" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="RESP_FUNZ" msprop:Generator_UserColumnName="RESP_FUNZ" msprop:Generator_ColumnVarNameInTable="columnRESP_FUNZ" msprop:Generator_ColumnPropNameInRow="RESP_FUNZ" msprop:Generator_ColumnPropNameInTable="RESP_FUNZColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selUtentiShortAD" msprop:Generator_UserTableName="v_selUtentiShortAD" msprop:Generator_RowDeletedName="v_selUtentiShortADRowDeleted" msprop:Generator_RowChangedName="v_selUtentiShortADRowChanged" msprop:Generator_RowClassName="v_selUtentiShortADRow" msprop:Generator_RowChangingName="v_selUtentiShortADRowChanging" msprop:Generator_RowEvArgName="v_selUtentiShortADRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selUtentiShortADRowChangeEventHandler" msprop:Generator_TableClassName="v_selUtentiShortADDataTable" msprop:Generator_TableVarName="tablev_selUtentiShortAD" msprop:Generator_RowDeletingName="v_selUtentiShortADRowDeleting" msprop:Generator_TablePropName="v_selUtentiShortAD">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msdata:ReadOnly="true" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="51" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msdata:ReadOnly="true" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="202" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="COD_CDC" msprop:Generator_UserColumnName="COD_CDC" msprop:Generator_ColumnVarNameInTable="columnCOD_CDC" msprop:Generator_ColumnPropNameInRow="COD_CDC" msprop:Generator_ColumnPropNameInTable="COD_CDCColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ATTIVO" msprop:Generator_UserColumnName="ATTIVO" msprop:Generator_ColumnVarNameInTable="columnATTIVO" msprop:Generator_ColumnPropNameInRow="ATTIVO" msprop:Generator_ColumnPropNameInTable="ATTIVOColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selTipoObj" msprop:Generator_UserTableName="v_selTipoObj" msprop:Generator_RowDeletedName="v_selTipoObjRowDeleted" msprop:Generator_RowChangedName="v_selTipoObjRowChanged" msprop:Generator_RowClassName="v_selTipoObjRow" msprop:Generator_RowChangingName="v_selTipoObjRowChanging" msprop:Generator_RowEvArgName="v_selTipoObjRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selTipoObjRowChangeEventHandler" msprop:Generator_TableClassName="v_selTipoObjDataTable" msprop:Generator_TableVarName="tablev_selTipoObj" msprop:Generator_RowDeletingName="v_selTipoObjRowDeleting" msprop:Generator_TablePropName="v_selTipoObj">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" type="xs:int" />
<xs:element name="label" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selTipoEvento" msprop:Generator_UserTableName="v_selTipoEvento" msprop:Generator_RowDeletedName="v_selTipoEventoRowDeleted" msprop:Generator_RowChangedName="v_selTipoEventoRowChanged" msprop:Generator_RowClassName="v_selTipoEventoRow" msprop:Generator_RowChangingName="v_selTipoEventoRowChanging" msprop:Generator_RowEvArgName="v_selTipoEventoRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selTipoEventoRowChangeEventHandler" msprop:Generator_TableClassName="v_selTipoEventoDataTable" msprop:Generator_TableVarName="tablev_selTipoEvento" msprop:Generator_RowDeletingName="v_selTipoEventoRowDeleting" msprop:Generator_TablePropName="v_selTipoEvento">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selTipoMappa" msprop:Generator_UserTableName="v_selTipoMappa" msprop:Generator_RowDeletedName="v_selTipoMappaRowDeleted" msprop:Generator_RowChangedName="v_selTipoMappaRowChanged" msprop:Generator_RowClassName="v_selTipoMappaRow" msprop:Generator_RowChangingName="v_selTipoMappaRowChanging" msprop:Generator_RowEvArgName="v_selTipoMappaRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selTipoMappaRowChangeEventHandler" msprop:Generator_TableClassName="v_selTipoMappaDataTable" msprop:Generator_TableVarName="tablev_selTipoMappa" msprop:Generator_RowDeletingName="v_selTipoMappaRowDeleting" msprop:Generator_TablePropName="v_selTipoMappa">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selClienti" msprop:Generator_UserTableName="v_selClienti" msprop:Generator_RowDeletedName="v_selClientiRowDeleted" msprop:Generator_RowChangedName="v_selClientiRowChanged" msprop:Generator_RowClassName="v_selClientiRow" msprop:Generator_RowChangingName="v_selClientiRowChanging" msprop:Generator_RowEvArgName="v_selClientiRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selClientiRowChangeEventHandler" msprop:Generator_TableClassName="v_selClientiDataTable" msprop:Generator_TableVarName="tablev_selClienti" msprop:Generator_RowDeletingName="v_selClientiRowDeleting" msprop:Generator_TablePropName="v_selClienti">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selSetObj" msprop:Generator_UserTableName="v_selSetObj" msprop:Generator_RowDeletedName="v_selSetObjRowDeleted" msprop:Generator_RowChangedName="v_selSetObjRowChanged" msprop:Generator_RowClassName="v_selSetObjRow" msprop:Generator_RowChangingName="v_selSetObjRowChanging" msprop:Generator_RowEvArgName="v_selSetObjRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selSetObjRowChangeEventHandler" msprop:Generator_TableClassName="v_selSetObjDataTable" msprop:Generator_TableVarName="tablev_selSetObj" msprop:Generator_RowDeletingName="v_selSetObjRowDeleting" msprop:Generator_TablePropName="v_selSetObj">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selFiltri" msprop:Generator_UserTableName="v_selFiltri" msprop:Generator_RowDeletedName="v_selFiltriRowDeleted" msprop:Generator_RowChangedName="v_selFiltriRowChanged" msprop:Generator_RowClassName="v_selFiltriRow" msprop:Generator_RowChangingName="v_selFiltriRowChanging" msprop:Generator_RowEvArgName="v_selFiltriRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selFiltriRowChangeEventHandler" msprop:Generator_TableClassName="v_selFiltriDataTable" msprop:Generator_TableVarName="tablev_selFiltri" msprop:Generator_RowDeletingName="v_selFiltriRowDeleting" msprop:Generator_TablePropName="v_selFiltri">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="conditio" msprop:Generator_UserColumnName="conditio" msprop:Generator_ColumnPropNameInRow="conditio" msprop:Generator_ColumnVarNameInTable="columnconditio" msprop:Generator_ColumnPropNameInTable="conditioColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="31" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selStati" msprop:Generator_UserTableName="v_selStati" msprop:Generator_RowDeletedName="v_selStatiRowDeleted" msprop:Generator_RowChangedName="v_selStatiRowChanged" msprop:Generator_RowClassName="v_selStatiRow" msprop:Generator_RowChangingName="v_selStatiRowChanging" msprop:Generator_RowEvArgName="v_selStatiRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selStatiRowChangeEventHandler" msprop:Generator_TableClassName="v_selStatiDataTable" msprop:Generator_TableVarName="tablev_selStati" msprop:Generator_RowDeletingName="v_selStatiRowDeleting" msprop:Generator_TablePropName="v_selStati">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="conditio" msprop:Generator_UserColumnName="conditio" msprop:Generator_ColumnPropNameInRow="conditio" msprop:Generator_ColumnVarNameInTable="columnconditio" msprop:Generator_ColumnPropNameInTable="conditioColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_dateEsecuzione" msprop:Generator_UserTableName="v_dateEsecuzione" msprop:Generator_RowDeletedName="v_dateEsecuzioneRowDeleted" msprop:Generator_RowChangedName="v_dateEsecuzioneRowChanged" msprop:Generator_RowClassName="v_dateEsecuzioneRow" msprop:Generator_RowChangingName="v_dateEsecuzioneRowChanging" msprop:Generator_RowEvArgName="v_dateEsecuzioneRowChangeEvent" msprop:Generator_RowEvHandlerName="v_dateEsecuzioneRowChangeEventHandler" msprop:Generator_TableClassName="v_dateEsecuzioneDataTable" msprop:Generator_TableVarName="tablev_dateEsecuzione" msprop:Generator_RowDeletingName="v_dateEsecuzioneRowDeleting" msprop:Generator_TablePropName="v_dateEsecuzione">
<xs:complexType>
<xs:sequence>
<xs:element name="Data" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Data" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInTable="DataColumn" type="xs:dateTime" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selAnagLav" msprop:Generator_UserTableName="v_selAnagLav" msprop:Generator_RowDeletedName="v_selAnagLavRowDeleted" msprop:Generator_RowChangedName="v_selAnagLavRowChanged" msprop:Generator_RowClassName="v_selAnagLavRow" msprop:Generator_RowChangingName="v_selAnagLavRowChanging" msprop:Generator_RowEvArgName="v_selAnagLavRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selAnagLavRowChangeEventHandler" msprop:Generator_TableClassName="v_selAnagLavDataTable" msprop:Generator_TableVarName="tablev_selAnagLav" msprop:Generator_RowDeletingName="v_selAnagLavRowDeleting" msprop:Generator_TablePropName="v_selAnagLav">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:v_selUtentiAll" />
<xs:field xpath="mstns:value" />
</xs:unique>
<xs:unique name="Utente_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:Utente" />
<xs:field xpath="mstns:USER_NAME" />
</xs:unique>
<xs:unique name="v_selUtentiShortAD_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:v_selUtentiShortAD" />
<xs:field xpath="mstns:value" />
</xs:unique>
<xs:unique name="v_selTipoObj_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:v_selTipoObj" />
<xs:field xpath="mstns:value" />
</xs:unique>
<xs:unique name="v_selTipoEvento_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:v_selTipoEvento" />
<xs:field xpath="mstns:value" />
</xs:unique>
<xs:unique name="v_selTipoMappa_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:v_selTipoMappa" />
<xs:field xpath="mstns:value" />
</xs:unique>
<xs:unique name="v_selClienti_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:v_selClienti" />
<xs:field xpath="mstns:value" />
</xs:unique>
<xs:unique name="v_selSetObj_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:v_selSetObj" />
<xs:field xpath="mstns:value" />
</xs:unique>
<xs:unique name="v_selStati_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:v_selStati" />
<xs:field xpath="mstns:value" />
</xs:unique>
<xs:unique name="v_selAnagLav_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:v_selAnagLav" />
<xs:field xpath="mstns:value" />
</xs:unique>
</xs:element>
</xs:schema>
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--<autogenerated>
This code was generated by a tool to store the dataset designer's layout information.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="-10" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:v_selUtentiAll" ZOrder="12" X="39" Y="134" Height="139" Width="221" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="92" />
<Shape ID="DesignTable:Utente" ZOrder="11" X="381" Y="123" Height="292" Width="203" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />
<Shape ID="DesignTable:v_selUtentiShortAD" ZOrder="10" X="837" Y="180" Height="156" Width="254" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="92" />
<Shape ID="DesignTable:v_selTipoObj" ZOrder="9" X="748" Y="457" Height="105" Width="216" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
<Shape ID="DesignTable:v_selTipoEvento" ZOrder="8" X="332" Y="495" Height="105" Width="235" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
<Shape ID="DesignTable:v_selTipoMappa" ZOrder="7" X="708" Y="686" Height="105" Width="234" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
<Shape ID="DesignTable:v_selClienti" ZOrder="6" X="333" Y="773" Height="105" Width="208" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
<Shape ID="DesignTable:v_selSetObj" ZOrder="5" X="1125" Y="767" Height="105" Width="210" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
<Shape ID="DesignTable:v_selFiltri" ZOrder="4" X="34" Y="451" Height="139" Width="198" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="75" />
<Shape ID="DesignTable:v_selStati" ZOrder="3" X="69" Y="736" Height="139" Width="198" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="75" />
<Shape ID="DesignTable:v_dateEsecuzione" ZOrder="2" X="1110" Y="569" Height="106" Width="170" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="42" />
<Shape ID="DesignTable:v_selAnagLav" ZOrder="1" X="769" Y="857" Height="105" Width="220" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
</Shapes>
<Connectors />
</DiagramLayout>
+80
View File
@@ -0,0 +1,80 @@
using System;
using System.Collections.Generic;
using System.Web;
/// <summary>
/// Summary description for XPS
/// </summary>
public class XPS
{
#region classe principale
protected XPS()
{
// avvio i table adapters...
taObj = new DS_applicazioneTableAdapters.IstObjTableAdapter();
taSP = new DS_applicazioneTableAdapters.SP();
}
public static XPS obj = new XPS();
#endregion
#region area pubblica
#region table adapters
public DS_applicazioneTableAdapters.IstObjTableAdapter taObj;
public DS_applicazioneTableAdapters.SP taSP;
#endregion
/// <summary>
/// restituisce l'url formattato del report x stampare etichette e moduli con barcode
/// </summary>
/// <param name="Cod"></param>
/// <param name="tipoReport">tipo di report (label, module ...)</param>
/// <param name="outputRich">tipo di output richiesto (PDF / anteprima)</param>
/// <returns></returns>
public string urlReport(object Cod, string tipoReport, string outputRich)
{
string url, urlFormat, opzPdf, nomeRep;
try
{
urlFormat = SteamWare.memLayer.ML.confReadstring("urlReporting");
if (outputRich == "PDF")
{
opzPdf = SteamWare.memLayer.ML.confReadstring("reportOpzPdf");
}
else
{
opzPdf = "";
}
if (tipoReport == "label")
{
nomeRep = SteamWare.memLayer.ML.confReadstring("reportName_lbl");
}
else // (tipoReport == "module")
{
nomeRep = SteamWare.memLayer.ML.confReadstring("reportName_mod");
}
url = string.Format(urlFormat, SteamWare.memLayer.ML.confReadstring("reportingServerAddress"), SteamWare.memLayer.ML.confReadstring("reportDir"), nomeRep, Cod, opzPdf);
}
catch
{
url = "";
}
return url;
}
#endregion
}
/// <summary>
/// modalità utente XPS Equa
/// </summary>
public enum modoXPS_Equa
{
magazzino,
segreteria,
produzione,
direzione
}

Some files were not shown because too many files have changed in this diff Show More