From b330b90a00a64b90d2c1ec3addc0e923adbdb2d5 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 12 Apr 2017 09:47:11 +0200 Subject: [PATCH] SMART: pulizia --- .vs/config/applicationhost.config | 2 +- GPW_Smart/Timbrature.aspx.designer.cs | 40 +++++++++---------- .../WebUserControls/mod_unauthorized.ascx | 20 ---------- .../WebUserControls/mod_unauthorized.ascx.cs | 20 ---------- .../mod_unauthorized.ascx.designer.cs | 40 ------------------- 5 files changed, 21 insertions(+), 101 deletions(-) delete mode 100644 GPW_Smart/WebUserControls/mod_unauthorized.ascx delete mode 100644 GPW_Smart/WebUserControls/mod_unauthorized.ascx.cs delete mode 100644 GPW_Smart/WebUserControls/mod_unauthorized.ascx.designer.cs diff --git a/.vs/config/applicationhost.config b/.vs/config/applicationhost.config index 32a735d..f03e8f6 100644 --- a/.vs/config/applicationhost.config +++ b/.vs/config/applicationhost.config @@ -178,7 +178,7 @@ - + diff --git a/GPW_Smart/Timbrature.aspx.designer.cs b/GPW_Smart/Timbrature.aspx.designer.cs index 96bd20a..6b3a246 100644 --- a/GPW_Smart/Timbrature.aspx.designer.cs +++ b/GPW_Smart/Timbrature.aspx.designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ -// -// This code was generated by a tool. +// +// Codice generato da uno strumento. // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// //------------------------------------------------------------------------------ namespace GPW_Smart { @@ -13,47 +13,47 @@ namespace GPW_Smart { public partial class Timbrature { /// - /// pnlTimbrature control. + /// Controllo pnlTimbrature. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.UpdatePanel pnlTimbrature; /// - /// mod_timbrature1 control. + /// Controllo mod_timbrature1. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::GPW.WebUserControls.mod_timbrature mod_timbrature1; /// - /// pnlBottom control. + /// Controllo pnlBottom. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.UpdatePanel pnlBottom; /// - /// mod_mancTimb control. + /// Controllo mod_mancTimb. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::GPW.WebUserControls.mod_mancTimb mod_mancTimb; /// - /// mod_opzioniSx control. + /// Controllo mod_opzioniSx. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::GPW_Smart.WebUserControls.mod_opzioniSx mod_opzioniSx; } diff --git a/GPW_Smart/WebUserControls/mod_unauthorized.ascx b/GPW_Smart/WebUserControls/mod_unauthorized.ascx deleted file mode 100644 index 6d09eea..0000000 --- a/GPW_Smart/WebUserControls/mod_unauthorized.ascx +++ /dev/null @@ -1,20 +0,0 @@ -<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_unauthorized" Codebehind="mod_unauthorized.ascx.cs" %> -<% if (false) - { %> - -<% } %> - - - - - - - - - - -
- -
-
-
diff --git a/GPW_Smart/WebUserControls/mod_unauthorized.ascx.cs b/GPW_Smart/WebUserControls/mod_unauthorized.ascx.cs deleted file mode 100644 index 578f402..0000000 --- a/GPW_Smart/WebUserControls/mod_unauthorized.ascx.cs +++ /dev/null @@ -1,20 +0,0 @@ -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 mod_unauthorized : System.Web.UI.UserControl -{ - protected void Page_Load(object sender, EventArgs e) - { - lblTitle.Text = user_std.UtSn.Traduci("NonDisponibile"); - lblMess.Text = user_std.UtSn.Traduci("NonAuth"); - } -} diff --git a/GPW_Smart/WebUserControls/mod_unauthorized.ascx.designer.cs b/GPW_Smart/WebUserControls/mod_unauthorized.ascx.designer.cs deleted file mode 100644 index 2288349..0000000 --- a/GPW_Smart/WebUserControls/mod_unauthorized.ascx.designer.cs +++ /dev/null @@ -1,40 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - - - -public partial class mod_unauthorized { - - /// - /// lblTitleMain control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblTitleMain; - - /// - /// lblTitle control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblTitle; - - /// - /// lblMess control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblMess; -}