modifiche label + schermata iniziale

git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@227 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
ermanno
2010-09-10 15:56:19 +00:00
parent 37e9e4fa3e
commit d5eb8f12b5
32 changed files with 2225 additions and 2146 deletions
+3 -1
View File
@@ -841,6 +841,7 @@
<None Include="images\Thumbs.db" />
<Content Include="chLang.aspx" />
<Content Include="ElencoListePrelievo.aspx" />
<Content Include="flusso.jpg" />
<Content Include="forceUser.aspx" />
<Content Include="GestDelibere.aspx" />
<Content Include="images\approva_l.png" />
@@ -864,6 +865,7 @@
<Content Include="images\circle_s_2.png" />
<Content Include="images\circle_s_3.png" />
<Content Include="images\circle_s_4.png" />
<Content Include="images\flusso.png" />
<Content Include="images\lista_01-PreFus_l.png" />
<Content Include="images\lista_01-PreFus_m.png" />
<Content Include="images\lista_01-PreFus_s.png" />
@@ -930,7 +932,7 @@
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>61365</DevelopmentServerPort>
<DevelopmentServerPort>53622</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost/GMW</IISUrl>
<OverrideIISAppRootUrl>True</OverrideIISAppRootUrl>
+1 -5
View File
@@ -152,16 +152,12 @@
.cellaInattiva
{
text-align: center;
font-size:8pt;
font-size: 8pt;
height: 40px;
background-image: url(images/grigio_80.png);
color: White;
border: solid 1px #777777;
}
.cellaInattiva a
{
color: White;
}
.cellaSelezAll
{
text-align: center;
+3 -4
View File
@@ -89,7 +89,6 @@
<add key="NumX" value="10" />
<add key="NumY" value="5" />
<add key="NumZ" value="1" />
<add key="showSizeCellaInDettMag" value="false"/>
<!--Setup periodo controlli date-->
<add key="defDayFrom" value="-60"/>
@@ -116,8 +115,8 @@
<add key="_adminEmail" value="samuele@steamware.net" />
<add key="_logDir" value="~/logs/" />
<add key="_smtpCli" value="keyhammer.ath.cx" />
<add key="GMWConnectionString" value="Data Source=10.74.82.217\sql2008;Initial Catalog=GMW_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\sql2008;Initial Catalog=GMW_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="GMWConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<!--<add key="GMWConnectionString" value="Data Source=t110-win2008r2\sql2008r2;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
@@ -126,7 +125,7 @@
<add key="VocabolarioConnectionString" value="Data Source=t110-win2008r2\sql2008r2;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User ID=sa;Password=keyhammer" />-->
</appSettings>
<connectionStrings>
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=10.74.82.217\sql2008;Initial Catalog=GMW_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=t110-win2008r2\sql2008r2;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
@@ -93,8 +93,6 @@ namespace GMW.WebUserControls
string EsponenteSel = memLayer.ML.StringSessionObj("Esponente_sel");
// ottengo elenco dettaglio UDC che occupano il blocco...
DS_magazzino.v_UdcDetailDataTable tabUdc = MagClass.magazzino.taDettUDC.getUdcDetailByIdxBlocco(IdxBlocco);
// controllo se sia un magazzino mono o multicella...
bool multicella = MagClass.magazzino.taCelle.getByIdxBlocco(IdxBlocco).Rows.Count > 1;
// SE ci sono righe aggiorno il blocco...
if (tabUdc.Rows.Count > 0)
{
@@ -104,7 +102,7 @@ namespace GMW.WebUserControls
// salvo che ho 1 UDC in + nella cella...
BloccoCelle[riga.X - 1, riga.Y - 1].NumUdc++;
// controllo se nella cella ci sia il particolare selezionato...
if (ParticolareSel == riga.Particolare && multicella)
if (ParticolareSel == riga.Particolare)
{
// controllo se sia anche lo specifico esponente/stato
if (DescStatoSel == riga.DescStato && EsponenteSel == riga.Esponente)
@@ -137,28 +135,18 @@ namespace GMW.WebUserControls
/// </summary>
private void creaLabelTooltipCelle()
{
// ...in base al setup mostro anche il disponibile o meno...
string formato = "";
if (memLayer.ML.confReadBool("showSizeCellaInDettMag"))
{
formato = "<b>{0}</b><br/>{1}";
}
else
{
formato = "<b>{0}</b>";
}
// faccio ciclo x ogni oggetto blocco..
for (int pos_y = 0; pos_y < numY; pos_y++)
{
for (int pos_x = 0; pos_x < numX; pos_x++)
{
// calcolo la capacità della cella... e mostro secondo formato definito prima
BloccoCelle[pos_x, pos_y].Label = string.Format(formato, BloccoCelle[pos_x, pos_y].NumUdc, BloccoCelle[pos_x, pos_y].Capacita);
// calcolo la capacità della cella...
BloccoCelle[pos_x, pos_y].Label = string.Format("{0}/{1}", BloccoCelle[pos_x, pos_y].NumUdc, BloccoCelle[pos_x, pos_y].Capacita);
// se è attiva = 0 aggiorno label
if (!BloccoCelle[pos_x, pos_y].Attiva)
{
BloccoCelle[pos_x, pos_y].Css = "cellaInattiva";
//BloccoCelle[pos_x, pos_y].Label = string.Format("[{0}]", BloccoCelle[pos_x, pos_y].Label);
BloccoCelle[pos_x, pos_y].Label = string.Format("[{0}]", BloccoCelle[pos_x, pos_y].Label);
// ... e tooltip
BloccoCelle[pos_x, pos_y].ToolTip = string.Format("{0}{1}{2}", traduci("CellaInattiva"), Environment.NewLine, BloccoCelle[pos_x, pos_y].ToolTip);
}
@@ -66,35 +66,36 @@
<tr>
<td colspan="2" valign="top">
<div style="text-align: center; border: solid 1px #696969;">
<b>Legenda</b>
<b>
<asp:Label runat="server" Text='<%# traduci("Legend") %>'></asp:Label></b>
<table cellpadding="4" cellspacing="4" style="font-weight: bold;">
<tr>
<td class="cellaPiena" style="width: 80px; height: 20px;">
Piena
<asp:Label runat="server" Text='<%# traduci("Piena") %>'></asp:Label>
</td>
<td class="cellaOccupata" style="width: 80px; height: 20px;">
Occupata
<asp:Label runat="server" Text='<%# traduci("Occupata") %>'></asp:Label>
</td>
<td class="cellaLibera" style="width: 80px; height: 20px;">
Libera
<asp:Label runat="server" Text='<%# traduci("Libera") %>'></asp:Label>
</td>
<td class="cellaInattiva" style="width: 80px; height: 20px;">
Bloccata
<asp:Label runat="server" Text='<%# traduci("Bloccata") %>'></asp:Label>
</td>
<td style="width: 2px; height: 20px;">
&nbsp;
</td>
<td class="selectedCell" style="width: 80px; height: 20px;">
Selezionata (modifica)
<asp:Label runat="server" Text='<%# traduci("SelMod") %>'></asp:Label>
</td>
<td style="width: 2px; height: 20px;">
&nbsp;
</td>
<td class="cellaSelezAll" style="width: 80px; height: 20px;">
Selezione SX
<asp:Label runat="server" Text='<%# traduci("SelSX") %>'></asp:Label>
</td>
<td class="cellaSelezDett" style="width: 80px; height: 20px;">
Selezione DX
<asp:Label runat="server" Text='<%# traduci("SelDX") %>'></asp:Label>
</td>
</tr>
</table>
@@ -193,20 +193,12 @@ namespace GMW.WebUserControls
// chiamo procedura che aggiorna ods principale
updateControlli();
}
/// <summary>
/// ritorno ad elenco amgazzini
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void lnkReturn_Click(object sender, EventArgs e)
{
// svuoto dati in memoria...
memLayer.ML.emptySessionVal("CodMag_sel");
memLayer.ML.emptySessionVal("IdxBlocco_sel");
memLayer.ML.emptySessionVal("IdxCellaMag");
memLayer.ML.emptySessionVal("Particolare_sel");
memLayer.ML.emptySessionVal("DescStato_sel");
memLayer.ML.emptySessionVal("Esponente_sel");
Response.Redirect("~/StatoMag.aspx");
}
+1 -1
View File
@@ -1,5 +1,5 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_execCelle.ascx.cs" Inherits="GMW.WebUserControls.mod_execCelle" %>
modulo operazioni consentite su Celle
<asp:Label runat="server" Text='<%# traduci("OpCelle") %>'></asp:Label>
<table>
<tr>
<td>
+1 -1
View File
@@ -1,5 +1,5 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_execImballi.ascx.cs" Inherits="GMW.WebUserControls.mod_execImballi" %>
modulo operazioni consentite su Imballi
<asp:Label ID="Label1" runat="server" Text='<%# traduci("OpImballi") %>'></asp:Label>
<table>
<tr>
<td>
@@ -13,6 +13,15 @@ namespace GMW.WebUserControls {
public partial class mod_execImballi {
/// <summary>
/// Label1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label Label1;
/// <summary>
/// Button1 control.
/// </summary>
@@ -1,5 +1,5 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_execOperatori.ascx.cs" Inherits="GMW.WebUserControls.mod_execOperatori" %>
modulo operazioni consentite su Operatori
<asp:Label ID="Label1" runat="server" Text='<%# traduci("OpOperatori") %>'></asp:Label>
<table>
<tr>
<td>
@@ -13,6 +13,15 @@ namespace GMW.WebUserControls {
public partial class mod_execOperatori {
/// <summary>
/// Label1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label Label1;
/// <summary>
/// Button1 control.
/// </summary>
+1 -1
View File
@@ -54,7 +54,7 @@ public partial class mod_login : ApplicationUserControl
/// </summary>
private void AdLogin()
{
lblMessage.Text = "User not authenticated...";
lblMessage.Text = traduci("UserNotAuth");
if (Page.User.Identity.IsAuthenticated)
{
//recupera user windows se c'è...
+20 -24
View File
@@ -17,37 +17,33 @@
</tr>
<tr>
<td>
<asp:ImageMap ID="ImageMap1" runat="server" ImageUrl="~/images/SchemaMagNew.png">
<asp:RectangleHotSpot NavigateUrl="~/StatoMag.aspx" HotSpotMode="Navigate" Left="0"
<asp:ImageMap ID="ImageMap1" runat="server" ImageUrl="~/images/flusso.png">
<asp:RectangleHotSpot NavigateUrl="~/StatoMag.aspx" HotSpotMode="Navigate" Left="3"
Right="105" Top="0" Bottom="65" AlternateText="Mag 56, MP" />
<asp:RectangleHotSpot NavigateUrl="~/Menu.aspx" HotSpotMode="Navigate" Left="0" Right="105"
Top="96" Bottom="159" AlternateText="Fusione" />
<asp:RectangleHotSpot NavigateUrl="~/Menu.aspx" HotSpotMode="Navigate" Left="35"
Right="75" Top="190" Bottom="230" AlternateText="Contapezzi" />
<asp:RectangleHotSpot NavigateUrl="~/Menu.aspx" HotSpotMode="Navigate" Left="229"
Right="319" Top="380" Bottom="430" AlternateText="Prelievo" />
<asp:RectangleHotSpot NavigateUrl="~/Menu.aspx" HotSpotMode="Navigate" Left="142"
Right="220" Top="162" Bottom="204" AlternateText="Prelievo2" />
<asp:RectangleHotSpot NavigateUrl="~/Menu.aspx" HotSpotMode="Navigate" Left="235"
Right="315" Top="81" Bottom="122" AlternateText="Prelievo3" />
<asp:RectangleHotSpot NavigateUrl="~/Menu.aspx" HotSpotMode="Navigate" Left="424"
Right="461" Top="291" Bottom="333" AlternateText="Contapezzi2" />
Top="151" Bottom="216" AlternateText="Fusione" />
<asp:RectangleHotSpot NavigateUrl="~/Menu.aspx" HotSpotMode="Navigate" Left="30"
Right="75" Top="241" Bottom="284" AlternateText="Contapezzi" />
<asp:RectangleHotSpot NavigateUrl="~/Menu.aspx" HotSpotMode="Navigate" Left="337"
Right="412" Top="111" Bottom="150" AlternateText="Prelievo" />
<asp:RectangleHotSpot NavigateUrl="~/Menu.aspx" HotSpotMode="Navigate" Left="641"
Right="715" Top="106" Bottom="150" AlternateText="Prelievo2" />
<asp:RectangleHotSpot NavigateUrl="~/Menu.aspx" HotSpotMode="Navigate" Left="551"
Right="588" Top="334" Bottom="372" AlternateText="Contapezzi2" />
<asp:RectangleHotSpot NavigateUrl="~/StatoMag.aspx" HotSpotMode="Navigate" Left="0"
Right="105" Top="278" Bottom="342" AlternateText="Mag 80, Fusi" />
Right="109" Top="322" Bottom="383" AlternateText="Mag 80, Fusi" />
<asp:RectangleHotSpot NavigateUrl="~/jumper.aspx?nextPage=GestDelibere.aspx&CodTipoDelib_sel=DelibFusi"
HotSpotMode="Navigate" Left="0" Right="105" Top="373" Bottom="439" AlternateText="Delibera Fusi" />
HotSpotMode="Navigate" Left="0" Right="105" Top="437" Bottom="504" AlternateText="Delibera Fusi" />
<asp:RectangleHotSpot NavigateUrl="~/ElencoListePrelievo.aspx" HotSpotMode="Navigate"
Left="218" Right="329" Top="11" Bottom="53" AlternateText="Liste prelievo spedizione terzisti" />
<asp:RectangleHotSpot NavigateUrl="~/jumper.aspx?nextPage=GestDelibere.aspx&CodTipoDelib_sel=DelibWipPost"
HotSpotMode="Navigate" Left="135" Right="226" Top="73" Bottom="129" AlternateText="Delibera Spedizione Terzista" />
Left="316" Right="429" Top="11" Bottom="53" AlternateText="Liste prelievo spedizione terzisti" />
<asp:RectangleHotSpot NavigateUrl="~/jumper.aspx?nextPage=GestDelibere.aspx&CodTipoDelib_sel=DelibWipPre"
HotSpotMode="Navigate" Left="229" Right="318" Top="158" Bottom="215" AlternateText="Delibera Spedizione Terzista" />
<asp:RectangleHotSpot NavigateUrl="~/StatoMag.aspx" HotSpotMode="Navigate" Left="159"
Right="392" Top="281" Bottom="343" AlternateText="Mag 84, WIP" />
HotSpotMode="Navigate" Left="327" Right="421" Top="197" Bottom="253" AlternateText="Delibera Spedizione Terzista" />
<asp:RectangleHotSpot NavigateUrl="~/StatoMag.aspx" HotSpotMode="Navigate" Left="259"
Right="490" Top="320" Bottom="387" AlternateText="Mag 84, WIP" />
<asp:RectangleHotSpot NavigateUrl="~/ElencoListePrelievo.aspx" HotSpotMode="Navigate"
Left="434" Right="549" Top="69" Bottom="139" AlternateText="Liste prelievo spedizione Clienti/RoNo" />
<asp:RectangleHotSpot NavigateUrl="~/StatoMag.aspx" HotSpotMode="Navigate" Left="439"
Right="544" Top="192" Bottom="255" AlternateText="Mag 54, Celle" />
Left="477" Right="590" Top="112" Bottom="148" AlternateText="Liste prelievo spedizione Clienti/RoNo" />
<asp:RectangleHotSpot NavigateUrl="~/StatoMag.aspx" HotSpotMode="Navigate" Left="625"
Right="730" Top="325" Bottom="387" AlternateText="Mag 54, Celle" />
</asp:ImageMap>
</td>
</tr>
@@ -4,22 +4,22 @@
<table>
<tr>
<td>
Tipo
<asp:Label ID="lblTipo" runat="server" Text='<%# traduci("TipoLista") %>'></asp:Label>
</td>
<td>
Particolare
<asp:Label ID="lblParticolare" runat="server" Text='<%# traduci("Particolare") %>'></asp:Label>
</td>
<td>
Esponente
<asp:Label ID="lblEsponente" runat="server" Text='<%# traduci("Esponente") %>'></asp:Label>
</td>
<td>
Figura
<asp:Label ID="lblFigura" runat="server" Text='<%# traduci("Figura") %>'></asp:Label>
</td>
<td>
Quantita
<asp:Label ID="lblQta" runat="server" Text='<%# traduci("Qta") %>'></asp:Label>
</td>
<td>
Imballo
<asp:Label ID="lblImballo" runat="server" Text='<%# traduci("Imballo") %>'></asp:Label>
</td>
</tr>
<tr>
@@ -13,6 +13,60 @@ namespace GMW.WebUserControls {
public partial class mod_nuovaListaPrelievo {
/// <summary>
/// lblTipo control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblTipo;
/// <summary>
/// lblParticolare control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblParticolare;
/// <summary>
/// lblEsponente control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblEsponente;
/// <summary>
/// lblFigura control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblFigura;
/// <summary>
/// lblQta control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblQta;
/// <summary>
/// lblImballo control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblImballo;
/// <summary>
/// ddlTipoLista control.
/// </summary>
@@ -12,23 +12,23 @@
</tr>
<tr>
<td>
<asp:Button ID="btnBlocca" runat="server" Text="Blocca" Width="100px" OnClick="btnBlocca_Click" />
<asp:Button ID="btnBlocca" runat="server" Text='<%# traduci("Block") %>' Width="100px" OnClick="btnBlocca_Click" />
</td>
<td>
<asp:Button ID="btnSblocca" runat="server" Text="Sblocca" Width="100px" OnClick="btnSblocca_Click" />
<asp:Button ID="btnSblocca" runat="server" Text='<%# traduci("Unlock") %>' Width="100px" OnClick="btnSblocca_Click" />
</td>
</tr>
<tr>
<td>
<asp:Button ID="btnCompleta" runat="server" Text="Completa" Width="100px" OnClick="btnCompleta_Click" />
<asp:Button ID="btnCompleta" runat="server" Text='<%# traduci("Complete") %>' Width="100px" OnClick="btnCompleta_Click" />
</td>
<td>
<asp:Button ID="btnDisponibile" runat="server" Text="Disponibile" Width="100px" OnClick="btnDisponibile_Click" />
<asp:Button ID="btnDisponibile" runat="server" Text='<%# traduci("Disponibile") %>' Width="100px" OnClick="btnDisponibile_Click" />
</td>
</tr>
<tr>
<td colspan="2" align="center">
<asp:Button ID="btnClose" runat="server" Text="reset" Width="160px" OnClick="btnClose_Click" />
<asp:Button ID="btnClose" runat="server" Text="Reset" Width="160px" OnClick="btnClose_Click" />
</td>
</tr>
</table>
@@ -2,5 +2,5 @@
Inherits="mod_ricercaGenerica" Codebehind="mod_ricercaGenerica.ascx.cs" %>
<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" />
<asp:Button ID="btnCerca" runat="server" OnClick="btnCerca_Click" Text='<%# traduci("lblCerca") %>'/>
</div>
@@ -26,7 +26,7 @@
&nbsp;
<asp:TextBox ID="txtCerca" runat="server" OnTextChanged="txtCerca_TextChanged" AutoPostBack="true" TabIndex="-1"></asp:TextBox>
&nbsp;
<asp:Button ID="btnCerca" runat="server" Text="Cerca" OnClick="txtCerca_TextChanged" TabIndex="-1" />
<asp:Button ID="btnCerca" runat="server" Text='<%# traduci("lblCerca") %>' OnClick="txtCerca_TextChanged" TabIndex="-1" />
&nbsp;
<asp:CheckBox ID="chkOpzione" runat="server" AutoPostBack="True" OnCheckedChanged="chkOpzione_CheckedChanged" />
</td>
@@ -2,7 +2,7 @@
<table id="Table7" cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td class="UnauthAppTitle">
Gruppo MM
<asp:Label runat="server" ID="lblTitle" Text='<%# traduci("GruppoMM") %>'></asp:Label>
</td>
</tr>
<tr>
@@ -8,12 +8,13 @@ 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 mod_unauthorized : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
lblTitle.Text = "Attenzione! pagina non disponibile.";
lblMess.Text = "L'utente non è autorizzato alla visione del sito o pagina non è disponibile, verificare l'indirizzo della pagina inserito o contattare l'amministratore.";
lblTitle.Text = user_std.UtSn.Traduci("NonDisponibile");
lblMess.Text = user_std.UtSn.Traduci("NonAuth");
}
}
Binary file not shown.
Binary file not shown.
+2058 -2058
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 KiB

-1
View File
@@ -34,7 +34,6 @@
<add key="NumX" value="10"/>
<add key="NumY" value="5"/>
<add key="NumZ" value="1"/>
<add key="showSizeCellaInDettMag" value="false"/>
<!--Setup periodo controlli date-->
<add key="defDayFrom" value="-60"/>
@@ -31,3 +31,36 @@ c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\RdlCompile.compiled
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\GMW.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\GMW.pdb
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\GMW.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\GMW.pdb
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\AjaxControlToolkit.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\GMW_data.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\SteamWare.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\System.Web.Ajax.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\ICSharpCode.SharpZipLib.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\System.Web.Ajax.pdb
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\AjaxControlToolkit.pdb
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\GMW_data.pdb
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\SteamWare.pdb
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\SteamWare.xml
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\ar\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\cs\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\de\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\es\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\fr\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\he\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\hi\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\it\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\ja\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\ko\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\nl\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\pt\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\ru\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\tr-TR\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\zh-CHS\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\bin\zh-CHT\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\ResolveAssemblyReference.cache
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\RdlCompile.cache
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\RdlCompile.compiled
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\GMW.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW\obj\Debug\GMW.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.