diff --git a/GMW-RT/bin/GMW-RT.dll b/GMW-RT/bin/GMW-RT.dll index aba8e7dd..484e501c 100644 Binary files a/GMW-RT/bin/GMW-RT.dll and b/GMW-RT/bin/GMW-RT.dll differ diff --git a/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx b/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx index 9e1525e1..64caaf1a 100644 --- a/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx +++ b/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx @@ -1,112 +1,72 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_sanpos_creazioneF18.ascx.cs" Inherits="GMW.WebUserControls.mod_sanpos_creazioneF18" %> -<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> -<%@ Register Src="mod_storicoAzioniOperatore.ascx" TagName="mod_storicoAzioniOperatore" TagPrefix="uc1" %> -<% if (false) - { %> - -<% } %> - -
-
-
-
- -
- - -
-
- -
-   -
-
- -
- -
+ +
+
+
+
+
-
- -
-
- -
-
-
-
-
- -
-
- -   - -
-
- -
- -
-
-
-
-
- -
-
-
-
-
- - -
-   +
+
+
+
+ + +
+   + +
-
+
-
-
-
-
+
+
-
+
-
-
-
-
-
- -
- -
-
-
-
- -
-
-
- -
- - -
-
- -
- -
-
- -
- +
+
+ +
+
+ +   + +
+
+ +
+ + <%----%> +
+
+ +
+ +
+
+ +
+
+
+
+
+ +
+ +
+
+
+
+ +
+
+
diff --git a/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx.cs b/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx.cs index 5234ea74..599c3d09 100644 --- a/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx.cs +++ b/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx.cs @@ -39,12 +39,14 @@ namespace GMW.WebUserControls { if (!Page.IsPostBack) { - calcolaPostazione(); traduciObj(); +#if false + calcolaPostazione(); storicoVisibile = false; fixStorico(); // imposto pos abilitata x cancellazione - mod_storicoAzioniOperatore1.IdxPosizione2del = memLayer.ML.confReadInt("IdxPosizioneLiquidi"); + mod_storicoAzioniOperatore1.IdxPosizione2del = memLayer.ML.confReadInt("IdxPosizioneLiquidi"); +#endif } doChecks(); if (currParticolare != "") @@ -70,14 +72,13 @@ namespace GMW.WebUserControls lblDescrAttivo.Text = ""; lblDisegno.Text = ""; } - mod_storicoAzioniOperatore1.eh_stampa += new EventHandler(mod_storicoAzioniOperatore1_eh_stampa); } /// /// richiesta (ri)stampa UDC /// /// /// - void mod_storicoAzioniOperatore1_eh_stampa(object sender, EventArgs e) + public void ristampa() { // registro ri-stampa UDC DateTime adesso = DateTime.Now; @@ -107,9 +108,9 @@ namespace GMW.WebUserControls logger.lg.scriviLog(string.Format("Errore recupero particolare UDC Controllo Liquidi {0}", udcReq), tipoLog.EXCEPTION); } // stampo - MagClass.magazzino.stampaUdc(udcReq, postazione_printer, cart, Request.UserHostName); + MagClass.magazzino.stampaUdc(udcReq, Postazione.printer, cart, Request.UserHostName); // registro azione - MagClass.magazzino.taSAO.insertQuery(adesso, MagClass.magazzino.CodSoggCurrUser, postazione_name, postazione_IP, udcReq, particolare, "stampaUDC", "Ri-Stampato UDC F18"); + MagClass.magazzino.taSAO.insertQuery(adesso, MagClass.magazzino.CodSoggCurrUser, Postazione.name, Postazione.IP, udcReq, particolare, "stampaUDC", "Ri-Stampato UDC F18"); } /// /// udc da stampare @@ -135,19 +136,23 @@ namespace GMW.WebUserControls private void traduciObj() { // labels +#if false lblPostazione.Text = string.Format("{2}: {0} ({1})", postazione_name, postazione_IP, traduci("postazione")); - lblPrinter.Text = string.Format("{1}: {0}", postazione_printer, traduci("stampante")); + lblPrinter.Text = string.Format("{1}: {0}", postazione_printer, traduci("stampante")); + lblCurrentPage.Text = traduci(PagCorrente); +#endif lblUDC.Text = traduci("lblUDC"); lblQta.Text = traduci("lblQuantita"); lblNote.Text = traduci("lblNote"); - lblCurrentPage.Text = traduci(PagCorrente); //txtBox txtQta.Text = memLayer.ML.confReadString("QtaImballoLiquidiDaSpedire"); // buttons btnStampa.Text = traduci("btnStampa"); btnEmptyNote.Text = traduci("btnEmptyNote"); +#if false // fix storico - fixStorico(); + fixStorico(); +#endif } /// /// restituisce il nome della pagina corrente @@ -177,6 +182,7 @@ namespace GMW.WebUserControls { return user_std.UtSn.Traduci(lemma.ToString()); } +#if false /// /// calcola postazione corrente (ip, name, printer) /// @@ -203,7 +209,7 @@ namespace GMW.WebUserControls { } // mostro warning se postazione non configurata... lblWarning.Visible = (postazione_printer == "n.d."); - } + } /// /// indica name della postazione corrente /// @@ -246,6 +252,7 @@ namespace GMW.WebUserControls memLayer.ML.setSessionVal("postazione_printer", value); } } +#endif /// /// indica il codice articolo correntemente selezionato /// @@ -367,7 +374,7 @@ namespace GMW.WebUserControls { if (barcodeIn != "") { - lblMessaggi.Text = string.Format("Barcode digitato: {0}", barcodeIn); + Postazione.messaggiText = string.Format("Barcode digitato: {0}", barcodeIn); switch (tipoBCode) { case tipoCodiceBarcode.Particolare: @@ -377,13 +384,13 @@ namespace GMW.WebUserControls if (DataProxy.obj.taAnagParticolari.getByParticolare(currParticolare).Rows.Count == 0) { currParticolare = ""; - lblMessaggi.Text += " - codice particolare non valido / non trovato in RILPRO."; - pnlAll.CssClass = "stileComandoKo"; + Postazione.messaggiText += " - codice particolare non valido / non trovato in RILPRO."; + Postazione.CssClass = "stileComandoKo"; } else { - lblMessaggi.Text += " - impostato particolare!"; - pnlAll.CssClass = "stileComandoOk"; + Postazione.messaggiText += " - impostato particolare!"; + Postazione.CssClass = "stileComandoOk"; } // default: qta a zero decimal qtaPart = 0; @@ -415,12 +422,12 @@ namespace GMW.WebUserControls if (DataProxy.obj.taAnagParticolari.getByParticolare(currParticolare).Rows.Count == 0) { currParticolare = ""; - lblMessaggi.Text += " - codice particolare da UDC non valido / non trovato in RILPRO."; + Postazione.messaggiText += " - codice particolare da UDC non valido / non trovato in RILPRO."; pnlAll.CssClass = "stileComandoKo"; } else { - lblMessaggi.Text += " - impostato particolare!"; + Postazione.messaggiText += " - impostato particolare!"; pnlAll.CssClass = "stileComandoOk"; } #endif @@ -429,16 +436,16 @@ namespace GMW.WebUserControls break; default: - lblMessaggi.Text += " - codice non riconosciuto!"; - pnlAll.CssClass = "stileComandoND"; + Postazione.messaggiText += " - codice non riconosciuto!"; + Postazione.CssClass = "stileComandoND"; break; } barcodeIn = ""; } else { - lblMessaggi.Text = traduci("AttesaBCode"); - pnlAll.CssClass = "stileAttesa"; + Postazione.messaggiText = traduci("AttesaBCode"); + Postazione.CssClass = "stileAttesa"; } //grView.DataBind(); txtBarcode.Focus(); @@ -497,7 +504,9 @@ namespace GMW.WebUserControls // controllo esista UDC.. checkUdc4elenco(valore); } - fixStorico(); +#if false + fixStorico(); +#endif doChecks(); } /// @@ -582,10 +591,12 @@ namespace GMW.WebUserControls /// protected void btnStampa_Click(object sender, EventArgs e) { +#if false // calcolo postazione - calcolaPostazione(); + calcolaPostazione(); +#endif // verifico postazione x procedere... - if (postazione_printer != "n.d.") + if (Postazione.printer != "n.d.") { string newUdcChild = ""; int qta = memLayer.ML.confReadInt("QtaImballoLiquidiDaSpedire"); @@ -616,7 +627,7 @@ namespace GMW.WebUserControls // creo nuovo UDC del trattamento liquidi newUdcChild = MagClass.magazzino.creaUdc(flusso, "", currParticolare, "", "", "", "", "", 0, memLayer.ML.confReadString("CodImballoLiquidiDaSpedire"), "U", codSogg, qta, 0, 0, adesso, 0, statoUDC, memLayer.ML.confReadInt("IdxPosizioneLiquidi"), "IdxPosizioneLiquidi", memLayer.ML.confReadString("nuovoUdcLiquidiF18"), noteTrim, "", adesso.Year, Request.UserHostName); // registro creazione nuovo UDC - MagClass.magazzino.taSAO.insertQuery(adesso, codSogg, postazione_name, postazione_IP, newUdcChild, particolare, "creaUDC", string.Format("Creato nuovo UDC Liquidi F18 - qta:{0} {1}", qta, noteTrim)); + MagClass.magazzino.taSAO.insertQuery(adesso, codSogg, Postazione.name, Postazione.IP, newUdcChild, particolare, "creaUDC", string.Format("Creato nuovo UDC Liquidi F18 - qta:{0} {1}", qta, noteTrim)); } catch (Exception exc) { @@ -632,12 +643,12 @@ namespace GMW.WebUserControls MagClass.magazzino.associaUdcParent(newUdcChild, kvp.Key); } // ora stampo il nuovo cartellino!!! - MagClass.magazzino.stampaUdc(newUdcChild, postazione_printer, tipoCartellino.cartLiquidiF18, Request.UserHostName); + MagClass.magazzino.stampaUdc(newUdcChild, Postazione.printer, tipoCartellino.cartLiquidiF18, Request.UserHostName); // incremento timing... adesso = DateTime.Now; adesso = adesso.AddSeconds(1); // registro stampa nuovo UDC - MagClass.magazzino.taSAO.insertQuery(adesso, codSogg, postazione_name, postazione_IP, newUdcChild, particolare, "stampaUDC", "Stampato UDC Liquidi F18"); + MagClass.magazzino.taSAO.insertQuery(adesso, codSogg, Postazione.name, Postazione.IP, newUdcChild, particolare, "stampaUDC", "Stampato UDC Liquidi F18"); } } else @@ -645,7 +656,9 @@ namespace GMW.WebUserControls httpLog(string.Format("Errore persi utente/particolare, ricarico!"), tipoLog.ERROR); Response.Redirect("~/login.aspx"); } - mod_storicoAzioniOperatore1.doUpdate(); +#if false + mod_storicoAzioniOperatore1.doUpdate(); +#endif } else { @@ -697,6 +710,7 @@ namespace GMW.WebUserControls { txtNote.Text = ""; } +#if false /// /// toggle controllo storico /// @@ -711,7 +725,7 @@ namespace GMW.WebUserControls { btnShowHideStorico.Text = traduci("btnShowStorico"); } - } + } /// /// imposto visibilità pannelo storico /// @@ -736,5 +750,6 @@ namespace GMW.WebUserControls storicoVisibile = !storicoVisibile; fixStorico(); } +#endif } } \ No newline at end of file diff --git a/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx.designer.cs b/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx.designer.cs index d7cdec9a..052fd8e9 100644 --- a/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx.designer.cs +++ b/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx.designer.cs @@ -13,130 +13,13 @@ namespace GMW.WebUserControls { public partial class mod_sanpos_creazioneF18 { /// - /// pnlAll control. + /// divNumTratt control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.Panel pnlAll; - - /// - /// lblPostazione control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblPostazione; - - /// - /// btnRefresh control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btnRefresh; - - /// - /// btnShowHideStorico control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btnShowHideStorico; - - /// - /// lblPrinter control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblPrinter; - - /// - /// lblCurrentPage control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblCurrentPage; - - /// - /// hlMenu control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.HyperLink hlMenu; - - /// - /// pnlSAO control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Panel pnlSAO; - - /// - /// mod_storicoAzioniOperatore1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::GMW.WebUserControls.mod_storicoAzioniOperatore mod_storicoAzioniOperatore1; - - /// - /// lblParticolareAttivo control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblParticolareAttivo; - - /// - /// lblDescrAttivo control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblDescrAttivo; - - /// - /// lblDisegno control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblDisegno; - - /// - /// lblMessaggi control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblMessaggi; - - /// - /// lblWarning control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblWarning; + protected global::System.Web.UI.HtmlControls.HtmlGenericControl divNumTratt; /// /// lblUDC control. @@ -202,31 +85,31 @@ namespace GMW.WebUserControls { protected global::System.Web.UI.WebControls.Button btnSvuota; /// - /// lblQta control. + /// lblParticolareAttivo control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.Label lblQta; + protected global::System.Web.UI.WebControls.Label lblParticolareAttivo; /// - /// txtQta control. + /// lblDescrAttivo control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.TextBox txtQta; + protected global::System.Web.UI.WebControls.Label lblDescrAttivo; /// - /// btnStampa control. + /// lblDisegno control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.Button btnStampa; + protected global::System.Web.UI.WebControls.Label lblDisegno; /// /// lblBarcode control. @@ -246,15 +129,6 @@ namespace GMW.WebUserControls { /// protected global::System.Web.UI.WebControls.TextBox txtBarcode; - /// - /// aceParticolare control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::AjaxControlToolkit.AutoCompleteExtender aceParticolare; - /// /// lblNote control. /// @@ -281,5 +155,32 @@ namespace GMW.WebUserControls { /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.Button btnEmptyNote; + + /// + /// lblQta control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblQta; + + /// + /// txtQta control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.TextBox txtQta; + + /// + /// btnStampa control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btnStampa; } } diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll index 91bc47a2..15136590 100644 Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ diff --git a/GMW/bin/VersGen.dll b/GMW/bin/VersGen.dll index e072357a..62bcda9d 100644 Binary files a/GMW/bin/VersGen.dll and b/GMW/bin/VersGen.dll differ diff --git a/GMW/sanpos_creazioneF18.aspx b/GMW/sanpos_creazioneF18.aspx index 980d7136..0ddca9e5 100644 --- a/GMW/sanpos_creazioneF18.aspx +++ b/GMW/sanpos_creazioneF18.aspx @@ -1,5 +1,37 @@ -<%@ Page Title="Creazioen F18" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="sanpos_creazioneF18.aspx.cs" Inherits="GMW.sanpos_creazioneF18" %> -<%@ Register src="WebUserControls/mod_sanpos_creazioneF18.ascx" tagname="mod_sanpos_creazioneF18" tagprefix="uc1" %> - - +<%@ Page Title="Creazioen F18" Language="C#" MasterPageFile="~/FullPage.Master" AutoEventWireup="true" CodeBehind="sanpos_creazioneF18.aspx.cs" Inherits="GMW.sanpos_creazioneF18" %> +<%@ Register Src="WebUserControls/mod_selLineaNtDt.ascx" TagName="mod_selLineaNtDt" TagPrefix="uc1" %> +<%@ Register Src="WebUserControls/mod_storicoAzioniOperatore.ascx" TagName="mod_storicoAzioniOperatore" TagPrefix="uc2" %> +<%@ Register Src="WebUserControls/mod_sanpos_creazioneF18.ascx" TagName="mod_sanpos_creazioneF18" TagPrefix="uc3" %> + + + + + + + +
+ +
+
+ +
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+
+
diff --git a/GMW/sanpos_creazioneF18.aspx.cs b/GMW/sanpos_creazioneF18.aspx.cs index d8b2499c..f1ae405a 100644 --- a/GMW/sanpos_creazioneF18.aspx.cs +++ b/GMW/sanpos_creazioneF18.aspx.cs @@ -4,6 +4,8 @@ using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; +using SteamWare; +using GMW_data; namespace GMW { @@ -13,6 +15,111 @@ namespace GMW { // pulisco dir temp dai file dei cartellini stampati reportPrinter.obj.pulisciDir(); + + if (!Page.IsPostBack) + { + updatePrinterPostazione(); + // fix css... + Postazione.CssClass = "stileAttesa"; + // imposto pos abilitata x cancellazione + mod_storicoAzioniOperatore1.IdxPosizione2del = memLayer.ML.confReadInt("IdxPosizioneLiquidi"); + } + + // update vari... + doUpdate(); + mod_storicoAzioniOperatore1.eh_stampa += new EventHandler(mod_storicoAzioniOperatore1_eh_stampa); + mod_selLineaNtDt1.eh_lineSelected += mod_selLineaNtDt1_eh_doRefresh; + mod_selLineaNtDt1.eh_showHideStorico += mod_selLineaNtDt1_eh_showHideStorico; + } + /// + /// Handles the showHideStorico event of the mod_selLineaNtDt1_eh control. + /// + /// The source of the event. + /// The instance containing the event data. + private void mod_selLineaNtDt1_eh_showHideStorico(object sender, EventArgs e) + { + fixStorico(); + } + /// + /// Handles the doRefresh event of the mod_selLineaNtDt1_eh control. + /// + /// The source of the event. + /// The instance containing the event data. + private void mod_selLineaNtDt1_eh_doRefresh(object sender, EventArgs e) + { + doUpdate(); + } + /// + /// richiesta update del controllo SAO + /// + /// + /// + void mod_PostRX_DT1_eh_reqUpdate(object sender, EventArgs e) + { + doUpdate(); + } + /// + /// aggiorna messaggi e css + /// + private void updateMessCss() + { + lblWarning.Text = Postazione.warningText; + lblMessaggi.Text = Postazione.messaggiText; + pnlAll.CssClass = Postazione.CssClass; + } + /// + /// richiesta (ri)stampa UDC + /// + /// + /// + void mod_storicoAzioniOperatore1_eh_stampa(object sender, EventArgs e) + { + mod_sanpos_creazioneF181.ristampa(); + } + /// + /// sistemo visualizzazione pannelli + /// + private void fixPanels() + { + fixStorico(); + } + /// + /// wrapper traduzione + /// + /// + /// + public string traduci(object lemma) + { + return user_std.UtSn.Traduci(lemma.ToString()); + } + /// + /// toggle controllo storico + /// + private void fixStorico() + { + pnlSAO.Visible = Postazione.showStorico; + } + /// + /// update generale controlli + /// + private void doUpdate() + { + updateMessCss(); + fixPanels(); + mod_storicoAzioniOperatore1.doUpdate(); + } + /// + /// calcola postazione corrente (ip, name, printer) + /// + private void updatePrinterPostazione() + { + Postazione.IP = Request.UserHostName; + Postazione.setupPrinter(); + // mostro warning se postazione non configurata... + if (Postazione.printer == "n.d.") + { + lblWarning.Text = traduci("lblWarnPostNonConf"); + } } } } diff --git a/GMW/sanpos_creazioneF18.aspx.designer.cs b/GMW/sanpos_creazioneF18.aspx.designer.cs index 4d0f3c45..96465ed0 100644 --- a/GMW/sanpos_creazioneF18.aspx.designer.cs +++ b/GMW/sanpos_creazioneF18.aspx.designer.cs @@ -12,6 +12,60 @@ namespace GMW { public partial class sanpos_creazioneF18 { + /// + /// mod_selLineaNtDt1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::GMW.WebUserControls.mod_selLineaNtDt mod_selLineaNtDt1; + + /// + /// pnlAll control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Panel pnlAll; + + /// + /// pnlSAO control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Panel pnlSAO; + + /// + /// mod_storicoAzioniOperatore1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::GMW.WebUserControls.mod_storicoAzioniOperatore mod_storicoAzioniOperatore1; + + /// + /// lblMessaggi control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblMessaggi; + + /// + /// lblWarning control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblWarning; + /// /// mod_sanpos_creazioneF181 control. /// diff --git a/VersGen/GMW.cs b/VersGen/GMW.cs index 463e7bc6..2c509997 100644 --- a/VersGen/GMW.cs +++ b/VersGen/GMW.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("2.5.670.1572")] -[assembly: AssemblyFileVersion("2.5.670.1572")] +[assembly: AssemblyVersion("2.5.671.1572")] +[assembly: AssemblyFileVersion("2.5.671.1572")] [assembly: AssemblyCopyright("Steamware © 2007-2014")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/GMW.tt b/VersGen/GMW.tt index 9212e8fc..ce2a1a5f 100644 --- a/VersGen/GMW.tt +++ b/VersGen/GMW.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("2.5.670.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("2.5.670.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("2.5.671.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("2.5.671.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+