git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@106 43c8e981-f90d-406c-a89a-24a2c4268d51
This commit is contained in:
Binary file not shown.
@@ -18,7 +18,7 @@
|
||||
<add key="titleApp" value="XPS_titleApp"/>
|
||||
<add key="welcomeApp" value="XPS_welcomeApp"/>
|
||||
<add key="appName" value="XPS"/>
|
||||
<add key="mainRev" value="0.9"/>
|
||||
<add key="mainRev" value="1.0"/>
|
||||
<add key="copyRight" value="SteamWare © 2008"/>
|
||||
<add key="defaultApp" value="XPS_Appl"/>
|
||||
<add key="defaultTitle" value="XPS_ShortWelcome"/>
|
||||
@@ -42,5 +42,5 @@
|
||||
<add key="reportName_lbl" value="LabelEqua"/>
|
||||
<add key="reportOpzPdf" value="&rs:Format=PDF"/>
|
||||
<add key="printerSchedaIdent" value="Brother HL-2170W series"/>
|
||||
<add key="printerBarcode" value="Brother Q-500"/>
|
||||
<add key="printerBarcode" value="\\EEEPCASUS\Brother QL-500"/>
|
||||
</appSettings>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 339 B |
Binary file not shown.
|
After Width: | Height: | Size: 268 B |
Binary file not shown.
|
After Width: | Height: | Size: 207 B |
Binary file not shown.
|
After Width: | Height: | Size: 327 B |
Binary file not shown.
|
After Width: | Height: | Size: 264 B |
Binary file not shown.
|
After Width: | Height: | Size: 205 B |
+1
-3
@@ -39,9 +39,7 @@
|
||||
<HeaderTemplate>
|
||||
</HeaderTemplate>
|
||||
<ItemTemplate>
|
||||
<%--<asp:HyperLink runat="server" ID="lnkPDF" ImageUrl="~/images/table.png" NavigateUrl='<%# XPS.obj.urlReport(Eval("Cod"),"module","") %>'
|
||||
Target="_blank" ToolTip='<%# traduci("anteprimaBarcode") %>' />--%>
|
||||
<asp:ImageButton runat="server" ID="btnPrintScheda" ImageUrl="~/images/table.png" CommandArgument='<%# Eval("Cod")%>' ToolTip='<%# traduci("stampaSchedaIdentificazione") %>'
|
||||
<asp:ImageButton runat="server" ID="btnPrintScheda" ImageUrl='<%# imgPath(SteamWare.tipoImg.barcodeArancio , SteamWare.dimImg.small) %>' CommandArgument='<%# Eval("Cod")%>' ToolTip='<%# traduci("stampaSchedaIdentificazione") %>'
|
||||
onclick="btnPrintScheda_Click" />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="mod_barcode.ascx.cs" Inherits="mod_barcode" %>
|
||||
<div style="text-align: center;">
|
||||
<div style="text-align: center; font-size:20pt;;">
|
||||
<div>
|
||||
<asp:TextBox runat="server" ID="txtComando" TextMode="Password" Width="200px"
|
||||
ontextchanged="txtComando_TextChanged" />
|
||||
</div>
|
||||
<asp:Panel runat="server" ID="pnlBarcodeBox" CssClass="">
|
||||
<div style="background-color: #FFE800; padding: 8px; margin: 1px; height:15px;">
|
||||
<div style="background-color: #FFE800; padding: 8px; margin: 1px;">
|
||||
<asp:Label runat="server" ID="lblInput" Text="" />
|
||||
</div>
|
||||
<div style="background-color:#FFC500; padding:8px; margin:1px;">
|
||||
<asp:Label runat="server" ID="lblValore" Text="" />
|
||||
</div>
|
||||
<div style="background-color: #FF7700; padding: 8px; margin: 1px; height:15px;">
|
||||
<div style="background-color: #FF7700; padding: 8px; margin: 1px; ">
|
||||
<asp:Label runat="server" ID="lblRichiesta" Text="" Font-Bold="true" />
|
||||
</div>
|
||||
<asp:Label ID="lblBrowser" runat="server"></asp:Label>
|
||||
|
||||
@@ -116,9 +116,7 @@
|
||||
ReadOnly="true" DataFormatString="{0:dd/MM/yy}" />
|
||||
<asp:TemplateField ShowHeader="False">
|
||||
<ItemTemplate>
|
||||
<asp:HyperLink runat="server" ID="lnkPDF" ImageUrl="~/images/table.png" NavigateUrl='<%# XPS.obj.urlReport(Eval("Cod"),"label","") %>'
|
||||
Target="_blank" ToolTip='<%# traduci("anteprimaBarcode") %>' />
|
||||
<%--<asp:ImageButton runat="server" ID="btnPrintScheda" ImageUrl="~/images/table.png" CommandArgument='<%# Eval("Cod")%>' ToolTip='<%# traduci("stampaBarcode") %>' OnClick="btnPrintScheda_Click" />--%>
|
||||
<asp:ImageButton runat="server" ID="btnPrintScheda" ImageUrl='<%# imgPath(SteamWare.tipoImg.barcode , SteamWare.dimImg.small) %>' CommandArgument='<%# Eval("Cod")%>' ToolTip='<%# traduci("stampaBarcode") %>' OnClick="btnPrintScheda_Click" />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:BoundField DataField="Ciclo" HeaderText="Ciclo" SortExpression="Ciclo" ReadOnly="true" />
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -65,6 +65,7 @@ Global
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Installer|Any CPU.ActiveCfg = Installer|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Installer|Any CPU.Build.0 = Installer|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Installer|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Installer|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Release|.NET.Build.0 = Release|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
@@ -85,6 +86,7 @@ Global
|
||||
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Installer|.NET.Build.0 = Debug|.NET
|
||||
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Installer|Any CPU.ActiveCfg = Debug|.NET
|
||||
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Installer|Mixed Platforms.ActiveCfg = Debug|.NET
|
||||
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Installer|Mixed Platforms.Build.0 = Debug|.NET
|
||||
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Release|.NET.ActiveCfg = Debug|.NET
|
||||
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Release|.NET.Build.0 = Debug|.NET
|
||||
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Release|Any CPU.ActiveCfg = Debug|.NET
|
||||
@@ -119,6 +121,7 @@ Global
|
||||
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Installer|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Installer|Any CPU.Build.0 = Release|Any CPU
|
||||
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Installer|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Installer|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -435,14 +435,14 @@
|
||||
{
|
||||
"Name" = "8:Microsoft Visual Studio"
|
||||
"ProductName" = "8:XPS"
|
||||
"ProductCode" = "8:{FC978CFD-25F2-4ABA-A2EC-D6506765A5DF}"
|
||||
"PackageCode" = "8:{43DCB281-59D7-492D-B1A7-ECACCCCA5E16}"
|
||||
"ProductCode" = "8:{DE00E2C9-4602-4934-A212-5BF6E4928069}"
|
||||
"PackageCode" = "8:{6349F76A-40DD-43E4-AA89-F7866F110B39}"
|
||||
"UpgradeCode" = "8:{71B65361-FEA5-44CA-9B9A-45597433DB20}"
|
||||
"RestartWWWService" = "11:TRUE"
|
||||
"RemovePreviousVersions" = "11:TRUE"
|
||||
"DetectNewerInstalledVersion" = "11:TRUE"
|
||||
"InstallAllUsers" = "11:FALSE"
|
||||
"ProductVersion" = "8:1.2.0"
|
||||
"ProductVersion" = "8:1.2.1"
|
||||
"Manufacturer" = "8:SteamWare s.r.l."
|
||||
"ARPHELPTELEPHONE" = "8:035-460560"
|
||||
"ARPHELPLINK" = "8:info@steamware.net"
|
||||
|
||||
Reference in New Issue
Block a user