lavoro su ottimizzazione del terminale liste prelievo

git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@269 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
ermanno
2010-09-29 16:31:01 +00:00
parent 7246c641ca
commit d5f13bc40f
22 changed files with 2204 additions and 2169 deletions
+1 -1
View File
@@ -330,7 +330,7 @@
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>63567</DevelopmentServerPort>
<DevelopmentServerPort>50077</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
+29 -15
View File
@@ -21,7 +21,7 @@
#activeContent
{
height: 240px;
height: 200px;
}
#topBanner
{
@@ -29,7 +29,7 @@
}
#taskBanner
{
height: 20px;
height: 20px;
}
#smallTable
{
@@ -85,6 +85,7 @@
background-color: #b8b8b8;
font-weight: bold;
color: White;
text-align: center;
}
.ctrHeaderPagerWide
{
@@ -97,11 +98,13 @@
{
vertical-align: top;
background-color: #EFF3FB;
text-align: left;
}
.ctrAltRowStyle
{
vertical-align: top;
background-color: White;
text-align: left;
}
.ctrRowStyleRight
{
@@ -134,7 +137,6 @@
height:40px;
border: solid 2px red;
background-color: #FFAAAA;
padding: 0px 2px 0px 2px;
}
.btnSposta
{
@@ -143,7 +145,6 @@
height:40px;
border: solid 2px green;
background-color: #AAFFAA;
padding: 0px 2px 0px 2px;
}
.btnRettifica
{
@@ -152,7 +153,6 @@
height:40px;
border: solid 2px blue;
background-color: #AAAAFF;
padding: 0px 2px 0px 2px;
}
.btnPreleva
{
@@ -161,7 +161,6 @@
height:40px;
border: solid 2px red;
background-color: #FFAAFF;
padding: 0px 2px 0px 2px;
}
.btnConferma
{
@@ -170,7 +169,6 @@
height:40px;
border: solid 2px yellow;
background-color: #FFFFAA;
padding: 0px 2px 0px 2px;
}
.btnCellaPiena
{
@@ -179,25 +177,23 @@
height:40px;
border: solid 2px blue;
background-color: #AAFFFF;
padding: 0px 2px 0px 2px;
}
.btnBarcode
{
display: block;
width: 100px;
height:40px;
text-align: center;
border: solid 2px blue;
background-color: #AAFFFF;
padding: 0px 2px 0px 2px;
}
.btnChiudi
{
display: block;
width: 100px;
height:40px;
height: 40px;
border: solid 2px yellow;
background-color: #FFFFAA;
padding: 0px 2px 0px 2px;
}
.btnChiudiInput
{
@@ -206,7 +202,6 @@
height:40px;
border: solid 2px red;
background-color: #FFAAFF;
padding: 0px 2px 0px 2px;
}
.btnDeliberaFusi
{
@@ -215,7 +210,6 @@
height:40px;
border: solid 2px green;
background-color: #AAFFAA;
padding: 0px 2px 0px 2px;
}
.btnDeliberaWipPre
{
@@ -224,7 +218,6 @@
height:40px;
border: solid 2px green;
background-color: #AAFFAA;
padding: 0px 2px 0px 2px;
}
.btnDeliberaWipPost
{
@@ -233,9 +226,30 @@
height:40px;
border: solid 2px green;
background-color: #AAFFAA;
padding: 0px 2px 0px 2px;
}
.btnUpdate
{
display: block;
width: 100px;
height:40px;
border: solid 2px green;
background-color: #AAFFAA;
}
.btnCancel
{
display: block;
width: 100px;
height:40px;
border: solid 2px blue;
background-color: #AAAAFF;
}
/* classe generale per div dei bottoni */
.divButtons
{
float: left;
}
/* classe comune per bottoni selezione terminalino
+1 -1
View File
@@ -57,7 +57,7 @@
<add key="appName" value="GMW_Term" />
<add key="SiteName" value="Ambivere"/>
<add key="mainRev" value="1.0" />
<add key="minRev" value="265" />
<add key="minRev" value="260" />
<add key="copyRight" value="SteamWare © 2010" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
@@ -37,9 +37,9 @@
<asp:Panel runat="server" ID="pnlMaster" Visible="true">
<div id="Button" style="margin-top: 5px;">
<asp:Button ID="btnLoginPage" runat="server" OnClick="btnLoginPage_Click" Width="100px"
Font-Size="Smaller" />
/>
<asp:Button ID="btnButtonsHome" runat="server" OnClick="btnButtonsHome_Click" Width="100px"
Font-Size="Smaller" />
/>
</div>
</asp:Panel>
</div>
+28 -36
View File
@@ -1,33 +1,27 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_btnUdc.ascx.cs"
Inherits="GMW_Term.WebUserControls.mod_btnUdc" %>
<asp:Panel ID="pnlButtons" runat="server">
<div style="margin: 2px; text-align: center;">
<div style="float: left;">
<asp:Button ID="btnDeposita" runat="server" CssClass="btnDeposita" OnClick="btnDeposita_Click" />
</div>
<div style="float: right;">
<asp:Button ID="btnSposta" runat="server" CssClass="btnSposta" OnClick="btnSposta_Click" />
</div>
<div class="divButtons">
<asp:Button ID="btnDeposita" runat="server" CssClass="btnDeposita" OnClick="btnDeposita_Click" />
</div>
<div style="margin: 2px; text-align: center;">
<div style="float: left;">
<asp:Button ID="btnDeliberaFusi" runat="server" CssClass="btnDeliberaFusi" OnClick="btnDeliberaFusi_Click" />
</div>
<div style="float: left;">
<asp:Button ID="btnDeliberaWipPre" runat="server" CssClass="btnDeliberaWipPre" OnClick="btnDeliberaWipPre_Click" />
</div>
<div style="float: right;">
<asp:Button ID="btnDeliberaWipPost" runat="server" CssClass="btnDeliberaWipPost"
OnClick="btnDeliberaWipPost_Click" />
</div>
<div class="divButtons">
<asp:Button ID="btnSposta" runat="server" CssClass="btnSposta" OnClick="btnSposta_Click" />
</div>
<div style="margin: 2px; text-align: center;">
<div style="float: left;">
<asp:Button ID="btnRettifica" runat="server" CssClass="btnRettifica" OnClick="btnRettifica_Click" />
</div>
<div style="float: right;">
<asp:Button ID="btnPreleva" runat="server" CssClass="btnPreleva" OnClick="btnPreleva_Click" />
</div>
<div class="divButtons">
<asp:Button ID="btnDeliberaFusi" runat="server" CssClass="btnDeliberaFusi" OnClick="btnDeliberaFusi_Click" />
</div>
<div class="divButtons">
<asp:Button ID="btnDeliberaWipPre" runat="server" CssClass="btnDeliberaWipPre" OnClick="btnDeliberaWipPre_Click" />
</div>
<div class="divButtons">
<asp:Button ID="btnDeliberaWipPost" runat="server" CssClass="btnDeliberaWipPost"
OnClick="btnDeliberaWipPost_Click" />
</div>
<div class="divButtons">
<asp:Button ID="btnRettifica" runat="server" CssClass="btnRettifica" OnClick="btnRettifica_Click" />
</div>
<div class="divButtons">
<asp:Button ID="btnPreleva" runat="server" CssClass="btnPreleva" OnClick="btnPreleva_Click" />
</div>
</asp:Panel>
<asp:Panel ID="pnlInput" Visible="false" runat="server">
@@ -41,7 +35,7 @@
<asp:Button runat="server" ID="btnConferma" TabIndex="0" Enabled="false" CssClass="btnConferma"
OnClick="btnConferma_Click" />
</div>
<div style="float: right;">
<div style="float: left;">
<asp:Button ID="btnCellaPiena" runat="server" Enabled="false" CssClass="btnCellaPiena"
OnClick="btnCellaPiena_Click" />
</div>
@@ -49,15 +43,13 @@
</div>
</asp:Panel>
<asp:Panel runat="server" ID="pnlChiudi">
<div style="margin-left: 5px; margin-bottom: 2px; text-align: center;">
<div style="float: left;">
<asp:Button ID="btnBarcode" runat="server" CssClass="btnBarcode" OnClick="btnBarcode_Click" />
</div>
<div style="float: left;">
<asp:Button ID="btnChiudi" runat="server" CssClass="btnChiudi" OnClick="btnChiudi_Click" />
</div>
<div style="float: right;">
<asp:Button ID="btnChiudiInput" runat="server" CssClass="btnChiudiInput" OnClick="btnChiudiInput_Click" />
</div>
<div class="divButtons">
<asp:Button ID="btnBarcode" runat="server" CssClass="btnBarcode" OnClick="btnBarcode_Click" />
</div>
<div class="divButtons">
<asp:Button ID="btnChiudi" runat="server" CssClass="btnChiudi" OnClick="btnChiudi_Click" />
</div>
<div class="divButtons">
<asp:Button ID="btnChiudiInput" runat="server" CssClass="btnChiudiInput" OnClick="btnChiudiInput_Click" />
</div>
</asp:Panel>
+27 -29
View File
@@ -6,74 +6,72 @@
OnModeChanged="frmView_ModeChanged">
<EditItemTemplate>
<div>
UDC:
<b>UDC:</b>
<asp:Label ID="UDCLabel" runat="server" Text='<%# Eval("UDC") %>' />
<br />
Particolare:
<b>Particolare:</b>
<asp:Label ID="ParticolareLabel" runat="server" Text='<%# Bind("Particolare") %>' />
<br />
<asp:Label ID="DescParticolareLabel" runat="server" Text='<%# Bind("DescParticolare") %>' />
DisegnoGrezzo:
<b>DisegnoGrezzo:</b>
<asp:Label ID="DisegnoGrezzoLabel" runat="server" Text='<%# Bind("DisegnoGrezzo") %>' />
<br />
Esponente:
<b>Esponente:</b>
<asp:Label ID="EsponenteLabel" runat="server" Text='<%# Bind("Esponente") %>' />
<b>Qta:</b>
<asp:TextBox ID="txtQta" runat="server" Text='<%# Bind("Qta") %>' Width="4em" Height="0.9em" />
<br />
Qta:
<asp:TextBox ID="txtQta" runat="server" Text='<%# Bind("Qta") %>' Width="4em" />
<br />
CodMag:
<b>CodMag:</b>
<asp:Label ID="CodMagLabel" runat="server" Text='<%# Bind("CodMag") %>' />
CodBlocco:
<b>CodBlocco:</b>
<asp:Label ID="CodBloccoLabel" runat="server" Text='<%# Bind("CodBlocco") %>' />
<br />
CodCella:
<b>CodCella:</b>
<asp:Label ID="CodCellaLabel" runat="server" Text='<%# Bind("CodCella") %>' />
<br />
X:
<b>X:</b>
<asp:Label ID="XLabel" runat="server" Text='<%# Bind("X") %>' />
Y:
<b>Y:</b>
<asp:Label ID="YLabel" runat="server" Text='<%# Bind("Y") %>' />
Z:
<b>Z:</b>
<asp:Label ID="ZLabel" runat="server" Text='<%# Bind("Z") %>' />
</div>
<br />
<div style="float:left;">
<asp:Button ID="btnUpdate" runat="server" Width="100px" CausesValidation="True" CommandName="Update"
AccessKey="6" Text="[6] - Update" />
&nbsp;
AccessKey="6" Text="[6] - Update" CssClass="btnUpdate" /></div>
<div style="float:left;">
<asp:Button ID="btnCancel" runat="server" Width="100px" CausesValidation="True" CommandName="Cancel"
AccessKey="4" Text="[4] - Cancel" />
AccessKey="4" Text="[4] - Cancel" CssClass="btnCancel" /></div>
</EditItemTemplate>
<ItemTemplate>
<div>
UDC:
<b>UDC:</b>
<asp:Label ID="UDCLabel" runat="server" Text='<%# Eval("UDC") %>' />
<br />
Particolare:
<b>Particolare:</b>
<asp:Label ID="ParticolareLabel" runat="server" Text='<%# Bind("Particolare") %>' />
<br />
<asp:Label ID="DescParticolareLabel" runat="server" Text='<%# Bind("DescParticolare") %>' />
DisegnoGrezzo:
<b>DisegnoGrezzo:</b>
<asp:Label ID="DisegnoGrezzoLabel" runat="server" Text='<%# Bind("DisegnoGrezzo") %>' />
<br />
Esponente:
<b>Esponente:</b>
<asp:Label ID="EsponenteLabel" runat="server" Text='<%# Bind("Esponente") %>' />
<br />
Qta:
<b>Qta:</b>
<asp:Label ID="QtaLabel" runat="server" Text='<%# Bind("Qta") %>' />
<br />
CodMag:
<b>CodMag:</b>
<asp:Label ID="CodMagLabel" runat="server" Text='<%# Bind("CodMag") %>' />
CodBlocco:
<b>CodBlocco:</b>
<asp:Label ID="CodBloccoLabel" runat="server" Text='<%# Bind("CodBlocco") %>' /><br />
CodCella:
<b>CodCella:</b>
<asp:Label ID="CodCellaLabel" runat="server" Text='<%# Bind("CodCella") %>' />
<br />
X:
<b>X:</b>
<asp:Label ID="XLabel" runat="server" Text='<%# Bind("X") %>' />
Y:
<b>Y:</b>
<asp:Label ID="YLabel" runat="server" Text='<%# Bind("Y") %>' />
Z:
<b>Z:</b>
<asp:Label ID="ZLabel" runat="server" Text='<%# Bind("Z") %>' />
</div>
</ItemTemplate>
@@ -7,7 +7,7 @@
<div id="contenuto" style="text-align: center;">
<div id="InputTitle">
<asp:Label ID="lblInput" runat="server" Text="Liste Prelievo" /></div>
<div class="filtro_1" style="white-space: nowrap; height: 28px; padding: 2px;">
<div class="filtro_1" style="white-space: nowrap; height: 20px; padding: 2px;">
<uc1:mod_periodoAnalisi ID="mod_periodoAnalisi1" runat="server" />
</div>
<asp:Panel runat="server" ID="pnlMaster" Visible="true">
@@ -17,10 +17,10 @@
<asp:Button ID="btnButtonsHome" runat="server" OnClick="btnButtonsHome_Click" Width="100px"
Font-Size="Smaller" />
</div>
<div id="smallGrid">
<div id="smallGrid" style="text-align: left; padding: 0px 0px 0px 0px;">
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
OnSelectedIndexChanged="grView_SelectedIndexChanged" OnDataBound="grView_DataBound"
Width="100%" DataKeyNames="CodLista" DataSourceID="ods" OnRowUpdating="grView_RowUpdating">
Width="70%" DataKeyNames="CodLista" DataSourceID="ods" OnRowUpdating="grView_RowUpdating" Font-Size="X-Small">
<RowStyle CssClass="ctrRowStyle" />
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
<EditRowStyle CssClass="ctrEditRowStyle" />
@@ -40,7 +40,7 @@
CommandName="Update" ToolTip='<%# tooltipTipo(Eval("CodTipoLista")) %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Dest/Data" SortExpression="Destinatario">
<asp:TemplateField HeaderText="Dest" SortExpression="Destinatario">
<ItemTemplate>
<div>
<div style="float: left;">
@@ -50,8 +50,8 @@
</div>
</div>
<br />
<div style="float: right; white-space: nowrap;">
<asp:Label ID="lblDataCreaz" runat="server" Text='<%# Eval("DataCreaz","{0:dd/MM/yy HH:mm}") %>' />
<div style="float: left; white-space: nowrap; font-size: xx-small">
<asp:Label ID="lblDataCreaz" runat="server" Text='<%# Eval("DataCreaz","{0:dd/MM HH:mm}") %>' />
</div>
</ItemTemplate>
</asp:TemplateField>
@@ -65,13 +65,13 @@
</div>
</div>
<br />
<div style="float: right;">
<div style="float: left;">
<asp:Label ID="lblPrelevati" runat="server" Text='<%# Eval("Prelevato","{0:0}") %>' />
<asp:Label ID="lblTotale" runat="server" Text='<%# Eval("QtaTot","/ {0:0}") %>' />
</div>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Stato" SortExpression="CodStatoLista" ItemStyle-HorizontalAlign="Center">
<asp:TemplateField HeaderText="St" SortExpression="CodStatoLista" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:ImageButton runat="server" ID="imgCodStatoLista" ImageUrl='<%# pathImgStato(Eval("CodStatoLista")) %>'
CausesValidation="False" CommandArgument='<%# cmdArgStato(Eval("CodStatoLista")) %>'
@@ -748,7 +748,7 @@ namespace GMW_Term.WebUserControls
/// <returns></returns>
public string pathImgTipo(object codice)
{
return string.Format("~/images/lista_{0}_m.png", codice);
return string.Format("~/images/lista_{0}_s.png", codice);
}
/// <summary>
/// restituisce tooltip da mostrare x TIPO lista
@@ -1,4 +1,4 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuTop.ascx.cs" Inherits="GMW_Term.WebUserControls.mod_menuTop" %>
<div id="titleGMW" style="margin: 0px 0px 0px 0px; background-color: #6666FF; text-align: center;">
<asp:Label ID="lblTitolo" runat="server" Text="" Style="color: #FFFFFF"/>
<asp:Label ID="lblTitolo" runat="server" Text="" Style="color: #FFFFFF; font-size:small"/>
</div>
@@ -3,7 +3,7 @@
<div id="smallTable">
<div style="float: left;">
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"
DataSourceID="odsPeriodi" DataTextField="label" DataValueField="value" Font-Size="Smaller">
DataSourceID="odsPeriodi" DataTextField="label" DataValueField="value" Font-Size="Smaller" Width="90px">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsPeriodi" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="getByConditio" TypeName="GMW_data.DS_utilityTableAdapters.v_selPeriodiTradTableAdapter">
@@ -25,7 +25,7 @@
<asp:TextBox ID="txtFine" TabIndex="2" runat="server" Width="55px" MaxLength="10"
Font-Size="Smaller" AutoPostBack="True" OnTextChanged="txtFine_TextChanged"></asp:TextBox>
<cc1:CalendarExtender ID="CalendarExtender2" runat="server" TargetControlID="txtFine"
FirstDayOfWeek="Monday" Format="dd/MM/yyyy">
FirstDayOfWeek="Monday" Format="dd/MM/yyyy" >
</cc1:CalendarExtender>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="!!!"
ControlToValidate="txtFine" Display="Dynamic" />
+2 -4
View File
@@ -5,10 +5,8 @@
<div id="InputTitle" style="padding: 0px 0px 0px 0px;">
<asp:Label ID="lblInput" runat="server" Text="Ricerca Libera" /></div>
<div id="Div1">
<asp:Button ID="btnLoginPage" runat="server" OnClick="btnLoginPage_Click" Width="100px"
Font-Size="Smaller" />
<asp:Button ID="btnButtonsHome" runat="server" OnClick="btnButtonsHome_Click" Width="100px"
Font-Size="Smaller" />
<asp:Button ID="btnLoginPage" runat="server" OnClick="btnLoginPage_Click" Width="100px" />
<asp:Button ID="btnButtonsHome" runat="server" OnClick="btnButtonsHome_Click" Width="100px" />
</div>
<div id="Data" style="padding-bottom: 4px;">
<asp:TextBox ID="txtRicerca" runat="server" OnTextChanged="txtRicerca_TextChanged" />
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 873 B

+4
View File
@@ -0,0 +1,4 @@
[ViewState]
Mode=
Vid=
FolderType=Pictures
+1 -1
View File
@@ -7,7 +7,7 @@
<add key="appName" value="GMW_Term"/>
<add key="SiteName" value="Ambivere"/>
<add key="mainRev" value="1.0"/>
<add key="minRev" value="265" />
<add key="minRev" value="260" />
<add key="copyRight" value="SteamWare © 2010"/>
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx"/>
@@ -27,3 +27,32 @@ c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\obj\Debug\ResolveAssemblyReference.cache
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\obj\Debug\GMW_Term.dll
c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\obj\Debug\GMW_Term.pdb
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\GMW_Term.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\GMW_Term.pdb
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\AjaxControlToolkit.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\GMW_data.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\SteamWare.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\ICSharpCode.SharpZipLib.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\AjaxControlToolkit.pdb
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\GMW_data.pdb
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\SteamWare.pdb
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\SteamWare.xml
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\ar\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\cs\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\de\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\es\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\fr\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\he\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\hi\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\it\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\ja\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\ko\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\nl\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\pt\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\ru\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\tr-TR\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\zh-CHS\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\bin\zh-CHT\AjaxControlToolkit.resources.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\obj\Debug\ResolveAssemblyReference.cache
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\obj\Debug\GMW_Term.dll
C:\Users\ermanno.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\GMW\GMW_Term\obj\Debug\GMW_Term.pdb
Binary file not shown.