diff --git a/GMW/GMW/GMW.csproj b/GMW/GMW/GMW.csproj index 7d551e2c..f5e19b97 100644 --- a/GMW/GMW/GMW.csproj +++ b/GMW/GMW/GMW.csproj @@ -222,6 +222,27 @@ mod_confMag.ascx + + mod_detailCelle.ascx + ASPXCodeBehind + + + mod_detailCelle.ascx + + + mod_detailImballi.ascx + ASPXCodeBehind + + + mod_detailImballi.ascx + + + mod_detailOperatori.ascx + ASPXCodeBehind + + + mod_detailOperatori.ascx + mod_detailUDC.ascx ASPXCodeBehind @@ -229,6 +250,27 @@ mod_detailUDC.ascx + + mod_execCelle.ascx + ASPXCodeBehind + + + mod_execCelle.ascx + + + mod_execImballi.ascx + ASPXCodeBehind + + + mod_execImballi.ascx + + + mod_execOperatori.ascx + ASPXCodeBehind + + + mod_execOperatori.ascx + mod_execUDC.ascx ASPXCodeBehind @@ -313,6 +355,20 @@ mod_ricercaGenerica.ascx + + mod_listCelle.ascx + ASPXCodeBehind + + + mod_listCelle.ascx + + + mod_listImballi.ascx + ASPXCodeBehind + + + mod_listImballi.ascx + mod_searchMag.ascx ASPXCodeBehind @@ -320,6 +376,13 @@ mod_searchMag.ascx + + mod_listOperatori.ascx + ASPXCodeBehind + + + mod_listOperatori.ascx + mod_SearchProvCelle.ascx ASPXCodeBehind @@ -355,12 +418,12 @@ mod_selettore_ajax.ascx - - mod_searchUDC.ascx + + mod_listUDC.ascx ASPXCodeBehind - - mod_searchUDC.ascx + + mod_listUDC.ascx mod_tipoCella.ascx @@ -533,7 +596,13 @@ + + + + + + @@ -546,13 +615,16 @@ + + + - + diff --git a/GMW/GMW/WebUserControls/Mod_SearchProvImballi.ascx b/GMW/GMW/WebUserControls/Mod_SearchProvImballi.ascx index 4c40a738..42553580 100644 --- a/GMW/GMW/WebUserControls/Mod_SearchProvImballi.ascx +++ b/GMW/GMW/WebUserControls/Mod_SearchProvImballi.ascx @@ -1,7 +1,7 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Mod_SearchProvImballi.ascx.cs" Inherits="GMW.WebUserControls.Mod_SearchProvImballi" %> -<%@ Register Src="mod_searchUDC.ascx" TagName="mod_searchUDC" TagPrefix="uc1" %> -<%@ Register Src="mod_execUDC.ascx" TagName="mod_execUDC" TagPrefix="uc2" %> -<%@ Register Src="mod_detailUDC.ascx" TagName="mod_detailUDC" TagPrefix="uc3" %> +<%@ Register Src="mod_listImballi.ascx" TagName="mod_listImballi" TagPrefix="uc1" %> +<%@ Register Src="mod_execImballi.ascx" TagName="mod_execImballi" TagPrefix="uc2" %> +<%@ Register Src="mod_detailImballi.ascx" TagName="mod_detailImballi" TagPrefix="uc3" %>
@@ -9,11 +9,11 @@
- - + + - +
diff --git a/GMW/GMW/WebUserControls/Mod_SearchProvImballi.ascx.cs b/GMW/GMW/WebUserControls/Mod_SearchProvImballi.ascx.cs index 66453449..79143d7e 100644 --- a/GMW/GMW/WebUserControls/Mod_SearchProvImballi.ascx.cs +++ b/GMW/GMW/WebUserControls/Mod_SearchProvImballi.ascx.cs @@ -15,24 +15,24 @@ namespace GMW.WebUserControls if (!Page.IsPostBack) { doTraduci(); - //mod_detailUDC1.Visible = false; - //mod_execUDC1.Visible = false; + //mod_detailImballi1.Visible = false; + mod_execImballi1.Visible = false; } - //mod_searchUDC1.eh_selValore += new EventHandler(mod_searchUDC1_eh_selValore); - //mod_searchUDC1.eh_resetSelezione += new EventHandler(mod_searchUDC1_eh_resetSelezione); + //mod_listImballi1.eh_selValore += new EventHandler(mod_listImballi1_eh_selValore); + //mod_listImballi1.eh_resetSelezione += new EventHandler(mod_listImballi1_eh_resetSelezione); } - void mod_searchUDC1_eh_resetSelezione(object sender, EventArgs e) + void mod_listImballi1_eh_resetSelezione(object sender, EventArgs e) { - //mod_detailUDC1.Visible = false; - //mod_execUDC1.Visible = false; + //mod_detailImballi1.Visible = false; + mod_execImballi1.Visible = false; } - void mod_searchUDC1_eh_selValore(object sender, EventArgs e) + void mod_listImballi1_eh_selValore(object sender, EventArgs e) { - //mod_detailUDC1.Visible = true; - //mod_detailUDC1.doUpdate(); - //mod_execUDC1.Visible = true; + //mod_detailImballi1.Visible = true; + //mod_detailImballi1.doUpdate(); + mod_execImballi1.Visible = true; } @@ -46,9 +46,9 @@ namespace GMW.WebUserControls /// public void doSearch() { - //mod_searchUDC1.doUpdate(); - //mod_detailUDC1.Visible = false; - //mod_execUDC1.Visible = false; + //mod_listImballi1.doUpdate(); + //mod_detailImballi1.Visible = false; + mod_execImballi1.Visible = false; } /// /// wrapper metodo traduzione diff --git a/GMW/GMW/WebUserControls/Mod_SearchProvImballi.ascx.designer.cs b/GMW/GMW/WebUserControls/Mod_SearchProvImballi.ascx.designer.cs index d50debb0..dcd282e6 100644 --- a/GMW/GMW/WebUserControls/Mod_SearchProvImballi.ascx.designer.cs +++ b/GMW/GMW/WebUserControls/Mod_SearchProvImballi.ascx.designer.cs @@ -32,30 +32,30 @@ namespace GMW.WebUserControls { protected global::System.Web.UI.WebControls.Label lblSearchProvider; /// - /// mod_searchUDC1 control. + /// mod_listImballi1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::GMW.WebUserControls.mod_searchUDC mod_searchUDC1; + protected global::GMW.WebUserControls.mod_listImballi mod_listImballi1; /// - /// mod_execUDC1 control. + /// mod_execImballi1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::GMW.WebUserControls.mod_execUDC mod_execUDC1; + protected global::GMW.WebUserControls.mod_execImballi mod_execImballi1; /// - /// mod_detailUDC1 control. + /// mod_detailImballi1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::GMW.WebUserControls.mod_detailUDC mod_detailUDC1; + protected global::GMW.WebUserControls.mod_detailImballi mod_detailImballi1; } } diff --git a/GMW/GMW/WebUserControls/mod_SearchProvCelle.ascx b/GMW/GMW/WebUserControls/mod_SearchProvCelle.ascx index 7cb1628c..5e09324c 100644 --- a/GMW/GMW/WebUserControls/mod_SearchProvCelle.ascx +++ b/GMW/GMW/WebUserControls/mod_SearchProvCelle.ascx @@ -1,7 +1,7 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_SearchProvCelle.ascx.cs" Inherits="GMW.WebUserControls.mod_SearchProvCelle" %> -<%@ Register Src="mod_searchUDC.ascx" TagName="mod_searchUDC" TagPrefix="uc1" %> -<%@ Register Src="mod_execUDC.ascx" TagName="mod_execUDC" TagPrefix="uc2" %> -<%@ Register Src="mod_detailUDC.ascx" TagName="mod_detailUDC" TagPrefix="uc3" %> +<%@ Register Src="mod_listCelle.ascx" TagName="mod_listCelle" TagPrefix="uc1" %> +<%@ Register Src="mod_execCelle.ascx" TagName="mod_execCelle" TagPrefix="uc2" %> +<%@ Register Src="mod_detailCelle.ascx" TagName="mod_detailCelle" TagPrefix="uc3" %>
@@ -9,11 +9,11 @@
- - + + - +
diff --git a/GMW/GMW/WebUserControls/mod_SearchProvCelle.ascx.cs b/GMW/GMW/WebUserControls/mod_SearchProvCelle.ascx.cs index 5ad036ff..c49bcc30 100644 --- a/GMW/GMW/WebUserControls/mod_SearchProvCelle.ascx.cs +++ b/GMW/GMW/WebUserControls/mod_SearchProvCelle.ascx.cs @@ -15,24 +15,24 @@ namespace GMW.WebUserControls if (!Page.IsPostBack) { doTraduci(); - //mod_detailUDC1.Visible = false; - //mod_execUDC1.Visible = false; + //mod_detailCelle1.Visible = false; + mod_execCelle1.Visible = false; } - //mod_searchUDC1.eh_selValore += new EventHandler(mod_searchUDC1_eh_selValore); - //mod_searchUDC1.eh_resetSelezione += new EventHandler(mod_searchUDC1_eh_resetSelezione); + //mod_listCelle1.eh_selValore += new EventHandler(mod_listCelle1_eh_selValore); + //mod_listCelle1.eh_resetSelezione += new EventHandler(mod_listCelle1_eh_resetSelezione); } - void mod_searchUDC1_eh_resetSelezione(object sender, EventArgs e) + void mod_listCelle1_eh_resetSelezione(object sender, EventArgs e) { - //mod_detailUDC1.Visible = false; - //mod_execUDC1.Visible = false; + //mod_detailCelle1.Visible = false; + mod_execCelle1.Visible = false; } - void mod_searchUDC1_eh_selValore(object sender, EventArgs e) + void mod_listCelle1_eh_selValore(object sender, EventArgs e) { - //mod_detailUDC1.Visible = true; - //mod_detailUDC1.doUpdate(); - //mod_execUDC1.Visible = true; + //mod_detailCelle1.Visible = true; + //mod_detailCelle1.doUpdate(); + mod_execCelle1.Visible = true; } @@ -46,9 +46,9 @@ namespace GMW.WebUserControls ///
public void doSearch() { - //mod_searchUDC1.doUpdate(); - //mod_detailUDC1.Visible = false; - //mod_execUDC1.Visible = false; + //mod_listCelle1.doUpdate(); + //mod_detailCelle1.Visible = false; + mod_execCelle1.Visible = false; } /// /// wrapper metodo traduzione diff --git a/GMW/GMW/WebUserControls/mod_SearchProvCelle.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_SearchProvCelle.ascx.designer.cs index 47434a91..2dbaf6f7 100644 --- a/GMW/GMW/WebUserControls/mod_SearchProvCelle.ascx.designer.cs +++ b/GMW/GMW/WebUserControls/mod_SearchProvCelle.ascx.designer.cs @@ -32,30 +32,30 @@ namespace GMW.WebUserControls { protected global::System.Web.UI.WebControls.Label lblSearchProvider; /// - /// mod_searchUDC1 control. + /// mod_listCelle1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::GMW.WebUserControls.mod_searchUDC mod_searchUDC1; + protected global::GMW.WebUserControls.mod_listCelle mod_listCelle1; /// - /// mod_execUDC1 control. + /// mod_execCelle1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::GMW.WebUserControls.mod_execUDC mod_execUDC1; + protected global::GMW.WebUserControls.mod_execCelle mod_execCelle1; /// - /// mod_detailUDC1 control. + /// mod_detailCelle1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::GMW.WebUserControls.mod_detailUDC mod_detailUDC1; + protected global::GMW.WebUserControls.mod_detailCelle mod_detailCelle1; } } diff --git a/GMW/GMW/WebUserControls/mod_SearchProvOperatori.ascx b/GMW/GMW/WebUserControls/mod_SearchProvOperatori.ascx index 1e62d09d..c66046b4 100644 --- a/GMW/GMW/WebUserControls/mod_SearchProvOperatori.ascx +++ b/GMW/GMW/WebUserControls/mod_SearchProvOperatori.ascx @@ -1,7 +1,7 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_SearchProvOperatori.ascx.cs" Inherits="GMW.WebUserControls.mod_SearchProvOperatori" %> -<%@ Register Src="mod_searchUDC.ascx" TagName="mod_searchUDC" TagPrefix="uc1" %> -<%@ Register Src="mod_execUDC.ascx" TagName="mod_execUDC" TagPrefix="uc2" %> -<%@ Register Src="mod_detailUDC.ascx" TagName="mod_detailUDC" TagPrefix="uc3" %> +<%@ Register Src="mod_listOperatori.ascx" TagName="mod_listOperatori" TagPrefix="uc1" %> +<%@ Register Src="mod_execOperatori.ascx" TagName="mod_execOperatori" TagPrefix="uc2" %> +<%@ Register Src="mod_detailOperatori.ascx" TagName="mod_detailOperatori" TagPrefix="uc3" %>
@@ -9,11 +9,11 @@
- - + + - +
diff --git a/GMW/GMW/WebUserControls/mod_SearchProvOperatori.ascx.cs b/GMW/GMW/WebUserControls/mod_SearchProvOperatori.ascx.cs index bfca2742..3555140a 100644 --- a/GMW/GMW/WebUserControls/mod_SearchProvOperatori.ascx.cs +++ b/GMW/GMW/WebUserControls/mod_SearchProvOperatori.ascx.cs @@ -15,24 +15,24 @@ namespace GMW.WebUserControls if (!Page.IsPostBack) { doTraduci(); - //mod_detailUDC1.Visible = false; - //mod_execUDC1.Visible = false; + //mod_detailOperatori1.Visible = false; + mod_execOperatori1.Visible = false; } - //mod_searchUDC1.eh_selValore += new EventHandler(mod_searchUDC1_eh_selValore); - //mod_searchUDC1.eh_resetSelezione += new EventHandler(mod_searchUDC1_eh_resetSelezione); + //mod_listOperatori1.eh_selValore += new EventHandler(mod_listOperatori1_eh_selValore); + //mod_listOperatori1.eh_resetSelezione += new EventHandler(mod_listOperatori1_eh_resetSelezione); } - void mod_searchUDC1_eh_resetSelezione(object sender, EventArgs e) + void mod_listOperatori1_eh_resetSelezione(object sender, EventArgs e) { - //mod_detailUDC1.Visible = false; - //mod_execUDC1.Visible = false; + //mod_detailOperatori1.Visible = false; + mod_execOperatori1.Visible = false; } - void mod_searchUDC1_eh_selValore(object sender, EventArgs e) + void mod_listOperatori1_eh_selValore(object sender, EventArgs e) { - //mod_detailUDC1.Visible = true; - //mod_detailUDC1.doUpdate(); - //mod_execUDC1.Visible = true; + //mod_detailOperatori1.Visible = true; + //mod_detailOperatori1.doUpdate(); + mod_execOperatori1.Visible = true; } @@ -46,9 +46,9 @@ namespace GMW.WebUserControls ///
public void doSearch() { - //mod_searchUDC1.doUpdate(); - //mod_detailUDC1.Visible = false; - //mod_execUDC1.Visible = false; + //mod_listOperatori1.doUpdate(); + //mod_detailOperatori1.Visible = false; + mod_execOperatori1.Visible = false; } /// /// wrapper metodo traduzione diff --git a/GMW/GMW/WebUserControls/mod_SearchProvOperatori.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_SearchProvOperatori.ascx.designer.cs index d2388a8f..85778633 100644 --- a/GMW/GMW/WebUserControls/mod_SearchProvOperatori.ascx.designer.cs +++ b/GMW/GMW/WebUserControls/mod_SearchProvOperatori.ascx.designer.cs @@ -32,30 +32,30 @@ namespace GMW.WebUserControls { protected global::System.Web.UI.WebControls.Label lblSearchProvider; /// - /// mod_searchUDC1 control. + /// mod_listOperatori1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::GMW.WebUserControls.mod_searchUDC mod_searchUDC1; + protected global::GMW.WebUserControls.mod_listOperatori mod_listOperatori1; /// - /// mod_execUDC1 control. + /// mod_execOperatori1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::GMW.WebUserControls.mod_execUDC mod_execUDC1; + protected global::GMW.WebUserControls.mod_execOperatori mod_execOperatori1; /// - /// mod_detailUDC1 control. + /// mod_detailOperatori1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::GMW.WebUserControls.mod_detailUDC mod_detailUDC1; + protected global::GMW.WebUserControls.mod_detailOperatori mod_detailOperatori1; } } diff --git a/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx b/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx index 8cd85408..05462eed 100644 --- a/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx +++ b/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx @@ -1,6 +1,6 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_SearchProvUDC.ascx.cs" Inherits="GMW.WebUserControls.mod_SearchProvUDC" %> -<%@ Register Src="mod_searchUDC.ascx" TagName="mod_searchUDC" TagPrefix="uc1" %> +<%@ Register Src="mod_listUDC.ascx" TagName="mod_listUDC" TagPrefix="uc1" %> <%@ Register Src="mod_execUDC.ascx" TagName="mod_execUDC" TagPrefix="uc2" %> <%@ Register Src="mod_detailUDC.ascx" TagName="mod_detailUDC" TagPrefix="uc3" %> @@ -10,7 +10,7 @@
- + diff --git a/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.cs b/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.cs index 9145548d..61aaf65f 100644 --- a/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.cs +++ b/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.cs @@ -18,17 +18,17 @@ namespace GMW.WebUserControls mod_detailUDC1.Visible = false; mod_execUDC1.Visible = false; } - mod_searchUDC1.eh_selValore += new EventHandler(mod_searchUDC1_eh_selValore); - mod_searchUDC1.eh_resetSelezione += new EventHandler(mod_searchUDC1_eh_resetSelezione); + mod_listUDC1.eh_selValore += new EventHandler(mod_listUDC1_eh_selValore); + mod_listUDC1.eh_resetSelezione += new EventHandler(mod_listUDC1_eh_resetSelezione); } - void mod_searchUDC1_eh_resetSelezione(object sender, EventArgs e) + void mod_listUDC1_eh_resetSelezione(object sender, EventArgs e) { mod_detailUDC1.Visible = false; mod_execUDC1.Visible = false; } - void mod_searchUDC1_eh_selValore(object sender, EventArgs e) + void mod_listUDC1_eh_selValore(object sender, EventArgs e) { mod_detailUDC1.Visible = true; mod_detailUDC1.doUpdate(); @@ -46,7 +46,7 @@ namespace GMW.WebUserControls /// public void doSearch() { - mod_searchUDC1.doUpdate(); + mod_listUDC1.doUpdate(); mod_detailUDC1.Visible = false; mod_execUDC1.Visible = false; } diff --git a/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.designer.cs index 9cec8c59..6344b9ba 100644 --- a/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.designer.cs +++ b/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.designer.cs @@ -32,13 +32,13 @@ namespace GMW.WebUserControls { protected global::System.Web.UI.WebControls.Label lblSearchProvider; /// - /// mod_searchUDC1 control. + /// mod_listUDC1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::GMW.WebUserControls.mod_searchUDC mod_searchUDC1; + protected global::GMW.WebUserControls.mod_listUDC mod_listUDC1; /// /// mod_execUDC1 control. diff --git a/GMW/GMW/WebUserControls/mod_detailCelle.ascx b/GMW/GMW/WebUserControls/mod_detailCelle.ascx new file mode 100644 index 00000000..2aebbcf5 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_detailCelle.ascx @@ -0,0 +1,2 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_detailCelle.ascx.cs" Inherits="GMW.WebUserControls.mod_detailCelle" %> +WIP \ No newline at end of file diff --git a/GMW/GMW/WebUserControls/mod_detailCelle.ascx.cs b/GMW/GMW/WebUserControls/mod_detailCelle.ascx.cs new file mode 100644 index 00000000..852d5737 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_detailCelle.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 GMW.WebUserControls +{ + public partial class mod_detailCelle : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/GMW/WebUserControls/mod_detailCelle.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_detailCelle.ascx.designer.cs new file mode 100644 index 00000000..f4f6bd47 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_detailCelle.ascx.designer.cs @@ -0,0 +1,16 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.4927 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GMW.WebUserControls { + + + public partial class mod_detailCelle { + } +} diff --git a/GMW/GMW/WebUserControls/mod_detailImballi.ascx b/GMW/GMW/WebUserControls/mod_detailImballi.ascx new file mode 100644 index 00000000..2f52a052 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_detailImballi.ascx @@ -0,0 +1,2 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_detailImballi.ascx.cs" Inherits="GMW.WebUserControls.mod_detailImballi" %> +WIP \ No newline at end of file diff --git a/GMW/GMW/WebUserControls/mod_detailImballi.ascx.cs b/GMW/GMW/WebUserControls/mod_detailImballi.ascx.cs new file mode 100644 index 00000000..54c6c8f4 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_detailImballi.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 GMW.WebUserControls +{ + public partial class mod_detailImballi : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/GMW/WebUserControls/mod_detailImballi.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_detailImballi.ascx.designer.cs new file mode 100644 index 00000000..01b61bb7 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_detailImballi.ascx.designer.cs @@ -0,0 +1,16 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.4927 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GMW.WebUserControls { + + + public partial class mod_detailImballi { + } +} diff --git a/GMW/GMW/WebUserControls/mod_detailOperatori.ascx b/GMW/GMW/WebUserControls/mod_detailOperatori.ascx new file mode 100644 index 00000000..478aecfa --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_detailOperatori.ascx @@ -0,0 +1,2 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_detailOperatori.ascx.cs" Inherits="GMW.WebUserControls.mod_detailOperatori" %> +WIP \ No newline at end of file diff --git a/GMW/GMW/WebUserControls/mod_detailOperatori.ascx.cs b/GMW/GMW/WebUserControls/mod_detailOperatori.ascx.cs new file mode 100644 index 00000000..5f0cf762 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_detailOperatori.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 GMW.WebUserControls +{ + public partial class mod_detailOperatori : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/GMW/WebUserControls/mod_detailOperatori.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_detailOperatori.ascx.designer.cs new file mode 100644 index 00000000..79c6e556 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_detailOperatori.ascx.designer.cs @@ -0,0 +1,16 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.4927 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GMW.WebUserControls { + + + public partial class mod_detailOperatori { + } +} diff --git a/GMW/GMW/WebUserControls/mod_execCelle.ascx b/GMW/GMW/WebUserControls/mod_execCelle.ascx new file mode 100644 index 00000000..1c8be508 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_execCelle.ascx @@ -0,0 +1,24 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_execCelle.ascx.cs" Inherits="GMW.WebUserControls.mod_execCelle" %> +modulo operazioni consentite su Celle + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
diff --git a/GMW/GMW/WebUserControls/mod_execCelle.ascx.cs b/GMW/GMW/WebUserControls/mod_execCelle.ascx.cs new file mode 100644 index 00000000..5eb43a65 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_execCelle.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 GMW.WebUserControls +{ + public partial class mod_execCelle : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/GMW/WebUserControls/mod_execCelle.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_execCelle.ascx.designer.cs new file mode 100644 index 00000000..98a4a28d --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_execCelle.ascx.designer.cs @@ -0,0 +1,52 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.4927 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GMW.WebUserControls { + + + public partial class mod_execCelle { + + /// + /// Button1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button1; + + /// + /// Button2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button2; + + /// + /// Button3 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button3; + + /// + /// Button4 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button4; + } +} diff --git a/GMW/GMW/WebUserControls/mod_execImballi.ascx b/GMW/GMW/WebUserControls/mod_execImballi.ascx new file mode 100644 index 00000000..04b15e96 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_execImballi.ascx @@ -0,0 +1,24 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_execImballi.ascx.cs" Inherits="GMW.WebUserControls.mod_execImballi" %> +modulo operazioni consentite su Imballi + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
diff --git a/GMW/GMW/WebUserControls/mod_execImballi.ascx.cs b/GMW/GMW/WebUserControls/mod_execImballi.ascx.cs new file mode 100644 index 00000000..9d9678e6 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_execImballi.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 GMW.WebUserControls +{ + public partial class mod_execImballi : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/GMW/WebUserControls/mod_execImballi.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_execImballi.ascx.designer.cs new file mode 100644 index 00000000..34266a87 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_execImballi.ascx.designer.cs @@ -0,0 +1,52 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.4927 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GMW.WebUserControls { + + + public partial class mod_execImballi { + + /// + /// Button1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button1; + + /// + /// Button2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button2; + + /// + /// Button3 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button3; + + /// + /// Button4 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button4; + } +} diff --git a/GMW/GMW/WebUserControls/mod_execOperatori.ascx b/GMW/GMW/WebUserControls/mod_execOperatori.ascx new file mode 100644 index 00000000..564232c7 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_execOperatori.ascx @@ -0,0 +1,24 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_execOperatori.ascx.cs" Inherits="GMW.WebUserControls.mod_execOperatori" %> +modulo operazioni consentite su Operatori + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
diff --git a/GMW/GMW/WebUserControls/mod_execOperatori.ascx.cs b/GMW/GMW/WebUserControls/mod_execOperatori.ascx.cs new file mode 100644 index 00000000..47872c1e --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_execOperatori.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 GMW.WebUserControls +{ + public partial class mod_execOperatori : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/GMW/WebUserControls/mod_execOperatori.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_execOperatori.ascx.designer.cs new file mode 100644 index 00000000..90fccae2 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_execOperatori.ascx.designer.cs @@ -0,0 +1,52 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.4927 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GMW.WebUserControls { + + + public partial class mod_execOperatori { + + /// + /// Button1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button1; + + /// + /// Button2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button2; + + /// + /// Button3 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button3; + + /// + /// Button4 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button4; + } +} diff --git a/GMW/GMW/WebUserControls/mod_listCelle.ascx b/GMW/GMW/WebUserControls/mod_listCelle.ascx new file mode 100644 index 00000000..57017e5b --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_listCelle.ascx @@ -0,0 +1 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_listCelle.ascx.cs" Inherits="GMW.WebUserControls.mod_listCelle" %> diff --git a/GMW/GMW/WebUserControls/mod_listCelle.ascx.cs b/GMW/GMW/WebUserControls/mod_listCelle.ascx.cs new file mode 100644 index 00000000..31c878da --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_listCelle.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 GMW.WebUserControls +{ + public partial class mod_listCelle : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/GMW/WebUserControls/mod_listCelle.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_listCelle.ascx.designer.cs new file mode 100644 index 00000000..56005a3a --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_listCelle.ascx.designer.cs @@ -0,0 +1,16 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.4927 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GMW.WebUserControls { + + + public partial class mod_listCelle { + } +} diff --git a/GMW/GMW/WebUserControls/mod_listImballi.ascx b/GMW/GMW/WebUserControls/mod_listImballi.ascx new file mode 100644 index 00000000..334b8d8a --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_listImballi.ascx @@ -0,0 +1 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_listImballi.ascx.cs" Inherits="GMW.WebUserControls.mod_listImballi" %> diff --git a/GMW/GMW/WebUserControls/mod_listImballi.ascx.cs b/GMW/GMW/WebUserControls/mod_listImballi.ascx.cs new file mode 100644 index 00000000..65527b1f --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_listImballi.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 GMW.WebUserControls +{ + public partial class mod_listImballi : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/GMW/WebUserControls/mod_listImballi.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_listImballi.ascx.designer.cs new file mode 100644 index 00000000..b766f2ae --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_listImballi.ascx.designer.cs @@ -0,0 +1,16 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.4927 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GMW.WebUserControls { + + + public partial class mod_listImballi { + } +} diff --git a/GMW/GMW/WebUserControls/mod_listOperatori.ascx b/GMW/GMW/WebUserControls/mod_listOperatori.ascx new file mode 100644 index 00000000..c5fc2671 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_listOperatori.ascx @@ -0,0 +1 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_listOperatori.ascx.cs" Inherits="GMW.WebUserControls.mod_listOperatori" %> diff --git a/GMW/GMW/WebUserControls/mod_listOperatori.ascx.cs b/GMW/GMW/WebUserControls/mod_listOperatori.ascx.cs new file mode 100644 index 00000000..9d39bf98 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_listOperatori.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 GMW.WebUserControls +{ + public partial class mod_listOperatori : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/GMW/WebUserControls/mod_listOperatori.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_listOperatori.ascx.designer.cs new file mode 100644 index 00000000..04166ef6 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_listOperatori.ascx.designer.cs @@ -0,0 +1,16 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.4927 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GMW.WebUserControls { + + + public partial class mod_listOperatori { + } +} diff --git a/GMW/GMW/WebUserControls/mod_searchUDC.ascx b/GMW/GMW/WebUserControls/mod_listUDC.ascx similarity index 95% rename from GMW/GMW/WebUserControls/mod_searchUDC.ascx rename to GMW/GMW/WebUserControls/mod_listUDC.ascx index f263405f..ce9e6158 100644 --- a/GMW/GMW/WebUserControls/mod_searchUDC.ascx +++ b/GMW/GMW/WebUserControls/mod_listUDC.ascx @@ -1,5 +1,5 @@ -<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_searchUDC.ascx.cs" - Inherits="GMW.WebUserControls.mod_searchUDC" %> +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_listUDC.ascx.cs" + Inherits="GMW.WebUserControls.mod_listUDC" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> /// grView control. diff --git a/GMW/GMW/WebUserControls/mod_searchMag.ascx b/GMW/GMW/WebUserControls/mod_searchMag.ascx index 4db414ee..6fa50be1 100644 --- a/GMW/GMW/WebUserControls/mod_searchMag.ascx +++ b/GMW/GMW/WebUserControls/mod_searchMag.ascx @@ -49,8 +49,11 @@
+
+
+
diff --git a/GMW/GMW/bin/GMW.dll b/GMW/GMW/bin/GMW.dll index 014aaa77..bb005084 100644 Binary files a/GMW/GMW/bin/GMW.dll and b/GMW/GMW/bin/GMW.dll differ diff --git a/GMW/GMW/obj/Debug/GMW.dll b/GMW/GMW/obj/Debug/GMW.dll index 014aaa77..bb005084 100644 Binary files a/GMW/GMW/obj/Debug/GMW.dll and b/GMW/GMW/obj/Debug/GMW.dll differ