From 573ca4b24e311d2541bfe00efeecafc5b7530714 Mon Sep 17 00:00:00 2001 From: samuele Date: Wed, 7 Dec 2011 16:35:00 +0000 Subject: [PATCH] aggiunto componente (da popolare ) x travaso contenitori git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@391 365432ac-a1b5-4ffd-bb28-6d3099d32164 --- GMW/GMW/GMW.csproj | 16 ++++++++++++++++ .../mod_travasaContenitori.ascx | 1 + .../mod_travasaContenitori.ascx.cs | 17 +++++++++++++++++ .../mod_travasaContenitori.ascx.designer.cs | 18 ++++++++++++++++++ GMW/GMW/travasaContenitori.aspx | 3 +++ GMW/GMW/travasaContenitori.aspx.cs | 17 +++++++++++++++++ GMW/GMW/travasaContenitori.aspx.designer.cs | 18 ++++++++++++++++++ 7 files changed, 90 insertions(+) create mode 100644 GMW/GMW/WebUserControls/mod_travasaContenitori.ascx create mode 100644 GMW/GMW/WebUserControls/mod_travasaContenitori.ascx.cs create mode 100644 GMW/GMW/WebUserControls/mod_travasaContenitori.ascx.designer.cs create mode 100644 GMW/GMW/travasaContenitori.aspx create mode 100644 GMW/GMW/travasaContenitori.aspx.cs create mode 100644 GMW/GMW/travasaContenitori.aspx.designer.cs diff --git a/GMW/GMW/GMW.csproj b/GMW/GMW/GMW.csproj index 2eabe1f9..bd87a514 100644 --- a/GMW/GMW/GMW.csproj +++ b/GMW/GMW/GMW.csproj @@ -204,6 +204,13 @@ StatoMag.aspx + + travasaContenitori.aspx + ASPXCodeBehind + + + travasaContenitori.aspx + unauthorized.aspx ASPXCodeBehind @@ -694,6 +701,13 @@ mod_tipoCella.ascx + + mod_travasaContenitori.ascx + ASPXCodeBehind + + + mod_travasaContenitori.ascx + mod_UdcCella.ascx ASPXCodeBehind @@ -956,6 +970,7 @@ + @@ -1030,6 +1045,7 @@ + diff --git a/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx b/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx new file mode 100644 index 00000000..9db86a70 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx @@ -0,0 +1 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_travasaContenitori.ascx.cs" Inherits="GMW.WebUserControls.mod_travasaContenitori" %> diff --git a/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx.cs b/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx.cs new file mode 100644 index 00000000..df81dccc --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx.cs @@ -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) + { + + } + } +} \ No newline at end of file diff --git a/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx.designer.cs new file mode 100644 index 00000000..f6415ec0 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx.designer.cs @@ -0,0 +1,18 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +namespace GMW.WebUserControls +{ + + + public partial class mod_travasaContenitori + { + } +} diff --git a/GMW/GMW/travasaContenitori.aspx b/GMW/GMW/travasaContenitori.aspx new file mode 100644 index 00000000..dc44edcd --- /dev/null +++ b/GMW/GMW/travasaContenitori.aspx @@ -0,0 +1,3 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxTitle.master" AutoEventWireup="true" CodeBehind="travasaContenitori.aspx.cs" Inherits="GMW.travasaContenitori" %> + + diff --git a/GMW/GMW/travasaContenitori.aspx.cs b/GMW/GMW/travasaContenitori.aspx.cs new file mode 100644 index 00000000..5539cdce --- /dev/null +++ b/GMW/GMW/travasaContenitori.aspx.cs @@ -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) + { + + } + } +} diff --git a/GMW/GMW/travasaContenitori.aspx.designer.cs b/GMW/GMW/travasaContenitori.aspx.designer.cs new file mode 100644 index 00000000..4ccd71c4 --- /dev/null +++ b/GMW/GMW/travasaContenitori.aspx.designer.cs @@ -0,0 +1,18 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +namespace GMW +{ + + + public partial class travasaContenitori + { + } +}