Inizio inserimento modulo TAGS x poter assegnare..
This commit is contained in:
@@ -352,6 +352,7 @@
|
||||
<Content Include="WebUserControls\mod_periodo.ascx" />
|
||||
<Content Include="WebUserControls\mod_postazioni.ascx" />
|
||||
<Content Include="WebUserControls\mod_postMulti.ascx" />
|
||||
<Content Include="WebUserControls\mod_selTag.ascx" />
|
||||
<Content Include="WebUserControls\mod_selTask.ascx" />
|
||||
<Content Include="WebUserControls\mod_task2post.ascx" />
|
||||
<Content Include="WebUserControls\mod_taskList.ascx" />
|
||||
@@ -729,6 +730,13 @@
|
||||
<Compile Include="WebUserControls\mod_postMulti.ascx.designer.cs">
|
||||
<DependentUpon>mod_postMulti.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_selTag.ascx.cs">
|
||||
<DependentUpon>mod_selTag.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_selTag.ascx.designer.cs">
|
||||
<DependentUpon>mod_selTag.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_selTask.ascx.cs">
|
||||
<DependentUpon>mod_selTask.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_selTag.ascx.cs" Inherits="C_TRACK.WebUserControls.mod_selTag" %>
|
||||
|
||||
<div class="row">
|
||||
<div class="col text-center">
|
||||
<h3>Selezione TAGS</h3>
|
||||
OPZIONALE, da config, se indicato permette di scegleire TRA I TAG assocaiti al NumTask 1 SOLO,e POI lo tiene in memoria x poterlo inserire come registrazione...
|
||||
</div>
|
||||
</div>
|
||||
@@ -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 C_TRACK.WebUserControls
|
||||
{
|
||||
public partial class mod_selTag : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace C_TRACK.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_selTag {
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,8 @@
|
||||
<%@ Register Src="~/WebUserControls/mod_faseCurr.ascx" TagPrefix="uc1" TagName="mod_faseCurr" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_selTask.ascx" TagPrefix="uc1" TagName="mod_selTask" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_postMulti.ascx" TagPrefix="uc1" TagName="mod_postMulti" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_selTag.ascx" TagPrefix="uc1" TagName="mod_selTag" %>
|
||||
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="body" runat="Server">
|
||||
<div class="card">
|
||||
@@ -22,6 +24,7 @@
|
||||
<uc1:mod_checkOpr runat="server" ID="mod_checkOpr" />
|
||||
<uc1:mod_checkPost runat="server" ID="mod_checkPost" />
|
||||
<uc1:mod_selTask runat="server" ID="mod_selTask" />
|
||||
<uc1:mod_selTag runat="server" id="mod_selTag" />
|
||||
<uc1:mod_barcode ID="mod_barcode1" runat="server" />
|
||||
<uc1:mod_faseCurr runat="server" ID="mod_faseCurr" />
|
||||
<uc2:mod_btnComandi ID="mod_btnComandi1" runat="server" />
|
||||
|
||||
Generated
+9
@@ -66,6 +66,15 @@ namespace C_TRACK {
|
||||
/// </remarks>
|
||||
protected global::C_TRACK.WebUserControls.mod_selTask mod_selTask;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_selTag.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::C_TRACK.WebUserControls.mod_selTag mod_selTag;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_barcode1.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user