diff --git a/ES3/ES3.csproj b/ES3/ES3.csproj index 399c47fa..02a2e7fa 100644 --- a/ES3/ES3.csproj +++ b/ES3/ES3.csproj @@ -1,12 +1,12 @@  + - Debug @@ -72,6 +72,9 @@ ..\packages\SharpZipLib.1.2.0\lib\net45\ICSharpCode.SharpZipLib.dll + + ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll + ..\packages\MongoDB.Bson.2.10.0\lib\net452\MongoDB.Bson.dll @@ -208,9 +211,6 @@ ..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.7\lib\net45\System.Web.Http.WebHost.dll - - ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll - @@ -280,6 +280,8 @@ + + @@ -522,6 +524,20 @@ cmp_confWeek.ascx + + cmp_machParams.ascx + ASPXCodeBehind + + + cmp_machParams.ascx + + + cmp_machStats.ascx + ASPXCodeBehind + + + cmp_machStats.ascx + mod_gestPromODL_OUT.ascx ASPXCodeBehind @@ -694,7 +710,6 @@ Questo progetto fa riferimento a uno o più pacchetti NuGet che non sono presenti in questo computer. Usare lo strumento di ripristino dei pacchetti NuGet per scaricarli. Per altre informazioni, vedere http://go.microsoft.com/fwlink/?LinkID=322105. Il file mancante è {0}. - @@ -702,6 +717,7 @@ + diff --git a/ES3/MachineParams.aspx b/ES3/MachineParams.aspx index 81d07b19..98d7ee35 100644 --- a/ES3/MachineParams.aspx +++ b/ES3/MachineParams.aspx @@ -2,6 +2,11 @@ <%@ Register Src="~/WebUserControls/cmp_confWeek.ascx" TagPrefix="uc1" TagName="cmp_confWeek" %> <%@ Register Src="~/WebUserControls/cmp_numRow.ascx" TagPrefix="uc1" TagName="cmp_numRow" %> +<%@ Register Src="~/WebUserControls/cmp_machParams.ascx" TagPrefix="uc1" TagName="cmp_machParams" %> +<%@ Register Src="~/WebUserControls/cmp_machStats.ascx" TagPrefix="uc1" TagName="cmp_machStats" %> + + +
@@ -19,6 +24,32 @@
+
+
+
+

Parametri Assegnati

+
+
+ +
+ +
+
+
+
+
+

Statistiche Parametri

+
+
+ +
+ +
+
diff --git a/ES3/MachineParams.aspx.cs b/ES3/MachineParams.aspx.cs index 045b822c..56f6dcea 100644 --- a/ES3/MachineParams.aspx.cs +++ b/ES3/MachineParams.aspx.cs @@ -15,11 +15,20 @@ namespace ES3 if (!Page.IsPostBack) { cmp_numRowConfWeek.numRowPag = memLayer.ML.CRI("_righeDataGridShort"); + cmp_numRowParams.numRowPag = memLayer.ML.CRI("_righeDataGridShort"); // sistemo i DataGrid... cmp_confWeek.pageSize = cmp_numRowConfWeek.numRowPag; + cmp_machParams.pageSize = cmp_numRowParams.numRowPag; } cmp_numRowConfWeek.eh_newNum += Cmp_numRowConfWeek_eh_newNum; + cmp_numRowParams.eh_newNum += Cmp_numRowParams_eh_newNum; } + + private void Cmp_numRowParams_eh_newNum(object sender, EventArgs e) + { + cmp_machParams.pageSize = cmp_numRowParams.numRowPag; + } + private void Cmp_numRowConfWeek_eh_newNum(object sender, EventArgs e) { cmp_confWeek.pageSize = cmp_numRowConfWeek.numRowPag; diff --git a/ES3/MachineParams.aspx.designer.cs b/ES3/MachineParams.aspx.designer.cs index 073c9aa6..d5a8a6e5 100644 --- a/ES3/MachineParams.aspx.designer.cs +++ b/ES3/MachineParams.aspx.designer.cs @@ -40,5 +40,32 @@ namespace ES3 /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::ES3.WebUserControls.cmp_numRow cmp_numRowConfWeek; + + /// + /// Controllo cmp_machParams. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::ES3.WebUserControls.cmp_machParams cmp_machParams; + + /// + /// Controllo cmp_numRowParams. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::ES3.WebUserControls.cmp_numRow cmp_numRowParams; + + /// + /// Controllo cmp_machStats. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::ES3.WebUserControls.cmp_machStats cmp_machStats; } } diff --git a/ES3/Web.config b/ES3/Web.config index 52bc0293..a26cbf18 100644 --- a/ES3/Web.config +++ b/ES3/Web.config @@ -127,12 +127,6 @@ - - - - - - - + - - - - - - - - - - + + + + + + + + + + + + - + + + + + 826 + 323 + + + 826 + 359 + + + 899 + 359 + + + + + + + 1441 + 390 + + + 1441 + 482 + + + 1179 + 482 + + + + \ No newline at end of file