From a7e670cbbdbc644e6a509cc3ccd161116e9ec7d2 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 20 Nov 2020 19:10:06 +0100 Subject: [PATCH] Fix SITE x titolo e buttons --- MP-SITE/AnalisiProduzione.aspx | 5 +- MP-SITE/AnalisiProduzione.aspx.designer.cs | 39 ++++----- MP-SITE/MappaStato.aspx | 49 +++++------ MP-SITE/MappaStato.aspx.designer.cs | 23 ++---- MP-SITE/MappaStatoSeq.aspx | 82 ++++++++++--------- MP-SITE/MappaStatoSeq.aspx.designer.cs | 37 ++++----- MP-SITE/StatisticheImpiego.aspx | 10 +-- MP-SITE/StatisticheImpiego.aspx.designer.cs | 31 +++---- MP-Site/WebMasterPages/MAPO_refresh.master | 68 +++++++-------- MP-Site/WebMasterPages/MAPO_refresh30.master | 82 ++++++++----------- MP-Site/WebUserControls/mod_mainMap.ascx | 23 ++---- MP-Site/WebUserControls/mod_mainMap.ascx.cs | 58 ++++++------- .../mod_mainMap.ascx.designer.cs | 54 +++--------- MP-Site/WebUserControls/mod_menuTop.ascx | 62 +++++++------- .../mod_menuTop.ascx.designer.cs | 33 +++++--- 15 files changed, 285 insertions(+), 371 deletions(-) diff --git a/MP-SITE/AnalisiProduzione.aspx b/MP-SITE/AnalisiProduzione.aspx index 97bf912d..0c5aeeba 100644 --- a/MP-SITE/AnalisiProduzione.aspx +++ b/MP-SITE/AnalisiProduzione.aspx @@ -1,15 +1,12 @@ <%@ Page Title="Analisi Produzione" Language="C#" MasterPageFile="~/WebMasterPages/MAPO_refresh30.master" AutoEventWireup="true" CodeBehind="AnalisiProduzione.aspx.cs" Inherits="MP_SITE.AnalisiProduzione" %> -<%@ Register Src="~/WebUserControls/mod_mainMap.ascx" TagPrefix="uc1" TagName="mod_mainMap" %> <%@ Register Src="~/WebUserControls/mod_periodoAnalisi.ascx" TagPrefix="uc1" TagName="mod_periodoAnalisi" %> <%@ Register Src="~/WebUserControls/mod_AnPro_Totali.ascx" TagPrefix="uc1" TagName="mod_AnPro_Totali" %> <%@ Register Src="~/WebUserControls/mod_AnPro_DettArt.ascx" TagPrefix="uc1" TagName="mod_AnPro_DettArt" %> <%@ Register Src="~/WebUserControls/mod_AnPro_DettGg.ascx" TagPrefix="uc1" TagName="mod_AnPro_DettGg" %> - +
diff --git a/MP-SITE/AnalisiProduzione.aspx.designer.cs b/MP-SITE/AnalisiProduzione.aspx.designer.cs index 34edf9bf..e2bd9f0e 100644 --- a/MP-SITE/AnalisiProduzione.aspx.designer.cs +++ b/MP-SITE/AnalisiProduzione.aspx.designer.cs @@ -7,20 +7,13 @@ // //------------------------------------------------------------------------------ -namespace MP_SITE { - - - public partial class AnalisiProduzione { - - /// - /// Controllo mod_mainMap. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::MP_SITE.WebUserControls.mod_mainMap mod_mainMap; - +namespace MP_SITE +{ + + + public partial class AnalisiProduzione + { + /// /// Controllo chkOdlClosed. /// @@ -29,7 +22,7 @@ namespace MP_SITE { /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.WebControls.CheckBox chkOdlClosed; - + /// /// Controllo chkOdlOpen. /// @@ -38,7 +31,7 @@ namespace MP_SITE { /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.WebControls.CheckBox chkOdlOpen; - + /// /// Controllo chkOdlNew. /// @@ -47,7 +40,7 @@ namespace MP_SITE { /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.WebControls.CheckBox chkOdlNew; - + /// /// Controllo mod_periodoAnalisi. /// @@ -56,7 +49,7 @@ namespace MP_SITE { /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::MP_SITE.WebUserControls.mod_periodoAnalisi mod_periodoAnalisi; - + /// /// Controllo listMacchine. /// @@ -65,7 +58,7 @@ namespace MP_SITE { /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.WebControls.ListBox listMacchine; - + /// /// Controllo odsMacchine. /// @@ -74,7 +67,7 @@ namespace MP_SITE { /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.WebControls.ObjectDataSource odsMacchine; - + /// /// Controllo upAnProd. /// @@ -83,7 +76,7 @@ namespace MP_SITE { /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.UpdatePanel upAnProd; - + /// /// Controllo mod_AnPro_Totali. /// @@ -92,7 +85,7 @@ namespace MP_SITE { /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::MP_SITE.WebUserControls.mod_AnPro_Totali mod_AnPro_Totali; - + /// /// Controllo mod_AnPro_DettArt. /// @@ -101,7 +94,7 @@ namespace MP_SITE { /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::MP_SITE.WebUserControls.mod_AnPro_DettArt mod_AnPro_DettArt; - + /// /// Controllo mod_AnPro_DettGg. /// diff --git a/MP-SITE/MappaStato.aspx b/MP-SITE/MappaStato.aspx index a5e59245..fb71051a 100644 --- a/MP-SITE/MappaStato.aspx +++ b/MP-SITE/MappaStato.aspx @@ -1,35 +1,30 @@ <%@ Page Language="C#" MasterPageFile="~/WebMasterPages/MAPO_refresh.master" AutoEventWireup="true" Inherits="MP_SITE.MappaStato" - Title="Mappa Stato" CodeBehind="MappaStato.aspx.cs" %> + Title="Mappa Stato" CodeBehind="MappaStato.aspx.cs" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> <%@ Register Src="~/WebUserControls/mod_statoMacchina.ascx" TagName="mod_statoMacchina" TagPrefix="uc1" %> -<%@ Register Src="~/WebUserControls/mod_mainMap.ascx" TagPrefix="uc1" TagName="mod_mainMap" %> - -
- - -
- +
+ -
- -
+
+ + +
+ +
+
+
+ + + + + + +
-
- - - - - - - -
- -
- -
- +
+ +
+
\ No newline at end of file diff --git a/MP-SITE/MappaStato.aspx.designer.cs b/MP-SITE/MappaStato.aspx.designer.cs index 5029da58..e82e159d 100644 --- a/MP-SITE/MappaStato.aspx.designer.cs +++ b/MP-SITE/MappaStato.aspx.designer.cs @@ -7,20 +7,13 @@ // //------------------------------------------------------------------------------ -namespace MP_SITE { - - - public partial class MappaStato { - - /// - /// Controllo mod_mainMap. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::MP_SITE.WebUserControls.mod_mainMap mod_mainMap; - +namespace MP_SITE +{ + + + public partial class MappaStato + { + /// /// Controllo repRows. /// @@ -29,7 +22,7 @@ namespace MP_SITE { /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.WebControls.Repeater repRows; - + /// /// Controllo odsRows. /// diff --git a/MP-SITE/MappaStatoSeq.aspx b/MP-SITE/MappaStatoSeq.aspx index 3bd9faa1..9cd35f51 100644 --- a/MP-SITE/MappaStatoSeq.aspx +++ b/MP-SITE/MappaStatoSeq.aspx @@ -2,49 +2,51 @@ <%@ Register Src="~/WebUserControls/mod_sequencerStati.ascx" TagPrefix="uc1" TagName="mod_sequencerStati" %> <%@ Register Src="~/WebUserControls/mod_sequencerStatiJS.ascx" TagPrefix="uc1" TagName="mod_sequencerStatiJS" %> -<%@ Register Src="~/WebUserControls/mod_mainMap.ascx" TagPrefix="uc1" TagName="mod_mainMap" %> -