From 0526454530d6ff0bc34224e4e092b238eb58b9a0 Mon Sep 17 00:00:00 2001 From: ermanno Date: Thu, 22 Jul 2010 15:58:06 +0000 Subject: [PATCH] aggiunti ascx git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@154 365432ac-a1b5-4ffd-bb28-6d3099d32164 --- GMW/GMW_Term/Barcode.aspx | 33 ++------ GMW/GMW_Term/Barcode.aspx.cs | 27 +----- GMW/GMW_Term/Barcode.aspx.designer.cs | 71 +--------------- GMW/GMW_Term/ChangeUser.aspx | 30 ++----- GMW/GMW_Term/ChangeUser.aspx.cs | 24 +----- GMW/GMW_Term/ChangeUser.aspx.designer.cs | 71 +--------------- GMW/GMW_Term/GMW_Term.csproj | 56 ++++++++++++ GMW/GMW_Term/Home.aspx | 36 +++----- GMW/GMW_Term/Home.aspx.cs | 30 +------ GMW/GMW_Term/Home.aspx.designer.cs | 53 +----------- GMW/GMW_Term/ListePrelievo.aspx | 28 ++---- GMW/GMW_Term/ListePrelievo.aspx.designer.cs | 62 +------------- GMW/GMW_Term/Login.aspx | 22 ++--- GMW/GMW_Term/Login.aspx.cs | 43 ---------- GMW/GMW_Term/Login.aspx.designer.cs | 35 +------- GMW/GMW_Term/Search.aspx | 34 ++------ GMW/GMW_Term/Search.aspx.cs | 4 +- GMW/GMW_Term/Search.aspx.designer.cs | 80 +----------------- GMW/GMW_Term/WebUserControls/mod_barcode.ascx | 20 +++++ .../WebUserControls/mod_barcode.ascx.cs | 39 +++++++++ .../mod_barcode.ascx.designer.cs | 70 +++++++++++++++ .../WebUserControls/mod_changeUser.ascx | 18 ++++ .../WebUserControls/mod_changeUser.ascx.cs | 36 ++++++++ .../mod_changeUser.ascx.designer.cs | 70 +++++++++++++++ GMW/GMW_Term/WebUserControls/mod_home.ascx | 17 ++++ GMW/GMW_Term/WebUserControls/mod_home.ascx.cs | 44 ++++++++++ .../WebUserControls/mod_home.ascx.designer.cs | 52 ++++++++++++ .../WebUserControls/mod_listePrelievo.ascx | 17 ++++ .../WebUserControls/mod_listePrelievo.ascx.cs | 17 ++++ .../mod_listePrelievo.ascx.designer.cs | 61 +++++++++++++ GMW/GMW_Term/WebUserControls/mod_login.ascx | 14 +++ .../WebUserControls/mod_login.ascx.cs | 62 ++++++++++++++ .../mod_login.ascx.designer.cs | 52 ++++++++++++ GMW/GMW_Term/WebUserControls/mod_search.ascx | 22 +++++ .../WebUserControls/mod_search.ascx.cs | 19 +++++ .../mod_search.ascx.designer.cs | 79 +++++++++++++++++ GMW/GMW_Term/WebUserControls/mod_userBar.ascx | 8 ++ .../WebUserControls/mod_userBar.ascx.cs | 27 ++++++ .../mod_userBar.ascx.designer.cs | 43 ++++++++++ GMW/GMW_Term/bin/GMW_Term.dll | Bin 9216 -> 9728 bytes GMW/GMW_Term/bin/GMW_data.dll | Bin 828928 -> 828928 bytes GMW/GMW_Term/bin/SteamWare.dll | Bin 359936 -> 359936 bytes .../GMW_Term.csproj.FileListAbsolute.txt | 10 +-- GMW/GMW_Term/obj/Debug/GMW_Term.dll | Bin 9216 -> 9728 bytes .../obj/Debug/ResolveAssemblyReference.cache | Bin 49783 -> 49783 bytes 45 files changed, 919 insertions(+), 617 deletions(-) create mode 100644 GMW/GMW_Term/WebUserControls/mod_barcode.ascx create mode 100644 GMW/GMW_Term/WebUserControls/mod_barcode.ascx.cs create mode 100644 GMW/GMW_Term/WebUserControls/mod_barcode.ascx.designer.cs create mode 100644 GMW/GMW_Term/WebUserControls/mod_changeUser.ascx create mode 100644 GMW/GMW_Term/WebUserControls/mod_changeUser.ascx.cs create mode 100644 GMW/GMW_Term/WebUserControls/mod_changeUser.ascx.designer.cs create mode 100644 GMW/GMW_Term/WebUserControls/mod_home.ascx create mode 100644 GMW/GMW_Term/WebUserControls/mod_home.ascx.cs create mode 100644 GMW/GMW_Term/WebUserControls/mod_home.ascx.designer.cs create mode 100644 GMW/GMW_Term/WebUserControls/mod_listePrelievo.ascx create mode 100644 GMW/GMW_Term/WebUserControls/mod_listePrelievo.ascx.cs create mode 100644 GMW/GMW_Term/WebUserControls/mod_listePrelievo.ascx.designer.cs create mode 100644 GMW/GMW_Term/WebUserControls/mod_login.ascx create mode 100644 GMW/GMW_Term/WebUserControls/mod_login.ascx.cs create mode 100644 GMW/GMW_Term/WebUserControls/mod_login.ascx.designer.cs create mode 100644 GMW/GMW_Term/WebUserControls/mod_search.ascx create mode 100644 GMW/GMW_Term/WebUserControls/mod_search.ascx.cs create mode 100644 GMW/GMW_Term/WebUserControls/mod_search.ascx.designer.cs create mode 100644 GMW/GMW_Term/WebUserControls/mod_userBar.ascx create mode 100644 GMW/GMW_Term/WebUserControls/mod_userBar.ascx.cs create mode 100644 GMW/GMW_Term/WebUserControls/mod_userBar.ascx.designer.cs diff --git a/GMW/GMW_Term/Barcode.aspx b/GMW/GMW_Term/Barcode.aspx index 09c50611..e140abc8 100644 --- a/GMW/GMW_Term/Barcode.aspx +++ b/GMW/GMW_Term/Barcode.aspx @@ -1,33 +1,14 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Compact.Master" AutoEventWireup="true" CodeBehind="Barcode.aspx.cs" Inherits="GMW_Term.Barcode" %> +<%@ Register src="WebUserControls/mod_userBar.ascx" tagname="mod_userBar" tagprefix="uc1" %> +<%@ Register src="WebUserControls/mod_barcode.ascx" tagname="mod_barcode" tagprefix="uc2" %> + - - -
- -
-
-
- -
-
-
-
- -
- -
- -
- -
- - -
- - -
+ + + +
diff --git a/GMW/GMW_Term/Barcode.aspx.cs b/GMW/GMW_Term/Barcode.aspx.cs index f01f80bf..42cb8e14 100644 --- a/GMW/GMW_Term/Barcode.aspx.cs +++ b/GMW/GMW_Term/Barcode.aspx.cs @@ -8,31 +8,6 @@ namespace GMW_Term { public partial class Barcode : System.Web.UI.Page { - protected void Page_Load(object sender, EventArgs e) - { - // scrive label e text bottoni - lblTitle.Text = (string)(Session["loginName"]); - if (!Page.IsPostBack) - { - lblData.Font.Italic = true; - lblData.Text = "Your data here..."; - } - } - - protected void txtInput_TextChanged(object sender, EventArgs e) - { - lblData.Font.Italic = false; - lblData.Text = txtInput.Text; - } - - protected void btn1_Click(object sender, EventArgs e) - { - - } - - protected void btn2_Click(object sender, EventArgs e) - { - - } + } } diff --git a/GMW/GMW_Term/Barcode.aspx.designer.cs b/GMW/GMW_Term/Barcode.aspx.designer.cs index 0362d109..000f3afb 100644 --- a/GMW/GMW_Term/Barcode.aspx.designer.cs +++ b/GMW/GMW_Term/Barcode.aspx.designer.cs @@ -14,84 +14,21 @@ namespace GMW_Term { public partial class Barcode { /// - /// ScriptManager1 control. + /// mod_userBar1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.ScriptManager ScriptManager1; + protected global::GMW_Term.WebUserControls.mod_userBar mod_userBar1; /// - /// lblGMW control. + /// mod_barcode1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.Label lblGMW; - - /// - /// lblUser control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblUser; - - /// - /// lblTitle control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblTitle; - - /// - /// lblInput control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblInput; - - /// - /// txtInput control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.TextBox txtInput; - - /// - /// lblData control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblData; - - /// - /// btn1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btn1; - - /// - /// btn2 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btn2; + protected global::GMW_Term.WebUserControls.mod_barcode mod_barcode1; } } diff --git a/GMW/GMW_Term/ChangeUser.aspx b/GMW/GMW_Term/ChangeUser.aspx index a26fabff..b5fc2891 100644 --- a/GMW/GMW_Term/ChangeUser.aspx +++ b/GMW/GMW_Term/ChangeUser.aspx @@ -1,30 +1,14 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Compact.Master" AutoEventWireup="true" CodeBehind="ChangeUser.aspx.cs" Inherits="GMW_Term.ChangeUser" %> +<%@ Register src="WebUserControls/mod_userBar.ascx" tagname="mod_userBar" tagprefix="uc1" %> +<%@ Register src="WebUserControls/mod_changeUser.ascx" tagname="mod_changeUser" tagprefix="uc2" %> + - - -
- -
-
-
- -
-
-
-
- -
-
- -
-
- - -
-
+ + + +
diff --git a/GMW/GMW_Term/ChangeUser.aspx.cs b/GMW/GMW_Term/ChangeUser.aspx.cs index fda18dc2..6fe7711d 100644 --- a/GMW/GMW_Term/ChangeUser.aspx.cs +++ b/GMW/GMW_Term/ChangeUser.aspx.cs @@ -8,28 +8,6 @@ namespace GMW_Term { public partial class ChangeUser : System.Web.UI.Page { - protected void Page_Load(object sender, EventArgs e) - { - lblTitle.Text = (string)(Session["loginName"]); - } - - private string _nomeUtente = string.Empty; - - protected void txtLogin_TextChanged(object sender, EventArgs e) - { - // se stringa inizia con O metti via nome utente per login - if (txtLogin.Text.StartsWith("O")) - { - _nomeUtente = txtLogin.Text; - Session["loginName"] = txtLogin.Text; - Response.Redirect("Home.aspx"); - } - else - { - // comportamento in caso non di login - lblErrore.Font.Italic = true; - lblErrore.Text = "Errore: inserire codice username!"; - } - } + } } diff --git a/GMW/GMW_Term/ChangeUser.aspx.designer.cs b/GMW/GMW_Term/ChangeUser.aspx.designer.cs index a3d3cbab..d20d3b8f 100644 --- a/GMW/GMW_Term/ChangeUser.aspx.designer.cs +++ b/GMW/GMW_Term/ChangeUser.aspx.designer.cs @@ -14,84 +14,21 @@ namespace GMW_Term { public partial class ChangeUser { /// - /// ScriptManager1 control. + /// mod_userBar1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.ScriptManager ScriptManager1; + protected global::GMW_Term.WebUserControls.mod_userBar mod_userBar1; /// - /// lblGMW control. + /// mod_changeUser1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.Label lblGMW; - - /// - /// lblUser control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblUser; - - /// - /// lblTitle control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblTitle; - - /// - /// lblInput control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblInput; - - /// - /// txtLogin control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.TextBox txtLogin; - - /// - /// lblErrore control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblErrore; - - /// - /// btn1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btn1; - - /// - /// btn2 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btn2; + protected global::GMW_Term.WebUserControls.mod_changeUser mod_changeUser1; } } diff --git a/GMW/GMW_Term/GMW_Term.csproj b/GMW/GMW_Term/GMW_Term.csproj index 83c21fc4..4464e2ba 100644 --- a/GMW/GMW_Term/GMW_Term.csproj +++ b/GMW/GMW_Term/GMW_Term.csproj @@ -60,6 +60,55 @@ + + mod_barcode.ascx + ASPXCodeBehind + + + mod_barcode.ascx + + + mod_changeUser.ascx + ASPXCodeBehind + + + mod_changeUser.ascx + + + mod_home.ascx + ASPXCodeBehind + + + mod_home.ascx + + + mod_listePrelievo.ascx + ASPXCodeBehind + + + mod_listePrelievo.ascx + + + mod_login.ascx + ASPXCodeBehind + + + mod_login.ascx + + + mod_search.ascx + ASPXCodeBehind + + + mod_search.ascx + + + mod_userBar.ascx + ASPXCodeBehind + + + mod_userBar.ascx + AutoCompletamento.asmx Component @@ -116,6 +165,13 @@ + + + + + + + diff --git a/GMW/GMW_Term/Home.aspx b/GMW/GMW_Term/Home.aspx index 30a8f726..5d7fb399 100644 --- a/GMW/GMW_Term/Home.aspx +++ b/GMW/GMW_Term/Home.aspx @@ -1,31 +1,15 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Compact.Master" AutoEventWireup="true" CodeBehind="Home.aspx.cs" Inherits="GMW_Term.Home" %> +<%@ Register src="WebUserControls/mod_home.ascx" tagname="mod_home" tagprefix="uc1" %> +<%@ Register src="WebUserControls/mod_userBar.ascx" tagname="mod_userBar" tagprefix="uc2" %> + - - -
- -
-
- -
-
-   -
-
-   -
-
-
-
- -
-
- -
+
+ + + + + + diff --git a/GMW/GMW_Term/Home.aspx.cs b/GMW/GMW_Term/Home.aspx.cs index eb634e17..d764e194 100644 --- a/GMW/GMW_Term/Home.aspx.cs +++ b/GMW/GMW_Term/Home.aspx.cs @@ -8,37 +8,11 @@ namespace GMW_Term { public partial class Home : System.Web.UI.Page { - // nuovo oggetto Login - Login loginMethods = new Login(); - + protected void Page_Load(object sender, EventArgs e) { - // scrive label e text bottoni - lblTitle.Text = (string)(Session["loginName"]); - btn1.Text = "Barcode"; - btn2.Text = "Ricerca"; - btn3.Text = "Liste Prelievo"; - btn4.Text = "Cambia Utente"; + } - protected void btn1_Click(object sender, EventArgs e) - { - Response.Redirect("Barcode.aspx"); - } - - protected void btn2_Click1(object sender, EventArgs e) - { - Response.Redirect("Search.aspx"); - } - - protected void btn3_Click1(object sender, EventArgs e) - { - Response.Redirect("ListePrelievo.aspx"); - } - - protected void btn4_Click1(object sender, EventArgs e) - { - Response.Redirect("ChangeUser.aspx"); - } } } diff --git a/GMW/GMW_Term/Home.aspx.designer.cs b/GMW/GMW_Term/Home.aspx.designer.cs index 933e6fab..6924e4af 100644 --- a/GMW/GMW_Term/Home.aspx.designer.cs +++ b/GMW/GMW_Term/Home.aspx.designer.cs @@ -14,66 +14,21 @@ namespace GMW_Term { public partial class Home { /// - /// lblGMW control. + /// mod_userBar1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.Label lblGMW; + protected global::GMW_Term.WebUserControls.mod_userBar mod_userBar1; /// - /// lblUser control. + /// mod_home1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.Label lblUser; - - /// - /// lblTitle control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblTitle; - - /// - /// btn1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btn1; - - /// - /// btn2 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btn2; - - /// - /// btn3 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btn3; - - /// - /// btn4 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btn4; + protected global::GMW_Term.WebUserControls.mod_home mod_home1; } } diff --git a/GMW/GMW_Term/ListePrelievo.aspx b/GMW/GMW_Term/ListePrelievo.aspx index fbe502c8..18ffd5ff 100644 --- a/GMW/GMW_Term/ListePrelievo.aspx +++ b/GMW/GMW_Term/ListePrelievo.aspx @@ -1,27 +1,11 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Compact.Master" AutoEventWireup="true" CodeBehind="ListePrelievo.aspx.cs" Inherits="GMW_Term.ListePrelievo" %> +<%@ Register src="WebUserControls/mod_userBar.ascx" tagname="mod_userBar" tagprefix="uc1" %> +<%@ Register src="WebUserControls/mod_listePrelievo.ascx" tagname="mod_listePrelievo" tagprefix="uc2" %> - - -
- -
-
-
- -
-
-
- - -
-
-
-
-
- - -
-
+ + + +
diff --git a/GMW/GMW_Term/ListePrelievo.aspx.designer.cs b/GMW/GMW_Term/ListePrelievo.aspx.designer.cs index 6df4ccd1..3f88f26b 100644 --- a/GMW/GMW_Term/ListePrelievo.aspx.designer.cs +++ b/GMW/GMW_Term/ListePrelievo.aspx.designer.cs @@ -14,75 +14,21 @@ namespace GMW_Term { public partial class ListePrelievo { /// - /// ScriptManager1 control. + /// mod_userBar1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.ScriptManager ScriptManager1; + protected global::GMW_Term.WebUserControls.mod_userBar mod_userBar1; /// - /// lblGMW control. + /// mod_listePrelievo1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.Label lblGMW; - - /// - /// lblUser control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblUser; - - /// - /// lblTitle control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblTitle; - - /// - /// lblInput control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblInput; - - /// - /// updPanel1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.UpdatePanel updPanel1; - - /// - /// btn1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btn1; - - /// - /// btn2 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btn2; + protected global::GMW_Term.WebUserControls.mod_listePrelievo mod_listePrelievo1; } } diff --git a/GMW/GMW_Term/Login.aspx b/GMW/GMW_Term/Login.aspx index 5a5823e0..e0568291 100644 --- a/GMW/GMW_Term/Login.aspx +++ b/GMW/GMW_Term/Login.aspx @@ -1,23 +1,13 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Compact.Master" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="GMW_Term.Login" %> +<%@ Register src="WebUserControls/mod_login.ascx" tagname="mod_login" tagprefix="uc1" %> + +<%@ Register src="WebUserControls/mod_userBar.ascx" tagname="mod_userBar" tagprefix="uc2" %> + - -
-
- -
-
- -
-
- -
-
- -
-
+ +
diff --git a/GMW/GMW_Term/Login.aspx.cs b/GMW/GMW_Term/Login.aspx.cs index dbcb28d3..8bee1d38 100644 --- a/GMW/GMW_Term/Login.aspx.cs +++ b/GMW/GMW_Term/Login.aspx.cs @@ -14,50 +14,7 @@ namespace GMW_Term } - /// - /// stringa da valorizzare per nome utente - /// - private string _nomeUtente = string.Empty; - - protected void txtLogin_TextChanged(object sender, EventArgs e) - { - // ADD!!! - //TermClass.termin.riconosciBarcode(Convert.ToString(txtLogin.Text)); - - // se stringa inizia con O metti via nome utente per login - if (txtLogin.Text.StartsWith("O")) - { - // ADD!!! - //TermClass.termin.doUserLogin(Convert.ToString(txtLogin.Text)); - _nomeUtente = txtLogin.Text; - Session["loginName"] = txtLogin.Text; - Response.Redirect("Home.aspx"); - } - else - { - // comportamento in caso non di login - lblErrore.Font.Italic = true; - lblErrore.Text = "Errore: inserire codice username!"; - } - - - } - - /// - /// imposta il nome utente - /// - public string userName - { - get - { - return _nomeUtente; - } - set - { - _nomeUtente = value; - } - } } } diff --git a/GMW/GMW_Term/Login.aspx.designer.cs b/GMW/GMW_Term/Login.aspx.designer.cs index 9b2b5b45..12c40285 100644 --- a/GMW/GMW_Term/Login.aspx.designer.cs +++ b/GMW/GMW_Term/Login.aspx.designer.cs @@ -14,48 +14,21 @@ namespace GMW_Term { public partial class Login { /// - /// ScriptManager1 control. + /// mod_userBar1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.ScriptManager ScriptManager1; + protected global::GMW_Term.WebUserControls.mod_userBar mod_userBar1; /// - /// lblGMW control. + /// mod_login1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.Label lblGMW; - - /// - /// txtLogin control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.TextBox txtLogin; - - /// - /// lblLogin control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblLogin; - - /// - /// lblErrore control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblErrore; + protected global::GMW_Term.WebUserControls.mod_login mod_login1; } } diff --git a/GMW/GMW_Term/Search.aspx b/GMW/GMW_Term/Search.aspx index 3f231d5f..479241e6 100644 --- a/GMW/GMW_Term/Search.aspx +++ b/GMW/GMW_Term/Search.aspx @@ -1,34 +1,12 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Compact.Master" AutoEventWireup="true" CodeBehind="Search.aspx.cs" Inherits="GMW_Term.Search" %> - -<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> +<%@ Register src="WebUserControls/mod_userBar.ascx" tagname="mod_userBar" tagprefix="uc1" %> +<%@ Register src="WebUserControls/mod_search.ascx" tagname="mod_search" tagprefix="uc2" %> - - -
- -
-
-
- -
-
-
- - -
- - - -
-
-
-
- - -
-
+ + + +
diff --git a/GMW/GMW_Term/Search.aspx.cs b/GMW/GMW_Term/Search.aspx.cs index e5dd186a..1b4984a1 100644 --- a/GMW/GMW_Term/Search.aspx.cs +++ b/GMW/GMW_Term/Search.aspx.cs @@ -11,9 +11,7 @@ namespace GMW_Term { protected void Page_Load(object sender, EventArgs e) { - // scrive label e text bottoni - lblTitle.Text = (string)(Session["loginName"]); - + } diff --git a/GMW/GMW_Term/Search.aspx.designer.cs b/GMW/GMW_Term/Search.aspx.designer.cs index 820b005a..34008bff 100644 --- a/GMW/GMW_Term/Search.aspx.designer.cs +++ b/GMW/GMW_Term/Search.aspx.designer.cs @@ -14,93 +14,21 @@ namespace GMW_Term { public partial class Search { /// - /// ScriptManager1 control. + /// mod_userBar1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.ScriptManager ScriptManager1; + protected global::GMW_Term.WebUserControls.mod_userBar mod_userBar1; /// - /// lblGMW control. + /// mod_search1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.Label lblGMW; - - /// - /// lblUser control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblUser; - - /// - /// lblTitle control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblTitle; - - /// - /// lblInput control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblInput; - - /// - /// updPanel1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.UpdatePanel updPanel1; - - /// - /// txtRicerca control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.TextBox txtRicerca; - - /// - /// aceSearch control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::AjaxControlToolkit.AutoCompleteExtender aceSearch; - - /// - /// btn1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btn1; - - /// - /// btn2 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btn2; + protected global::GMW_Term.WebUserControls.mod_search mod_search1; } } diff --git a/GMW/GMW_Term/WebUserControls/mod_barcode.ascx b/GMW/GMW_Term/WebUserControls/mod_barcode.ascx new file mode 100644 index 00000000..1f1db5c5 --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_barcode.ascx @@ -0,0 +1,20 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_barcode.ascx.cs" + Inherits="GMW_Term.WebUserControls.mod_barcode" %> + + +
+
+
+
+ +
+
+ +
+ +
+ + +
+ +
diff --git a/GMW/GMW_Term/WebUserControls/mod_barcode.ascx.cs b/GMW/GMW_Term/WebUserControls/mod_barcode.ascx.cs new file mode 100644 index 00000000..e9581884 --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_barcode.ascx.cs @@ -0,0 +1,39 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace GMW_Term.WebUserControls +{ + public partial class mod_barcode : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + // scrive label e text bottoni + + if (!Page.IsPostBack) + { + lblData.Font.Italic = true; + lblData.Text = "Your data here..."; + } + } + + protected void txtInput_TextChanged(object sender, EventArgs e) + { + lblData.Font.Italic = false; + lblData.Text = txtInput.Text; + } + + protected void btn1_Click(object sender, EventArgs e) + { + + } + + protected void btn2_Click(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/GMW_Term/WebUserControls/mod_barcode.ascx.designer.cs b/GMW/GMW_Term/WebUserControls/mod_barcode.ascx.designer.cs new file mode 100644 index 00000000..a2b5438a --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_barcode.ascx.designer.cs @@ -0,0 +1,70 @@ +//------------------------------------------------------------------------------ +// +// 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_Term.WebUserControls { + + + public partial class mod_barcode { + + /// + /// ScriptManager1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.ScriptManager ScriptManager1; + + /// + /// lblInput control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblInput; + + /// + /// txtInput control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.TextBox txtInput; + + /// + /// lblData control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblData; + + /// + /// btn1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btn1; + + /// + /// btn2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btn2; + } +} diff --git a/GMW/GMW_Term/WebUserControls/mod_changeUser.ascx b/GMW/GMW_Term/WebUserControls/mod_changeUser.ascx new file mode 100644 index 00000000..6f8507cc --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_changeUser.ascx @@ -0,0 +1,18 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_changeUser.ascx.cs" Inherits="GMW_Term.WebUserControls.mod_changeUser" %> + + +
+
+
+
+ +
+
+ +
+
+ + +
+
\ No newline at end of file diff --git a/GMW/GMW_Term/WebUserControls/mod_changeUser.ascx.cs b/GMW/GMW_Term/WebUserControls/mod_changeUser.ascx.cs new file mode 100644 index 00000000..deb9b887 --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_changeUser.ascx.cs @@ -0,0 +1,36 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace GMW_Term.WebUserControls +{ + public partial class mod_changeUser : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + + private string _nomeUtente = string.Empty; + + protected void txtLogin_TextChanged(object sender, EventArgs e) + { + // se stringa inizia con O metti via nome utente per login + if (txtLogin.Text.StartsWith("O")) + { + _nomeUtente = txtLogin.Text; + Session["loginName"] = txtLogin.Text; + Response.Redirect("Home.aspx"); + } + else + { + // comportamento in caso non di login + lblErrore.Font.Italic = true; + lblErrore.Text = "Errore: inserire codice username!"; + } + } + } +} \ No newline at end of file diff --git a/GMW/GMW_Term/WebUserControls/mod_changeUser.ascx.designer.cs b/GMW/GMW_Term/WebUserControls/mod_changeUser.ascx.designer.cs new file mode 100644 index 00000000..e1c95e01 --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_changeUser.ascx.designer.cs @@ -0,0 +1,70 @@ +//------------------------------------------------------------------------------ +// +// 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_Term.WebUserControls { + + + public partial class mod_changeUser { + + /// + /// ScriptManager1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.ScriptManager ScriptManager1; + + /// + /// lblInput control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblInput; + + /// + /// txtLogin control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.TextBox txtLogin; + + /// + /// lblErrore control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblErrore; + + /// + /// btn1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btn1; + + /// + /// btn2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btn2; + } +} diff --git a/GMW/GMW_Term/WebUserControls/mod_home.ascx b/GMW/GMW_Term/WebUserControls/mod_home.ascx new file mode 100644 index 00000000..0eb9e9cd --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_home.ascx @@ -0,0 +1,17 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_home.ascx.cs" Inherits="GMW_Term.WebUserControls.mod_home" %> +
+   +
+
+   +
+
+
+
+ +
+
+ +
diff --git a/GMW/GMW_Term/WebUserControls/mod_home.ascx.cs b/GMW/GMW_Term/WebUserControls/mod_home.ascx.cs new file mode 100644 index 00000000..db69f585 --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_home.ascx.cs @@ -0,0 +1,44 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace GMW_Term.WebUserControls +{ + public partial class mod_home : System.Web.UI.UserControl + { + + protected void Page_Load(object sender, EventArgs e) + { + // scrive label e text bottoni + + btn1.Text = "Barcode"; + btn2.Text = "Ricerca"; + btn3.Text = "Liste Prelievo"; + btn4.Text = "Cambia Utente"; + } + + protected void btn1_Click(object sender, EventArgs e) + { + Response.Redirect("Barcode.aspx"); + } + + protected void btn2_Click1(object sender, EventArgs e) + { + Response.Redirect("Search.aspx"); + } + + protected void btn3_Click1(object sender, EventArgs e) + { + Response.Redirect("ListePrelievo.aspx"); + } + + protected void btn4_Click1(object sender, EventArgs e) + { + Response.Redirect("ChangeUser.aspx"); + } + } +} + diff --git a/GMW/GMW_Term/WebUserControls/mod_home.ascx.designer.cs b/GMW/GMW_Term/WebUserControls/mod_home.ascx.designer.cs new file mode 100644 index 00000000..2bf46698 --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_home.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_Term.WebUserControls { + + + public partial class mod_home { + + /// + /// btn1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btn1; + + /// + /// btn2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btn2; + + /// + /// btn3 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btn3; + + /// + /// btn4 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btn4; + } +} diff --git a/GMW/GMW_Term/WebUserControls/mod_listePrelievo.ascx b/GMW/GMW_Term/WebUserControls/mod_listePrelievo.ascx new file mode 100644 index 00000000..0f429844 --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_listePrelievo.ascx @@ -0,0 +1,17 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_listePrelievo.ascx.cs" Inherits="GMW_Term.WebUserControls.mod_listePrelievo" %> + + +
+
+
+ + +
+
+
+
+
+ + +
+
\ No newline at end of file diff --git a/GMW/GMW_Term/WebUserControls/mod_listePrelievo.ascx.cs b/GMW/GMW_Term/WebUserControls/mod_listePrelievo.ascx.cs new file mode 100644 index 00000000..b01b62d4 --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_listePrelievo.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_Term.WebUserControls +{ + public partial class mod_listePrelievo : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/GMW_Term/WebUserControls/mod_listePrelievo.ascx.designer.cs b/GMW/GMW_Term/WebUserControls/mod_listePrelievo.ascx.designer.cs new file mode 100644 index 00000000..d5f986f2 --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_listePrelievo.ascx.designer.cs @@ -0,0 +1,61 @@ +//------------------------------------------------------------------------------ +// +// 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_Term.WebUserControls { + + + public partial class mod_listePrelievo { + + /// + /// ScriptManager1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.ScriptManager ScriptManager1; + + /// + /// lblInput control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblInput; + + /// + /// updPanel1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.UpdatePanel updPanel1; + + /// + /// btn1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btn1; + + /// + /// btn2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btn2; + } +} diff --git a/GMW/GMW_Term/WebUserControls/mod_login.ascx b/GMW/GMW_Term/WebUserControls/mod_login.ascx new file mode 100644 index 00000000..3d56648a --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_login.ascx @@ -0,0 +1,14 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_login.ascx.cs" Inherits="GMW_Term.WebUserControls.mod_login" %> + +
+
+ +
+
+ +
+
+ +
+
\ No newline at end of file diff --git a/GMW/GMW_Term/WebUserControls/mod_login.ascx.cs b/GMW/GMW_Term/WebUserControls/mod_login.ascx.cs new file mode 100644 index 00000000..100f0db7 --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_login.ascx.cs @@ -0,0 +1,62 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace GMW_Term.WebUserControls +{ + public partial class mod_login : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + + /// + /// stringa da valorizzare per nome utente + /// + private string _nomeUtente = string.Empty; + + protected void txtLogin_TextChanged(object sender, EventArgs e) + { + // ADD!!! + //TermClass.termin.riconosciBarcode(Convert.ToString(txtLogin.Text)); + + // se stringa inizia con O metti via nome utente per login + if (txtLogin.Text.StartsWith("O")) + { + // ADD!!! + //TermClass.termin.doUserLogin(Convert.ToString(txtLogin.Text)); + _nomeUtente = txtLogin.Text; + Session["loginName"] = txtLogin.Text; + Response.Redirect("Home.aspx"); + } + else + { + // comportamento in caso non di login + lblErrore.Font.Italic = true; + lblErrore.Text = "Errore: inserire codice username!"; + } + + + } + + /// + /// imposta il nome utente + /// + public string userName + { + get + { + return _nomeUtente; + } + set + { + _nomeUtente = value; + } + } + } + +} \ No newline at end of file diff --git a/GMW/GMW_Term/WebUserControls/mod_login.ascx.designer.cs b/GMW/GMW_Term/WebUserControls/mod_login.ascx.designer.cs new file mode 100644 index 00000000..05d8f9bb --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_login.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_Term.WebUserControls { + + + public partial class mod_login { + + /// + /// ScriptManager1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.ScriptManager ScriptManager1; + + /// + /// txtLogin control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.TextBox txtLogin; + + /// + /// lblLogin control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblLogin; + + /// + /// lblErrore control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblErrore; + } +} diff --git a/GMW/GMW_Term/WebUserControls/mod_search.ascx b/GMW/GMW_Term/WebUserControls/mod_search.ascx new file mode 100644 index 00000000..4c9d633d --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_search.ascx @@ -0,0 +1,22 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_search.ascx.cs" Inherits="GMW_Term.WebUserControls.mod_search" %> +<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> + + +
+
+
+ + +
+ + + +
+
+
+
+ + +
+
\ No newline at end of file diff --git a/GMW/GMW_Term/WebUserControls/mod_search.ascx.cs b/GMW/GMW_Term/WebUserControls/mod_search.ascx.cs new file mode 100644 index 00000000..533dab8e --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_search.ascx.cs @@ -0,0 +1,19 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace GMW_Term.WebUserControls +{ + public partial class mod_search : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + // scrive label e text bottoni + //lblTitle.Text = (string)(Session["loginName"]); + + } + } +} \ No newline at end of file diff --git a/GMW/GMW_Term/WebUserControls/mod_search.ascx.designer.cs b/GMW/GMW_Term/WebUserControls/mod_search.ascx.designer.cs new file mode 100644 index 00000000..7911a369 --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_search.ascx.designer.cs @@ -0,0 +1,79 @@ +//------------------------------------------------------------------------------ +// +// 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_Term.WebUserControls { + + + public partial class mod_search { + + /// + /// ScriptManager1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.ScriptManager ScriptManager1; + + /// + /// lblInput control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblInput; + + /// + /// updPanel1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.UpdatePanel updPanel1; + + /// + /// txtRicerca control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.TextBox txtRicerca; + + /// + /// aceSearch control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::AjaxControlToolkit.AutoCompleteExtender aceSearch; + + /// + /// btn1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btn1; + + /// + /// btn2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btn2; + } +} diff --git a/GMW/GMW_Term/WebUserControls/mod_userBar.ascx b/GMW/GMW_Term/WebUserControls/mod_userBar.ascx new file mode 100644 index 00000000..05367abe --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_userBar.ascx @@ -0,0 +1,8 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_userBar.ascx.cs" + Inherits="GMW_Term.WebUserControls.mod_userBar" %> +
+ +
+
+ +
diff --git a/GMW/GMW_Term/WebUserControls/mod_userBar.ascx.cs b/GMW/GMW_Term/WebUserControls/mod_userBar.ascx.cs new file mode 100644 index 00000000..c4b70cde --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_userBar.ascx.cs @@ -0,0 +1,27 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace GMW_Term.WebUserControls +{ + public partial class mod_userBar : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + lblUserLabel.Visible = false; + + // ricava dalla sessione il valore nome utente + string nomeUtente = (string)(Session["loginName"]); + + // se non vuoto scrive altrimenti no + if (!(String.IsNullOrEmpty(nomeUtente))) + { + lblUserLabel.Visible = true; + lblUser.Text = nomeUtente; + } + } + } +} \ No newline at end of file diff --git a/GMW/GMW_Term/WebUserControls/mod_userBar.ascx.designer.cs b/GMW/GMW_Term/WebUserControls/mod_userBar.ascx.designer.cs new file mode 100644 index 00000000..e43cf1d3 --- /dev/null +++ b/GMW/GMW_Term/WebUserControls/mod_userBar.ascx.designer.cs @@ -0,0 +1,43 @@ +//------------------------------------------------------------------------------ +// +// 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_Term.WebUserControls { + + + public partial class mod_userBar { + + /// + /// lblGMW control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblGMW; + + /// + /// lblUserLabel control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblUserLabel; + + /// + /// lblUser control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblUser; + } +} diff --git a/GMW/GMW_Term/bin/GMW_Term.dll b/GMW/GMW_Term/bin/GMW_Term.dll index 6412189b2bfad3cc8efc1f7704a3d48ee9129c33..1f730c479209b91fc7073f97bc9adf1b15e0fff6 100644 GIT binary patch literal 9728 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 boad)4kE$J)#Lk(pY|@jK?Puolm~a396-X@Y diff --git a/GMW/GMW_Term/bin/SteamWare.dll b/GMW/GMW_Term/bin/SteamWare.dll index 6494d5ace29dfc3769cbb8ea723920a74f94f889..763adb52e85ca2a0ced7e147d4bec209c39e3efd 100644 GIT binary patch delta 86 zcmZqpBiissbV3KSP^L#?cWXCeYd2GCH*;$@%hqnziM|4C&-Ay=^B?V^8zmn4MPr|eH@t+fZ$x_kVRmxcJumb=UyCf_C delta 86 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 delta 4918 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 BA#eZy