From bb7be5b3ee23338fc12d1b8dfd2291bd2c33620b Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 10 Aug 2020 12:26:56 +0200 Subject: [PATCH] Aggiunta visualizzazione update msg durante download --- NKC_WF/site/UpdMan.aspx | 104 +++++++++++++++------------- NKC_WF/site/UpdMan.aspx.designer.cs | 9 +++ 2 files changed, 65 insertions(+), 48 deletions(-) diff --git a/NKC_WF/site/UpdMan.aspx b/NKC_WF/site/UpdMan.aspx index 4dde49d..79b440a 100644 --- a/NKC_WF/site/UpdMan.aspx +++ b/NKC_WF/site/UpdMan.aspx @@ -1,56 +1,64 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/SiteContent.master" AutoEventWireup="true" CodeBehind="UpdMan.aspx.cs" Inherits="NKC_WF.site.UpdMan" %> + - -
-
-
-
-

SteamWare's Updater

-
-
-
-
-
-

Gestione Update pacchetti - Ultime release applicazioni.

-
-
-
-
-

ALL

-
-
- LATEST VERS -
+ +
+
+
+
+

SteamWare's Updater

+
-
-
-
-
-

NKC

-
-
- <%: Version("NKC") %> -
+
+
+
+

Gestione Update pacchetti - Ultime release applicazioni.

+
+
+
+
+

ALL

+
+
+ LATEST VERS +
+
+
+
+
+
+

NKC

+
+
+ <%: Version("NKC") %> +
+
+
+
+
+
+

ZCode

+
+
+ <%: Version("ZCODE") %> +
+
+
+
+
+
+ + +
+ <%: traduci("TaskRunning") %> +
+
+
+ +
+
-
-
-
-
-

ZCode

-
-
- <%: Version("ZCODE") %> -
-
-
-
-
- -
-
-
-
diff --git a/NKC_WF/site/UpdMan.aspx.designer.cs b/NKC_WF/site/UpdMan.aspx.designer.cs index 0b867b2..02a7432 100644 --- a/NKC_WF/site/UpdMan.aspx.designer.cs +++ b/NKC_WF/site/UpdMan.aspx.designer.cs @@ -41,6 +41,15 @@ namespace NKC_WF.site /// protected global::System.Web.UI.WebControls.LinkButton lbtDownloadZCode; + /// + /// Controllo UpdateProgressDisplay. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.UpdateProgress UpdateProgressDisplay; + /// /// Controllo lblOut. ///