completo fix grafico mappastato

This commit is contained in:
Samuele E. Locatelli
2017-02-16 08:09:37 +01:00
parent 1b782f5b30
commit 41a15eea78
5 changed files with 16 additions and 1 deletions
Binary file not shown.
Binary file not shown.
@@ -59,3 +59,8 @@
Text="errore com (101)" />
</div>
</asp:Panel>
<div runat="server" id="divSegnaposto" class="row" style="min-width: 12em; min-height: 12em; width:100%;">
<div class="col-xs-12">
&nbsp;
</div>
</div>
@@ -339,10 +339,11 @@ namespace MoonPro.WebUserControls
valMacchina.Enabled = false;
}
//logger.lg.scriviLog(string.Format("Retrieve: {0}", DateTime.Now.Subtract(tick).Milliseconds), tipoLog.INFO);
divSegnaposto.Visible = false;
}
else
{
divWarn.Visible = false;
pnlMacchina.Visible = false;
}
}
/// <summary>
@@ -164,5 +164,14 @@ namespace MoonPro.WebUserControls {
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HyperLink hlComWarning;
/// <summary>
/// divSegnaposto control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divSegnaposto;
}
}