Inizio inserimento modulo TAGS x poter assegnare..

This commit is contained in:
Samuele E. Locatelli
2019-10-10 18:16:46 +02:00
parent 08170e87e1
commit ccb91c5e77
6 changed files with 60 additions and 0 deletions
+8
View File
@@ -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>
+8
View File
@@ -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
View File
@@ -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 {
}
}
+3
View File
@@ -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" />
+9
View File
@@ -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>