update x nuovo favicon e sfondo
fix report multilingua (scelto da lingua utente)
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -127,7 +127,7 @@ public class reportExporter
|
||||
switch (tipoReport)
|
||||
{
|
||||
case reportRichiesto.ElencoMacchine:
|
||||
report.ReportPath = @".\Reports\MacchineReparti.rdlc";
|
||||
report.ReportPath = string.Format(@".\Reports\{0}\MacchineReparti.rdlc", user_std.UtSn.lingua);
|
||||
report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport)));
|
||||
deviceInfo = new devInfoParam("PDF", "21cm", "29.7cm", "0.2cm", "0.2cm", "0.2cm", "0.2cm");
|
||||
break;
|
||||
@@ -149,7 +149,7 @@ public class reportExporter
|
||||
switch (tipoReport)
|
||||
{
|
||||
case reportRichiesto.RichiestaIntervento:
|
||||
report.ReportPath = @".\Reports\RichiestaIntervento.rdlc";
|
||||
report.ReportPath = string.Format(@".\Reports\{0}\RichiestaIntervento.rdlc", user_std.UtSn.lingua);
|
||||
report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, parametro))); // OCCHIO!!! va messa sorgente dati CORRETTA
|
||||
deviceInfo = new devInfoParam("PDF", "29.7cm", "21cm", "0.2cm", "0.2cm", "0.2cm", "0.2cm");
|
||||
break;
|
||||
@@ -173,12 +173,12 @@ public class reportExporter
|
||||
switch (tipoReport)
|
||||
{
|
||||
case reportRichiesto.ElencoInterventi:
|
||||
report.ReportPath = @".\Reports\ReportInterventi.rdlc";
|
||||
report.ReportPath = string.Format(@".\Reports\{0}\ReportInterventi.rdlc", user_std.UtSn.lingua);
|
||||
report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, periodoAnalizzato, username, soloMacchinaFerma, includiMtzPrev)));
|
||||
deviceInfo = new devInfoParam("PDF", "29.7cm", "21cm", "0.2cm", "0.2cm", "0.2cm", "0.2cm");
|
||||
break;
|
||||
case reportRichiesto.MTBF_MTTR:
|
||||
report.ReportPath = @".\Reports\Report_MTBF_MTTR.rdlc";
|
||||
report.ReportPath = string.Format(@".\Reports\{0}\Report_MTBF_MTTR.rdlc", user_std.UtSn.lingua);
|
||||
report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, periodoAnalizzato, username, soloMacchinaFerma, includiMtzPrev)));
|
||||
deviceInfo = new devInfoParam("PDF", "29.7cm", "21cm", "0.2cm", "0.2cm", "0.2cm", "0.2cm");
|
||||
// calcolo le ore totali equivalenti...
|
||||
|
||||
@@ -177,6 +177,7 @@
|
||||
<Content Include="ExcelExportMtzPrevPending.aspx" />
|
||||
<Content Include="ExportPdf.aspx" />
|
||||
<Content Include="famiglieMacchine.aspx" />
|
||||
<Content Include="favicon.ico" />
|
||||
<Content Include="forceUser.aspx" />
|
||||
<Content Include="gestAnagrTbl.aspx" />
|
||||
<Content Include="gestioneCausali.aspx" />
|
||||
@@ -1306,10 +1307,10 @@
|
||||
<Content Include="WebUserControls\mod_vocabolario.ascx" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\MacchineReparti.rdlc" />
|
||||
<Content Include="Reports\ReportInterventi.rdlc" />
|
||||
<Content Include="Reports\Report_MTBF_MTTR.rdlc" />
|
||||
<Content Include="Reports\RichiestaIntervento.rdlc" />
|
||||
<Content Include="Reports\IT\MacchineReparti.rdlc" />
|
||||
<Content Include="Reports\IT\ReportInterventi.rdlc" />
|
||||
<Content Include="Reports\IT\Report_MTBF_MTTR.rdlc" />
|
||||
<Content Include="Reports\IT\RichiestaIntervento.rdlc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="images\Thumbs.db" />
|
||||
@@ -1358,6 +1359,18 @@
|
||||
<Folder Include="help\IT\files\" />
|
||||
<Folder Include="help\IT\teximg\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\EN\MacchineReparti.rdlc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\EN\Report_MTBF_MTTR.rdlc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\EN\ReportInterventi.rdlc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\EN\RichiestaIntervento.rdlc" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
|
||||
+887
-887
File diff suppressed because it is too large
Load Diff
+1344
-1344
File diff suppressed because it is too large
Load Diff
+970
-970
File diff suppressed because it is too large
Load Diff
+1630
-1630
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,888 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
|
||||
<DataSources>
|
||||
<DataSource Name="WebGim">
|
||||
<rd:DataSourceID>4ff050af-b9d5-4fd6-8b1e-1dfa4459442c</rd:DataSourceID>
|
||||
<DataSourceReference>WebGim</DataSourceReference>
|
||||
</DataSource>
|
||||
</DataSources>
|
||||
<InteractiveHeight>11in</InteractiveHeight>
|
||||
<rd:DrawGrid>true</rd:DrawGrid>
|
||||
<InteractiveWidth>8.5in</InteractiveWidth>
|
||||
<rd:GridSpacing>0.25cm</rd:GridSpacing>
|
||||
<rd:SnapToGrid>false</rd:SnapToGrid>
|
||||
<RightMargin>0.2cm</RightMargin>
|
||||
<LeftMargin>0.2cm</LeftMargin>
|
||||
<PageHeader>
|
||||
<PrintOnFirstPage>true</PrintOnFirstPage>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox17">
|
||||
<Top>0.05754cm</Top>
|
||||
<Width>28.55489cm</Width>
|
||||
<Style>
|
||||
<FontStyle>Italic</FontStyle>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Elenco Reparti e Macchine</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
<Height>0.61309cm</Height>
|
||||
<PrintOnLastPage>true</PrintOnLastPage>
|
||||
</PageHeader>
|
||||
<BottomMargin>0.2cm</BottomMargin>
|
||||
<rd:ReportID>d6433c86-fc2e-4a5c-b604-aa1d171ded77</rd:ReportID>
|
||||
<PageWidth>29.7cm</PageWidth>
|
||||
<DataSets>
|
||||
<DataSet Name="WebGim">
|
||||
<Fields>
|
||||
<Field Name="codImpianto">
|
||||
<DataField>codImpianto</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="nomeImpianto">
|
||||
<DataField>nomeImpianto</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="tipoImpianto">
|
||||
<DataField>tipoImpianto</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="codMacchina">
|
||||
<DataField>codMacchina</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="nomeMacchina">
|
||||
<DataField>nomeMacchina</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="modello">
|
||||
<DataField>modello</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="matricola">
|
||||
<DataField>matricola</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="anno">
|
||||
<DataField>anno</DataField>
|
||||
<rd:TypeName>System.Int32</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="kgPeso">
|
||||
<DataField>kgPeso</DataField>
|
||||
<rd:TypeName>System.Double</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="kwConsumo">
|
||||
<DataField>kwConsumo</DataField>
|
||||
<rd:TypeName>System.Double</rd:TypeName>
|
||||
</Field>
|
||||
</Fields>
|
||||
<Query>
|
||||
<DataSourceName>WebGim</DataSourceName>
|
||||
<CommandText>select * from v_elencoImpiantiMacchine</CommandText>
|
||||
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
|
||||
</Query>
|
||||
</DataSet>
|
||||
</DataSets>
|
||||
<Code />
|
||||
<Width>28.75cm</Width>
|
||||
<Body>
|
||||
<ColumnSpacing>1cm</ColumnSpacing>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox1">
|
||||
<rd:DefaultName>textbox1</rd:DefaultName>
|
||||
<Width>28.31085cm</Width>
|
||||
<Style>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>20pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>1</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.12566cm</Left>
|
||||
<Height>0.91429cm</Height>
|
||||
<Value>Elenco Macchine Reparti</Value>
|
||||
</Textbox>
|
||||
<Table Name="table1">
|
||||
<DataSetName>WebGim</DataSetName>
|
||||
<Top>1.35317cm</Top>
|
||||
<TableGroups>
|
||||
<TableGroup>
|
||||
<Grouping Name="table1_nomeImpianto">
|
||||
<GroupExpressions>
|
||||
<GroupExpression>=Fields!nomeImpianto.Value</GroupExpression>
|
||||
</GroupExpressions>
|
||||
</Grouping>
|
||||
<Sorting>
|
||||
<SortBy>
|
||||
<SortExpression>=Fields!nomeImpianto.Value</SortExpression>
|
||||
<Direction>Ascending</Direction>
|
||||
</SortBy>
|
||||
</Sorting>
|
||||
<Header>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ColSpan>3</ColSpan>
|
||||
<ReportItems>
|
||||
<Textbox Name="nomeImpianto">
|
||||
<rd:DefaultName>nomeImpianto</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>White</Default>
|
||||
<Bottom>SteelBlue</Bottom>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>21</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Fields!nomeImpianto.Value)&" "&(Fields!codImpianto.Value)&"/"&(Fields!tipoImpianto.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox7">
|
||||
<rd:DefaultName>textbox7</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>White</Default>
|
||||
<Bottom>SteelBlue</Bottom>
|
||||
</BorderColor>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>20</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox20">
|
||||
<rd:DefaultName>textbox20</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>White</Default>
|
||||
<Bottom>SteelBlue</Bottom>
|
||||
</BorderColor>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>19</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox11">
|
||||
<rd:DefaultName>textbox11</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>White</Default>
|
||||
<Bottom>SteelBlue</Bottom>
|
||||
</BorderColor>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>18</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox13">
|
||||
<rd:DefaultName>textbox13</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>White</Default>
|
||||
<Bottom>SteelBlue</Bottom>
|
||||
</BorderColor>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>17</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox15">
|
||||
<rd:DefaultName>textbox15</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>White</Default>
|
||||
<Bottom>SteelBlue</Bottom>
|
||||
</BorderColor>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>16</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.53333cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
<RepeatOnNewPage>true</RepeatOnNewPage>
|
||||
</Header>
|
||||
<Footer>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox22">
|
||||
<rd:DefaultName>textbox22</rd:DefaultName>
|
||||
<Style>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>15</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox23">
|
||||
<rd:DefaultName>textbox23</rd:DefaultName>
|
||||
<Style>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>14</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox24">
|
||||
<rd:DefaultName>textbox24</rd:DefaultName>
|
||||
<Style>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>13</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox25">
|
||||
<rd:DefaultName>textbox25</rd:DefaultName>
|
||||
<Style>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>12</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox26">
|
||||
<rd:DefaultName>textbox26</rd:DefaultName>
|
||||
<Style>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>11</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox27">
|
||||
<rd:DefaultName>textbox27</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>10</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>tot:</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox32">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#### kg</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>9</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=sum(Fields!kgPeso.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox9">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>White</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#### kW</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>8</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=sum(Fields!kwConsumo.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.63492cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Footer>
|
||||
</TableGroup>
|
||||
</TableGroups>
|
||||
<Width>28.53572cm</Width>
|
||||
<Details>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox3">
|
||||
<rd:DefaultName>textbox3</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>White</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>7</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>
|
||||
</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="nomeMacchina">
|
||||
<rd:DefaultName>nomeMacchina</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>White</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>6</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!nomeMacchina.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="codMacchina">
|
||||
<rd:DefaultName>codMacchina</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>White</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>5</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!codMacchina.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="matricola">
|
||||
<rd:DefaultName>matricola</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>White</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>500</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>4</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!matricola.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="modello">
|
||||
<rd:DefaultName>modello</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>White</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>500</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>3</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!modello.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="anno">
|
||||
<rd:DefaultName>anno</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>White</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>500</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>2</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!anno.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="kgPeso">
|
||||
<rd:DefaultName>kgPeso</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>White</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>500</FontWeight>
|
||||
<Format>#### kg</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>1</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!kgPeso.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="kwConsumo">
|
||||
<rd:DefaultName>kwConsumo</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>White</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>500</FontWeight>
|
||||
<Format>#### kW</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!kwConsumo.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.53333cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Details>
|
||||
<Header>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox2">
|
||||
<rd:DefaultName>textbox2</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>DimGray</Color>
|
||||
<BackgroundColor>Gainsboro</BackgroundColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>11pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>29</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Reparto</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox4">
|
||||
<rd:DefaultName>textbox4</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>DimGray</Color>
|
||||
<BackgroundColor>Gainsboro</BackgroundColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>11pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>28</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Macchina</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox6">
|
||||
<rd:DefaultName>textbox6</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>DimGray</Color>
|
||||
<BackgroundColor>Gainsboro</BackgroundColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>11pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>27</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>cod Macchina</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox8">
|
||||
<rd:DefaultName>textbox8</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>DimGray</Color>
|
||||
<BackgroundColor>Gainsboro</BackgroundColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>11pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>26</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>matricola</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox10">
|
||||
<rd:DefaultName>textbox10</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>DimGray</Color>
|
||||
<BackgroundColor>Gainsboro</BackgroundColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>11pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>25</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>modello</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox12">
|
||||
<rd:DefaultName>textbox12</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>DimGray</Color>
|
||||
<BackgroundColor>Gainsboro</BackgroundColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>11pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>24</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>anno</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox14">
|
||||
<rd:DefaultName>textbox14</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>DimGray</Color>
|
||||
<BackgroundColor>Gainsboro</BackgroundColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>23</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Peso</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox16">
|
||||
<rd:DefaultName>textbox16</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>DimGray</Color>
|
||||
<BackgroundColor>Gainsboro</BackgroundColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>22</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Cons.</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.5cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
<RepeatOnNewPage>true</RepeatOnNewPage>
|
||||
</Header>
|
||||
<TableColumns>
|
||||
<TableColumn>
|
||||
<Width>2.5cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>11.0582cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>3.30291cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.25cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>4.77646cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>1.5cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>1.45503cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>1.69312cm</Width>
|
||||
</TableColumn>
|
||||
</TableColumns>
|
||||
</Table>
|
||||
</ReportItems>
|
||||
<Height>3.55475cm</Height>
|
||||
</Body>
|
||||
<Language>en-US</Language>
|
||||
<PageFooter>
|
||||
<PrintOnFirstPage>true</PrintOnFirstPage>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox5">
|
||||
<Top>0.05754cm</Top>
|
||||
<Width>17.67196cm</Width>
|
||||
<Style>
|
||||
<FontStyle>Italic</FontStyle>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>3</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>5.70238cm</Left>
|
||||
<Value>Somaschini SPA - SteamWare © 2006-2011</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox61">
|
||||
<Top>0.05754cm</Top>
|
||||
<Width>1.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>2</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>24cm</Left>
|
||||
<Value>Pagina</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox63">
|
||||
<Top>0.05754cm</Top>
|
||||
<Width>2.5cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>1</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>25.5cm</Left>
|
||||
<Value>=Globals.PageNumber & " di " & Globals.TotalPages</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox60">
|
||||
<Top>0.05754cm</Top>
|
||||
<Width>5.25cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>= " data " & Format(Globals.ExecutionTime, "yyyy-MM-dd, HH:mm")</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
<Height>0.53373cm</Height>
|
||||
<PrintOnLastPage>true</PrintOnLastPage>
|
||||
</PageFooter>
|
||||
<TopMargin>0.2cm</TopMargin>
|
||||
<PageHeight>21cm</PageHeight>
|
||||
</Report>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,971 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
|
||||
<DataSources>
|
||||
<DataSource Name="WebGim">
|
||||
<rd:DataSourceID>a89e8338-493e-433b-b479-316efbad0009</rd:DataSourceID>
|
||||
<DataSourceReference>WebGim</DataSourceReference>
|
||||
</DataSource>
|
||||
</DataSources>
|
||||
<InteractiveHeight>11in</InteractiveHeight>
|
||||
<ReportParameters>
|
||||
<ReportParameter Name="OreTotali">
|
||||
<DataType>Float</DataType>
|
||||
<AllowBlank>true</AllowBlank>
|
||||
<Prompt>OreTotali</Prompt>
|
||||
</ReportParameter>
|
||||
</ReportParameters>
|
||||
<rd:DrawGrid>true</rd:DrawGrid>
|
||||
<InteractiveWidth>8.5in</InteractiveWidth>
|
||||
<rd:GridSpacing>0.25cm</rd:GridSpacing>
|
||||
<rd:SnapToGrid>true</rd:SnapToGrid>
|
||||
<RightMargin>0.2cm</RightMargin>
|
||||
<LeftMargin>0.2cm</LeftMargin>
|
||||
<PageHeader>
|
||||
<PrintOnFirstPage>true</PrintOnFirstPage>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox29">
|
||||
<Width>20.25cm</Width>
|
||||
<Style>
|
||||
<FontStyle>Italic</FontStyle>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Report MTBF MTTR</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
<Height>0.4762cm</Height>
|
||||
<PrintOnLastPage>true</PrintOnLastPage>
|
||||
</PageHeader>
|
||||
<BottomMargin>0.2cm</BottomMargin>
|
||||
<rd:ReportID>0aad9ce8-d201-4dde-aa78-0d9db3569b39</rd:ReportID>
|
||||
<PageWidth>21cm</PageWidth>
|
||||
<DataSets>
|
||||
<DataSet Name="WebGim">
|
||||
<Fields>
|
||||
<Field Name="numInterventi">
|
||||
<DataField>numInterventi</DataField>
|
||||
<rd:TypeName>System.Int32</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="totOreMtz">
|
||||
<DataField>totOreMtz</DataField>
|
||||
<rd:TypeName>System.Int32</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="totOreOfficina">
|
||||
<DataField>totOreOfficina</DataField>
|
||||
<rd:TypeName>System.Int32</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="codImpianto">
|
||||
<DataField>codImpianto</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="codMacchina">
|
||||
<DataField>codMacchina</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="nomeImpianto">
|
||||
<DataField>nomeImpianto</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="nomeMacchina">
|
||||
<DataField>nomeMacchina</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
</Fields>
|
||||
<Query>
|
||||
<DataSourceName>WebGim</DataSourceName>
|
||||
<CommandText>select * from v_datiMTBFMTTR</CommandText>
|
||||
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
|
||||
</Query>
|
||||
</DataSet>
|
||||
</DataSets>
|
||||
<Code />
|
||||
<Width>20.5cm</Width>
|
||||
<Body>
|
||||
<ColumnSpacing>1cm</ColumnSpacing>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox37">
|
||||
<CanShrink>true</CanShrink>
|
||||
<Top>2.5cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>10</ZIndex>
|
||||
<Left>10.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>MTTR_off</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox36">
|
||||
<Top>3cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>9</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>10.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>riferito al tempo di fermata complessiva della macchina (impianto)</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox35">
|
||||
<Top>3cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>8</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>riferito al tempo di pura riparazione della macchina (impianto)
|
||||
</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox34">
|
||||
<Top>1.75cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>7</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>10.25cm</Left>
|
||||
<Height>0.75cm</Height>
|
||||
<Value>(Tempo medio di riparazione) Durata media di un intervento di riparazione alla macchina (impianto)
|
||||
</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox33">
|
||||
<Top>1.75cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>6</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.25cm</Left>
|
||||
<Height>0.75cm</Height>
|
||||
<Value>(Tempo medio di guasto) Ore che intercorrono mediamente tra due guasti alla macchina (impianto)
|
||||
</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox32">
|
||||
<Top>2.5cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>5</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>MTTR_man</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox31">
|
||||
<Top>1.25cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>4</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>10.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>MTTR (Mean Time To Repair)
|
||||
</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox30">
|
||||
<rd:DefaultName>textbox30</rd:DefaultName>
|
||||
<Top>1.25cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>3</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>MTBF (Mean Time Before Failure)</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox1">
|
||||
<rd:DefaultName>textbox1</rd:DefaultName>
|
||||
<Width>20.31746cm</Width>
|
||||
<Style>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>20pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>2</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Height>0.91429cm</Height>
|
||||
<Value>Report MTBF MTTR</Value>
|
||||
</Textbox>
|
||||
<Table Name="table1">
|
||||
<ZIndex>1</ZIndex>
|
||||
<DataSetName>WebGim</DataSetName>
|
||||
<Top>4cm</Top>
|
||||
<TableGroups>
|
||||
<TableGroup>
|
||||
<Grouping Name="table1_nomeImpianto">
|
||||
<GroupExpressions>
|
||||
<GroupExpression>=Fields!nomeImpianto.Value</GroupExpression>
|
||||
</GroupExpressions>
|
||||
</Grouping>
|
||||
<Sorting>
|
||||
<SortBy>
|
||||
<SortExpression>=Fields!nomeImpianto.Value</SortExpression>
|
||||
<Direction>Ascending</Direction>
|
||||
</SortBy>
|
||||
</Sorting>
|
||||
<Header>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ColSpan>4</ColSpan>
|
||||
<ReportItems>
|
||||
<Textbox Name="nomeImpianto">
|
||||
<rd:DefaultName>nomeImpianto</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>26</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Fields!nomeImpianto.Value)&" "&(Fields!codImpianto.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox15">
|
||||
<rd:DefaultName>textbox15</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>25</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Num. Int. </Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox11">
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>11pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>24</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>MTBF</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox13">
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>11pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>23</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>MTTR_man</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox14">
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>11pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>22</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>MTTR_off</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.5cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Header>
|
||||
<Footer>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox21">
|
||||
<rd:DefaultName>textbox21</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>13</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox22">
|
||||
<rd:DefaultName>textbox22</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>12</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox23">
|
||||
<rd:DefaultName>textbox23</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>11</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox24">
|
||||
<rd:DefaultName>textbox24</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>10</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Tot :</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox25">
|
||||
<rd:DefaultName>textbox25</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>9</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Sum(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox26">
|
||||
<rd:DefaultName>textbox26</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>8</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Parameters!OreTotali.Value)/Sum(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox27">
|
||||
<rd:DefaultName>textbox27</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>7</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=sum(Fields!totOreMtz.Value)/sum(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox28">
|
||||
<rd:DefaultName>textbox28</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>6</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=sum(Fields!totOreOfficina.Value)/sum(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.63492cm</Height>
|
||||
</TableRow>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox2">
|
||||
<rd:DefaultName>textbox2</rd:DefaultName>
|
||||
<Style>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>21</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox4">
|
||||
<rd:DefaultName>textbox4</rd:DefaultName>
|
||||
<Style>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>20</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox6">
|
||||
<rd:DefaultName>textbox6</rd:DefaultName>
|
||||
<Style>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>19</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox7">
|
||||
<rd:DefaultName>textbox7</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>18</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox8">
|
||||
<rd:DefaultName>textbox8</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>17</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox9">
|
||||
<rd:DefaultName>textbox9</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>16</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox10">
|
||||
<rd:DefaultName>textbox10</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>15</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox12">
|
||||
<rd:DefaultName>textbox12</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>14</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.63492cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Footer>
|
||||
</TableGroup>
|
||||
</TableGroups>
|
||||
<Width>20.05716cm</Width>
|
||||
<Details>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ColSpan>3</ColSpan>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox5">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>5</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Fields!nomeMacchina.Value)&" "&(Fields!codMacchina.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox16">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>4</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox17">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>3</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!numInterventi.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox18">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>2</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Parameters!OreTotali.Value)/Fields!numInterventi.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox19">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>1</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Fields!totOreMtz.Value)/(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox20">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Fields!totOreOfficina.Value)/(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.55588cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Details>
|
||||
<TableColumns>
|
||||
<TableColumn>
|
||||
<Width>2.75737cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.75737cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.75737cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>1.25cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.25cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.75737cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.75737cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.77031cm</Width>
|
||||
</TableColumn>
|
||||
</TableColumns>
|
||||
<Height>2.32572cm</Height>
|
||||
</Table>
|
||||
<Rectangle Name="rectangle1">
|
||||
<Left>0.25cm</Left>
|
||||
<Top>1.25cm</Top>
|
||||
<Width>19.7619cm</Width>
|
||||
<Style>
|
||||
<BorderStyle>
|
||||
<Default>Solid</Default>
|
||||
</BorderStyle>
|
||||
</Style>
|
||||
<Height>2.5cm</Height>
|
||||
</Rectangle>
|
||||
</ReportItems>
|
||||
<Height>6.82572cm</Height>
|
||||
</Body>
|
||||
<Language>en-US</Language>
|
||||
<PageFooter>
|
||||
<PrintOnFirstPage>true</PrintOnFirstPage>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox3">
|
||||
<Top>0.1369cm</Top>
|
||||
<Width>10.54762cm</Width>
|
||||
<Style>
|
||||
<FontStyle>Italic</FontStyle>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>3</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>5.03373cm</Left>
|
||||
<Height>0.4762cm</Height>
|
||||
<Value>Somaschini SPA - SteamWare © 2006-2011</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox61">
|
||||
<Top>0.1369cm</Top>
|
||||
<Width>1.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>2</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>16.03373cm</Left>
|
||||
<Height>0.4762cm</Height>
|
||||
<Value>Pagina</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox63">
|
||||
<Top>0.1369cm</Top>
|
||||
<Width>2.5cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>1</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>17.53373cm</Left>
|
||||
<Height>0.4762cm</Height>
|
||||
<Value>=Globals.PageNumber & " di " & Globals.TotalPages</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox60">
|
||||
<Top>0.1369cm</Top>
|
||||
<Width>4.5cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.28373cm</Left>
|
||||
<Height>0.4762cm</Height>
|
||||
<Value>= " data " & Format(Globals.ExecutionTime, "yyyy-MM-dd, HH:mm")</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
<Height>0.75cm</Height>
|
||||
<PrintOnLastPage>true</PrintOnLastPage>
|
||||
</PageFooter>
|
||||
<TopMargin>0.2cm</TopMargin>
|
||||
<PageHeight>29.7cm</PageHeight>
|
||||
</Report>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -104,14 +104,14 @@
|
||||
<add key="welcomeApp" value="GIM_welcomeApp" />
|
||||
<add key="appName" value="GIM" />
|
||||
<add key="mainRev" value="1.3" />
|
||||
<add key="minRev" value="227q" />
|
||||
<add key="minRev" value="227u" />
|
||||
<add key="copyRight" value="SteamWare © 2006" />
|
||||
<add key="defaultApp" value="GIM_Appl" />
|
||||
<add key="defaultTitle" value="GIM_ShortWelcome" />
|
||||
<add key="defaultBody" value="GIM_LongWelcome" />
|
||||
<add key="_adminEmail" value="info@steamware.net" />
|
||||
<add key="exportFormat1" value="./ExportPdf.aspx?tipo={0}" />
|
||||
<add key="exportFormat2" value="./ExportPdf.aspx?tipo={0}&idx={1}" />
|
||||
<add key="exportFormat2" value="../ExportPdf.aspx?tipo={0}&idx={1}" />
|
||||
<add key="exportFormat3" value="./ExportPdf.aspx?tipo={0}&inizio={1}&fine={2}&username={3}" />
|
||||
<add key="_smtpCli" value="localhost" />
|
||||
<add key="echoLemmi" value="false" />
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
<head id="Head1" runat="server">
|
||||
<title></title>
|
||||
<link href="~/Style.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="icon" href="images/favicon.png" type="image/png" />
|
||||
<link rel="shortcut icon" href="images/favicon.png" type="image/png" />
|
||||
<link rel="icon" href="favicon.png" type="image/png" />
|
||||
<link rel="shortcut icon" href="favicon.png" type="image/png" />
|
||||
</head>
|
||||
<body class="body">
|
||||
<form id="form1" runat="server">
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
<head id="Head1" runat="server">
|
||||
<title></title>
|
||||
<link href="~/Style.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="icon" href="images/favicon.png" type="image/png" />
|
||||
<link rel="shortcut icon" href="images/favicon.png" type="image/png" />
|
||||
<link rel="icon" href="favicon.png" type="image/png" />
|
||||
<link rel="shortcut icon" href="favicon.png" type="image/png" />
|
||||
</head>
|
||||
<body class="body">
|
||||
<form id="form1" runat="server">
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<head id="Head1" runat="server">
|
||||
<title></title>
|
||||
<link href="~/Style.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="icon" href="images/favicon.png" type="image/png" />
|
||||
<link rel="shortcut icon" href="images/favicon.png" type="image/png" />
|
||||
<link rel="icon" href="favicon.png" type="image/png" />
|
||||
<link rel="shortcut icon" href="favicon.png" type="image/png" />
|
||||
</head>
|
||||
<body class="body">
|
||||
<form id="form1" runat="server">
|
||||
|
||||
+1
-2
@@ -1,10 +1,9 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
<head runat="server">
|
||||
<title>Simplepage</title>
|
||||
<link href="../Style.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="icon" href="images/favicon.png" type="image/png" />
|
||||
<link rel="shortcut icon" href="images/favicon.png" type="image/png" />
|
||||
<link rel="icon" href="favicon.png" type="image/png" />
|
||||
<link rel="shortcut icon" href="favicon.png" type="image/png" />
|
||||
</head>
|
||||
<body class="body">
|
||||
<form id="form1" runat="server">
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
<head id="Head1" runat="server">
|
||||
<title>SimplePage</title>
|
||||
<link href="~/Style.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="icon" href="images/favicon.png" type="image/png" />
|
||||
<link rel="shortcut icon" href="images/favicon.png" type="image/png" />
|
||||
<link rel="icon" href="favicon.png" type="image/png" />
|
||||
<link rel="shortcut icon" href="favicon.png" type="image/png" />
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server" method="post" enctype="multipart/form-data">
|
||||
|
||||
+1
-2
@@ -1,10 +1,9 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
<head runat="server">
|
||||
<title></title>
|
||||
<link href="~/Style.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="icon" href="images/favicon.png" type="image/png" />
|
||||
<link rel="shortcut icon" href="images/favicon.png" type="image/png" />
|
||||
<link rel="icon" href="favicon.png" type="image/png" />
|
||||
<link rel="shortcut icon" href="favicon.png" type="image/png" />
|
||||
</head>
|
||||
<body class="body">
|
||||
<form id="form1" runat="server">
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,54 +1,51 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_login" Codebehind="mod_login.ascx.cs" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_login" CodeBehind="mod_login.ascx.cs" %>
|
||||
<asp:Panel ID="pnlForceUser" runat="server">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td colspan="2" class="chPwdTitle">
|
||||
<asp:Label runat="server" ID="lblTitolo"></asp:Label>
|
||||
<td class="chPwdTitle">
|
||||
<asp:Label runat="server" ID="lblTitolo" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="smallTable">
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Label CssClass="chPwdTxt" runat="server" ID="lblPwd"></asp:Label>
|
||||
</td>
|
||||
<td>
|
||||
<asp:TextBox runat="server" ID="authKey" TextMode="Password" Width="210px"></asp:TextBox>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Label CssClass="chPwdTxt" runat="server" ID="lblDominio"></asp:Label>
|
||||
</td>
|
||||
<td>
|
||||
<asp:TextBox runat="server" ID="dominio" Width="210px"></asp:TextBox>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Label CssClass="chPwdTxt" runat="server" ID="lblUser"></asp:Label>
|
||||
</td>
|
||||
<td>
|
||||
<asp:TextBox runat="server" ID="user" Width="210px"></asp:TextBox>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<asp:Button Width="100%" runat="server" ID="btnOk" CommandName="ok" CommandArgument="ok"
|
||||
<div style="margin: auto; text-align: center; width: 300px">
|
||||
<div class="clearDiv" style="margin: auto; text-align: center; width: 100%;">
|
||||
<div class="divSx">
|
||||
<asp:Label CssClass="chPwdTxt" runat="server" ID="lblPwd" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:TextBox runat="server" ID="authKey" TextMode="Password" Width="210px" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<div class="divSx">
|
||||
<asp:Label CssClass="chPwdTxt" runat="server" ID="lblDominio" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:TextBox runat="server" ID="dominio" Width="210px" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<div class="divSx">
|
||||
<asp:Label CssClass="chPwdTxt" runat="server" ID="lblUser" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:TextBox runat="server" ID="user" Width="210px" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<div class="divSx">
|
||||
<asp:Button Width="300px" runat="server" ID="btnOk" CommandName="ok" CommandArgument="ok"
|
||||
OnClick="btnOk_Click"></asp:Button>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:Panel>
|
||||
<table class="smallTable">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<asp:Label CssClass="chPwdTxt" ID="lblMessage" runat="server"></asp:Label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<asp:HyperLink ID="HypLinkSSO" runat="server" NavigateUrl="~/login.aspx" Text="Single-Sign-On Login"></asp:HyperLink>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<div class="smallTable" style="margin: auto; text-align: center; width: 300px">
|
||||
<div class="clearDiv">
|
||||
<asp:Label CssClass="chPwdTxt" ID="lblMessage" runat="server" />
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<asp:HyperLink ID="HypLinkSSO" runat="server" NavigateUrl="~/login.aspx" Text="Single-Sign-On Login" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -42,11 +42,11 @@ public partial class mod_login : ApplicationUserControl
|
||||
|
||||
protected override void traduciObj()
|
||||
{
|
||||
lblPwd.Text = user_std.UtSn.Traduci("lblPwd");
|
||||
lblUser.Text = user_std.UtSn.Traduci("lblUser");
|
||||
lblDominio.Text = user_std.UtSn.Traduci("lblDominio");
|
||||
lblTitolo.Text = user_std.UtSn.Traduci("ForzaUtente");
|
||||
btnOk.Text = user_std.UtSn.Traduci("btnCommit");
|
||||
lblPwd.Text = user_std.UtSn.TraduciEn("lblPwd");
|
||||
lblUser.Text = user_std.UtSn.TraduciEn("lblUser");
|
||||
lblDominio.Text = user_std.UtSn.TraduciEn("lblDominio");
|
||||
lblTitolo.Text = user_std.UtSn.TraduciEn("ForzaUtente");
|
||||
btnOk.Text = user_std.UtSn.TraduciEn("btnCommit");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 273 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user