Aggiunto segnaposto x nuova funzione gestioen anagrafica celle dei magazzini

git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@44 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
samuele
2010-05-12 16:26:37 +00:00
parent 0740f3d8ec
commit cfd307e56b
9 changed files with 99 additions and 0 deletions
+16
View File
@@ -71,6 +71,13 @@
<Content Include="WS\bilance.asmx" />
</ItemGroup>
<ItemGroup>
<Compile Include="anagCelle.aspx.cs">
<DependentUpon>anagCelle.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="anagCelle.aspx.designer.cs">
<DependentUpon>anagCelle.aspx</DependentUpon>
</Compile>
<Compile Include="anagMagazzini.aspx.cs">
<DependentUpon>anagMagazzini.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -175,6 +182,13 @@
<Compile Include="WebMasterPages\MasterAjax.master.designer.cs">
<DependentUpon>MasterAjax.master</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_anagCelle.ascx.cs">
<DependentUpon>mod_anagCelle.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\mod_anagCelle.ascx.designer.cs">
<DependentUpon>mod_anagCelle.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_anagMagazzini.ascx.cs">
<DependentUpon>mod_anagMagazzini.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -297,6 +311,7 @@
<EmbeddedResource Include="Reports\CartellinoCompleto.rdlc" />
</ItemGroup>
<ItemGroup>
<Content Include="anagCelle.aspx" />
<Content Include="anagMagazzini.aspx" />
<Content Include="Default.aspx" />
<Content Include="images\apply.png" />
@@ -422,6 +437,7 @@
<Content Include="WebMasterPages\AjaxSimpleUpload.master" />
<Content Include="WebMasterPages\AjaxTitle.master" />
<Content Include="WebMasterPages\MasterAjax.master" />
<Content Include="WebUserControls\mod_anagCelle.ascx" />
<Content Include="WebUserControls\mod_anagMagazzini.ascx" />
<Content Include="WebUserControls\mod_chLang.ascx" />
<Content Include="WebUserControls\mod_lemmiVocab.ascx" />
@@ -0,0 +1 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_anagCelle.ascx.cs" Inherits="GMW.WebUserControls.mod_anagCelle" %>
@@ -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_anagCelle : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+18
View File
@@ -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_anagCelle
{
}
}
+5
View File
@@ -0,0 +1,5 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSearch.master" AutoEventWireup="true" CodeBehind="anagCelle.aspx.cs" Inherits="GMW.anagCelle" %>
<%@ Register src="WebUserControls/mod_anagCelle.ascx" tagname="mod_anagCelle" tagprefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<uc1:mod_anagCelle ID="mod_anagCelle1" runat="server" />
</asp:Content>
+17
View File
@@ -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 anagCelle : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+25
View File
@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace GMW {
public partial class anagCelle {
/// <summary>
/// mod_anagCelle1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::GMW.WebUserControls.mod_anagCelle mod_anagCelle1;
}
}
Binary file not shown.
Binary file not shown.