refresh
This commit is contained in:
+17
-1
@@ -163,6 +163,7 @@
|
||||
<ItemGroup>
|
||||
<Content Include="consumoFusi.aspx" />
|
||||
<Content Include="ExportExcel_SAO.aspx" />
|
||||
<Content Include="finitiTK.aspx" />
|
||||
<Content Include="fusiTK.aspx" />
|
||||
<Content Include="gestPrinterPost.aspx" />
|
||||
<Content Include="images\alert_16.png" />
|
||||
@@ -287,6 +288,13 @@
|
||||
<Compile Include="ExportExcel_SAO.aspx.designer.cs">
|
||||
<DependentUpon>ExportExcel_SAO.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="finitiTK.aspx.cs">
|
||||
<DependentUpon>finitiTK.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="finitiTK.aspx.designer.cs">
|
||||
<DependentUpon>finitiTK.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="forceUser.aspx.cs">
|
||||
<DependentUpon>forceUser.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
@@ -708,6 +716,13 @@
|
||||
<Compile Include="WebUserControls\mod_filtro.ascx.designer.cs">
|
||||
<DependentUpon>mod_filtro.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_finitiTK.ascx.cs">
|
||||
<DependentUpon>mod_finitiTK.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_finitiTK.ascx.designer.cs">
|
||||
<DependentUpon>mod_finitiTK.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_fusiTK.ascx.cs">
|
||||
<DependentUpon>mod_fusiTK.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
@@ -1060,7 +1075,7 @@
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\CartellinoFinito.rdlc" />
|
||||
<Content Include="Reports\CartellinoFiniti.rdlc" />
|
||||
<Content Include="Reports\CartellinoMP.rdlc" />
|
||||
<Content Include="Reports\CartellinoOdette.rdlc" />
|
||||
<Content Include="Reports\CartellinoTara.rdlc" />
|
||||
@@ -1224,6 +1239,7 @@
|
||||
<Content Include="WebUserControls\mod_execParticolari.ascx" />
|
||||
<Content Include="WebUserControls\mod_execUDC.ascx" />
|
||||
<Content Include="WebUserControls\mod_filtro.ascx" />
|
||||
<Content Include="WebUserControls\mod_finitiTK.ascx" />
|
||||
<Content Include="WebUserControls\mod_fusiTK.ascx" />
|
||||
<Content Include="WebUserControls\mod_gestPrinterPost.ascx" />
|
||||
<Content Include="WebUserControls\mod_lemmiVocab.ascx" />
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
||||
<PropertyGroup>
|
||||
<ProjectView>ProjectFiles</ProjectView>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
||||
|
||||
@@ -24,7 +24,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<asp:Panel ID="pnlSAO" runat="server" ScrollBars="None">
|
||||
<div style="float: left; height: 100%; min-height: 600px; min-width: 240px; border-right: 1px solid #333333; border-bottom: 1px solid #333333; background-color: #6C90FF;">
|
||||
<div style="float: left; height: 100%; min-height: 600px; min-width: 240px; border-right: 1px solid #333333; border-bottom: 1px solid #333333;
|
||||
background-color: #6C90FF;">
|
||||
<div style="background-color: #6C90FF; margin: 4px;">
|
||||
<uc1:mod_storicoAzioniOperatore ID="mod_storicoAzioniOperatore1" runat="server" canSelPost="false" />
|
||||
</div>
|
||||
@@ -42,7 +43,8 @@
|
||||
<div class="msgBoxBarcode">
|
||||
<asp:Label runat="server" ID="lblMessaggi" Text="attesa input utente" Font-Size="18pt" />
|
||||
<br />
|
||||
<asp:Label runat="server" ID="lblWarning" Visible="false" Text="ATTENZIONE!!! Postazione non configurata!" Font-Size="XX-Large" ForeColor="Red" />
|
||||
<asp:Label runat="server" ID="lblWarning" Visible="false" Text="ATTENZIONE!!! Postazione non configurata!" Font-Size="XX-Large"
|
||||
ForeColor="Red" />
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
@@ -65,7 +67,8 @@
|
||||
<asp:Label runat="server" ID="lblBarcode" Text="Barcode" />
|
||||
<br />
|
||||
<asp:TextBox runat="server" ID="txtBarcode" Height="56px" Width="400px" Font-Size="32pt" AutoPostBack="True" Style="text-align: center" />
|
||||
<asp:AutoCompleteExtender ID="aceParticolare" runat="server" TargetControlID="txtBarcode" MinimumPrefixLength="2" CompletionInterval="20" ServicePath="~/WS/AutoCompletamento.asmx" ServiceMethod="elencoParticolari" />
|
||||
<asp:AutoCompleteExtender ID="aceParticolare" runat="server" TargetControlID="txtBarcode" MinimumPrefixLength="2" CompletionInterval="20"
|
||||
ServicePath="~/WS/AutoCompletamento.asmx" ServiceMethod="elencoParticolari" />
|
||||
</div>
|
||||
<div>
|
||||
<asp:Label runat="server" ID="lblNote" />
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user