-
-
+
+
-
+
-
-
+
+
-
+
diff --git a/MP-Tablet/WebUserControls/mod_confProd.ascx b/MP-Tablet/WebUserControls/mod_confProd.ascx index f8d004df..ab80e6eb 100644 --- a/MP-Tablet/WebUserControls/mod_confProd.ascx +++ b/MP-Tablet/WebUserControls/mod_confProd.ascx @@ -1,38 +1,40 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_confProd.ascx.cs" Inherits="MoonProTablet.WebUserControls.mod_confProd" %> -
-
-
- - MANCA ODL: conferma produzione NON permessa -
-
- -
-
- - - - - - -
+ + +
+
+ +
-
-
- - -
-
- - -
-
- - -
+
+ Conferma produzione
-
+
+ + + + + + +
+
+
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ MANCA ODL: conferma produzione NON permessa
diff --git a/MP-Tablet/WebUserControls/mod_confProd.ascx.cs b/MP-Tablet/WebUserControls/mod_confProd.ascx.cs index 08315e24..38f6a52c 100644 --- a/MP-Tablet/WebUserControls/mod_confProd.ascx.cs +++ b/MP-Tablet/WebUserControls/mod_confProd.ascx.cs @@ -38,14 +38,14 @@ namespace MoonProTablet.WebUserControls checkOdl(); lblOut.Text = ""; switchBtnConferma(false); - btnShowConfProd.Visible = odlOk; + lbtShowConfProd.Visible = odlOk; } /// /// Verifica se abbia un ODL ATTIVO /// private void checkOdl() { - btnShowConfProd.Visible = odlOk; + lbtShowConfProd.Visible = odlOk; lblMancaODL.Visible = !odlOk; } @@ -137,7 +137,7 @@ namespace MoonProTablet.WebUserControls /// /// /// - protected void btnShowConfProd_Click(object sender, EventArgs e) + protected void lbtShowConfProd_Click(object sender, EventArgs e) { switchBtnConferma(!txtNumPezzi.Enabled); } @@ -148,7 +148,7 @@ namespace MoonProTablet.WebUserControls { txtNumPezzi.Enabled = showConf; txtNumScarti.Enabled = showConf; - btnSalva.Visible = showConf; + lbtSalva.Visible = showConf; DS_ProdTempi.stp_PzProd_getByMacchinaRow rigaProd; rigaProd = DataLayer.obj.taPzProd2conf.GetData(idxMacchina)[0]; try @@ -169,11 +169,11 @@ namespace MoonProTablet.WebUserControls } if (showConf) { - btnShowConfProd.Text = "Nascondi Conferma"; + lblShowConfProd.Text = "Nascondi Conferma"; } else { - btnShowConfProd.Text = "Mostra Conferma"; + lblShowConfProd.Text = "Mostra Conferma"; // sollevo evento! if (eh_reset != null) { @@ -230,7 +230,7 @@ namespace MoonProTablet.WebUserControls /// /// /// - protected void btnSalva_Click(object sender, EventArgs e) + protected void lbtSalva_Click(object sender, EventArgs e) { if (memLayer.ML.CRI("modoConfProd") == 2) { @@ -319,7 +319,7 @@ namespace MoonProTablet.WebUserControls { get { - return memLayer.ML.StringSessionObj("subMaccSel"); + return memLayer.ML.StringSessionObj("subMaccSel"); } set { diff --git a/MP-Tablet/WebUserControls/mod_confProd.ascx.designer.cs b/MP-Tablet/WebUserControls/mod_confProd.ascx.designer.cs index 6bab290d..ae7ac109 100644 --- a/MP-Tablet/WebUserControls/mod_confProd.ascx.designer.cs +++ b/MP-Tablet/WebUserControls/mod_confProd.ascx.designer.cs @@ -13,31 +13,31 @@ namespace MoonProTablet.WebUserControls { public partial class mod_confProd { /// - /// Controllo btnShowConfProd. + /// Controllo lbtShowConfProd. /// /// /// 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.Button btnShowConfProd; + protected global::System.Web.UI.WebControls.LinkButton lbtShowConfProd; /// - /// Controllo lblMancaODL. + /// Controllo lblShowConfProd. /// /// /// 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.Label lblMancaODL; + protected global::System.Web.UI.WebControls.Label lblShowConfProd; /// - /// Controllo btnSalva. + /// Controllo lbtSalva. /// /// /// 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.Button btnSalva; + protected global::System.Web.UI.WebControls.LinkButton lbtSalva; /// /// Controllo divSelMacc. @@ -120,6 +120,15 @@ namespace MoonProTablet.WebUserControls { /// protected global::System.Web.UI.WebControls.TextBox txtPzBuoni; + /// + /// Controllo lblMancaODL. + /// + /// + /// 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.Label lblMancaODL; + /// /// Controllo lblOut. /// diff --git a/MP-Tablet/WebUserControls/mod_dettMacchina.ascx.cs b/MP-Tablet/WebUserControls/mod_dettMacchina.ascx.cs index 9f331fcb..8fe0ee95 100644 --- a/MP-Tablet/WebUserControls/mod_dettMacchina.ascx.cs +++ b/MP-Tablet/WebUserControls/mod_dettMacchina.ascx.cs @@ -77,7 +77,7 @@ namespace MoonProTablet.WebUserControls ScriptManager.RegisterStartupScript(Page, GetType(), "temp", "", false); } /// - /// determian se nascondere la visualizzaizone compelta (e mostrare solo nome macchina) + /// determina se nascondere la visualizzazione completa (e mostrare solo nome macchina) /// /// mostra tutto (true) o solo header(false) public void detailLevel(bool full)