From bc7e91550c854034a81a11ceb099e240fd8b6ece Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 15 May 2019 15:42:02 +0200 Subject: [PATCH] Inizio ad abbozzare planner page (DB ok... pare...) --- MP-ADM/MP-ADM.csproj | 8 ++++++++ MP-ADM/Planner.aspx | 3 +++ MP-ADM/Planner.aspx.cs | 17 +++++++++++++++++ MP-ADM/Planner.aspx.designer.cs | 17 +++++++++++++++++ MP-ADM/WebUserControls/mod_main_help.ascx | 8 ++++++++ MP-ADM/WebUserControls/mod_main_help.ascx.cs | 5 +++++ .../mod_main_help.ascx.designer.cs | 9 +++++++++ 7 files changed, 67 insertions(+) create mode 100644 MP-ADM/Planner.aspx create mode 100644 MP-ADM/Planner.aspx.cs create mode 100644 MP-ADM/Planner.aspx.designer.cs diff --git a/MP-ADM/MP-ADM.csproj b/MP-ADM/MP-ADM.csproj index 141e2944..94b5a7ca 100644 --- a/MP-ADM/MP-ADM.csproj +++ b/MP-ADM/MP-ADM.csproj @@ -366,6 +366,7 @@ + @@ -627,6 +628,13 @@ menu.aspx + + Planner.aspx + ASPXCodeBehind + + + Planner.aspx + StoricoTC.aspx diff --git a/MP-ADM/Planner.aspx b/MP-ADM/Planner.aspx new file mode 100644 index 00000000..da882446 --- /dev/null +++ b/MP-ADM/Planner.aspx @@ -0,0 +1,3 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/MoonPro.master" AutoEventWireup="true" CodeBehind="Planner.aspx.cs" Inherits="MP_ADM.Planner" %> + + diff --git a/MP-ADM/Planner.aspx.cs b/MP-ADM/Planner.aspx.cs new file mode 100644 index 00000000..0d5b10d2 --- /dev/null +++ b/MP-ADM/Planner.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace MP_ADM +{ + public partial class Planner : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/MP-ADM/Planner.aspx.designer.cs b/MP-ADM/Planner.aspx.designer.cs new file mode 100644 index 00000000..151b5941 --- /dev/null +++ b/MP-ADM/Planner.aspx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// Codice generato da uno strumento. +// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// +//------------------------------------------------------------------------------ + +namespace MP_ADM +{ + + + public partial class Planner + { + } +} diff --git a/MP-ADM/WebUserControls/mod_main_help.ascx b/MP-ADM/WebUserControls/mod_main_help.ascx index c33a8e43..9bf29586 100644 --- a/MP-ADM/WebUserControls/mod_main_help.ascx +++ b/MP-ADM/WebUserControls/mod_main_help.ascx @@ -64,6 +64,14 @@ +
+ +
+
+ <%: traduci("btnPlanner") %> +
+
+
diff --git a/MP-ADM/WebUserControls/mod_main_help.ascx.cs b/MP-ADM/WebUserControls/mod_main_help.ascx.cs index 41bd90db..d56df942 100644 --- a/MP-ADM/WebUserControls/mod_main_help.ascx.cs +++ b/MP-ADM/WebUserControls/mod_main_help.ascx.cs @@ -46,6 +46,11 @@ public partial class mod_main_help : ApplicationUserControl Response.Redirect("~/GestKIT"); } + protected void lbtGestPlan_Click(object sender, EventArgs e) + { + Response.Redirect("~/Planner"); + } + protected void lbtDataImport_Click(object sender, EventArgs e) { Response.Redirect("~/DataImport"); diff --git a/MP-ADM/WebUserControls/mod_main_help.ascx.designer.cs b/MP-ADM/WebUserControls/mod_main_help.ascx.designer.cs index 971d969f..a5299cae 100644 --- a/MP-ADM/WebUserControls/mod_main_help.ascx.designer.cs +++ b/MP-ADM/WebUserControls/mod_main_help.ascx.designer.cs @@ -83,6 +83,15 @@ public partial class mod_main_help { /// protected global::System.Web.UI.WebControls.LinkButton lbtGestKIT; + /// + /// Controllo lbtGestPlan. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.LinkButton lbtGestPlan; + /// /// Controllo lbtDataImport. ///