diff --git a/C-TRACK/WebUserControls/mod_faseCurr.ascx b/C-TRACK/WebUserControls/mod_faseCurr.ascx index 170e95c..7057e06 100644 --- a/C-TRACK/WebUserControls/mod_faseCurr.ascx +++ b/C-TRACK/WebUserControls/mod_faseCurr.ascx @@ -14,7 +14,23 @@
quantita evasa - +
+
+ + + + + +
+ +
+ + + + + +
+
diff --git a/C-TRACK/WebUserControls/mod_faseCurr.ascx.cs b/C-TRACK/WebUserControls/mod_faseCurr.ascx.cs index 6bf6bd1..7e30c4d 100644 --- a/C-TRACK/WebUserControls/mod_faseCurr.ascx.cs +++ b/C-TRACK/WebUserControls/mod_faseCurr.ascx.cs @@ -10,6 +10,7 @@ namespace C_TRACK.WebUserControls { if (!Page.IsPostBack) { + mod_numKeyb.Visible = false; setupValori(); } mod_numKeyb.eh_comandoRegistrato += Mod_numKeyb_eh_comandoRegistrato; @@ -158,5 +159,22 @@ namespace C_TRACK.WebUserControls // salvo nuova qta... QtaFaseCurr = newQta; } + + protected void lbtKeyb_Click(object sender, EventArgs e) + { + toggleNumKeyb(); + } + /// + /// Toggle visibilità numKeyb + /// + private void toggleNumKeyb() + { + mod_numKeyb.Visible = !mod_numKeyb.Visible; + } + + protected void lbtReset_Click(object sender, EventArgs e) + { + Response.Redirect("~/barcode"); + } } } \ No newline at end of file diff --git a/C-TRACK/WebUserControls/mod_faseCurr.ascx.designer.cs b/C-TRACK/WebUserControls/mod_faseCurr.ascx.designer.cs index 9508666..daa7a34 100644 --- a/C-TRACK/WebUserControls/mod_faseCurr.ascx.designer.cs +++ b/C-TRACK/WebUserControls/mod_faseCurr.ascx.designer.cs @@ -21,6 +21,15 @@ namespace C_TRACK.WebUserControls { /// protected global::System.Web.UI.HtmlControls.HtmlGenericControl divFaseCurr; + /// + /// Controllo lbtKeyb. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.LinkButton lbtKeyb; + /// /// Controllo txtQta. /// @@ -30,6 +39,15 @@ namespace C_TRACK.WebUserControls { /// protected global::System.Web.UI.WebControls.TextBox txtQta; + /// + /// Controllo lbtReset. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.LinkButton lbtReset; + /// /// Controllo mod_numKeyb. ///