inizio vers 637

- gestione attributi Dtx
- nuova tab e metodi
- n ove pagine
- novo modulo (unico) x gestione registrazioen attributi (e operazioni conseguenti)
This commit is contained in:
Samuele Locatelli
2014-03-25 11:49:58 +01:00
parent daee112904
commit fbcbbca17f
22 changed files with 1356 additions and 21 deletions
+7
View File
@@ -0,0 +1,7 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" CodeBehind="DtxExtraCiclo.aspx.cs" Inherits="GMW.DtxExtraCiclo" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" 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 DtxExtraCiclo : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+17
View File
@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace GMW
{
public partial class DtxExtraCiclo
{
}
}
+11
View File
@@ -0,0 +1,11 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" CodeBehind="DtxProveDim.aspx.cs" Inherits="GMW.DtxProveDim" %>
<%@ Register src="WebUserControls/mod_recAttributiDtx.ascx" tagname="mod_recAttributiDtx" tagprefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server">
<uc1:mod_recAttributiDtx ID="mod_recAttributiDtx1" runat="server" tipologia="tipoAttrDtx.ProveDimensionali" />
</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 DtxProveDim : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+24
View File
@@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace GMW {
public partial class DtxProveDim {
/// <summary>
/// mod_recAttributiDtx1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::GMW.WebUserControls.mod_recAttributiDtx mod_recAttributiDtx1;
}
}
+7
View File
@@ -0,0 +1,7 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" CodeBehind="DtxProveDistr.aspx.cs" Inherits="GMW.DtxProveDistr" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" 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 DtxProveDistr : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+17
View File
@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace GMW
{
public partial class DtxProveDistr
{
}
}
+32
View File
@@ -313,6 +313,9 @@
<Content Include="Content\themes\base\minified\jquery.ui.tabs.min.css" />
<Content Include="Content\themes\base\minified\jquery.ui.theme.min.css" />
<Content Include="Content\themes\base\minified\jquery.ui.tooltip.min.css" />
<Content Include="DtxExtraCiclo.aspx" />
<Content Include="DtxProveDim.aspx" />
<Content Include="DtxProveDistr.aspx" />
<Content Include="ErrorCodes.aspx" />
<Content Include="ExportExcel_SAO.aspx" />
<Content Include="favicon.ico" />
@@ -418,6 +421,7 @@
<Content Include="WebUserControls\mod_PostTT.ascx" />
<Content Include="WebUserControls\mod_PostTT_Pre_DT.ascx" />
<Content Include="WebUserControls\mod_PostTT_Pre_NT.ascx" />
<Content Include="WebUserControls\mod_recAttributiDtx.ascx" />
<Content Include="WebUserControls\mod_selLineaNtDt.ascx" />
<Content Include="WebUserControls\mod_selPeriodo.ascx" />
<Content Include="WS\DataFeed.asmx" />
@@ -547,6 +551,27 @@
<Compile Include="DettaglioBlocco.aspx.designer.cs">
<DependentUpon>DettaglioBlocco.aspx</DependentUpon>
</Compile>
<Compile Include="DtxExtraCiclo.aspx.cs">
<DependentUpon>DtxExtraCiclo.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="DtxExtraCiclo.aspx.designer.cs">
<DependentUpon>DtxExtraCiclo.aspx</DependentUpon>
</Compile>
<Compile Include="DtxProveDim.aspx.cs">
<DependentUpon>DtxProveDim.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="DtxProveDim.aspx.designer.cs">
<DependentUpon>DtxProveDim.aspx</DependentUpon>
</Compile>
<Compile Include="DtxProveDistr.aspx.cs">
<DependentUpon>DtxProveDistr.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="DtxProveDistr.aspx.designer.cs">
<DependentUpon>DtxProveDistr.aspx</DependentUpon>
</Compile>
<Compile Include="ElencoListePrelievo.aspx.cs">
<DependentUpon>ElencoListePrelievo.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -1384,6 +1409,13 @@
<Compile Include="WebUserControls\mod_PostTT_Pre_NT.ascx.designer.cs">
<DependentUpon>mod_PostTT_Pre_NT.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_recAttributiDtx.ascx.cs">
<DependentUpon>mod_recAttributiDtx.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\mod_recAttributiDtx.ascx.designer.cs">
<DependentUpon>mod_recAttributiDtx.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_ricercaGenerica.ascx.cs">
<DependentUpon>mod_ricercaGenerica.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -0,0 +1 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_recAttributiDtx.ascx.cs" Inherits="GMW.WebUserControls.mod_recAttributiDtx" %>
@@ -0,0 +1,39 @@
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_recAttributiDtx : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
/// <summary>
/// tipologia di attributo registrato con DataMatrix
/// </summary>
public tipoAttrDtx tipologia { get; set; }
}
}
/// <summary>
/// TIpologia attributi legati a DTX ammessi/Gestiti
/// </summary>
public enum tipoAttrDtx
{
/// <summary>
/// Gestione ExtraCiclo
/// </summary>
ExtraCiclo,
/// <summary>
/// Gestione prove dimensionali
/// </summary>
ProveDimensionali,
/// <summary>
/// Gestione prove distruttive
/// </summary>
ProveDistruttive
}
+17
View File
@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// 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_recAttributiDtx
{
}
}
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+991
View File
File diff suppressed because it is too large Load Diff
+127 -7
View File
@@ -569,6 +569,86 @@ SELECT DataMatrix, CodStato, UDC, DataOra, CodSoggetto, Particolare FROM Dtx2UDC
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Attr2DtxTableAdapter" GeneratorDataComponentClassName="Attr2DtxTableAdapter" Name="Attr2Dtx" UserDataComponentName="Attr2DtxTableAdapter">
<MainSource>
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dbo.Attr2Dtx" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM [dbo].[Attr2Dtx] WHERE (([idxAttr] = @Original_idxAttr) AND ([DataMatrix] = @Original_DataMatrix) AND ([CodAttr] = @Original_CodAttr) AND ([ValAttr] = @Original_ValAttr) AND ([DateAttr] = @Original_DateAttr) AND ([CodSoggetto] = @Original_CodSoggetto))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_idxAttr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="idxAttr" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DataMatrix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DataMatrix" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodAttr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodAttr" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ValAttr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ValAttr" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DateAttr" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateAttr" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_CodSoggetto" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[Attr2Dtx] ([idxAttr], [DataMatrix], [CodAttr], [ValAttr], [DateAttr], [CodSoggetto]) VALUES (@idxAttr, @DataMatrix, @CodAttr, @ValAttr, @DateAttr, @CodSoggetto);
SELECT idxAttr, DataMatrix, CodAttr, ValAttr, DateAttr, CodSoggetto FROM Attr2Dtx WHERE (idxAttr = @idxAttr)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@idxAttr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="idxAttr" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DataMatrix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DataMatrix" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodAttr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodAttr" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ValAttr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ValAttr" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DateAttr" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateAttr" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CodSoggetto" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT idxAttr, DataMatrix, CodAttr, ValAttr, DateAttr, CodSoggetto FROM dbo.Attr2Dtx</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [dbo].[Attr2Dtx] SET [idxAttr] = @idxAttr, [DataMatrix] = @DataMatrix, [CodAttr] = @CodAttr, [ValAttr] = @ValAttr, [DateAttr] = @DateAttr, [CodSoggetto] = @CodSoggetto WHERE (([idxAttr] = @Original_idxAttr) AND ([DataMatrix] = @Original_DataMatrix) AND ([CodAttr] = @Original_CodAttr) AND ([ValAttr] = @Original_ValAttr) AND ([DateAttr] = @Original_DateAttr) AND ([CodSoggetto] = @Original_CodSoggetto));
SELECT idxAttr, DataMatrix, CodAttr, ValAttr, DateAttr, CodSoggetto FROM Attr2Dtx WHERE (idxAttr = @idxAttr)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@idxAttr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="idxAttr" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DataMatrix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DataMatrix" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodAttr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodAttr" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ValAttr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ValAttr" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DateAttr" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateAttr" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CodSoggetto" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_idxAttr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="idxAttr" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DataMatrix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DataMatrix" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodAttr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodAttr" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ValAttr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ValAttr" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DateAttr" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateAttr" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_CodSoggetto" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="idxAttr" DataSetColumn="idxAttr" />
<Mapping SourceColumn="DataMatrix" DataSetColumn="DataMatrix" />
<Mapping SourceColumn="CodAttr" DataSetColumn="CodAttr" />
<Mapping SourceColumn="ValAttr" DataSetColumn="ValAttr" />
<Mapping SourceColumn="DateAttr" DataSetColumn="DateAttr" />
<Mapping SourceColumn="CodSoggetto" DataSetColumn="CodSoggetto" />
</Mappings>
<Sources>
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dbo.stp_A2D_getByDataMatrix" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByDtx" GetMethodModifier="Public" GetMethodName="getByDtx" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByDtx" UserSourceName="getByDtx">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_A2D_getByDataMatrix</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DataMatrix" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
</Tables>
<Sources />
</DataSource>
@@ -670,7 +750,7 @@ SELECT DataMatrix, CodStato, UDC, DataOra, CodSoggetto, Particolare FROM Dtx2UDC
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stp_verificaDtx" msprop:Generator_TableClassName="stp_verificaDtxDataTable" msprop:Generator_TableVarName="tablestp_verificaDtx" msprop:Generator_RowChangedName="stp_verificaDtxRowChanged" msprop:Generator_TablePropName="stp_verificaDtx" msprop:Generator_RowDeletingName="stp_verificaDtxRowDeleting" msprop:Generator_RowChangingName="stp_verificaDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_verificaDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_verificaDtxRowDeleted" msprop:Generator_RowClassName="stp_verificaDtxRow" msprop:Generator_UserTableName="stp_verificaDtx" msprop:Generator_RowEvArgName="stp_verificaDtxRowChangeEvent">
<xs:element name="stp_verificaDtx" msprop:Generator_TableClassName="stp_verificaDtxDataTable" msprop:Generator_TableVarName="tablestp_verificaDtx" msprop:Generator_TablePropName="stp_verificaDtx" msprop:Generator_RowDeletingName="stp_verificaDtxRowDeleting" msprop:Generator_RowChangingName="stp_verificaDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_verificaDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_verificaDtxRowDeleted" msprop:Generator_UserTableName="stp_verificaDtx" msprop:Generator_RowChangedName="stp_verificaDtxRowChanged" msprop:Generator_RowEvArgName="stp_verificaDtxRowChangeEvent" msprop:Generator_RowClassName="stp_verificaDtxRow">
<xs:complexType>
<xs:sequence>
<xs:element name="StatoDtx" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnStatoDtx" msprop:Generator_ColumnPropNameInRow="StatoDtx" msprop:Generator_ColumnPropNameInTable="StatoDtxColumn" msprop:Generator_UserColumnName="StatoDtx" minOccurs="0">
@@ -683,7 +763,7 @@ SELECT DataMatrix, CodStato, UDC, DataOra, CodSoggetto, Particolare FROM Dtx2UDC
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stp_conteggioDtx" msprop:Generator_TableClassName="stp_conteggioDtxDataTable" msprop:Generator_TableVarName="tablestp_conteggioDtx" msprop:Generator_RowChangedName="stp_conteggioDtxRowChanged" msprop:Generator_TablePropName="stp_conteggioDtx" msprop:Generator_RowDeletingName="stp_conteggioDtxRowDeleting" msprop:Generator_RowChangingName="stp_conteggioDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_conteggioDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_conteggioDtxRowDeleted" msprop:Generator_RowClassName="stp_conteggioDtxRow" msprop:Generator_UserTableName="stp_conteggioDtx" msprop:Generator_RowEvArgName="stp_conteggioDtxRowChangeEvent">
<xs:element name="stp_conteggioDtx" msprop:Generator_TableClassName="stp_conteggioDtxDataTable" msprop:Generator_TableVarName="tablestp_conteggioDtx" msprop:Generator_TablePropName="stp_conteggioDtx" msprop:Generator_RowDeletingName="stp_conteggioDtxRowDeleting" msprop:Generator_RowChangingName="stp_conteggioDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_conteggioDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_conteggioDtxRowDeleted" msprop:Generator_UserTableName="stp_conteggioDtx" msprop:Generator_RowChangedName="stp_conteggioDtxRowChanged" msprop:Generator_RowEvArgName="stp_conteggioDtxRowChangeEvent" msprop:Generator_RowClassName="stp_conteggioDtxRow">
<xs:complexType>
<xs:sequence>
<xs:element name="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn" msprop:Generator_UserColumnName="Particolare" minOccurs="0">
@@ -697,7 +777,7 @@ SELECT DataMatrix, CodStato, UDC, DataOra, CodSoggetto, Particolare FROM Dtx2UDC
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_DtxAcquisiti" msprop:Generator_TableClassName="v_DtxAcquisitiDataTable" msprop:Generator_TableVarName="tablev_DtxAcquisiti" msprop:Generator_RowChangedName="v_DtxAcquisitiRowChanged" msprop:Generator_TablePropName="v_DtxAcquisiti" msprop:Generator_RowDeletingName="v_DtxAcquisitiRowDeleting" msprop:Generator_RowChangingName="v_DtxAcquisitiRowChanging" msprop:Generator_RowEvHandlerName="v_DtxAcquisitiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_DtxAcquisitiRowDeleted" msprop:Generator_RowClassName="v_DtxAcquisitiRow" msprop:Generator_UserTableName="v_DtxAcquisiti" msprop:Generator_RowEvArgName="v_DtxAcquisitiRowChangeEvent">
<xs:element name="v_DtxAcquisiti" msprop:Generator_TableClassName="v_DtxAcquisitiDataTable" msprop:Generator_TableVarName="tablev_DtxAcquisiti" msprop:Generator_TablePropName="v_DtxAcquisiti" msprop:Generator_RowDeletingName="v_DtxAcquisitiRowDeleting" msprop:Generator_RowChangingName="v_DtxAcquisitiRowChanging" msprop:Generator_RowEvHandlerName="v_DtxAcquisitiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_DtxAcquisitiRowDeleted" msprop:Generator_UserTableName="v_DtxAcquisiti" msprop:Generator_RowChangedName="v_DtxAcquisitiRowChanged" msprop:Generator_RowEvArgName="v_DtxAcquisitiRowChangeEvent" msprop:Generator_RowClassName="v_DtxAcquisitiRow">
<xs:complexType>
<xs:sequence>
<xs:element name="DataMatrix" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix">
@@ -732,7 +812,7 @@ SELECT DataMatrix, CodStato, UDC, DataOra, CodSoggetto, Particolare FROM Dtx2UDC
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stp_decodeDtx" msprop:Generator_TableClassName="stp_decodeDtxDataTable" msprop:Generator_TableVarName="tablestp_decodeDtx" msprop:Generator_TablePropName="stp_decodeDtx" msprop:Generator_RowDeletingName="stp_decodeDtxRowDeleting" msprop:Generator_RowChangingName="stp_decodeDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_decodeDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_decodeDtxRowDeleted" msprop:Generator_UserTableName="stp_decodeDtx" msprop:Generator_RowChangedName="stp_decodeDtxRowChanged" msprop:Generator_RowEvArgName="stp_decodeDtxRowChangeEvent" msprop:Generator_RowClassName="stp_decodeDtxRow">
<xs:element name="stp_decodeDtx" msprop:Generator_TableClassName="stp_decodeDtxDataTable" msprop:Generator_TableVarName="tablestp_decodeDtx" msprop:Generator_RowChangedName="stp_decodeDtxRowChanged" msprop:Generator_TablePropName="stp_decodeDtx" msprop:Generator_RowDeletingName="stp_decodeDtxRowDeleting" msprop:Generator_RowChangingName="stp_decodeDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_decodeDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_decodeDtxRowDeleted" msprop:Generator_RowClassName="stp_decodeDtxRow" msprop:Generator_UserTableName="stp_decodeDtx" msprop:Generator_RowEvArgName="stp_decodeDtxRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="PartNumber" msprop:Generator_ColumnVarNameInTable="columnPartNumber" msprop:Generator_ColumnPropNameInRow="PartNumber" msprop:Generator_ColumnPropNameInTable="PartNumberColumn" msprop:Generator_UserColumnName="PartNumber">
@@ -752,7 +832,7 @@ SELECT DataMatrix, CodStato, UDC, DataOra, CodSoggetto, Particolare FROM Dtx2UDC
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stp_getFirstLastDtx" msprop:Generator_TableClassName="stp_getFirstLastDtxDataTable" msprop:Generator_TableVarName="tablestp_getFirstLastDtx" msprop:Generator_TablePropName="stp_getFirstLastDtx" msprop:Generator_RowDeletingName="stp_getFirstLastDtxRowDeleting" msprop:Generator_RowChangingName="stp_getFirstLastDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_getFirstLastDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_getFirstLastDtxRowDeleted" msprop:Generator_UserTableName="stp_getFirstLastDtx" msprop:Generator_RowChangedName="stp_getFirstLastDtxRowChanged" msprop:Generator_RowEvArgName="stp_getFirstLastDtxRowChangeEvent" msprop:Generator_RowClassName="stp_getFirstLastDtxRow">
<xs:element name="stp_getFirstLastDtx" msprop:Generator_TableClassName="stp_getFirstLastDtxDataTable" msprop:Generator_TableVarName="tablestp_getFirstLastDtx" msprop:Generator_RowChangedName="stp_getFirstLastDtxRowChanged" msprop:Generator_TablePropName="stp_getFirstLastDtx" msprop:Generator_RowDeletingName="stp_getFirstLastDtxRowDeleting" msprop:Generator_RowChangingName="stp_getFirstLastDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_getFirstLastDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_getFirstLastDtxRowDeleted" msprop:Generator_RowClassName="stp_getFirstLastDtxRow" msprop:Generator_UserTableName="stp_getFirstLastDtx" msprop:Generator_RowEvArgName="stp_getFirstLastDtxRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="DtxStart" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDtxStart" msprop:Generator_ColumnPropNameInRow="DtxStart" msprop:Generator_ColumnPropNameInTable="DtxStartColumn" msprop:Generator_UserColumnName="DtxStart" minOccurs="0">
@@ -772,7 +852,7 @@ SELECT DataMatrix, CodStato, UDC, DataOra, CodSoggetto, Particolare FROM Dtx2UDC
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Dtx2UDC" msprop:Generator_TableClassName="Dtx2UDCDataTable" msprop:Generator_TableVarName="tableDtx2UDC" msprop:Generator_TablePropName="Dtx2UDC" msprop:Generator_RowDeletingName="Dtx2UDCRowDeleting" msprop:Generator_RowChangingName="Dtx2UDCRowChanging" msprop:Generator_RowEvHandlerName="Dtx2UDCRowChangeEventHandler" msprop:Generator_RowDeletedName="Dtx2UDCRowDeleted" msprop:Generator_UserTableName="Dtx2UDC" msprop:Generator_RowChangedName="Dtx2UDCRowChanged" msprop:Generator_RowEvArgName="Dtx2UDCRowChangeEvent" msprop:Generator_RowClassName="Dtx2UDCRow">
<xs:element name="Dtx2UDC" msprop:Generator_TableClassName="Dtx2UDCDataTable" msprop:Generator_TableVarName="tableDtx2UDC" msprop:Generator_RowChangedName="Dtx2UDCRowChanged" msprop:Generator_TablePropName="Dtx2UDC" msprop:Generator_RowDeletingName="Dtx2UDCRowDeleting" msprop:Generator_RowChangingName="Dtx2UDCRowChanging" msprop:Generator_RowEvHandlerName="Dtx2UDCRowChangeEventHandler" msprop:Generator_RowDeletedName="Dtx2UDCRowDeleted" msprop:Generator_RowClassName="Dtx2UDCRow" msprop:Generator_UserTableName="Dtx2UDC" msprop:Generator_RowEvArgName="Dtx2UDCRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="DataMatrix" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix">
@@ -814,7 +894,7 @@ SELECT DataMatrix, CodStato, UDC, DataOra, CodSoggetto, Particolare FROM Dtx2UDC
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stp_DtxGetAvailFreeAnom" msprop:Generator_TableClassName="stp_DtxGetAvailFreeAnomDataTable" msprop:Generator_TableVarName="tablestp_DtxGetAvailFreeAnom" msprop:Generator_RowChangedName="stp_DtxGetAvailFreeAnomRowChanged" msprop:Generator_TablePropName="stp_DtxGetAvailFreeAnom" msprop:Generator_RowDeletingName="stp_DtxGetAvailFreeAnomRowDeleting" msprop:Generator_RowChangingName="stp_DtxGetAvailFreeAnomRowChanging" msprop:Generator_RowEvHandlerName="stp_DtxGetAvailFreeAnomRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_DtxGetAvailFreeAnomRowDeleted" msprop:Generator_RowClassName="stp_DtxGetAvailFreeAnomRow" msprop:Generator_UserTableName="stp_DtxGetAvailFreeAnom" msprop:Generator_RowEvArgName="stp_DtxGetAvailFreeAnomRowChangeEvent">
<xs:element name="stp_DtxGetAvailFreeAnom" msprop:Generator_TableClassName="stp_DtxGetAvailFreeAnomDataTable" msprop:Generator_TableVarName="tablestp_DtxGetAvailFreeAnom" msprop:Generator_TablePropName="stp_DtxGetAvailFreeAnom" msprop:Generator_RowDeletingName="stp_DtxGetAvailFreeAnomRowDeleting" msprop:Generator_RowChangingName="stp_DtxGetAvailFreeAnomRowChanging" msprop:Generator_RowEvHandlerName="stp_DtxGetAvailFreeAnomRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_DtxGetAvailFreeAnomRowDeleted" msprop:Generator_UserTableName="stp_DtxGetAvailFreeAnom" msprop:Generator_RowChangedName="stp_DtxGetAvailFreeAnomRowChanged" msprop:Generator_RowEvArgName="stp_DtxGetAvailFreeAnomRowChangeEvent" msprop:Generator_RowClassName="stp_DtxGetAvailFreeAnomRow">
<xs:complexType>
<xs:sequence>
<xs:element name="DataMatrix" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix" minOccurs="0">
@@ -827,6 +907,42 @@ SELECT DataMatrix, CodStato, UDC, DataOra, CodSoggetto, Particolare FROM Dtx2UDC
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Attr2Dtx" msprop:Generator_TableClassName="Attr2DtxDataTable" msprop:Generator_TableVarName="tableAttr2Dtx" msprop:Generator_TablePropName="Attr2Dtx" msprop:Generator_RowDeletingName="Attr2DtxRowDeleting" msprop:Generator_RowChangingName="Attr2DtxRowChanging" msprop:Generator_RowEvHandlerName="Attr2DtxRowChangeEventHandler" msprop:Generator_RowDeletedName="Attr2DtxRowDeleted" msprop:Generator_UserTableName="Attr2Dtx" msprop:Generator_RowChangedName="Attr2DtxRowChanged" msprop:Generator_RowEvArgName="Attr2DtxRowChangeEvent" msprop:Generator_RowClassName="Attr2DtxRow">
<xs:complexType>
<xs:sequence>
<xs:element name="idxAttr" msprop:Generator_ColumnVarNameInTable="columnidxAttr" msprop:Generator_ColumnPropNameInRow="idxAttr" msprop:Generator_ColumnPropNameInTable="idxAttrColumn" msprop:Generator_UserColumnName="idxAttr" type="xs:int" />
<xs:element name="DataMatrix" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CodAttr" msprop:Generator_ColumnVarNameInTable="columnCodAttr" msprop:Generator_ColumnPropNameInRow="CodAttr" msprop:Generator_ColumnPropNameInTable="CodAttrColumn" msprop:Generator_UserColumnName="CodAttr">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ValAttr" msprop:Generator_ColumnVarNameInTable="columnValAttr" msprop:Generator_ColumnPropNameInRow="ValAttr" msprop:Generator_ColumnPropNameInTable="ValAttrColumn" msprop:Generator_UserColumnName="ValAttr">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DateAttr" msprop:Generator_ColumnVarNameInTable="columnDateAttr" msprop:Generator_ColumnPropNameInRow="DateAttr" msprop:Generator_ColumnPropNameInTable="DateAttrColumn" msprop:Generator_UserColumnName="DateAttr" type="xs:dateTime" />
<xs:element name="CodSoggetto" msprop:Generator_ColumnVarNameInTable="columnCodSoggetto" msprop:Generator_ColumnPropNameInRow="CodSoggetto" msprop:Generator_ColumnPropNameInTable="CodSoggettoColumn" msprop:Generator_UserColumnName="CodSoggetto">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="17" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
@@ -847,5 +963,9 @@ SELECT DataMatrix, CodStato, UDC, DataOra, CodSoggetto, Particolare FROM Dtx2UDC
<xs:field xpath="mstns:DataMatrix" />
<xs:field xpath="mstns:CodStato" />
</xs:unique>
<xs:unique name="Attr2Dtx_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:Attr2Dtx" />
<xs:field xpath="mstns:idxAttr" />
</xs:unique>
</xs:element>
</xs:schema>
+11 -10
View File
@@ -6,16 +6,17 @@
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="-10" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:TranscodificaParticolari" ZOrder="10" X="946" Y="49" Height="134" Width="281" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
<Shape ID="DesignTable:ElencoDataMatrix" ZOrder="8" X="604" Y="14" Height="400" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:v_trasfDataMatrix" ZOrder="9" X="951" Y="201" Height="324" Width="248" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_decodeDtx" ZOrder="4" X="409" Y="664" Height="115" Width="230" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:stp_verificaDtx" ZOrder="7" X="403" Y="795" Height="96" Width="231" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="46" />
<Shape ID="DesignTable:stp_conteggioDtx" ZOrder="6" X="90" Y="664" Height="134" Width="235" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:v_DtxAcquisiti" ZOrder="5" X="664" Y="669" Height="172" Width="227" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
<Shape ID="DesignTable:stp_getFirstLastDtx" ZOrder="3" X="96" Y="805" Height="115" Width="256" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:Dtx2UDC" ZOrder="1" X="104" Y="302" Height="345" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
<Shape ID="DesignTable:stp_DtxGetAvailFreeAnom" ZOrder="2" X="933" Y="706" Height="130" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:TranscodificaParticolari" ZOrder="11" X="946" Y="49" Height="134" Width="281" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
<Shape ID="DesignTable:ElencoDataMatrix" ZOrder="9" X="604" Y="14" Height="400" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:v_trasfDataMatrix" ZOrder="10" X="951" Y="201" Height="324" Width="248" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_decodeDtx" ZOrder="5" X="409" Y="664" Height="115" Width="230" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:stp_verificaDtx" ZOrder="8" X="403" Y="795" Height="96" Width="231" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="46" />
<Shape ID="DesignTable:stp_conteggioDtx" ZOrder="7" X="90" Y="664" Height="134" Width="235" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:v_DtxAcquisiti" ZOrder="6" X="664" Y="669" Height="172" Width="227" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
<Shape ID="DesignTable:stp_getFirstLastDtx" ZOrder="4" X="96" Y="805" Height="115" Width="256" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:Dtx2UDC" ZOrder="2" X="104" Y="302" Height="345" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
<Shape ID="DesignTable:stp_DtxGetAvailFreeAnom" ZOrder="3" X="933" Y="706" Height="130" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:Attr2Dtx" ZOrder="1" X="144" Y="68" Height="210" Width="195" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
</Shapes>
<Connectors />
</DiagramLayout>
+2 -2
View File
@@ -5,7 +5,7 @@
using System.Reflection;
[assembly: AssemblyVersion("2.5.636.1544")]
[assembly: AssemblyFileVersion("2.5.636.1544")]
[assembly: AssemblyVersion("2.5.637.1544")]
[assembly: AssemblyFileVersion("2.5.637.1544")]
//[assembly: AssemblyCopyright("© Steamware 2007-2014")]
//[assembly: AssemblyCompany("Steamware")]
+2 -2
View File
@@ -6,8 +6,8 @@
using System.Reflection;
[assembly: AssemblyVersion("2.5.636.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("2.5.636.<#= this.RevisionNumber #>")]
[assembly: AssemblyVersion("2.5.637.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("2.5.637.<#= this.RevisionNumber #>")]
//[assembly: AssemblyCopyright("© Steamware 2007-<#= DateTime.Now.Year #>")]
//[assembly: AssemblyCompany("Steamware")]
<#+