aggiunto componente (da popolare ) x travaso contenitori
git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@391 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
@@ -204,6 +204,13 @@
|
||||
<Compile Include="StatoMag.aspx.designer.cs">
|
||||
<DependentUpon>StatoMag.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="travasaContenitori.aspx.cs">
|
||||
<DependentUpon>travasaContenitori.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="travasaContenitori.aspx.designer.cs">
|
||||
<DependentUpon>travasaContenitori.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="unauthorized.aspx.cs">
|
||||
<DependentUpon>unauthorized.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
@@ -694,6 +701,13 @@
|
||||
<Compile Include="WebUserControls\mod_tipoCella.ascx.designer.cs">
|
||||
<DependentUpon>mod_tipoCella.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_travasaContenitori.ascx.cs">
|
||||
<DependentUpon>mod_travasaContenitori.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_travasaContenitori.ascx.designer.cs">
|
||||
<DependentUpon>mod_travasaContenitori.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_UdcCella.ascx.cs">
|
||||
<DependentUpon>mod_UdcCella.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
@@ -956,6 +970,7 @@
|
||||
<Content Include="mazzAppSettingsSP.config" />
|
||||
<Content Include="mazzConnectionStringsSP.config" />
|
||||
<Content Include="sanpos_controlloLiquidi.aspx" />
|
||||
<Content Include="travasaContenitori.aspx" />
|
||||
<Content Include="WebMasterPages\AjaxSimpleFull.Master" />
|
||||
<Content Include="chLang.aspx" />
|
||||
<Content Include="ElencoListePrelievo.aspx" />
|
||||
@@ -1030,6 +1045,7 @@
|
||||
<Content Include="WebUserControls\mod_sanpos_controlloLiquidi.ascx" />
|
||||
<Content Include="WebUserControls\mod_spostaDataMatrix.ascx" />
|
||||
<Content Include="WebUserControls\mod_statoMagLogico.ascx" />
|
||||
<Content Include="WebUserControls\mod_travasaContenitori.ascx" />
|
||||
<Content Include="WebUserControls\mod_UdcCella.ascx" />
|
||||
<Content Include="WebUserControls\mod_unauthorized.ascx" />
|
||||
<Content Include="WebUserControls\mod_viewOdette.ascx" />
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_travasaContenitori.ascx.cs" Inherits="GMW.WebUserControls.mod_travasaContenitori" %>
|
||||
@@ -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 GMW.WebUserControls
|
||||
{
|
||||
public partial class mod_travasaContenitori : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.42
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace GMW.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class mod_travasaContenitori
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxTitle.master" AutoEventWireup="true" CodeBehind="travasaContenitori.aspx.cs" Inherits="GMW.travasaContenitori" %>
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
</asp:Content>
|
||||
@@ -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 GMW
|
||||
{
|
||||
public partial class travasaContenitori : System.Web.UI.Page
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.42
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace GMW
|
||||
{
|
||||
|
||||
|
||||
public partial class travasaContenitori
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user