diff --git a/NKC_WF/NKC_WF.csproj b/NKC_WF/NKC_WF.csproj index b4ec75a..9bb4a6a 100644 --- a/NKC_WF/NKC_WF.csproj +++ b/NKC_WF/NKC_WF.csproj @@ -433,6 +433,7 @@ + @@ -497,6 +498,7 @@ + @@ -926,6 +928,13 @@ PaintingSmart.aspx + + PartMIA.aspx + ASPXCodeBehind + + + PartMIA.aspx + PartValidation.aspx ASPXCodeBehind @@ -1423,6 +1432,13 @@ cmp_paint_bins.ascx + + cmp_partMIA.ascx + ASPXCodeBehind + + + cmp_partMIA.ascx + cmp_scrapList.ascx ASPXCodeBehind diff --git a/NKC_WF/WebUserControls/cmp_partMIA.ascx b/NKC_WF/WebUserControls/cmp_partMIA.ascx new file mode 100644 index 0000000..1e424af --- /dev/null +++ b/NKC_WF/WebUserControls/cmp_partMIA.ascx @@ -0,0 +1,4 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_partMIA.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_partMIA" %> + + +Elenco parts missing in action \ No newline at end of file diff --git a/NKC_WF/WebUserControls/cmp_partMIA.ascx.cs b/NKC_WF/WebUserControls/cmp_partMIA.ascx.cs new file mode 100644 index 0000000..dfc9daa --- /dev/null +++ b/NKC_WF/WebUserControls/cmp_partMIA.ascx.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.WebUserControls +{ + public partial class cmp_partMIA : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/NKC_WF/WebUserControls/cmp_partMIA.ascx.designer.cs b/NKC_WF/WebUserControls/cmp_partMIA.ascx.designer.cs new file mode 100644 index 0000000..ad92fdb --- /dev/null +++ b/NKC_WF/WebUserControls/cmp_partMIA.ascx.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.WebUserControls +{ + + + public partial class cmp_partMIA + { + } +} diff --git a/NKC_WF/site/PartMIA.aspx b/NKC_WF/site/PartMIA.aspx new file mode 100644 index 0000000..29a6f78 --- /dev/null +++ b/NKC_WF/site/PartMIA.aspx @@ -0,0 +1,7 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/SiteContent.master" AutoEventWireup="true" CodeBehind="PartMIA.aspx.cs" Inherits="NKC_WF.site.PartMIA" %> + +<%@ Register Src="~/WebUserControls/cmp_partMIA.ascx" TagPrefix="uc1" TagName="cmp_partMIA" %> + + + + diff --git a/NKC_WF/site/PartMIA.aspx.cs b/NKC_WF/site/PartMIA.aspx.cs new file mode 100644 index 0000000..140ea32 --- /dev/null +++ b/NKC_WF/site/PartMIA.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 PartMIA : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/NKC_WF/site/PartMIA.aspx.designer.cs b/NKC_WF/site/PartMIA.aspx.designer.cs new file mode 100644 index 0000000..0dfb38d --- /dev/null +++ b/NKC_WF/site/PartMIA.aspx.designer.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// 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 PartMIA + { + + /// + /// Controllo cmp_partMIA. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::NKC_WF.WebUserControls.cmp_partMIA cmp_partMIA; + } +}