From 8ee147edd6098229d145e1e0c6bb0c2c356dec6a Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 6 Aug 2020 15:38:39 +0200 Subject: [PATCH] Aggiunta preliminare nuove pagine... --- NKC_WF/NKC_WF.csproj | 16 +++++++++++ NKC_WF/WebUserControls/cmp_painting.ascx | 27 +++++++++---------- NKC_WF/site/MachineLoadSmart.aspx | 3 +++ NKC_WF/site/MachineLoadSmart.aspx.cs | 17 ++++++++++++ NKC_WF/site/MachineLoadSmart.aspx.designer.cs | 17 ++++++++++++ NKC_WF/site/Painting.aspx | 18 +++++++------ NKC_WF/site/PaintingSmart.aspx | 3 +++ NKC_WF/site/PaintingSmart.aspx.cs | 17 ++++++++++++ NKC_WF/site/PaintingSmart.aspx.designer.cs | 17 ++++++++++++ 9 files changed, 113 insertions(+), 22 deletions(-) create mode 100644 NKC_WF/site/MachineLoadSmart.aspx create mode 100644 NKC_WF/site/MachineLoadSmart.aspx.cs create mode 100644 NKC_WF/site/MachineLoadSmart.aspx.designer.cs create mode 100644 NKC_WF/site/PaintingSmart.aspx create mode 100644 NKC_WF/site/PaintingSmart.aspx.cs create mode 100644 NKC_WF/site/PaintingSmart.aspx.designer.cs diff --git a/NKC_WF/NKC_WF.csproj b/NKC_WF/NKC_WF.csproj index a2574ff..e167d7f 100644 --- a/NKC_WF/NKC_WF.csproj +++ b/NKC_WF/NKC_WF.csproj @@ -411,12 +411,14 @@ + + @@ -771,6 +773,13 @@ MachineLoad.aspx + + MachineLoadSmart.aspx + ASPXCodeBehind + + + MachineLoadSmart.aspx + MachineOffline.aspx ASPXCodeBehind @@ -813,6 +822,13 @@ Painting.aspx + + PaintingSmart.aspx + ASPXCodeBehind + + + PaintingSmart.aspx + PartValidation.aspx ASPXCodeBehind diff --git a/NKC_WF/WebUserControls/cmp_painting.ascx b/NKC_WF/WebUserControls/cmp_painting.ascx index 03ab0ae..6a226d2 100644 --- a/NKC_WF/WebUserControls/cmp_painting.ascx +++ b/NKC_WF/WebUserControls/cmp_painting.ascx @@ -3,20 +3,19 @@ <%@ Register Src="~/WebUserControls/cmp_barcode.ascx" TagPrefix="uc1" TagName="cmp_barcode" %> -
-
- -
-
- READER
- - - +
+ +
+
+ READER
+ + + - <%: traduci("ConfirmPaint") %> -
-
- -
+ <%: traduci("ConfirmPaint") %> +
+
+ +
diff --git a/NKC_WF/site/MachineLoadSmart.aspx b/NKC_WF/site/MachineLoadSmart.aspx new file mode 100644 index 0000000..34eb82e --- /dev/null +++ b/NKC_WF/site/MachineLoadSmart.aspx @@ -0,0 +1,3 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="MachineLoadSmart.aspx.cs" Inherits="NKC_WF.site.MachineLoadSmart" %> + + diff --git a/NKC_WF/site/MachineLoadSmart.aspx.cs b/NKC_WF/site/MachineLoadSmart.aspx.cs new file mode 100644 index 0000000..712979e --- /dev/null +++ b/NKC_WF/site/MachineLoadSmart.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 NKC_WF.site +{ + public partial class MachineLoadSmart : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/NKC_WF/site/MachineLoadSmart.aspx.designer.cs b/NKC_WF/site/MachineLoadSmart.aspx.designer.cs new file mode 100644 index 0000000..7fcef9f --- /dev/null +++ b/NKC_WF/site/MachineLoadSmart.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 NKC_WF.site +{ + + + public partial class MachineLoadSmart + { + } +} diff --git a/NKC_WF/site/Painting.aspx b/NKC_WF/site/Painting.aspx index 5cad826..a2e9674 100644 --- a/NKC_WF/site/Painting.aspx +++ b/NKC_WF/site/Painting.aspx @@ -4,14 +4,16 @@ -
-

<%: traduci("Painting") %>

-
-
-
- +
+
+

<%: traduci("Painting") %>

+
+
+
+ +
+
+
-
-
diff --git a/NKC_WF/site/PaintingSmart.aspx b/NKC_WF/site/PaintingSmart.aspx new file mode 100644 index 0000000..780a943 --- /dev/null +++ b/NKC_WF/site/PaintingSmart.aspx @@ -0,0 +1,3 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="PaintingSmart.aspx.cs" Inherits="NKC_WF.site.PaintingSmart" %> + + diff --git a/NKC_WF/site/PaintingSmart.aspx.cs b/NKC_WF/site/PaintingSmart.aspx.cs new file mode 100644 index 0000000..31bb9cf --- /dev/null +++ b/NKC_WF/site/PaintingSmart.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 NKC_WF.site +{ + public partial class PaintingSmart : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/NKC_WF/site/PaintingSmart.aspx.designer.cs b/NKC_WF/site/PaintingSmart.aspx.designer.cs new file mode 100644 index 0000000..41358f7 --- /dev/null +++ b/NKC_WF/site/PaintingSmart.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 NKC_WF.site +{ + + + public partial class PaintingSmart + { + } +}