Merge branch 'develop'

This commit is contained in:
Samuele E. Locatelli
2015-02-04 19:29:29 +01:00
1962 changed files with 329468 additions and 607 deletions
Binary file not shown.
+137 -55
View File
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34003
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -3321,6 +3321,8 @@ namespace GIM_data {
private global::System.Data.DataColumn columndescrCausale;
private global::System.Data.DataColumn columnisFermoSiNo;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public v_intervExpDataTable() {
@@ -3586,6 +3588,14 @@ namespace GIM_data {
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn isFermoSiNoColumn {
get {
return this.columnisFermoSiNo;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
@@ -3651,7 +3661,8 @@ namespace GIM_data {
string codMacchina,
string nomeMacchina,
string DescrStato,
string descrCausale) {
string descrCausale,
string isFermoSiNo) {
v_intervExpRow rowv_intervExpRow = ((v_intervExpRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
null,
@@ -3682,7 +3693,8 @@ namespace GIM_data {
codMacchina,
nomeMacchina,
DescrStato,
descrCausale};
descrCausale,
isFermoSiNo};
if ((parentAnagAmbitoGuastoRowByFK_InterventiMtz_AnagAmbitoGuasto != null)) {
columnValuesArray[6] = parentAnagAmbitoGuastoRowByFK_InterventiMtz_AnagAmbitoGuasto[0];
}
@@ -3753,6 +3765,7 @@ namespace GIM_data {
this.columnnomeMacchina = base.Columns["nomeMacchina"];
this.columnDescrStato = base.Columns["DescrStato"];
this.columndescrCausale = base.Columns["descrCausale"];
this.columnisFermoSiNo = base.Columns["isFermoSiNo"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -3816,6 +3829,8 @@ namespace GIM_data {
base.Columns.Add(this.columnDescrStato);
this.columndescrCausale = new global::System.Data.DataColumn("descrCausale", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndescrCausale);
this.columnisFermoSiNo = new global::System.Data.DataColumn("isFermoSiNo", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnisFermoSiNo);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnnumIntMtz}, true));
this.columnnumIntMtz.AutoIncrement = true;
@@ -3850,6 +3865,8 @@ namespace GIM_data {
this.columnnomeMacchina.MaxLength = 250;
this.columnDescrStato.MaxLength = 50;
this.columndescrCausale.MaxLength = 50;
this.columnisFermoSiNo.ReadOnly = true;
this.columnisFermoSiNo.MaxLength = 2;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -9434,6 +9451,22 @@ namespace GIM_data {
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string isFermoSiNo {
get {
try {
return ((string)(this[this.tablev_intervExp.isFermoSiNoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'isFermoSiNo\' in table \'v_intervExp\' is DBNull.", e);
}
}
set {
this[this.tablev_intervExp.isFermoSiNoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public AnagAmbitoGuastoRow AnagAmbitoGuastoRow {
@@ -9646,6 +9679,18 @@ namespace GIM_data {
this[this.tablev_intervExp.descrCausaleColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsisFermoSiNoNull() {
return this.IsNull(this.tablev_intervExp.isFermoSiNoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetisFermoSiNoNull() {
this[this.tablev_intervExp.isFermoSiNoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public InterventoOpMtzRow[] GetInterventoOpMtzRows() {
@@ -14723,6 +14768,7 @@ namespace GIM_data.DS_applicazioneTableAdapters {
tableMapping.ColumnMappings.Add("nomeMacchina", "nomeMacchina");
tableMapping.ColumnMappings.Add("DescrStato", "DescrStato");
tableMapping.ColumnMappings.Add("descrCausale", "descrCausale");
tableMapping.ColumnMappings.Add("isFermoSiNo", "isFermoSiNo");
this._adapter.TableMappings.Add(tableMapping);
}
@@ -14736,82 +14782,78 @@ namespace GIM_data.DS_applicazioneTableAdapters {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[10];
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[11];
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT numIntMtz, richiesta, dataLav, turnoLav, matr, guasto, idxAmbito, descrAmbitoGuasto, idxPriorita, descrPriorita, isFermo, idxTipo, descrTipo, idxImpianto,
codImpianto, nomeImpianto, idxMacchina, codMacchina, nomeMacchina, descrizione, idxStato, DescrStato, presaInCarico, inizioIntervento, fineIntervento,
descrizioneIntervento, isPreventivabile, idxCausale, descrCausale
FROM v_intervExp
this._commandCollection[0].CommandText = @"SELECT numIntMtz, richiesta, dataLav, turnoLav, matr, guasto, idxAmbito, descrAmbitoGuasto, idxPriorita, descrPriorita, isFermo, idxTipo, descrTipo, idxImpianto, codImpianto, nomeImpianto, idxMacchina, codMacchina,
nomeMacchina, descrizione, idxStato, DescrStato, presaInCarico, inizioIntervento, fineIntervento, descrizioneIntervento, isPreventivabile, idxCausale, descrCausale, isFermoSiNo
FROM v_intervExp
ORDER BY numIntMtz DESC";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[1].Connection = this.Connection;
this._commandCollection[1].CommandText = @"SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (numIntMtz = @numIntMtz)";
this._commandCollection[1].CommandText = @"SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isFermoSiNo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (numIntMtz = @numIntMtz)";
this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numIntMtz", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "numIntMtz", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[2].Connection = this.Connection;
this._commandCollection[2].CommandText = @"SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (idxCausale = @idxCausale)";
this._commandCollection[2].CommandText = @"SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isFermoSiNo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (idxCausale = @idxCausale)";
this._commandCollection[2].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxCausale", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idxCausale", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[3].Connection = this.Connection;
this._commandCollection[3].CommandText = @"SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (idxImpianto = @idxImpianto) ORDER BY numIntMtz DESC";
this._commandCollection[3].CommandText = @"SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isFermoSiNo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (idxImpianto = @idxImpianto) ORDER BY numIntMtz DESC";
this._commandCollection[3].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxImpianto", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idxImpianto", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[4].Connection = this.Connection;
this._commandCollection[4].CommandText = @"SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (idxMacchina = @idxMacchina) ORDER BY numIntMtz DESC";
this._commandCollection[4].CommandText = @"SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isFermoSiNo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (idxMacchina = @idxMacchina) ORDER BY numIntMtz DESC";
this._commandCollection[4].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxMacchina", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idxMacchina", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[5] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[5].Connection = this.Connection;
this._commandCollection[5].CommandText = @"SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (richiesta BETWEEN @inizio AND @fine) ORDER BY numIntMtz DESC";
this._commandCollection[5].CommandText = @"SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isFermoSiNo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (richiesta BETWEEN @inizio AND @fine) ORDER BY numIntMtz DESC";
this._commandCollection[5].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@inizio", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "richiesta", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@fine", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "richiesta", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[6].Connection = this.Connection;
this._commandCollection[6].CommandText = "dbo.sp_insRichiesta";
this._commandCollection[6].CommandText = "dbo.stp_vie_getByPeriodoSearch";
this._commandCollection[6].CommandType = global::System.Data.CommandType.StoredProcedure;
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@richiesta", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dataLav", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@turnoLav", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@matr", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@guasto", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxAmbito", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxPriorita", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isFermo", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxTipo", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxImpianto", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxMacchina", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@descrizione", global::System.Data.SqlDbType.VarChar, 2500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxCausale", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@scheduled", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numIntMtz", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.InputOutput, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@inizio", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@fine", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@search", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[7].Connection = this.Connection;
this._commandCollection[7].CommandText = "dbo.sp_setPresaInCarico";
this._commandCollection[7].CommandText = "dbo.sp_insRichiesta";
this._commandCollection[7].CommandType = global::System.Data.CommandType.StoredProcedure;
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numIntMtz", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxStatoNew", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.InputOutput, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@richiesta", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dataLav", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@turnoLav", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@matr", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@guasto", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxAmbito", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxPriorita", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isFermo", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxTipo", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxImpianto", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxMacchina", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@descrizione", global::System.Data.SqlDbType.VarChar, 2500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxCausale", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@scheduled", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numIntMtz", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.InputOutput, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[8] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[8].Connection = this.Connection;
this._commandCollection[8].CommandText = "dbo.sp_updateIntervento";
this._commandCollection[8].CommandText = "dbo.sp_setPresaInCarico";
this._commandCollection[8].CommandType = global::System.Data.CommandType.StoredProcedure;
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_numIntMtz", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxStato", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@inizioIntervento", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@fineIntervento", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isPreventivabile", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@descrizioneIntervento", global::System.Data.SqlDbType.NVarChar, 2500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numIntMtz", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxStatoNew", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.InputOutput, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[9] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[9].Connection = this.Connection;
this._commandCollection[9].CommandText = "dbo.sp_updateInterventoFull";
this._commandCollection[9].CommandText = "dbo.sp_updateIntervento";
this._commandCollection[9].CommandType = global::System.Data.CommandType.StoredProcedure;
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_numIntMtz", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
@@ -14820,17 +14862,28 @@ ORDER BY numIntMtz DESC";
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@fineIntervento", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isPreventivabile", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@descrizioneIntervento", global::System.Data.SqlDbType.NVarChar, 2500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@matr", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@guasto", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isFermo", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxImpianto", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxMacchina", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxAmbito", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxPriorita", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@descrizione", global::System.Data.SqlDbType.NVarChar, 2500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxTipo", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxCausale", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@presaInCarico", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[10].Connection = this.Connection;
this._commandCollection[10].CommandText = "dbo.sp_updateInterventoFull";
this._commandCollection[10].CommandType = global::System.Data.CommandType.StoredProcedure;
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_numIntMtz", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxStato", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@inizioIntervento", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@fineIntervento", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isPreventivabile", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@descrizioneIntervento", global::System.Data.SqlDbType.NVarChar, 2500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@matr", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@guasto", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isFermo", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxImpianto", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxMacchina", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxAmbito", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxPriorita", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@descrizione", global::System.Data.SqlDbType.NVarChar, 2500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxTipo", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxCausale", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@presaInCarico", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -14923,11 +14976,40 @@ ORDER BY numIntMtz DESC";
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
public virtual DS_applicazione.v_intervExpDataTable getByPeriodoSearch(global::System.Nullable<global::System.DateTime> inizio, global::System.Nullable<global::System.DateTime> fine, string search) {
this.Adapter.SelectCommand = this.CommandCollection[6];
if ((inizio.HasValue == true)) {
this.Adapter.SelectCommand.Parameters[1].Value = ((System.DateTime)(inizio.Value));
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
}
if ((fine.HasValue == true)) {
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(fine.Value));
}
else {
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
}
if ((search == null)) {
this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[3].Value = ((string)(search));
}
DS_applicazione.v_intervExpDataTable dataTable = new DS_applicazione.v_intervExpDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual object sp_insRichiesta(global::System.Nullable<global::System.DateTime> richiesta, global::System.Nullable<global::System.DateTime> dataLav, global::System.Nullable<int> turnoLav, string matr, global::System.Nullable<global::System.DateTime> guasto, global::System.Nullable<int> idxAmbito, global::System.Nullable<int> idxPriorita, global::System.Nullable<bool> isFermo, global::System.Nullable<int> idxTipo, global::System.Nullable<int> idxImpianto, global::System.Nullable<int> idxMacchina, string descrizione, global::System.Nullable<int> idxCausale, global::System.Nullable<bool> scheduled, ref global::System.Nullable<int> numIntMtz) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[6];
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[7];
if ((richiesta.HasValue == true)) {
command.Parameters[1].Value = ((System.DateTime)(richiesta.Value));
}
@@ -15052,7 +15134,7 @@ ORDER BY numIntMtz DESC";
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual object sp_setPresaInCarico(global::System.Nullable<int> numIntMtz, ref global::System.Nullable<int> idxStatoNew) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[7];
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[8];
if ((numIntMtz.HasValue == true)) {
command.Parameters[1].Value = ((int)(numIntMtz.Value));
}
@@ -15099,7 +15181,7 @@ ORDER BY numIntMtz DESC";
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int sp_updateIntervento(global::System.Nullable<int> Original_numIntMtz, global::System.Nullable<int> idxStato, global::System.Nullable<global::System.DateTime> inizioIntervento, global::System.Nullable<global::System.DateTime> fineIntervento, global::System.Nullable<bool> isPreventivabile, string descrizioneIntervento) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[8];
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[9];
if ((Original_numIntMtz.HasValue == true)) {
command.Parameters[1].Value = ((int)(Original_numIntMtz.Value));
}
@@ -15174,7 +15256,7 @@ ORDER BY numIntMtz DESC";
global::System.Nullable<int> idxTipo,
global::System.Nullable<int> idxCausale,
global::System.Nullable<global::System.DateTime> presaInCarico) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[9];
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[10];
if ((Original_numIntMtz.HasValue == true)) {
command.Parameters[1].Value = ((int)(Original_numIntMtz.Value));
}
+29 -9
View File
@@ -545,10 +545,9 @@ ORDER BY nomeFamMacch</CommandText>
<DbSource ConnectionRef="GIMConnectionString (Web.config)" DbObjectName="GIM.dbo.v_intervExp" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT numIntMtz, richiesta, dataLav, turnoLav, matr, guasto, idxAmbito, descrAmbitoGuasto, idxPriorita, descrPriorita, isFermo, idxTipo, descrTipo, idxImpianto,
codImpianto, nomeImpianto, idxMacchina, codMacchina, nomeMacchina, descrizione, idxStato, DescrStato, presaInCarico, inizioIntervento, fineIntervento,
descrizioneIntervento, isPreventivabile, idxCausale, descrCausale
FROM v_intervExp
<CommandText>SELECT numIntMtz, richiesta, dataLav, turnoLav, matr, guasto, idxAmbito, descrAmbitoGuasto, idxPriorita, descrPriorita, isFermo, idxTipo, descrTipo, idxImpianto, codImpianto, nomeImpianto, idxMacchina, codMacchina,
nomeMacchina, descrizione, idxStato, DescrStato, presaInCarico, inizioIntervento, fineIntervento, descrizioneIntervento, isPreventivabile, idxCausale, descrCausale, isFermoSiNo
FROM v_intervExp
ORDER BY numIntMtz DESC</CommandText>
<Parameters />
</DbCommand>
@@ -585,12 +584,13 @@ ORDER BY numIntMtz DESC</CommandText>
<Mapping SourceColumn="nomeMacchina" DataSetColumn="nomeMacchina" />
<Mapping SourceColumn="DescrStato" DataSetColumn="DescrStato" />
<Mapping SourceColumn="descrCausale" DataSetColumn="descrCausale" />
<Mapping SourceColumn="isFermoSiNo" DataSetColumn="isFermoSiNo" />
</Mappings>
<Sources>
<DbSource ConnectionRef="GIMConnectionString (Web.config)" DbObjectName="GIM.dbo.v_intervExp" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByIdx" GetMethodModifier="Public" GetMethodName="getByIdx" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByIdx" UserSourceName="getByIdx">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (numIntMtz = @numIntMtz)</CommandText>
<CommandText>SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isFermoSiNo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (numIntMtz = @numIntMtz)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="numIntMtz" ColumnName="numIntMtz" DataSourceName="GIM.dbo.v_intervExp" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@numIntMtz" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="numIntMtz" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
@@ -600,7 +600,7 @@ ORDER BY numIntMtz DESC</CommandText>
<DbSource ConnectionRef="GIMConnectionString (Web.config)" DbObjectName="GIM.dbo.v_intervExp" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByIdxCausale" GetMethodModifier="Public" GetMethodName="getByIdxCausale" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByIdxCausale" UserSourceName="getByIdxCausale">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (idxCausale = @idxCausale)</CommandText>
<CommandText>SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isFermoSiNo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (idxCausale = @idxCausale)</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="idxCausale" ColumnName="idxCausale" DataSourceName="GIM.dbo.v_intervExp" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idxCausale" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idxCausale" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
@@ -610,7 +610,7 @@ ORDER BY numIntMtz DESC</CommandText>
<DbSource ConnectionRef="GIMConnectionString (Web.config)" DbObjectName="GIM.dbo.v_intervExp" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByIdxImpianto" GeneratorSourceName="FillBy" GetMethodModifier="Public" GetMethodName="getByIdxImpianto" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByIdxImpianto" UserSourceName="getByIdxImpianto">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (idxImpianto = @idxImpianto) ORDER BY numIntMtz DESC</CommandText>
<CommandText>SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isFermoSiNo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (idxImpianto = @idxImpianto) ORDER BY numIntMtz DESC</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="idxImpianto" ColumnName="idxImpianto" DataSourceName="GIM.dbo.v_intervExp" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idxImpianto" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idxImpianto" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
@@ -620,7 +620,7 @@ ORDER BY numIntMtz DESC</CommandText>
<DbSource ConnectionRef="GIMConnectionString (Web.config)" DbObjectName="GIM.dbo.v_intervExp" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByIdxMacchina" GetMethodModifier="Public" GetMethodName="getByIdxMacchina" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByIdxMacchina" UserSourceName="getByIdxMacchina">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (idxMacchina = @idxMacchina) ORDER BY numIntMtz DESC</CommandText>
<CommandText>SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isFermoSiNo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (idxMacchina = @idxMacchina) ORDER BY numIntMtz DESC</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="idxMacchina" ColumnName="idxMacchina" DataSourceName="GIM.dbo.v_intervExp" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idxMacchina" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idxMacchina" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
@@ -630,7 +630,7 @@ ORDER BY numIntMtz DESC</CommandText>
<DbSource ConnectionRef="GIMConnectionString (Web.config)" DbObjectName="GIM.dbo.v_intervExp" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPeriodo" GetMethodModifier="Public" GetMethodName="getByPeriodo" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPeriodo" UserSourceName="getByPeriodo">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (richiesta BETWEEN @inizio AND @fine) ORDER BY numIntMtz DESC</CommandText>
<CommandText>SELECT DescrStato, codImpianto, codMacchina, dataLav, descrAmbitoGuasto, descrCausale, descrPriorita, descrTipo, descrizione, descrizioneIntervento, fineIntervento, guasto, idxAmbito, idxCausale, idxImpianto, idxMacchina, idxPriorita, idxStato, idxTipo, inizioIntervento, isFermo, isFermoSiNo, isPreventivabile, matr, nomeImpianto, nomeMacchina, numIntMtz, presaInCarico, richiesta, turnoLav FROM v_intervExp WHERE (richiesta BETWEEN @inizio AND @fine) ORDER BY numIntMtz DESC</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="inizio" ColumnName="richiesta" DataSourceName="GIM.dbo.v_intervExp" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@inizio" Precision="0" ProviderType="DateTime" Scale="0" Size="8" SourceColumn="richiesta" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="fine" ColumnName="richiesta" DataSourceName="GIM.dbo.v_intervExp" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@fine" Precision="0" ProviderType="DateTime" Scale="0" Size="8" SourceColumn="richiesta" SourceColumnNullMapping="false" SourceVersion="Current" />
@@ -638,6 +638,19 @@ ORDER BY numIntMtz DESC</CommandText>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="GIMConnectionString (Web.config)" DbObjectName="GIM.dbo.stp_vie_getByPeriodoSearch" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPeriodoSearch" GetMethodModifier="Public" GetMethodName="getByPeriodoSearch" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPeriodoSearch" UserSourceName="getByPeriodoSearch">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_vie_getByPeriodoSearch</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@inizio" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@fine" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@search" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="GIMConnectionString (Web.config)" DbObjectName="GIM.dbo.sp_insRichiesta" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="sp_insRichiesta" Modifier="Public" Name="sp_insRichiesta" QueryType="Scalar" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="sp_insRichiesta">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
@@ -1833,6 +1846,13 @@ WHERE (idxCausale = @Original_idxCausale)</CommandText>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="isFermoSiNo" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnisFermoSiNo" msprop:Generator_ColumnPropNameInRow="isFermoSiNo" msprop:Generator_ColumnPropNameInTable="isFermoSiNoColumn" msprop:Generator_UserColumnName="isFermoSiNo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
+3 -3
View File
@@ -4,7 +4,7 @@
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="111" ViewPortY="101" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="-54" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:LogUpdateDb" ZOrder="35" X="36" Y="19" Height="122" Width="219" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
<Shape ID="DesignTable:AnagAmbitoGuasto" ZOrder="34" X="322" Y="20" Height="122" Width="251" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
@@ -13,7 +13,7 @@
<Shape ID="DesignTable:v_macchine" ZOrder="1" X="1116" Y="309" Height="374" Width="246" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />
<Shape ID="DesignTable:v_selFamMacc" ZOrder="24" X="1102" Y="88" Height="190" Width="218" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="92" />
<Shape ID="DesignTable:AnagFamMacchine" ZOrder="12" X="1080" Y="-44" Height="105" Width="248" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
<Shape ID="DesignTable:v_intervExp" ZOrder="4" X="484" Y="217" Height="381" Width="261" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:v_intervExp" ZOrder="4" X="484" Y="217" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:AnagTipoGuasto" ZOrder="26" X="118" Y="199" Height="105" Width="235" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
<Shape ID="DesignTable:AnagStati" ZOrder="22" X="813" Y="178" Height="139" Width="197" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="75" />
<Shape ID="DesignTable:InterventoOpMtz" ZOrder="6" X="793" Y="582" Height="173" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="75" />
@@ -84,7 +84,7 @@
<Y>429</Y>
</Point>
<Point>
<X>745</X>
<X>784</X>
<Y>429</Y>
</Point>
</RoutePoints>
+15 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test218|AnyCPU'">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'IIS02|AnyCPU' ">
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
@@ -61,6 +61,16 @@
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Alumat|AnyCPU'">
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -79,6 +89,10 @@
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<UseIISExpress>false</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Binary file not shown.
+25
View File
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!--
See http://nlog-project.org/wiki/Configuration_file
for information on customizing logging rules and outputs.
-->
<targets>
<!-- add your targets here -->
<!--
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log"
layout="${longdate} ${uppercase:${level}} ${message}" />
-->
</targets>
<rules>
<!-- add your logging rules here -->
<!--
<logger name="*" minlevel="Trace" writeTo="f" />
-->
</rules>
</nlog>
+746 -27
View File
@@ -39,7 +39,8 @@
<summary>
wrapper per log con salvataggio dell'IP del chiamante
</summary>
<param name="_testoPre"></param>
<param name="testoLog">The testo log.</param>
<param name="tipo">The tipo.</param>
<returns></returns>
</member>
<member name="T:SteamWare.ApplicationUserControl">
@@ -544,7 +545,8 @@
<summary>
wrapper per log con salvataggio dell'IP del chiamante
</summary>
<param name="_testoPre"></param>
<param name="testoLog">The testo log.</param>
<param name="tipo">The tipo.</param>
<returns></returns>
</member>
<member name="P:SteamWare.ApplicationUserControl.TipoAnagControllo">
@@ -588,6 +590,11 @@
classe gestione auth
</summary>
</member>
<member name="F:SteamWare.authProxy.taAnagDev">
<summary>
The ta anag dev
</summary>
</member>
<member name="M:SteamWare.authProxy.initTA">
<summary>
init dei table adapters
@@ -598,6 +605,11 @@
effettua setup dei connection strings da web.config delal singola applicazione
</summary>
</member>
<member name="M:SteamWare.authProxy.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SteamWare.authProxy"/> class.
</summary>
</member>
<member name="F:SteamWare.authProxy.AP">
<summary>
Singleton accesso a authProxy
@@ -672,7 +684,14 @@
elenco dei caratteri base 36: 0..9A..Z
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:SteamWare.calcoli.ConvertToBase(System.Int32,System.Int32)" -->
<member name="M:SteamWare.calcoli.ConvertToBase(System.Int32,System.Int32)">
<summary>
converte un intero in un numero a base 36 (0..9A..Z)
</summary>
<param name="num">num intero da convertire</param>
<param name="nBase">base, max 36 (0..9A..Z)</param>
<returns></returns>
</member>
<member name="M:SteamWare.calcoli.ConvertFromBase(System.String,System.Int32)">
<summary>
converte da base di dimensione nBase a valore intero
@@ -1315,6 +1334,213 @@
<param name="connectionString"></param>
<returns></returns>
</member>
<member name="T:SteamWare.devicesAuthProxy">
<summary>
classe gestione auth dispositivi (new 2014)
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.initTA">
<summary>
init dei table adapters
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.setupConnectionStringBase">
<summary>
effettua setup dei connection strings da web.config delal singola applicazione
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SteamWare.authProxy"/> class.
</summary>
</member>
<member name="F:SteamWare.devicesAuthProxy.stObj">
<summary>
Singleton accesso a devicesAuthProxy (static object)
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.encodeKey(System.String)">
<summary>
cifra in MD5 la stringa in chiaro
</summary>
<param name="chiaro"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.decodeKey(System.String)">
<summary>
decifra la stringa MD5 in chiaro
</summary>
<param name="cifrato"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.checkUserEmail(System.String)">
<summary>
verifica una email per appartenenza ad un utente VALIDO dell'elenco
</summary>
<param name="email"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.checkUserEmailAK(System.String,System.String)">
<summary>
verifica una email + AuthKey per appartenenza ad un utente VALIDO dell'elenco
</summary>
<param name="email"></param>
<param name="AuthKey"></param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:SteamWare.devicesAuthProxy.reqResetAuthKey(System.String,System.String)" -->
<member name="M:SteamWare.devicesAuthProxy.sendEmailAuthKey(System.String,System.String)">
<summary>
invia email ad utente con url x enroll
</summary>
<param name="email"></param>
<param name="AuthKey">chiave (in chiaro)</param>
</member>
<member name="M:SteamWare.devicesAuthProxy.enrollDevice(System.String,System.String,System.String,System.String,System.String)">
<summary>
effettua enroll del device x l'utente con l'email indicata
</summary>
<param name="UserAuthKey"></param>
<param name="IPv4"></param>
<param name="DeviceName"></param>
<param name="Description"></param>
<param name="email"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.passphrase(System.String,System.String)">
<summary>
genera la passphrase utente a partire dai parametri richiesti
</summary>
<param name="CodMod"></param>
<param name="userKey"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.numAuth(System.String,System.String)">
<summary>
Restitusice il numero di attivazioni rimaste x utente dato email e key
</summary>
<param name="UserAuthKey"></param>
<param name="email"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.clearAllUserData">
<summary>
cancella da session l'utente
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.isPageEnabled(System.String)">
<summary>
conta il numero di permessi utente per la pagina attuale e restituisce true se ne trova almeno 1
</summary>
<param name="pagina"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.isPageWriteEnabled(System.String)">
<summary>
verifica se il permesso utente per la pagina attuale sia write per almeno 1 diritto assegnato (restituisce true se ne trova almeno 1 con permessi2funzione.readwrite='S')
</summary>
<param name="pagina"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.startUpUtente(System.String)">
<summary>
Procedura da chiamare DOPO aver messo in session i dati utente/email x caricare gli altri dati
</summary>
<param name="_username"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.setupRiga">
<summary>
carica la riga dati utente
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.setupDirittiPermessi">
<summary>
Carica la tabella diritti dell'utente da db e salva in session
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.setPermessiDaDiritti">
<summary>
Effettua setup dei permessi una volta salvati i diritti
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.userHasRight(System.String)">
<summary>
verifica nella tab diritti se l'utente abbia il right richiesto e fornisce bool in risposta
</summary>
<param name="diritto"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.getPage(System.Uri)">
<summary>
restituisce il nome della pagina corrente
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.AuthCookieName">
<summary>
restituisce nome cookie di auth (o default...)
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.diritti">
<summary>
restituisce la tabella diritti da session
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.permessi">
<summary>
tabella dei permessi utente
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.permessiWrite">
<summary>
tabella dei permessi utente di tipo "WRITE" enabled
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.utente">
<summary>
oggetto utente con metodi get/set
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.email">
<summary>
oggetto email con metodi get/set
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.DeviceSecret">
<summary>
oggetto DeviceSecret IN SESSIONE con metodi get/set
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.modulo">
<summary>
oggetto modulo IN SESSIONE con metodi get/set
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.rigaUtente">
<summary>
restituisce i valori della riga utente da db
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.CognomeNome">
<summary>
restituisce una stringa formattata con cognome e nome
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.isAuth">
<summary>
è un boolean che indica se in session ci siano user/email e DeviceSecret (cookie) e quindi utente autenticato in precedenza...
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.pagCorrente">
<summary>
pagina correntemente visualizzata (URL in sessione)
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.pagPrecedente">
<summary>
pagina precedentemente visualizzata (URL in sessione)
</summary>
</member>
<member name="T:SteamWare.devInfoParam">
<summary>
classe gestione parametri deviceper stampa
@@ -1367,6 +1593,14 @@
margine Bottom
</summary>
</member>
<member name="P:SteamWare.devInfoParam.xmlParam">
<summary>
Gets the XML parameter.
</summary>
<value>
The XML parameter.
</value>
</member>
<member name="T:SteamWare.Diagnostica">
<summary>
helper x raccolta dati di diagnostica
@@ -1417,7 +1651,6 @@
<summary>
fornisce elenco dispositivi USB collegati
</summary>
<param name="args"></param>
<returns></returns>
</member>
<member name="P:SteamWare.Diagnostica.serialPorts">
@@ -1430,6 +1663,203 @@
classe definizione info oggetti USB
</summary>
</member>
<member name="M:SteamWare.USBDeviceInfo.#ctor(System.String,System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:SteamWare.USBDeviceInfo"/> class.
</summary>
<param name="deviceID">The device identifier.</param>
<param name="pnpDeviceID">The PNP device identifier.</param>
<param name="description">The description.</param>
</member>
<member name="P:SteamWare.USBDeviceInfo.DeviceID">
<summary>
Gets the device identifier.
</summary>
<value>
The device identifier.
</value>
</member>
<member name="P:SteamWare.USBDeviceInfo.PnpDeviceID">
<summary>
Gets the PNP device identifier.
</summary>
<value>
The PNP device identifier.
</value>
</member>
<member name="P:SteamWare.USBDeviceInfo.Description">
<summary>
Gets the description.
</summary>
<value>
The description.
</value>
</member>
<member name="T:SteamWare.DS_Auth">
<summary>
Represents a strongly typed in-memory cache of data.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.PermessiDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.Permessi2FunzioneDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.FUNZIONEDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.DIRITTIDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.AnagDevicesDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.UtentiDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.PermessiRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.Permessi2FunzioneRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.FUNZIONERow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.DIRITTIRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.AnagDevicesRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.UtentiRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.PermessiRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_Auth.Permessi2FunzioneRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_Auth.FUNZIONERowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_Auth.DIRITTIRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_Auth.AnagDevicesRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_Auth.UtentiRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.PermessiTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.Permessi2FunzioneTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.FUNZIONETableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.DIRITTITableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.AnagDevicesTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.UtentiTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.TableAdapterManager">
<summary>
TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
</summary>
</member>
<member name="M:SteamWare.DS_AuthTableAdapters.TableAdapterManager.UpdateUpdatedRows(SteamWare.DS_Auth,System.Collections.Generic.List{System.Data.DataRow},System.Collections.Generic.List{System.Data.DataRow})">
<summary>
Update rows in top-down order.
</summary>
</member>
<member name="M:SteamWare.DS_AuthTableAdapters.TableAdapterManager.UpdateInsertedRows(SteamWare.DS_Auth,System.Collections.Generic.List{System.Data.DataRow})">
<summary>
Insert rows in top-down order.
</summary>
</member>
<member name="M:SteamWare.DS_AuthTableAdapters.TableAdapterManager.UpdateDeletedRows(SteamWare.DS_Auth,System.Collections.Generic.List{System.Data.DataRow})">
<summary>
Delete rows in bottom-up order.
</summary>
</member>
<member name="M:SteamWare.DS_AuthTableAdapters.TableAdapterManager.GetRealUpdatedRows(System.Data.DataRow[],System.Collections.Generic.List{System.Data.DataRow})">
<summary>
Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
</summary>
</member>
<member name="M:SteamWare.DS_AuthTableAdapters.TableAdapterManager.UpdateAll(SteamWare.DS_Auth)">
<summary>
Update all changes to the dataset.
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.TableAdapterManager.UpdateOrderOption">
<summary>
Update Order Option
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.TableAdapterManager.SelfReferenceComparer">
<summary>
Used to sort self-referenced table's rows
</summary>
</member>
<member name="T:SteamWare.DS_devices">
<summary>
Represents a strongly typed in-memory cache of data.
@@ -1898,15 +2328,14 @@
<summary>
cerca di caricare il fileinfo o da httpcontext-application re-position o direttamente come workpath + nomefile
</summary>
<param name="path"></param>
<param name="_nomeFile"></param>
<param name="_path">The _path.</param>
<param name="_nomeFile">The _nome file.</param>
<returns></returns>
</member>
<member name="M:SteamWare.fileMover.getDirectoryInfo">
<summary>
cerca di caricare la directoryInfo o da httpcontext-application re-position o direttamente come workpath
</summary>
<param name="_nomeFile"></param>
<returns></returns>
</member>
<member name="M:SteamWare.fileMover.ReadFully(System.IO.Stream,System.Int32)">
@@ -1987,7 +2416,7 @@
<summary>
elimina il file indicato dalla directory di lavoro
</summary>
<param name="_nomeFile"></param>
<param name="_fi">The _fi.</param>
<returns></returns>
</member>
<member name="M:SteamWare.fileMover.scaricaFile(System.String)">
@@ -2133,7 +2562,8 @@
<summary>
scompatta uno specifico file contenuto in un file zip
</summary>
<param name="InputPathOfZipFile"></param>
<param name="InputPathOfZipFile">The input path of zip file.</param>
<param name="file2unzip">The file2unzip.</param>
<returns></returns>
</member>
<member name="M:SteamWare.fileMover.deleteFile(System.String)">
@@ -2147,7 +2577,6 @@
<summary>
calcola la dim della directory corrente...
</summary>
<param name="_di"></param>
<returns></returns>
</member>
<member name="M:SteamWare.fileMover.deleteOldest">
@@ -2238,10 +2667,10 @@
<summary>
restituisce data decodificata da authKey + applicazione + cliente...
</summary>
<param name="cliente"></param>
<param name="applicativo"></param>
<param name="licenze"></param>
<param name="expiryDate"></param>
<param name="cliente">The cliente.</param>
<param name="applicativo">The applicativo.</param>
<param name="licenze">The licenze.</param>
<param name="authKey">The authentication key.</param>
<returns></returns>
</member>
<member name="T:SteamWare.log2note">
@@ -2844,6 +3273,40 @@
elenco dictionary dei valori in session da NON aggiornare con update...
</summary>
</member>
<member name="T:SteamWare.UserPage">
<summary>
Base class for every user control in the application, containing some common
behaviour and utility methods.
It is not meant to be be used directly.
</summary>
</member>
<member name="M:SteamWare.UserPage.traduci(System.Object)">
<summary>
wrapper traduzione
</summary>
<param name="lemma"></param>
<returns></returns>
</member>
<member name="P:SteamWare.UserPage.forceUppercase">
<summary>
indica se i caratteri vadano forzati a maiuscoli
</summary>
</member>
<member name="P:SteamWare.UserPage.isWriteEnabled">
<summary>
determina se l'utente sia abilitato a scrivere nelal pagina corrente (quindi modificare e cancellare...)
</summary>
</member>
<member name="P:SteamWare.UserPage.isPageEnabled">
<summary>
determina se l'utente sia abilitato alla pagina corrente (di base visualizzaizone...)
</summary>
</member>
<member name="P:SteamWare.UserPage.titolo">
<summary>
titolo pagina
</summary>
</member>
<member name="T:SteamWare.ChartType">
<summary>
tipo di chart (2D/3D)
@@ -2974,6 +3437,72 @@
testo associato al controllo
</summary>
</member>
<member name="T:SteamWare.selDataVoc">
<summary>
Classe gestione metodi di accesso ai dati embeddati
</summary>
</member>
<member name="M:SteamWare.selDataVoc.#ctor">
<summary>
classe accesso tabelle selettori
</summary>
</member>
<member name="F:SteamWare.selDataVoc.mgr">
<summary>
singleton
</summary>
</member>
<member name="M:SteamWare.selDataVoc.getVocabolario">
<summary>
tabella vocabolario
</summary>
<returns></returns>
</member>
<member name="M:SteamWare.selDataVoc.getVocabolario(System.String)">
<summary>
tabella vocabolario per la lingua indicata
</summary>
<param name="lingua"></param>
<returns></returns>
</member>
<member name="M:SteamWare.selDataVoc.getVocabolarioByLemma(System.String,System.String)">
<summary>
tabella vocabolario per la lingua indicata filtrato per lemma in modalità LIKE termine%
</summary>
<param name="lingua">lingua desiderata</param>
<param name="lemmaLike">termine iniziale lemma da cercare</param>
<returns></returns>
</member>
<member name="M:SteamWare.selDataVoc.getLingue">
<summary>
tabella lingue
</summary>
<returns></returns>
</member>
<member name="M:SteamWare.selDataVoc.upsertLemma(System.String,System.String,System.String)">
<summary>
verifico termine indicato... se manca aggiungo, se diverso aggiorno
</summary>
<param name="Lingua"></param>
<param name="Lemma"></param>
<param name="Traduzione"></param>
<returns>true</returns>
</member>
<member name="M:SteamWare.selDataVoc.updateLemmaVoc(System.String,System.String,System.String)">
<summary>
faccio update del lemma indicato...
</summary>
<param name="Traduzione"></param>
<param name="Original_Lingua"></param>
<param name="Original_Lemma"></param>
</member>
<member name="M:SteamWare.selDataVoc.deleteLemmaVoc(System.String,System.String)">
<summary>
cancella il lemma indicato
</summary>
<param name="Original_Lingua"></param>
<param name="Original_Lemma"></param>
</member>
<member name="T:SteamWare.selettori">
<summary>
Summary description for selettori
@@ -3006,6 +3535,86 @@
</summary>
<returns></returns>
</member>
<member name="T:SteamWare.DataType.DatoBarPlot">
<summary>
</summary>
</member>
<member name="M:SteamWare.DataType.DatoBarPlot.#ctor(System.String,System.Int32,System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:SteamWare.DataType.DatoBarPlot"/> class.
</summary>
<param name="_label">The _label.</param>
<param name="_valore">The _valore.</param>
<param name="_css">The _CSS.</param>
<param name="_tooltip">The _tooltip.</param>
</member>
<member name="P:SteamWare.DataType.DatoBarPlot.label">
<summary>
Gets or sets the label.
</summary>
<value>
The label.
</value>
</member>
<member name="P:SteamWare.DataType.DatoBarPlot.valore">
<summary>
Gets or sets the valore.
</summary>
<value>
The valore.
</value>
</member>
<member name="P:SteamWare.DataType.DatoBarPlot.css">
<summary>
Gets or sets the CSS.
</summary>
<value>
The CSS.
</value>
</member>
<member name="P:SteamWare.DataType.DatoBarPlot.tooltip">
<summary>
Gets or sets the tooltip.
</summary>
<value>
The tooltip.
</value>
</member>
<member name="T:SteamWare.UserControl">
<summary>
Base class for every user control in the application, containing some common
behaviour and utility methods.
It is not meant to be be used directly.
</summary>
</member>
<member name="M:SteamWare.UserControl.traduci(System.Object)">
<summary>
wrapper traduzione
</summary>
<param name="lemma"></param>
<returns></returns>
</member>
<member name="P:SteamWare.UserControl.forceUppercase">
<summary>
indica se i caratteri vadano forzati a maiuscoli
</summary>
</member>
<member name="P:SteamWare.UserControl.isWriteEnabled">
<summary>
determina se l'utente sia abilitato a scrivere nelal apgina corrente (quindi modificare e cancellare...)
</summary>
</member>
<member name="P:SteamWare.UserControl.isPageEnabled">
<summary>
determina se l'utente sia abilitato alla pagina corrente (di base visualizzaizone...)
</summary>
</member>
<member name="P:SteamWare.UserControl.titolo">
<summary>
titolo pagina
</summary>
</member>
<member name="T:SteamWare.user_std">
<summary>
classe gestione utente: auth e permission/ruoli - versione GENERICA
@@ -3096,7 +3705,8 @@
<summary>
traduce il lemma nella lingua richiesta
</summary>
<param name="lemma"></param>
<param name="lemma">The lemma.</param>
<param name="lingua">The lingua.</param>
<returns></returns>
</member>
<member name="M:SteamWare.user_std.FullTrad(System.String)">
@@ -3110,8 +3720,6 @@
<summary>
LogOff utente con reset dati
</summary>
<param name="_dominio"></param>
<param name="_username"></param>
<returns></returns>
</member>
<member name="M:SteamWare.user_std.startUpUtente(System.String,System.String)">
@@ -3264,12 +3872,14 @@
<summary>
crea un nuovo utente con le credenziali indicate
</summary>
<param name="dominio"></param>
<param name="username"></param>
<param name="cognome"></param>
<param name="nome"></param>
<param name="email"></param>
<param name="matricola"></param>
<param name="dominio">The dominio.</param>
<param name="username">The username.</param>
<param name="cognome">The cognome.</param>
<param name="nome">The nome.</param>
<param name="cod_cdc">The cod_cdc.</param>
<param name="email">The email.</param>
<param name="matricola">The matricola.</param>
<param name="sigla">The sigla.</param>
<returns></returns>
</member>
<member name="M:SteamWare.user_std.assegnaDirittoUtente(System.String,System.String,System.String,System.String)">
@@ -3280,7 +3890,6 @@
<param name="cod_cdc"></param>
<param name="cod_modulo"></param>
<param name="cod_funzione"></param>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:SteamWare.user_std.rimuoviDirittoUtente(System.String,System.String,System.String,System.String)">
@@ -3291,7 +3900,6 @@
<param name="cod_cdc"></param>
<param name="cod_modulo"></param>
<param name="cod_funzione"></param>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:SteamWare.user_std.getEnabledCdc(System.String)">
@@ -3401,11 +4009,69 @@
è un boolean che indica se in session ci siano user/dominio e quindi utente autenticato in rpecedenza...
</summary>
</member>
<member name="P:SteamWare.user_std.pagCorrente">
<summary>
pagina correntemente visualizzata (URL in sessione)
</summary>
</member>
<member name="P:SteamWare.user_std.pagPrecedente">
<summary>
pagina precedentemente visualizzata (URL in sessione)
</summary>
</member>
<member name="T:SteamWare.turnoLavoro">
<summary>
struttura che definisce i parametri di un turno di lavoro
</summary>
</member>
<member name="P:SteamWare.turnoLavoro.codTurno">
<summary>
Gets or sets the cod turno.
</summary>
<value>
The cod turno.
</value>
</member>
<member name="P:SteamWare.turnoLavoro.inizio">
<summary>
Gets or sets the inizio.
</summary>
<value>
The inizio.
</value>
</member>
<member name="P:SteamWare.turnoLavoro.fine">
<summary>
Gets or sets the fine.
</summary>
<value>
The fine.
</value>
</member>
<member name="P:SteamWare.turnoLavoro.periodo">
<summary>
Gets or sets the periodo.
</summary>
<value>
The periodo.
</value>
</member>
<member name="P:SteamWare.turnoLavoro.durataMinuti">
<summary>
Gets or sets the durata minuti.
</summary>
<value>
The durata minuti.
</value>
</member>
<member name="P:SteamWare.turnoLavoro.TNum">
<summary>
Gets or sets the t number.
</summary>
<value>
The t number.
</value>
</member>
<member name="T:SteamWare.intervalloDate">
<summary>
definisce un intervalo di 2 date
@@ -3455,7 +4121,9 @@
<summary>
calcola il turno di riferimento data una data di riferimento
</summary>
<param name="dataOraRif"></param>
<param name="dataOraRif">The data ora rif.</param>
<param name="shiftTurno">The shift turno.</param>
<param name="durataTurno">The durata turno.</param>
<returns></returns>
</member>
<member name="M:SteamWare.datario.setIntervallo(System.DateTime,System.DateTime)">
@@ -3730,6 +4398,13 @@
<param name="repNum">larghezza caratteri (x pad)</param>
<returns></returns>
</member>
<member name="M:SteamWare.SteamwareStrings.pseudoRandomString(System.Int32)">
<summary>
genera stringhe pseudo-casuali
</summary>
<param name="Lenght"></param>
<returns></returns>
</member>
<member name="T:SteamWare.anagrData">
<summary>
fornisce dati di base per l'utente
@@ -3749,7 +4424,11 @@
<param name="username"></param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "T:SteamWare.dnsUtils" -->
<member name="T:SteamWare.dnsUtils">
<summary>
utility x dns e naming
</summary>
</member>
<member name="M:SteamWare.dnsUtils.DetermineCompName(System.String)">
<summary>
calcola il nome del computer dato l'IP
@@ -3757,6 +4436,13 @@
<param name="IP"></param>
<returns></returns>
</member>
<member name="M:SteamWare.dnsUtils.ReverseLookup(System.String)">
<summary>
Metodo x restituire nome dato IP tramite Reverse Lookup
</summary>
<param name="ip"></param>
<returns></returns>
</member>
<member name="M:SteamWare.dnsUtils.wgetPage(System.String,System.String,System.String)">
<summary>
scarica una pagina da URL e fornisce testo string
@@ -3783,6 +4469,39 @@
<param name="sName"></param>
<returns></returns>
</member>
<member name="T:SteamWare.jsUtils">
<summary>
Helper per gestione jscripts vari
</summary>
</member>
<member name="M:SteamWare.jsUtils.getCBE(System.Object)">
<summary>
restituisce la stringa di codice javascript x conferma client comprensiva di messaggio tradotto specifico
</summary>
<param name="lemma"></param>
<returns></returns>
</member>
<member name="M:SteamWare.jsUtils.getCBE(System.Object,System.Object)">
<summary>
restituisce la stringa di codice javascript x conferma client comprensiva di messaggio tradotto specifico
</summary>
<param name="lemma"></param>
<param name="doTranslate"></param>
<returns></returns>
</member>
<member name="T:SteamWare.urlUtils">
<summary>
classi helper gestioen URL
</summary>
</member>
<member name="M:SteamWare.urlUtils.callUrl(System.String,System.Boolean)">
<summary>
chiama un URL e restituisce (se richiesto) il risultato ricevuto
</summary>
<param name="url">url da chiamare</param>
<param name="returnAnsw">se si vuole in risposta il contenuto della risposta alla chiamata</param>
<returns></returns>
</member>
<member name="T:SteamWare.SteamCrypto">
<summary>
utils x cifrature e Crypto
Binary file not shown.
@@ -0,0 +1,9 @@
C:\Users\samuele\Documents\Visual Studio 2012\Projects\WebGIM\Projects\WebGIM\GIM_data\bin\NLog.config
C:\Users\samuele\Documents\Visual Studio 2012\Projects\WebGIM\Projects\WebGIM\GIM_data\bin\GIM_data.dll
C:\Users\samuele\Documents\Visual Studio 2012\Projects\WebGIM\Projects\WebGIM\GIM_data\bin\GIM_data.pdb
C:\Users\samuele\Documents\Visual Studio 2012\Projects\WebGIM\Projects\WebGIM\GIM_data\bin\SteamWare.dll
C:\Users\samuele\Documents\Visual Studio 2012\Projects\WebGIM\Projects\WebGIM\GIM_data\bin\Flesk.ViewState.dll
C:\Users\samuele\Documents\Visual Studio 2012\Projects\WebGIM\Projects\WebGIM\GIM_data\bin\ICSharpCode.SharpZipLib.dll
C:\Users\samuele\Documents\Visual Studio 2012\Projects\WebGIM\Projects\WebGIM\GIM_data\obj\Alumat\GIM_data.csprojResolveAssemblyReference.cache
C:\Users\samuele\Documents\Visual Studio 2012\Projects\WebGIM\Projects\WebGIM\GIM_data\obj\Alumat\GIM_data.dll
C:\Users\samuele\Documents\Visual Studio 2012\Projects\WebGIM\Projects\WebGIM\GIM_data\obj\Alumat\GIM_data.pdb
Binary file not shown.
@@ -14,3 +14,4 @@ C:\Users\samuele\Documents\Visual Studio 2012\Projects\WebGIM\Projects\WebGIM\GI
C:\Users\samuele\Documents\Visual Studio 2012\Projects\WebGIM\Projects\WebGIM\GIM_data\obj\SomaschiniUSA\GIM_data.csprojResolveAssemblyReference.cache
C:\Users\samuele\Documents\Visual Studio 2012\Projects\WebGIM\Projects\WebGIM\GIM_data\obj\SomaschiniUSA\GIM_data.dll
C:\Users\samuele\Documents\Visual Studio 2012\Projects\WebGIM\Projects\WebGIM\GIM_data\obj\SomaschiniUSA\GIM_data.pdb
C:\Users\samuele\Documents\Visual Studio 2012\Projects\WebGIM\Projects\WebGIM\GIM_data\bin\NLog.config
+22 -6
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test218|AnyCPU'">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'IIS02|AnyCPU' ">
<OutputPath>bin\</OutputPath>
<DefineConstants>
</DefineConstants>
@@ -80,6 +80,16 @@
<ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol>
<ExcludeApp_Data>true</ExcludeApp_Data>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Alumat|AnyCPU'">
<OutputPath>bin\</OutputPath>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -580,6 +590,7 @@
<Content Include="packages.config" />
<Content Include="logs\PlaceHolder.file" />
<None Include="help\IT\images\._browser" />
<None Include="Properties\PublishProfiles\Alumat_Winlab.pubxml" />
<None Include="Properties\PublishProfiles\Somaschini-ITA.pubxml" />
<None Include="Properties\PublishProfiles\Somaschini-USA.pubxml" />
<None Include="Properties\PublishProfiles\Ufficio-ENG %28.17%29.pubxml" />
@@ -611,6 +622,12 @@
<DependentUpon>Web.config</DependentUpon>
<SubType>Designer</SubType>
</Content>
<None Include="Web.Alumat.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.IIS02.config">
<DependentUpon>Web.config</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<Compile Include="adminDB.aspx.cs">
@@ -1358,7 +1375,9 @@
<Content Include="Reports\IT\Report_MTBF_MTTR.rdlc">
<SubType>Designer</SubType>
</Content>
<Content Include="Reports\IT\RichiestaIntervento.rdlc" />
<Content Include="Reports\IT\RichiestaIntervento.rdlc">
<SubType>Designer</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="images\Thumbs.db" />
@@ -1372,9 +1391,6 @@
<None Include="sql\Applicazione\V1.3\GIM_0006.sql" />
<None Include="sql\Applicazione\V1.3\GIM_0007.sql" />
<None Include="sql\Applicazione\V1.3\GIM_0020.sql" />
<Content Include="Web.Test218.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
<Content Include="Web.WinLab.config">
<DependentUpon>Web.config</DependentUpon>
<SubType>Designer</SubType>
@@ -1447,7 +1463,7 @@
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>51111</DevelopmentServerPort>
<DevelopmentServerPort>59788</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost/GIM_site</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
@@ -2,7 +2,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
<NameOfLastUsedPublishProfile>Ufficio-ENG %28.17%29</NameOfLastUsedPublishProfile>
<NameOfLastUsedPublishProfile>Alumat_Winlab</NameOfLastUsedPublishProfile>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WebPublishMethod>MSDeploy</WebPublishMethod>
<LastUsedBuildConfiguration>Alumat</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>True</ExcludeApp_Data>
<MSDeployServiceURL>https://winlab.steamware.net:8172/MsDeploy.axd</MSDeployServiceURL>
<DeployIisAppPath>webgim.steamware.net/alumat</DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
<EnableMSDeployBackup>True</EnableMSDeployBackup>
<UserName>steamware</UserName>
<_SavePWD>True</_SavePWD>
<PublishDatabaseSettings>
<Objects xmlns="">
<ObjectGroup Name="GIMConnectionString" Order="1" Enabled="True">
<Destination Path="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<Object Type="DbDacFx">
<PreSource Path="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
<Source Path="$(IntermediateOutputPath)AutoScripts\GIMConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
</Object>
<UpdateFrom Type="Web.Config">
<Source MatchValue="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
</UpdateFrom>
</ObjectGroup>
<ObjectGroup Name="GIM_Data.Properties.Settings.GIMConnectionString" Order="2" Enabled="True">
<Destination Path="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<Object Type="DbDacFx">
<PreSource Path="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
<Source Path="$(IntermediateOutputPath)AutoScripts\GIM_Data.Properties.Settings.GIMConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
</Object>
<UpdateFrom Type="Web.Config">
<Source MatchValue="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
</UpdateFrom>
</ObjectGroup>
</Objects>
</PublishDatabaseSettings>
<PrecompileBeforePublish>True</PrecompileBeforePublish>
<EnableUpdateable>True</EnableUpdateable>
<DebugSymbols>False</DebugSymbols>
<WDPMergeOption>DonotMerge</WDPMergeOption>
</PropertyGroup>
<ItemGroup>
<MSDeployParameterValue Include="$(DeployParameterPrefix)GIMConnectionString-Web.config Connection String">
<ParameterValue>Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer</ParameterValue>
<UpdateDestWebConfig>False</UpdateDestWebConfig>
</MSDeployParameterValue>
<MSDeployParameterValue Include="$(DeployParameterPrefix)GIM_Data.Properties.Settings.GIMConnectionString-Web.config Connection String">
<ParameterValue>Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer</ParameterValue>
<UpdateDestWebConfig>False</UpdateDestWebConfig>
</MSDeployParameterValue>
</ItemGroup>
</Project>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TimeStampOfAssociatedLegacyPublishXmlFile />
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAyLiJWG7ixkOCRFuQJNXz7gAAAAACAAAAAAADZgAAwAAAABAAAABOfBZr+jAC/wssCo0g4zGQAAAAAASAAACgAAAAEAAAAErOU0LCS628t2B7T7PGZFcYAAAAOY+8ZzFUmhHfREy44BC71Y8Y5nk/13tJFAAAABkNQB4CgYqXuruYleCOBwXKGotf</EncryptedPassword>
</PropertyGroup>
</Project>
@@ -10,14 +10,35 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<ExcludeApp_Data>True</ExcludeApp_Data>
<MSDeployServiceURL>https://winlab.steamware.net:8172/MsDeploy.axd</MSDeployServiceURL>
<DeployIisAppPath>Default Web Site/WebGIM</DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
<EnableMSDeployBackup>True</EnableMSDeployBackup>
<UserName>Administrator</UserName>
<_SavePWD>True</_SavePWD>
<PrecompileBeforePublish>True</PrecompileBeforePublish>
<EnableUpdateable>True</EnableUpdateable>
<DebugSymbols>False</DebugSymbols>
<WDPMergeOption>DonotMerge</WDPMergeOption>
<PublishDatabaseSettings>
<Objects xmlns="">
<ObjectGroup Name="GIMConnectionString" Order="1" Enabled="False">
<Destination Path="" />
<Object Type="DbDacFx">
<PreSource Path="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM_USA;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
<Source Path="$(IntermediateOutputPath)AutoScripts\GIMConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
</Object>
<UpdateFrom Type="Web.Config">
<Source MatchValue="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM_USA;Persist Security Info=True;User ID=sa;Password=keyhammer" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
</UpdateFrom>
</ObjectGroup>
</Objects>
</PublishDatabaseSettings>
</PropertyGroup>
<ItemGroup>
<MSDeployParameterValue Include="$(DeployParameterPrefix)GIMConnectionString-Web.config Connection String" />
</ItemGroup>
</Project>
@@ -134,7 +134,7 @@
<CanGrow>true</CanGrow>
<Left>0.25cm</Left>
<Height>0.5cm</Height>
<Value>referred to the time spent for the actual manutenance of the machine/plant</Value>
<Value>referred to the time spent for the actual maintenance of the machine/plant</Value>
</Textbox>
<Textbox Name="textbox34">
<Top>1.75cm</Top>
@@ -603,7 +603,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
</Line>
<Textbox Name="textbox7">
<Top>20.75cm</Top>
<Width>3.5cm</Width>
<Width>7cm</Width>
<Style>
<FontWeight>600</FontWeight>
<PaddingLeft>2pt</PaddingLeft>
@@ -615,7 +615,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>2cm</Left>
<Height>0.63492cm</Height>
<Value>More info</Value>
<Value>What is done to complete job</Value>
</Textbox>
<Line Name="line27">
<Top>20cm</Top>
@@ -643,7 +643,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>1.75cm</Left>
<Height>0.63492cm</Height>
<Value>Sign (manufacturing)</Value>
<Value>Signature after completion</Value>
</Textbox>
<Textbox Name="textbox5">
<Top>17.75cm</Top>
@@ -660,7 +660,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>1.5cm</Left>
<Height>0.63492cm</Height>
<Value>Maint. STOP</Value>
<Value>Job Completed</Value>
</Textbox>
<Line Name="line14">
<Top>15.5cm</Top>
@@ -772,7 +772,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>9.25cm</Left>
<Height>0.63492cm</Height>
<Value>Maint. duration</Value>
<Value>Hours to complete</Value>
</Textbox>
<Textbox Name="textbox3">
<Top>12cm</Top>
@@ -788,7 +788,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>1.75cm</Left>
<Height>0.63492cm</Height>
<Value>Staff num</Value>
<Value>MAINTENANCE PERSONNEL</Value>
</Textbox>
<Line Name="line6">
<Top>10.75cm</Top>
@@ -958,8 +958,8 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
</Textbox>
<Textbox Name="textbox31">
<rd:DefaultName>textbox31</rd:DefaultName>
<Top>0.75cm</Top>
<Width>1.25cm</Width>
<Top>0.5cm</Top>
<Width>1.5cm</Width>
<Style>
<FontSize>12pt</FontSize>
<PaddingLeft>2pt</PaddingLeft>
@@ -970,8 +970,8 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<ZIndex>30</ZIndex>
<CanGrow>true</CanGrow>
<Left>1.75cm</Left>
<Height>0.63492cm</Height>
<Value>Date</Value>
<Height>1.63492cm</Height>
<Value>Date of req.</Value>
</Textbox>
<Line Name="line35">
<Top>5.75cm</Top>
@@ -1086,7 +1086,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>11.25cm</Left>
<Height>0.63492cm</Height>
<Value>Requester code</Value>
<Value>Badge#</Value>
</Textbox>
<Textbox Name="descrPriorita">
<rd:DefaultName>descrPriorita</rd:DefaultName>
@@ -1155,7 +1155,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>1.25cm</Left>
<Height>0.63492cm</Height>
<Value>Suggested Event</Value>
<Value>Main component</Value>
</Textbox>
<Textbox Name="textbox19">
<Top>8cm</Top>
@@ -1203,7 +1203,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>1.25cm</Left>
<Height>0.63492cm</Height>
<Value>Description</Value>
<Value>Description of the problem</Value>
</Textbox>
<Textbox Name="descrTipo">
<rd:DefaultName>descrTipo</rd:DefaultName>
@@ -1235,7 +1235,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>14.25cm</Left>
<Height>0.63492cm</Height>
<Value>Failure Type</Value>
<Value>What is the problem</Value>
</Textbox>
<Textbox Name="descrAmbitoGuasto">
<rd:DefaultName>descrAmbitoGuasto</rd:DefaultName>
@@ -1268,12 +1268,12 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>6.75cm</Left>
<Height>0.63492cm</Height>
<Value>Stop Type</Value>
<Value>When does it happen</Value>
</Textbox>
<Textbox Name="isFermo">
<rd:DefaultName>isFermo</rd:DefaultName>
<Top>4.5cm</Top>
<Width>1.25cm</Width>
<Width>2.25cm</Width>
<Style>
<FontWeight>700</FontWeight>
<PaddingLeft>2pt</PaddingLeft>
@@ -1283,13 +1283,13 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
</Style>
<ZIndex>11</ZIndex>
<CanGrow>true</CanGrow>
<Left>5.25cm</Left>
<Left>3.25cm</Left>
<Height>0.63492cm</Height>
<Value>=First(Fields!isFermoSiNo.Value)</Value>
</Textbox>
<Textbox Name="textbox15">
<Top>4.5cm</Top>
<Width>4.25cm</Width>
<Width>2.25cm</Width>
<Style>
<FontSize>12pt</FontSize>
<PaddingLeft>2pt</PaddingLeft>
@@ -1299,7 +1299,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
</Style>
<ZIndex>10</ZIndex>
<CanGrow>true</CanGrow>
<Left>1cm</Left>
<Left>1.25cm</Left>
<Height>0.5cm</Height>
<Value>Not Working</Value>
</Textbox>
@@ -1351,7 +1351,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>13.75cm</Left>
<Height>0.63492cm</Height>
<Value>Plant cod</Value>
<Value>Cell cod</Value>
</Textbox>
<Textbox Name="textbox13">
<Top>2.75cm</Top>
@@ -1417,7 +1417,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>5.75cm</Left>
<Height>0.63492cm</Height>
<Value>Plant</Value>
<Value>Cell</Value>
</Textbox>
<Textbox Name="textbox11">
<rd:DefaultName>textbox11</rd:DefaultName>
@@ -1434,7 +1434,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>1.75cm</Left>
<Height>0.63492cm</Height>
<Value>STOP from</Value>
<Value>Problem Started</Value>
</Textbox>
<Textbox Name="guasto_1">
<rd:DefaultName>guasto_1</rd:DefaultName>
@@ -1507,7 +1507,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>1.5cm</Left>
<Height>0.63492cm</Height>
<Value>Maint. START</Value>
<Value>Job Start</Value>
</Textbox>
<Textbox Name="textbox35">
<Top>10cm</Top>
@@ -1592,10 +1592,10 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
</Textbox>
<Textbox Name="textbox61">
<Top>0.05754cm</Top>
<Width>3cm</Width>
<Width>5cm</Width>
<Style>
<FontStyle>Italic</FontStyle>
<TextAlign>Right</TextAlign>
<TextAlign>Center</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
@@ -1603,9 +1603,9 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
</Style>
<ZIndex>1</ZIndex>
<CanGrow>true</CanGrow>
<Left>9.5cm</Left>
<Left>7.5cm</Left>
<Height>0.63492cm</Height>
<Value>Somaschini SPA</Value>
<Value>Somaschini NA LLC</Value>
</Textbox>
<Textbox Name="textbox60">
<Top>0.05754cm</Top>
@@ -863,7 +863,7 @@
<ZIndex>1</ZIndex>
<CanGrow>true</CanGrow>
<Left>25.5cm</Left>
<Value>=Globals.PageNumber &amp; " / " &amp; Globals.TotalPages</Value>
<Value>=Globals.PageNumber &amp; " di " &amp; Globals.TotalPages</Value>
</Textbox>
<Textbox Name="textbox60">
<Top>0.05754cm</Top>
@@ -242,7 +242,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>5.5cm</Left>
<Height>0.91429cm</Height>
<Value>Ticket</Value>
<Value>Richiesta di Intervento</Value>
</Textbox>
<List Name="List1">
<Sorting>
@@ -660,7 +660,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>1.5cm</Left>
<Height>0.63492cm</Height>
<Value>Maint. STOP</Value>
<Value>Fine intervento</Value>
</Textbox>
<Line Name="line14">
<Top>15.5cm</Top>
@@ -920,7 +920,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
</Style>
<ZIndex>33</ZIndex>
<CanGrow>true</CanGrow>
<Value>REQUESTER</Value>
<Value>RICHIEDENTE</Value>
</Textbox>
<Textbox Name="textbox33">
<Top>3cm</Top>
@@ -936,7 +936,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>5.75cm</Left>
<Height>0.63492cm</Height>
<Value>Machine</Value>
<Value>Macchina</Value>
</Textbox>
<Textbox Name="textbox32">
<rd:DefaultName>textbox32</rd:DefaultName>
@@ -954,7 +954,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>8cm</Left>
<Height>0.63492cm</Height>
<Value>Shift</Value>
<Value>Turno</Value>
</Textbox>
<Textbox Name="textbox31">
<rd:DefaultName>textbox31</rd:DefaultName>
@@ -971,7 +971,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>1.75cm</Left>
<Height>0.63492cm</Height>
<Value>Date</Value>
<Value>Data</Value>
</Textbox>
<Line Name="line35">
<Top>5.75cm</Top>
@@ -1086,7 +1086,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>11.25cm</Left>
<Height>0.63492cm</Height>
<Value>Requester code</Value>
<Value>Matr. richiedente</Value>
</Textbox>
<Textbox Name="descrPriorita">
<rd:DefaultName>descrPriorita</rd:DefaultName>
@@ -1155,7 +1155,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>1.25cm</Left>
<Height>0.63492cm</Height>
<Value>Suggested Event</Value>
<Value>Evento ipotizzato</Value>
</Textbox>
<Textbox Name="textbox19">
<Top>8cm</Top>
@@ -1171,7 +1171,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>12.25cm</Left>
<Height>0.63492cm</Height>
<Value>Priority</Value>
<Value>Priorità</Value>
</Textbox>
<Textbox Name="descrizione">
<rd:DefaultName>descrizione</rd:DefaultName>
@@ -1203,7 +1203,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>1.25cm</Left>
<Height>0.63492cm</Height>
<Value>Description</Value>
<Value>Descrizione</Value>
</Textbox>
<Textbox Name="descrTipo">
<rd:DefaultName>descrTipo</rd:DefaultName>
@@ -1235,7 +1235,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>14.25cm</Left>
<Height>0.63492cm</Height>
<Value>Failure Type</Value>
<Value>Tipo guasto</Value>
</Textbox>
<Textbox Name="descrAmbitoGuasto">
<rd:DefaultName>descrAmbitoGuasto</rd:DefaultName>
@@ -1268,7 +1268,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>6.75cm</Left>
<Height>0.63492cm</Height>
<Value>Stop Type</Value>
<Value>Casuale fermo</Value>
</Textbox>
<Textbox Name="isFermo">
<rd:DefaultName>isFermo</rd:DefaultName>
@@ -1301,7 +1301,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>1cm</Left>
<Height>0.5cm</Height>
<Value>Not Working</Value>
<Value>Macchina ferma</Value>
</Textbox>
<Textbox Name="codMacchina">
<rd:DefaultName>codMacchina</rd:DefaultName>
@@ -1351,7 +1351,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>13.75cm</Left>
<Height>0.63492cm</Height>
<Value>Plant cod</Value>
<Value>cod impianto</Value>
</Textbox>
<Textbox Name="textbox13">
<Top>2.75cm</Top>
@@ -1367,7 +1367,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>13.75cm</Left>
<Height>0.63492cm</Height>
<Value>Machine cod</Value>
<Value>cod macchina</Value>
</Textbox>
<Textbox Name="nomeMacchina">
<rd:DefaultName>nomeMacchina</rd:DefaultName>
@@ -1417,7 +1417,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>5.75cm</Left>
<Height>0.63492cm</Height>
<Value>Plant</Value>
<Value>Reparto</Value>
</Textbox>
<Textbox Name="textbox11">
<rd:DefaultName>textbox11</rd:DefaultName>
@@ -1434,7 +1434,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>1.75cm</Left>
<Height>0.63492cm</Height>
<Value>STOP from</Value>
<Value>Ferma dalle</Value>
</Textbox>
<Textbox Name="guasto_1">
<rd:DefaultName>guasto_1</rd:DefaultName>
@@ -1507,7 +1507,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>1.5cm</Left>
<Height>0.63492cm</Height>
<Value>Maint. START</Value>
<Value>Inizio intervento</Value>
</Textbox>
<Textbox Name="textbox35">
<Top>10cm</Top>
@@ -1529,7 +1529,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
<CanGrow>true</CanGrow>
<Left>0.25cm</Left>
<Height>15.75cm</Height>
<Value>MAINTENANCE STAFF</Value>
<Value>MANUTENZIONE</Value>
</Textbox>
</ReportItems>
<Top>1.5cm</Top>
@@ -1620,7 +1620,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm
</Style>
<CanGrow>true</CanGrow>
<Height>0.63492cm</Height>
<Value>= " Printed " &amp; Format(Globals.ExecutionTime, "yyyy-MM-dd, HH:mm")</Value>
<Value>= " Stampato " &amp; Format(Globals.ExecutionTime, "yyyy-MM-dd, HH:mm")</Value>
</Textbox>
</ReportItems>
<Height>0.75cm</Height>
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add key="dominio" value="WINLAB" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_logLevel" value="5" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<!--<add key="exportFormat1" value="./ExportPdf.aspx?tipo={0}" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="exportFormat2" value="../ExportPdf.aspx?tipo={0}&amp;idx={1}" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="exportFormat3" value="./ExportPdf.aspx?tipo={0}&amp;inizio={1}&amp;fine={2}&amp;username={3}" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />-->
<add key="PermessiConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="UtenteCdcConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="VocabolarioConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="AppConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="TestAppConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="stampanteRichiesteMtz" value="\\pc-manutenzione\HP-manut" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="culture"
value="it-IT"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="ddMMyy"
value="dd/MM/yy"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="ddMMyyyy"
value="dd/MM/yyyy"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="ddMMyyyyHHmm"
value="dd/MM/yyyy HH:mm"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="appAdminEmail" value="astolfi@alumat.it, luzzana@alumat.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
</appSettings>
<connectionStrings>
<add name="GIMConnectionString" connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
<add name="GIM_Data.Properties.Settings.GIMConnectionString" connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!-- In the example below, the "Replace" transform will replace the entire <customErrors> section of your web.config file. Note that because there is only one customErrors section under the <system.web> node, there is no need to use the "xdt:Locator" attribute. <customErrors defaultRedirect="GenericError.htm" mode="RemoteOnly" xdt:Transform="Replace"> <error statusCode="500" redirect="InternalError.htm" /> </customErrors> -->
</system.web>
</configuration>
@@ -1,31 +1,31 @@
<?xml version="1.0"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
In the example below, the "SetAttributes" transform will change the value of
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
finds an atrribute "name" that has a value of "MyDB".
<connectionStrings>
<add name="MyDB"
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
In the example below, the "Replace" transform will replace the entire
<customErrors> section of your web.config file.
Note that because there is only one customErrors section under the
<system.web> node, there is no need to use the "xdt:Locator" attribute.
<customErrors defaultRedirect="GenericError.htm"
mode="RemoteOnly" xdt:Transform="Replace">
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</system.web>
<?xml version="1.0" encoding="utf-8"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
In the example below, the "SetAttributes" transform will change the value of
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
finds an attribute "name" that has a value of "MyDB".
<connectionStrings>
<add name="MyDB"
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
In the example below, the "Replace" transform will replace the entire
<customErrors> section of your web.config file.
Note that because there is only one customErrors section under the
<system.web> node, there is no need to use the "xdt:Locator" attribute.
<customErrors defaultRedirect="GenericError.htm"
mode="RemoteOnly" xdt:Transform="Replace">
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</system.web>
</configuration>
+46 -70
View File
@@ -1,71 +1,47 @@
<?xml version="1.0"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
In the example below, the "SetAttributes" transform will change the value of
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
finds an atrribute "name" that has a value of "MyDB".
<connectionStrings>
<add name="MyDB"
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<appSettings>
<add key="dominio"
value="SOMASCHINI"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_logLevel"
value="5"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="exportFormat1"
value="~/ExportPdf.aspx?tipo={0}"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="exportFormat2"
value="~/ExportPdf.aspx?tipo={0}&amp;idx={1}"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="exportFormat3"
value="~/ExportPdf.aspx?tipo={0}&amp;inizio={1}&amp;fine={2}&amp;username={3}"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="PermessiConnectionString"
value="Data Source=localhost;Initial Catalog=GIM;Persist Security Info=True;User id=steamware;Password=viadante16"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="UtenteCdcConnectionString"
value="Data Source=localhost;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User id=steamware;Password=viadante16"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="VocabolarioConnectionString"
value="Data Source=localhost;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User id=steamware;Password=viadante16"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="AppConnectionString"
value="Data Source=localhost;Initial Catalog=GIM;Persist Security Info=True;User id=steamware;Password=viadante16"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="TestAppConnectionString"
value="Data Source=localhost;Initial Catalog=GIM_test;Persist Security Info=True;User id=steamware;Password=viadante16"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="stampanteRichiesteMtz"
value="\\pc-manutenzione\HP-manut"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
<connectionStrings>
<add name="GIMConnectionString"
connectionString="Data Source=localhost;Initial Catalog=GIM;Persist Security Info=True;User ID=steamware;Password=viadante16"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
In the example below, the "Replace" transform will replace the entire
<customErrors> section of your web.config file.
Note that because there is only one customErrors section under the
<system.web> node, there is no need to use the "xdt:Locator" attribute.
<customErrors defaultRedirect="GenericError.htm"
mode="RemoteOnly" xdt:Transform="Replace">
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</system.web>
<?xml version="1.0"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
In the example below, the "SetAttributes" transform will change the value of
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
finds an atrribute "name" that has a value of "MyDB".
<connectionStrings>
<add name="MyDB"
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<appSettings>
<add key="dominio" value="SOMASCHINI" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_logLevel" value="5" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="exportFormat1" value="~/ExportPdf.aspx?tipo={0}" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="exportFormat2" value="~/ExportPdf.aspx?tipo={0}&amp;idx={1}" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="exportFormat3" value="~/ExportPdf.aspx?tipo={0}&amp;inizio={1}&amp;fine={2}&amp;username={3}" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=GIM;Persist Security Info=True;User id=steamware;Password=viadante16" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User id=steamware;Password=viadante16" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User id=steamware;Password=viadante16" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="AppConnectionString" value="Data Source=localhost;Initial Catalog=GIM;Persist Security Info=True;User id=steamware;Password=viadante16" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="TestAppConnectionString" value="Data Source=localhost;Initial Catalog=GIM_test;Persist Security Info=True;User id=steamware;Password=viadante16" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="stampanteRichiesteMtz" value="\\pc-manutenzione\HP-manut" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
<connectionStrings>
<add name="GIMConnectionString" connectionString="Data Source=localhost;Initial Catalog=GIM;Persist Security Info=True;User ID=steamware;Password=viadante16" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
In the example below, the "Replace" transform will replace the entire
<customErrors> section of your web.config file.
Note that because there is only one customErrors section under the
<system.web> node, there is no need to use the "xdt:Locator" attribute.
<customErrors defaultRedirect="GenericError.htm"
mode="RemoteOnly" xdt:Transform="Replace">
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</system.web>
</configuration>
+55 -55
View File
@@ -1,56 +1,56 @@
<?xml version="1.0"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
In the example below, the "SetAttributes" transform will change the value of
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
finds an atrribute "name" that has a value of "MyDB".
<connectionStrings>
<add name="MyDB"
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<appSettings>
<add key="PermessiConnectionString"
value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="UtenteCdcConnectionString"
value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=GIM_Vocabolario;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="VocabolarioConnectionString"
value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=GIM_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="AppConnectionString"
value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="TestAppConnectionString"
value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
<connectionStrings>
<add name="GIMConnectionString"
connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="GIM_Data.Properties.Settings.GIMConnectionString"
connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
In the example below, the "Replace" transform will replace the entire
<customErrors> section of your web.config file.
Note that because there is only one customErrors section under the
<system.web> node, there is no need to use the "xdt:Locator" attribute.
<customErrors defaultRedirect="GenericError.htm"
mode="RemoteOnly" xdt:Transform="Replace">
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</system.web>
<?xml version="1.0"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
In the example below, the "SetAttributes" transform will change the value of
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
finds an atrribute "name" that has a value of "MyDB".
<connectionStrings>
<add name="MyDB"
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<appSettings>
<add key="PermessiConnectionString"
value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="UtenteCdcConnectionString"
value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=GIM_Vocabolario;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="VocabolarioConnectionString"
value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=GIM_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="AppConnectionString"
value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="TestAppConnectionString"
value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
<connectionStrings>
<add name="GIMConnectionString"
connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="GIM_Data.Properties.Settings.GIMConnectionString"
connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
In the example below, the "Replace" transform will replace the entire
<customErrors> section of your web.config file.
Note that because there is only one customErrors section under the
<system.web> node, there is no need to use the "xdt:Locator" attribute.
<customErrors defaultRedirect="GenericError.htm"
mode="RemoteOnly" xdt:Transform="Replace">
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</system.web>
</configuration>
+232 -230
View File
@@ -1,231 +1,233 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
<configSections>
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<!--<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />-->
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<!--<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" />-->
<!--<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />-->
<!--<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />-->
<!--<section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />-->
</sectionGroup>
</sectionGroup>
</sectionGroup>
</configSections>
<system.web>
<identity />
<authentication mode="Windows" />
<globalization culture="en-US" uiCulture="en-US" enableClientBasedCulture="false" />
<!--<globalization culture="auto" uiCulture="auto" enableClientBasedCulture="true" />-->
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<!--<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI" assembly="Microsoft.Web.Preview" />
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI.Controls" assembly="Microsoft.Web.Preview" />-->
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" />
</controls>
</pages>
<compilation debug="true">
<assemblies>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Configuration.Install, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</assemblies>
<!--<buildProviders>
<add extension="*.asbx" type="Microsoft.Web.Preview.Services.BridgeBuildProvider" />
</buildProviders>-->
</compilation>
<httpHandlers>
<remove verb="*" path="*.asmx" />
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" />
</httpHandlers>
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</httpModules>
<customErrors mode="Off" />
<!--<customErrors mode="RemoteOnly" defaultRedirect="unauthorized.aspx" />-->
<httpRuntime maxRequestLength="102400" />
<!-- qui sopra configurato x gestire allegati fino a 100 mb...
<httpRuntime
maxRequestLength="102400"
executionTimeout="1200"
useFullyQualifiedRedirectUrl="false"
minFreeThreads="8"
minLocalRequestFreeThreads="4"
appRequestQueueLimit="100" />
-->
</system.web>
<!--<system.web.extensions>
<scripting>
<scriptResourceHandler enableCompression="true" enableCaching="true" />
</scripting>
</system.web.extensions>-->
<appSettings>
<add key="CodModulo" value="GIM" />
<add key="dominio" value="STEAMWAREWIN" />
<add key="intUpdatePagina_ms" value="60000" />
<add key="_righeDataGrid" value="30" />
<add key="_righeDataGridAnagr" value="20" />
<add key="_righeDataGridLong" value="40" />
<add key="_righeDataGridMed" value="15" />
<add key="_righeDataGridShort" value="10" />
<add key="_fromEmail" value="info@steamware.net" />
<add key="_logDir" value="./logs/" />
<add key="_logLevel" value="6" />
<add key="doShrinkFolder" value="true" />
<add key="_logMaxMb" value="30" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx" />
<add key="_commonPages" value="menu.aspx" />
<add key="_titoloPagina" value="GIM" />
<add key="titleApp" value="GIM_titleApp" />
<add key="welcomeApp" value="GIM_welcomeApp" />
<add key="appName" value="GIM" />
<add key="mainRev" value="1.3" />
<add key="minRev" value="232" />
<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}&amp;idx={1}" />
<add key="exportFormat3" value="./ExportPdf.aspx?tipo={0}&amp;inizio={1}&amp;fine={2}&amp;username={3}" />
<add key="_smtpCli" value="localhost" />
<add key="echoLemmi" value="false" />
<!--stringhe connessione-->
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM_USA;Persist Security Info=True;User id=sa;Password=keyhammer" />
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Somas_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer" />
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Somas_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer" />
<add key="AppConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
<add key="TestAppConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM_test;Persist Security Info=True;User id=sa;Password=keyhammer" />
<!--<add key="PermessiConnectionString" value="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=ViaDante16!" />
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GimUsaAnag;Persist Security Info=True;User id=sa;Password=ViaDante16!" />
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GimUsaVoc;Persist Security Info=True;User id=sa;Password=ViaDante16!" />
<add key="AppConnectionString" value="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=ViaDante16!" />
<add key="TestAppConnectionString" value="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GIM_test;Persist Security Info=True;User id=sa;Password=ViaDante16!" />-->
<!--valori default-->
<add key="defaultMatr" value="0000" />
<add key="defaultCodImp" value="0000" />
<add key="defaultCodMacc" value="0000" />
<!--gestione turni-->
<add key="shiftTurno" value="6" />
<add key="durataTurno" value="8" />
<add key="defaultDelay" value="15" />
<!-- Configurazione parte db -->
<add key="_sqlDir" value="sql" />
<add key="dbUpdateEnabled" value="true" />
<add key="dbAuthName" value="Somas_Anagrafica" />
<add key="dbVocabName" value="SteamWare_Vocabolario" />
<add key="dbAppName" value="GIM" />
<add key="dbTest" value="GIM_test" />
<add key="dbAuthVers" value="1" />
<add key="dbVocabVers" value="1" />
<add key="dbAppVers" value="5" />
<add key="dbAppCreaEnab" value="false" />
<add key="sqlFileFormat" value="{0}_{1:0000}.sql" />
<add key="sqlScriptDir" value="sql" />
<add key="appFilePre" value="GIM" />
<!-- Gestione Auto-enroll-->
<add key="autoEnrollEnabled" value="false" />
<add key="autoEnrollCdc" value="X999" />
<add key="autoEnrollModulo" value="GIM" />
<add key="autoEnrollFunzione" value="GIM_U" />
<!--gestione stampanti-->
<add key="stampanteRichiesteMtz" value="PDFCreator" />
<!--template campi nuovi-->
<add key="newAmbitoGuasto" value="-- [NUOVO] non definito --" />
<add key="newCognome" value="-- [NUOVO] Cognome --" />
<add key="newNome" value="-- [NUOVO] Nome --" />
<add key="newCalFF" value="-- [NUOVO] non definito --" />
<add key="newImpianto" value="-- [NUOVO] Nome Impianto non definito --" />
<add key="newTipoGuasto" value="-- [NUOVO] non definito --" />
<add key="newMacchina" value="-- [NUOVA] non definita --" />
<add key="newModello" value="-- MODELLO --" />
<add key="newFamMacchina" value="-- [NUOVA] non definita --" />
<add key="newCausale" value="-- [NUOVA] non definita --" />
<add key="newPriorita" value="-- [NUOVA] non definita --" />
<!--gestione formati data-ora-->
<add key="culture" value="it-IT" />
<add key="ddMMyy" value="dd/MM/yy" />
<add key="ddMMyyyy" value="dd/MM/yyyy" />
<add key="ddMMyyyyHHmm" value="dd/MM/yyyy HH:mm" />
<add key="appAdminEmail" value="marco.previtali@somaschini.com" />
</appSettings>
<connectionStrings>
<add name="GIMConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM_USA;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
<!--<add name="GIMConnectionString" connectionString="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=ViaDante16!" providerName="System.Data.SqlClient" />-->
</connectionStrings>
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<modules>
<remove name="ScriptModule" />
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</modules>
<handlers>
<remove name="ScriptHandlerFactory" />
<remove name="ScriptHandlerFactoryAppServices" />
<remove name="ScriptResource" />
<remove name="WebServiceHandlerFactory-Integrated" />
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</handlers>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
</dependentAssembly>
<!--<dependentAssembly>
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518" />
</dependentAssembly>-->
</assemblyBinding>
</runtime>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5" />
<providerOption name="WarnAsError" value="false" />
</compiler>
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5" />
<providerOption name="OptionInfer" value="true" />
<providerOption name="WarnAsError" value="false" />
</compiler>
</compilers>
</system.codedom>
<?xml version="1.0" encoding="utf-8"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
<configSections>
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<!--<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />-->
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<!--<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" />-->
<!--<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />-->
<!--<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />-->
<!--<section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />-->
</sectionGroup>
</sectionGroup>
</sectionGroup>
</configSections>
<system.web>
<identity />
<authentication mode="Windows" />
<globalization culture="en-US" uiCulture="en-US" enableClientBasedCulture="false" />
<!--<globalization culture="auto" uiCulture="auto" enableClientBasedCulture="true" />-->
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<!--<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI" assembly="Microsoft.Web.Preview" />
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI.Controls" assembly="Microsoft.Web.Preview" />-->
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" />
</controls>
</pages>
<compilation debug="true">
<assemblies>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Configuration.Install, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</assemblies>
<!--<buildProviders>
<add extension="*.asbx" type="Microsoft.Web.Preview.Services.BridgeBuildProvider" />
</buildProviders>-->
</compilation>
<httpHandlers>
<remove verb="*" path="*.asmx" />
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" />
</httpHandlers>
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</httpModules>
<customErrors mode="Off" />
<!--<customErrors mode="RemoteOnly" defaultRedirect="unauthorized.aspx" />-->
<httpRuntime maxRequestLength="102400" />
<!-- qui sopra configurato x gestire allegati fino a 100 mb...
<httpRuntime
maxRequestLength="102400"
executionTimeout="1200"
useFullyQualifiedRedirectUrl="false"
minFreeThreads="8"
minLocalRequestFreeThreads="4"
appRequestQueueLimit="100" />
-->
</system.web>
<!--<system.web.extensions>
<scripting>
<scriptResourceHandler enableCompression="true" enableCaching="true" />
</scripting>
</system.web.extensions>-->
<appSettings>
<add key="CodModulo" value="GIM" />
<add key="dominio" value="STEAMWAREWIN" />
<add key="intUpdatePagina_ms" value="60000" />
<add key="_righeDataGrid" value="30" />
<add key="_righeDataGridAnagr" value="20" />
<add key="_righeDataGridLong" value="40" />
<add key="_righeDataGridMed" value="15" />
<add key="_righeDataGridShort" value="10" />
<add key="_fromEmail" value="info@steamware.net" />
<add key="_logDir" value="./logs/" />
<add key="_logLevel" value="6" />
<add key="doShrinkFolder" value="true" />
<add key="_logMaxMb" value="30" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx" />
<add key="_commonPages" value="menu.aspx" />
<add key="_titoloPagina" value="GIM" />
<add key="titleApp" value="GIM_titleApp" />
<add key="welcomeApp" value="GIM_welcomeApp" />
<add key="appName" value="GIM" />
<add key="mainRev" value="1.3" />
<add key="minRev" value="239" />
<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}&amp;idx={1}" />
<add key="exportFormat3" value="./ExportPdf.aspx?tipo={0}&amp;inizio={1}&amp;fine={2}&amp;username={3}" />
<add key="_smtpCli" value="localhost" />
<add key="echoLemmi" value="false" />
<add key="allowDelete" value="true" />
<!--stringhe connessione-->
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
<add key="AppConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
<add key="TestAppConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM_test;Persist Security Info=True;User id=sa;Password=keyhammer" />
<!--<add key="PermessiConnectionString" value="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=ViaDante16!" />
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GimUsaAnag;Persist Security Info=True;User id=sa;Password=ViaDante16!" />
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GimUsaVoc;Persist Security Info=True;User id=sa;Password=ViaDante16!" />
<add key="AppConnectionString" value="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=ViaDante16!" />
<add key="TestAppConnectionString" value="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GIM_test;Persist Security Info=True;User id=sa;Password=ViaDante16!" />-->
<!--valori default-->
<add key="defaultMatr" value="0000" />
<add key="defaultCodImp" value="0000" />
<add key="defaultCodMacc" value="0000" />
<!--gestione turni-->
<add key="shiftTurno" value="6" />
<add key="durataTurno" value="8" />
<add key="defaultDelay" value="15" />
<!-- Configurazione parte db -->
<add key="_sqlDir" value="sql" />
<add key="dbUpdateEnabled" value="true" />
<add key="dbAuthName" value="Somas_Anagrafica" />
<add key="dbVocabName" value="SteamWare_Vocabolario" />
<add key="dbAppName" value="GIM" />
<add key="dbTest" value="GIM_test" />
<add key="dbAuthVers" value="1" />
<add key="dbVocabVers" value="1" />
<add key="dbAppVers" value="5" />
<add key="dbAppCreaEnab" value="false" />
<add key="sqlFileFormat" value="{0}_{1:0000}.sql" />
<add key="sqlScriptDir" value="sql" />
<add key="appFilePre" value="GIM" />
<!-- Gestione Auto-enroll-->
<add key="autoEnrollEnabled" value="false" />
<add key="autoEnrollCdc" value="X999" />
<add key="autoEnrollModulo" value="GIM" />
<add key="autoEnrollFunzione" value="GIM_U" />
<!--gestione stampanti-->
<add key="stampanteRichiesteMtz" value="PDFCreator" />
<!--template campi nuovi-->
<add key="newAmbitoGuasto" value="-- [NUOVO] non definito --" />
<add key="newCognome" value="-- [NUOVO] Cognome --" />
<add key="newNome" value="-- [NUOVO] Nome --" />
<add key="newCalFF" value="-- [NUOVO] non definito --" />
<add key="newImpianto" value="-- [NUOVO] Nome Impianto non definito --" />
<add key="newTipoGuasto" value="-- [NUOVO] non definito --" />
<add key="newMacchina" value="-- [NUOVA] non definita --" />
<add key="newModello" value="-- MODELLO --" />
<add key="newFamMacchina" value="-- [NUOVA] non definita --" />
<add key="newCausale" value="-- [NUOVA] non definita --" />
<add key="newPriorita" value="-- [NUOVA] non definita --" />
<!--gestione formati data-ora-->
<add key="culture" value="it-IT" />
<add key="ddMMyy" value="dd/MM/yy" />
<add key="ddMMyyyy" value="dd/MM/yyyy" />
<add key="ddMMyyyyHHmm" value="dd/MM/yyyy HH:mm" />
<add key="appAdminEmail" value="marco.previtali@somaschini.com" />
</appSettings>
<connectionStrings>
<add name="GIMConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
<add name="GIM_Data.Properties.Settings.GIMConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
<!--<add name="GIMConnectionString" connectionString="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=ViaDante16!" providerName="System.Data.SqlClient" />-->
</connectionStrings>
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<modules>
<remove name="ScriptModule" />
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</modules>
<handlers>
<remove name="ScriptHandlerFactory" />
<remove name="ScriptHandlerFactoryAppServices" />
<remove name="ScriptResource" />
<remove name="WebServiceHandlerFactory-Integrated" />
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</handlers>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
</dependentAssembly>
<!--<dependentAssembly>
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518" />
</dependentAssembly>-->
</assemblyBinding>
</runtime>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5" />
<providerOption name="WarnAsError" value="false" />
</compiler>
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5" />
<providerOption name="OptionInfer" value="true" />
<providerOption name="WarnAsError" value="false" />
</compiler>
</compilers>
</system.codedom>
</configuration>
@@ -23,6 +23,17 @@ public partial class AjaxSearch : System.Web.UI.MasterPage
base.OnInit(e);
Mod_menuTop1.eh_toggleMenuSx += new EventHandler(Mod_menuTop1_eh_toggleMenuSx);
Mod_menuTop1.eh_reqUpdateMenu += new EventHandler(Mod_menuTop1_eh_reqUpdateMenu);
Mod_ricercaGenerica1.eh_nuovaRicerca += Mod_ricercaGenerica1_eh_nuovaRicerca;
}
public event EventHandler eh_Search_Submit;
public void Mod_ricercaGenerica1_eh_nuovaRicerca(object sender, EventArgs e)
{
if (eh_Search_Submit != null)
{
eh_Search_Submit(this, new EventArgs());
}
}
void Mod_menuTop1_eh_reqUpdateMenu(object sender, EventArgs e)
@@ -38,8 +38,8 @@ public partial class mod_dataOra : System.Web.UI.UserControl
fixPnlVisibility();
//setupControlli();
fixCss();
CalendarExtender1.Format = memLayer.ML.CRS("ddMMyyyy");
}
CalendarExtender1.Format = memLayer.ML.CRS("ddMMyyyy");
}
/// <summary>
/// traduce gli oggetti
@@ -32,7 +32,7 @@
<div style="float: right;">
</div>
<div style="float: right;">
<asp:Label runat="server" ID="lblTxtCerca" Text="Ricerca"></asp:Label>
<asp:Label runat="server" ID="lblTxtCerca" ></asp:Label>
<asp:TextBox runat="server" ID="txtCercaMacchine" Width="8em" Text="*" OnTextChanged="txtCercaMacchine_TextChanged" />
</div>
<div>
@@ -26,6 +26,7 @@ public partial class mod_dettMtzProg : System.Web.UI.UserControl
private void traduciObj()
{
lblTxtCerca.Text = traduci("lblTxtCerca");
lblInsNewIntPro.Text = traduci("lblInsNewIntPro");
lblDescrMtzPro.Text = traduci("lblDescrMtzPro");
lblInizioMtzPro.Text = traduci("lblInizioMtzPro");
@@ -121,9 +121,13 @@ public partial class mod_elFamMacch : ApplicationUserControl
if (answ)
{
answ = false;
if (TA_app.obj.taMacc2Fam.getByFam(Convert.ToInt32(idx)).Rows.Count == 0)
// controllo SOLO se è permessa cancellazione globale...
if (memLayer.ML.confReadBool("allowDelete"))
{
answ = true;
if (TA_app.obj.taMacc2Fam.getByFam(Convert.ToInt32(idx)).Rows.Count == 0)
{
answ = true;
}
}
}
return answ;
@@ -8,13 +8,13 @@
<div style="text-align: right;">
<asp:HyperLink ID="hlExportExcel" runat="server" Target="_blank" />
</div>
<div class="txtMini" style="width: 100%; padding: 2px 4px 2px 4px; background-color: #CDCDCD;
<div class="txtMini" style="width: 100%; padding: 2px 4px 2px 4px; background-color: #BCDD89;
margin-right: 10px;">
<asp:Button ID="btnShowNew" runat="server" OnClick="btnShowNew_Click" />
<asp:Button ID="btnMassEdit" runat="server" OnClick="btnMassEdit_Click" />
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<asp:Panel runat="server" ID="pnlMassEdit" Visible="false" BackColor="#CDCDCD" Height="125px">
<asp:Panel runat="server" ID="pnlMassEdit" Visible="false" BackColor="#BCDD89" Height="125px">
<div class="divSx" style="margin-right: 10px; width: 360px;">
<div class="divSx">
<div class="divSx" style="width: 180px;">
@@ -143,7 +143,7 @@
DataFormatString="{0:dd/MM/yy}" HtmlEncode="False" />
<asp:BoundField DataField="frequenza" HeaderText="frequenzaMtzPro" SortExpression="frequenza" />
<asp:BoundField DataField="cadenza" HeaderText="cadenzaMtzPro" SortExpression="cadenza" />
<asp:TemplateField HeaderText="descrizione" SortExpression="descrizione">
<asp:TemplateField HeaderText="descrizione_mtzp" SortExpression="descrizione">
<ItemTemplate>
<asp:Label ID="Label5" runat="server" Text='<%# trimmaTesto(Eval("descrizione"),50) %>'
ToolTip='<%# Eval("descrizione") %>' />
@@ -48,14 +48,7 @@ public partial class mod_elencoMtzProg : ApplicationUserControl
protected void btnShowNew_Click(object sender, EventArgs e)
{
modoInsertMtzPrg = !modoInsertMtzPrg;
if (modoInsertMtzPrg)
{
btnShowNew.Text = traduci("btnHideNew");
}
else
{
btnShowNew.Text = traduci("btnShowNew");
}
doUpdate();
// chiamo evento
if (eh_newReq != null)
{
@@ -67,6 +60,14 @@ public partial class mod_elencoMtzProg : ApplicationUserControl
/// </summary>
public void doUpdate()
{
if (modoInsertMtzPrg)
{
btnShowNew.Text = traduci("btnHideNew");
}
else
{
btnShowNew.Text = traduci("btnShowNew");
}
setBtnEdit();
checkFixOds();
grView.DataBind();
@@ -107,16 +107,17 @@
</Columns>
</asp:GridView>
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="getByPeriodo" TypeName="GIM_data.DS_applicazioneTableAdapters.v_intervExpTableAdapter"
FilterExpression=" ( CONVERT(numIntMtz,'System.String') LIKE '%{0}%' OR codImpianto LIKE '%{0}%' OR nomeImpianto LIKE '%{0}%' OR codMacchina LIKE '%{0}%' OR nomeMacchina LIKE '%{0}%' OR descrizione LIKE '%{0}%' ) AND (idxStato < 3) ">
<FilterParameters>
SelectMethod="getByPeriodoSearch" TypeName="GIM_data.DS_applicazioneTableAdapters.v_intervExpTableAdapter"
FilterExpression=" (idxStato < 3) ">
<%--<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
</FilterParameters>
</FilterParameters>--%>
<SelectParameters>
<asp:SessionParameter DefaultValue="01/01/1900" Name="inizio" SessionField="_inizio"
Type="DateTime" />
<asp:SessionParameter DefaultValue="31/12/9999" Name="fine" SessionField="_fine"
Type="DateTime" />
<asp:SessionParameter DefaultValue="*" Name="search" SessionField="valoreCercato" />
</SelectParameters>
</asp:ObjectDataSource>
<asp:Label ID="lblNumRec" runat="server" CssClass="txtMini" />
@@ -144,6 +144,8 @@ public partial class mod_elencoRichieste : ApplicationUserControl
/// </summary>
public void doUpdate()
{
fixBtnCheck();
checkFixOds();
resetSelezione();
}
@@ -349,6 +351,11 @@ public partial class mod_elencoRichieste : ApplicationUserControl
protected void chkMostraIntChiusi_CheckedChanged(object sender, EventArgs e)
{
checkFixOds();
fixBtnCheck();
}
private void fixBtnCheck()
{
if (chkMostraIntChiusi.Checked == false)
{
chkMostraIntChiusi.Text = traduci("chkMostraIntChiusi_mostra");
@@ -363,10 +370,15 @@ public partial class mod_elencoRichieste : ApplicationUserControl
/// </summary>
private void checkFixOds()
{
ods.FilterExpression = "( CONVERT(numIntMtz,'System.String') LIKE '%{0}%' OR codImpianto LIKE '%{0}%' OR nomeImpianto LIKE '%{0}%' OR codMacchina LIKE '%{0}%' OR nomeMacchina LIKE '%{0}%' OR descrizione LIKE '%{0}%' )";
//ods.FilterExpression = "( CONVERT(numIntMtz,'System.String') LIKE '%{0}%' OR codImpianto LIKE '%{0}%' OR nomeImpianto LIKE '%{0}%' OR codMacchina LIKE '%{0}%' OR nomeMacchina LIKE '%{0}%' OR descrizione LIKE '%{0}%' )";
if (!chkMostraIntChiusi.Checked)
{
ods.FilterExpression += " AND (idxStato < 3)";
//ods.FilterExpression += " AND (idxStato < 3)";
ods.FilterExpression = "(idxStato < 3)";
}
else
{
ods.FilterExpression = "";
}
ods.DataBind();
}
@@ -46,11 +46,14 @@
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
<asp:ObjectDataSource ID="odsUsers" runat="server" SelectMethod="elencoDaDiritti"
TypeName="SteamWare.user_std">
TypeName="SteamWare.user_std" FilterExpression="COGNOME LIKE '%{0}%' OR NOME LIKE '%{0}%' OR EMAIL LIKE '%{0}%' OR USER_NAME LIKE '%{0}%' ">
<SelectParameters>
<asp:Parameter DefaultValue="GIM" Name="codModulo" Type="String" />
<asp:Parameter DefaultValue="GIM_U" Name="codFunzione" Type="String" />
</SelectParameters>
<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
</FilterParameters>
</asp:ObjectDataSource>
</td>
<td>
@@ -89,11 +92,14 @@
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
<asp:ObjectDataSource ID="odsSuperusers" runat="server" SelectMethod="elencoDaDiritti"
TypeName="SteamWare.user_std">
TypeName="SteamWare.user_std" FilterExpression="COGNOME LIKE '%{0}%' OR NOME LIKE '%{0}%' OR EMAIL LIKE '%{0}%' OR USER_NAME LIKE '%{0}%' ">
<SelectParameters>
<asp:Parameter DefaultValue="GIM" Name="codModulo" Type="String" />
<asp:Parameter DefaultValue="GIM_SU" Name="codFunzione" Type="String" />
</SelectParameters>
<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
</FilterParameters>
</asp:ObjectDataSource>
</td>
</tr>
@@ -452,6 +452,7 @@ public partial class mod_macchine : ApplicationUserControl
protected void ods_Updated(object sender, ObjectDataSourceStatusEventArgs e)
{
// svuoto da cache...
doUpdate();
}
/// <summary>
/// gestione evento inserimento nuovo record standard (se ZERO presenti)
@@ -1,4 +1,5 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_menuTop" CodeBehind="mod_menuTop.ascx.cs" %>
<asp:Timer ID="Timer1" runat="server" Interval="10000" OnTick="Timer1_Tick">
</asp:Timer>
<table id="table1" cellspacing="0" cellpadding="0" width="100%" border="0">
@@ -17,7 +17,7 @@
<asp:Button ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" Text='<%# traduci("New") %>' Visible='<%# isWritable() %>'/>
</EmptyDataTemplate>
<Columns>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center">
<%--<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center">
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate" runat="server" CausesValidation="False" CommandName="Update"
ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma, SteamWare.dimImg.small) %>' />
@@ -34,7 +34,7 @@
ToolTip='<%# traduci("Edit") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.modifica, SteamWare.dimImg.small) %>' />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
</asp:TemplateField>--%>
<asp:BoundField DataField="idxPriorita" HeaderText="idxPriorita" InsertVisible="False"
SortExpression="idxPriorita" />
<asp:TemplateField HeaderText="descrPriorita" SortExpression="descrPriorita">
@@ -59,7 +59,7 @@
<asp:Label ID="Label2" runat="server" Text='<%# Bind("stile") %>' CssClass='<%# Eval("stile") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField ItemStyle-HorizontalAlign="Center">
<%--<asp:TemplateField ItemStyle-HorizontalAlign="Center">
<HeaderTemplate>
<asp:Button ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" Text='<%# traduci("New") %>' Visible='<%# isWritable() %>' />
</HeaderTemplate>
@@ -70,14 +70,14 @@
ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla, SteamWare.dimImg.small) %>' />
</EditItemTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete" Visible='<%# isWritable() %>'
ToolTip='<%# traduci("Delete") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete" Visible='<%# isWritable() && false %>'
ToolTip='<%# traduci("Delete") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina, SteamWare.dimImg.small) %>' />
<cc1:ConfirmButtonExtender ID="ConfirmButtonExtender1" runat="server" ConfirmText='<%# traduci("confermaDel")%>'
TargetControlID="imgDelete">
</cc1:ConfirmButtonExtender>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
</asp:TemplateField>--%>
</Columns>
</asp:GridView>
<asp:Label ID="lblNumRec" runat="server" CssClass="txtMini" />
@@ -76,6 +76,7 @@ public partial class mod_ricercaGenerica : ApplicationUserControl
protected void salvaCerca()
{
SteamWare.memLayer.ML.setSessionVal("valoreCercatoPrev", SteamWare.memLayer.ML.StringSessionObj("valoreCercato"));
if (testoRicerca == "")
{
SteamWare.memLayer.ML.emptySessionVal("valoreCercato");
Binary file not shown.
Binary file not shown.
+25
View File
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!--
See http://nlog-project.org/wiki/Configuration_file
for information on customizing logging rules and outputs.
-->
<targets>
<!-- add your targets here -->
<!--
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log"
layout="${longdate} ${uppercase:${level}} ${message}" />
-->
</targets>
<rules>
<!-- add your logging rules here -->
<!--
<logger name="*" minlevel="Trace" writeTo="f" />
-->
</rules>
</nlog>
Binary file not shown.
+746 -27
View File
@@ -39,7 +39,8 @@
<summary>
wrapper per log con salvataggio dell'IP del chiamante
</summary>
<param name="_testoPre"></param>
<param name="testoLog">The testo log.</param>
<param name="tipo">The tipo.</param>
<returns></returns>
</member>
<member name="T:SteamWare.ApplicationUserControl">
@@ -544,7 +545,8 @@
<summary>
wrapper per log con salvataggio dell'IP del chiamante
</summary>
<param name="_testoPre"></param>
<param name="testoLog">The testo log.</param>
<param name="tipo">The tipo.</param>
<returns></returns>
</member>
<member name="P:SteamWare.ApplicationUserControl.TipoAnagControllo">
@@ -588,6 +590,11 @@
classe gestione auth
</summary>
</member>
<member name="F:SteamWare.authProxy.taAnagDev">
<summary>
The ta anag dev
</summary>
</member>
<member name="M:SteamWare.authProxy.initTA">
<summary>
init dei table adapters
@@ -598,6 +605,11 @@
effettua setup dei connection strings da web.config delal singola applicazione
</summary>
</member>
<member name="M:SteamWare.authProxy.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SteamWare.authProxy"/> class.
</summary>
</member>
<member name="F:SteamWare.authProxy.AP">
<summary>
Singleton accesso a authProxy
@@ -672,7 +684,14 @@
elenco dei caratteri base 36: 0..9A..Z
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:SteamWare.calcoli.ConvertToBase(System.Int32,System.Int32)" -->
<member name="M:SteamWare.calcoli.ConvertToBase(System.Int32,System.Int32)">
<summary>
converte un intero in un numero a base 36 (0..9A..Z)
</summary>
<param name="num">num intero da convertire</param>
<param name="nBase">base, max 36 (0..9A..Z)</param>
<returns></returns>
</member>
<member name="M:SteamWare.calcoli.ConvertFromBase(System.String,System.Int32)">
<summary>
converte da base di dimensione nBase a valore intero
@@ -1315,6 +1334,213 @@
<param name="connectionString"></param>
<returns></returns>
</member>
<member name="T:SteamWare.devicesAuthProxy">
<summary>
classe gestione auth dispositivi (new 2014)
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.initTA">
<summary>
init dei table adapters
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.setupConnectionStringBase">
<summary>
effettua setup dei connection strings da web.config delal singola applicazione
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SteamWare.authProxy"/> class.
</summary>
</member>
<member name="F:SteamWare.devicesAuthProxy.stObj">
<summary>
Singleton accesso a devicesAuthProxy (static object)
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.encodeKey(System.String)">
<summary>
cifra in MD5 la stringa in chiaro
</summary>
<param name="chiaro"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.decodeKey(System.String)">
<summary>
decifra la stringa MD5 in chiaro
</summary>
<param name="cifrato"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.checkUserEmail(System.String)">
<summary>
verifica una email per appartenenza ad un utente VALIDO dell'elenco
</summary>
<param name="email"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.checkUserEmailAK(System.String,System.String)">
<summary>
verifica una email + AuthKey per appartenenza ad un utente VALIDO dell'elenco
</summary>
<param name="email"></param>
<param name="AuthKey"></param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:SteamWare.devicesAuthProxy.reqResetAuthKey(System.String,System.String)" -->
<member name="M:SteamWare.devicesAuthProxy.sendEmailAuthKey(System.String,System.String)">
<summary>
invia email ad utente con url x enroll
</summary>
<param name="email"></param>
<param name="AuthKey">chiave (in chiaro)</param>
</member>
<member name="M:SteamWare.devicesAuthProxy.enrollDevice(System.String,System.String,System.String,System.String,System.String)">
<summary>
effettua enroll del device x l'utente con l'email indicata
</summary>
<param name="UserAuthKey"></param>
<param name="IPv4"></param>
<param name="DeviceName"></param>
<param name="Description"></param>
<param name="email"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.passphrase(System.String,System.String)">
<summary>
genera la passphrase utente a partire dai parametri richiesti
</summary>
<param name="CodMod"></param>
<param name="userKey"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.numAuth(System.String,System.String)">
<summary>
Restitusice il numero di attivazioni rimaste x utente dato email e key
</summary>
<param name="UserAuthKey"></param>
<param name="email"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.clearAllUserData">
<summary>
cancella da session l'utente
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.isPageEnabled(System.String)">
<summary>
conta il numero di permessi utente per la pagina attuale e restituisce true se ne trova almeno 1
</summary>
<param name="pagina"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.isPageWriteEnabled(System.String)">
<summary>
verifica se il permesso utente per la pagina attuale sia write per almeno 1 diritto assegnato (restituisce true se ne trova almeno 1 con permessi2funzione.readwrite='S')
</summary>
<param name="pagina"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.startUpUtente(System.String)">
<summary>
Procedura da chiamare DOPO aver messo in session i dati utente/email x caricare gli altri dati
</summary>
<param name="_username"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.setupRiga">
<summary>
carica la riga dati utente
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.setupDirittiPermessi">
<summary>
Carica la tabella diritti dell'utente da db e salva in session
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.setPermessiDaDiritti">
<summary>
Effettua setup dei permessi una volta salvati i diritti
</summary>
</member>
<member name="M:SteamWare.devicesAuthProxy.userHasRight(System.String)">
<summary>
verifica nella tab diritti se l'utente abbia il right richiesto e fornisce bool in risposta
</summary>
<param name="diritto"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.getPage(System.Uri)">
<summary>
restituisce il nome della pagina corrente
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.AuthCookieName">
<summary>
restituisce nome cookie di auth (o default...)
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.diritti">
<summary>
restituisce la tabella diritti da session
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.permessi">
<summary>
tabella dei permessi utente
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.permessiWrite">
<summary>
tabella dei permessi utente di tipo "WRITE" enabled
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.utente">
<summary>
oggetto utente con metodi get/set
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.email">
<summary>
oggetto email con metodi get/set
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.DeviceSecret">
<summary>
oggetto DeviceSecret IN SESSIONE con metodi get/set
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.modulo">
<summary>
oggetto modulo IN SESSIONE con metodi get/set
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.rigaUtente">
<summary>
restituisce i valori della riga utente da db
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.CognomeNome">
<summary>
restituisce una stringa formattata con cognome e nome
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.isAuth">
<summary>
è un boolean che indica se in session ci siano user/email e DeviceSecret (cookie) e quindi utente autenticato in precedenza...
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.pagCorrente">
<summary>
pagina correntemente visualizzata (URL in sessione)
</summary>
</member>
<member name="P:SteamWare.devicesAuthProxy.pagPrecedente">
<summary>
pagina precedentemente visualizzata (URL in sessione)
</summary>
</member>
<member name="T:SteamWare.devInfoParam">
<summary>
classe gestione parametri deviceper stampa
@@ -1367,6 +1593,14 @@
margine Bottom
</summary>
</member>
<member name="P:SteamWare.devInfoParam.xmlParam">
<summary>
Gets the XML parameter.
</summary>
<value>
The XML parameter.
</value>
</member>
<member name="T:SteamWare.Diagnostica">
<summary>
helper x raccolta dati di diagnostica
@@ -1417,7 +1651,6 @@
<summary>
fornisce elenco dispositivi USB collegati
</summary>
<param name="args"></param>
<returns></returns>
</member>
<member name="P:SteamWare.Diagnostica.serialPorts">
@@ -1430,6 +1663,203 @@
classe definizione info oggetti USB
</summary>
</member>
<member name="M:SteamWare.USBDeviceInfo.#ctor(System.String,System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:SteamWare.USBDeviceInfo"/> class.
</summary>
<param name="deviceID">The device identifier.</param>
<param name="pnpDeviceID">The PNP device identifier.</param>
<param name="description">The description.</param>
</member>
<member name="P:SteamWare.USBDeviceInfo.DeviceID">
<summary>
Gets the device identifier.
</summary>
<value>
The device identifier.
</value>
</member>
<member name="P:SteamWare.USBDeviceInfo.PnpDeviceID">
<summary>
Gets the PNP device identifier.
</summary>
<value>
The PNP device identifier.
</value>
</member>
<member name="P:SteamWare.USBDeviceInfo.Description">
<summary>
Gets the description.
</summary>
<value>
The description.
</value>
</member>
<member name="T:SteamWare.DS_Auth">
<summary>
Represents a strongly typed in-memory cache of data.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.PermessiDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.Permessi2FunzioneDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.FUNZIONEDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.DIRITTIDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.AnagDevicesDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.UtentiDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.PermessiRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.Permessi2FunzioneRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.FUNZIONERow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.DIRITTIRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.AnagDevicesRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.UtentiRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Auth.PermessiRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_Auth.Permessi2FunzioneRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_Auth.FUNZIONERowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_Auth.DIRITTIRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_Auth.AnagDevicesRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_Auth.UtentiRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.PermessiTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.Permessi2FunzioneTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.FUNZIONETableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.DIRITTITableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.AnagDevicesTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.UtentiTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.TableAdapterManager">
<summary>
TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
</summary>
</member>
<member name="M:SteamWare.DS_AuthTableAdapters.TableAdapterManager.UpdateUpdatedRows(SteamWare.DS_Auth,System.Collections.Generic.List{System.Data.DataRow},System.Collections.Generic.List{System.Data.DataRow})">
<summary>
Update rows in top-down order.
</summary>
</member>
<member name="M:SteamWare.DS_AuthTableAdapters.TableAdapterManager.UpdateInsertedRows(SteamWare.DS_Auth,System.Collections.Generic.List{System.Data.DataRow})">
<summary>
Insert rows in top-down order.
</summary>
</member>
<member name="M:SteamWare.DS_AuthTableAdapters.TableAdapterManager.UpdateDeletedRows(SteamWare.DS_Auth,System.Collections.Generic.List{System.Data.DataRow})">
<summary>
Delete rows in bottom-up order.
</summary>
</member>
<member name="M:SteamWare.DS_AuthTableAdapters.TableAdapterManager.GetRealUpdatedRows(System.Data.DataRow[],System.Collections.Generic.List{System.Data.DataRow})">
<summary>
Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
</summary>
</member>
<member name="M:SteamWare.DS_AuthTableAdapters.TableAdapterManager.UpdateAll(SteamWare.DS_Auth)">
<summary>
Update all changes to the dataset.
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.TableAdapterManager.UpdateOrderOption">
<summary>
Update Order Option
</summary>
</member>
<member name="T:SteamWare.DS_AuthTableAdapters.TableAdapterManager.SelfReferenceComparer">
<summary>
Used to sort self-referenced table's rows
</summary>
</member>
<member name="T:SteamWare.DS_devices">
<summary>
Represents a strongly typed in-memory cache of data.
@@ -1898,15 +2328,14 @@
<summary>
cerca di caricare il fileinfo o da httpcontext-application re-position o direttamente come workpath + nomefile
</summary>
<param name="path"></param>
<param name="_nomeFile"></param>
<param name="_path">The _path.</param>
<param name="_nomeFile">The _nome file.</param>
<returns></returns>
</member>
<member name="M:SteamWare.fileMover.getDirectoryInfo">
<summary>
cerca di caricare la directoryInfo o da httpcontext-application re-position o direttamente come workpath
</summary>
<param name="_nomeFile"></param>
<returns></returns>
</member>
<member name="M:SteamWare.fileMover.ReadFully(System.IO.Stream,System.Int32)">
@@ -1987,7 +2416,7 @@
<summary>
elimina il file indicato dalla directory di lavoro
</summary>
<param name="_nomeFile"></param>
<param name="_fi">The _fi.</param>
<returns></returns>
</member>
<member name="M:SteamWare.fileMover.scaricaFile(System.String)">
@@ -2133,7 +2562,8 @@
<summary>
scompatta uno specifico file contenuto in un file zip
</summary>
<param name="InputPathOfZipFile"></param>
<param name="InputPathOfZipFile">The input path of zip file.</param>
<param name="file2unzip">The file2unzip.</param>
<returns></returns>
</member>
<member name="M:SteamWare.fileMover.deleteFile(System.String)">
@@ -2147,7 +2577,6 @@
<summary>
calcola la dim della directory corrente...
</summary>
<param name="_di"></param>
<returns></returns>
</member>
<member name="M:SteamWare.fileMover.deleteOldest">
@@ -2238,10 +2667,10 @@
<summary>
restituisce data decodificata da authKey + applicazione + cliente...
</summary>
<param name="cliente"></param>
<param name="applicativo"></param>
<param name="licenze"></param>
<param name="expiryDate"></param>
<param name="cliente">The cliente.</param>
<param name="applicativo">The applicativo.</param>
<param name="licenze">The licenze.</param>
<param name="authKey">The authentication key.</param>
<returns></returns>
</member>
<member name="T:SteamWare.log2note">
@@ -2844,6 +3273,40 @@
elenco dictionary dei valori in session da NON aggiornare con update...
</summary>
</member>
<member name="T:SteamWare.UserPage">
<summary>
Base class for every user control in the application, containing some common
behaviour and utility methods.
It is not meant to be be used directly.
</summary>
</member>
<member name="M:SteamWare.UserPage.traduci(System.Object)">
<summary>
wrapper traduzione
</summary>
<param name="lemma"></param>
<returns></returns>
</member>
<member name="P:SteamWare.UserPage.forceUppercase">
<summary>
indica se i caratteri vadano forzati a maiuscoli
</summary>
</member>
<member name="P:SteamWare.UserPage.isWriteEnabled">
<summary>
determina se l'utente sia abilitato a scrivere nelal pagina corrente (quindi modificare e cancellare...)
</summary>
</member>
<member name="P:SteamWare.UserPage.isPageEnabled">
<summary>
determina se l'utente sia abilitato alla pagina corrente (di base visualizzaizone...)
</summary>
</member>
<member name="P:SteamWare.UserPage.titolo">
<summary>
titolo pagina
</summary>
</member>
<member name="T:SteamWare.ChartType">
<summary>
tipo di chart (2D/3D)
@@ -2974,6 +3437,72 @@
testo associato al controllo
</summary>
</member>
<member name="T:SteamWare.selDataVoc">
<summary>
Classe gestione metodi di accesso ai dati embeddati
</summary>
</member>
<member name="M:SteamWare.selDataVoc.#ctor">
<summary>
classe accesso tabelle selettori
</summary>
</member>
<member name="F:SteamWare.selDataVoc.mgr">
<summary>
singleton
</summary>
</member>
<member name="M:SteamWare.selDataVoc.getVocabolario">
<summary>
tabella vocabolario
</summary>
<returns></returns>
</member>
<member name="M:SteamWare.selDataVoc.getVocabolario(System.String)">
<summary>
tabella vocabolario per la lingua indicata
</summary>
<param name="lingua"></param>
<returns></returns>
</member>
<member name="M:SteamWare.selDataVoc.getVocabolarioByLemma(System.String,System.String)">
<summary>
tabella vocabolario per la lingua indicata filtrato per lemma in modalità LIKE termine%
</summary>
<param name="lingua">lingua desiderata</param>
<param name="lemmaLike">termine iniziale lemma da cercare</param>
<returns></returns>
</member>
<member name="M:SteamWare.selDataVoc.getLingue">
<summary>
tabella lingue
</summary>
<returns></returns>
</member>
<member name="M:SteamWare.selDataVoc.upsertLemma(System.String,System.String,System.String)">
<summary>
verifico termine indicato... se manca aggiungo, se diverso aggiorno
</summary>
<param name="Lingua"></param>
<param name="Lemma"></param>
<param name="Traduzione"></param>
<returns>true</returns>
</member>
<member name="M:SteamWare.selDataVoc.updateLemmaVoc(System.String,System.String,System.String)">
<summary>
faccio update del lemma indicato...
</summary>
<param name="Traduzione"></param>
<param name="Original_Lingua"></param>
<param name="Original_Lemma"></param>
</member>
<member name="M:SteamWare.selDataVoc.deleteLemmaVoc(System.String,System.String)">
<summary>
cancella il lemma indicato
</summary>
<param name="Original_Lingua"></param>
<param name="Original_Lemma"></param>
</member>
<member name="T:SteamWare.selettori">
<summary>
Summary description for selettori
@@ -3006,6 +3535,86 @@
</summary>
<returns></returns>
</member>
<member name="T:SteamWare.DataType.DatoBarPlot">
<summary>
</summary>
</member>
<member name="M:SteamWare.DataType.DatoBarPlot.#ctor(System.String,System.Int32,System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:SteamWare.DataType.DatoBarPlot"/> class.
</summary>
<param name="_label">The _label.</param>
<param name="_valore">The _valore.</param>
<param name="_css">The _CSS.</param>
<param name="_tooltip">The _tooltip.</param>
</member>
<member name="P:SteamWare.DataType.DatoBarPlot.label">
<summary>
Gets or sets the label.
</summary>
<value>
The label.
</value>
</member>
<member name="P:SteamWare.DataType.DatoBarPlot.valore">
<summary>
Gets or sets the valore.
</summary>
<value>
The valore.
</value>
</member>
<member name="P:SteamWare.DataType.DatoBarPlot.css">
<summary>
Gets or sets the CSS.
</summary>
<value>
The CSS.
</value>
</member>
<member name="P:SteamWare.DataType.DatoBarPlot.tooltip">
<summary>
Gets or sets the tooltip.
</summary>
<value>
The tooltip.
</value>
</member>
<member name="T:SteamWare.UserControl">
<summary>
Base class for every user control in the application, containing some common
behaviour and utility methods.
It is not meant to be be used directly.
</summary>
</member>
<member name="M:SteamWare.UserControl.traduci(System.Object)">
<summary>
wrapper traduzione
</summary>
<param name="lemma"></param>
<returns></returns>
</member>
<member name="P:SteamWare.UserControl.forceUppercase">
<summary>
indica se i caratteri vadano forzati a maiuscoli
</summary>
</member>
<member name="P:SteamWare.UserControl.isWriteEnabled">
<summary>
determina se l'utente sia abilitato a scrivere nelal apgina corrente (quindi modificare e cancellare...)
</summary>
</member>
<member name="P:SteamWare.UserControl.isPageEnabled">
<summary>
determina se l'utente sia abilitato alla pagina corrente (di base visualizzaizone...)
</summary>
</member>
<member name="P:SteamWare.UserControl.titolo">
<summary>
titolo pagina
</summary>
</member>
<member name="T:SteamWare.user_std">
<summary>
classe gestione utente: auth e permission/ruoli - versione GENERICA
@@ -3096,7 +3705,8 @@
<summary>
traduce il lemma nella lingua richiesta
</summary>
<param name="lemma"></param>
<param name="lemma">The lemma.</param>
<param name="lingua">The lingua.</param>
<returns></returns>
</member>
<member name="M:SteamWare.user_std.FullTrad(System.String)">
@@ -3110,8 +3720,6 @@
<summary>
LogOff utente con reset dati
</summary>
<param name="_dominio"></param>
<param name="_username"></param>
<returns></returns>
</member>
<member name="M:SteamWare.user_std.startUpUtente(System.String,System.String)">
@@ -3264,12 +3872,14 @@
<summary>
crea un nuovo utente con le credenziali indicate
</summary>
<param name="dominio"></param>
<param name="username"></param>
<param name="cognome"></param>
<param name="nome"></param>
<param name="email"></param>
<param name="matricola"></param>
<param name="dominio">The dominio.</param>
<param name="username">The username.</param>
<param name="cognome">The cognome.</param>
<param name="nome">The nome.</param>
<param name="cod_cdc">The cod_cdc.</param>
<param name="email">The email.</param>
<param name="matricola">The matricola.</param>
<param name="sigla">The sigla.</param>
<returns></returns>
</member>
<member name="M:SteamWare.user_std.assegnaDirittoUtente(System.String,System.String,System.String,System.String)">
@@ -3280,7 +3890,6 @@
<param name="cod_cdc"></param>
<param name="cod_modulo"></param>
<param name="cod_funzione"></param>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:SteamWare.user_std.rimuoviDirittoUtente(System.String,System.String,System.String,System.String)">
@@ -3291,7 +3900,6 @@
<param name="cod_cdc"></param>
<param name="cod_modulo"></param>
<param name="cod_funzione"></param>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:SteamWare.user_std.getEnabledCdc(System.String)">
@@ -3401,11 +4009,69 @@
è un boolean che indica se in session ci siano user/dominio e quindi utente autenticato in rpecedenza...
</summary>
</member>
<member name="P:SteamWare.user_std.pagCorrente">
<summary>
pagina correntemente visualizzata (URL in sessione)
</summary>
</member>
<member name="P:SteamWare.user_std.pagPrecedente">
<summary>
pagina precedentemente visualizzata (URL in sessione)
</summary>
</member>
<member name="T:SteamWare.turnoLavoro">
<summary>
struttura che definisce i parametri di un turno di lavoro
</summary>
</member>
<member name="P:SteamWare.turnoLavoro.codTurno">
<summary>
Gets or sets the cod turno.
</summary>
<value>
The cod turno.
</value>
</member>
<member name="P:SteamWare.turnoLavoro.inizio">
<summary>
Gets or sets the inizio.
</summary>
<value>
The inizio.
</value>
</member>
<member name="P:SteamWare.turnoLavoro.fine">
<summary>
Gets or sets the fine.
</summary>
<value>
The fine.
</value>
</member>
<member name="P:SteamWare.turnoLavoro.periodo">
<summary>
Gets or sets the periodo.
</summary>
<value>
The periodo.
</value>
</member>
<member name="P:SteamWare.turnoLavoro.durataMinuti">
<summary>
Gets or sets the durata minuti.
</summary>
<value>
The durata minuti.
</value>
</member>
<member name="P:SteamWare.turnoLavoro.TNum">
<summary>
Gets or sets the t number.
</summary>
<value>
The t number.
</value>
</member>
<member name="T:SteamWare.intervalloDate">
<summary>
definisce un intervalo di 2 date
@@ -3455,7 +4121,9 @@
<summary>
calcola il turno di riferimento data una data di riferimento
</summary>
<param name="dataOraRif"></param>
<param name="dataOraRif">The data ora rif.</param>
<param name="shiftTurno">The shift turno.</param>
<param name="durataTurno">The durata turno.</param>
<returns></returns>
</member>
<member name="M:SteamWare.datario.setIntervallo(System.DateTime,System.DateTime)">
@@ -3730,6 +4398,13 @@
<param name="repNum">larghezza caratteri (x pad)</param>
<returns></returns>
</member>
<member name="M:SteamWare.SteamwareStrings.pseudoRandomString(System.Int32)">
<summary>
genera stringhe pseudo-casuali
</summary>
<param name="Lenght"></param>
<returns></returns>
</member>
<member name="T:SteamWare.anagrData">
<summary>
fornisce dati di base per l'utente
@@ -3749,7 +4424,11 @@
<param name="username"></param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "T:SteamWare.dnsUtils" -->
<member name="T:SteamWare.dnsUtils">
<summary>
utility x dns e naming
</summary>
</member>
<member name="M:SteamWare.dnsUtils.DetermineCompName(System.String)">
<summary>
calcola il nome del computer dato l'IP
@@ -3757,6 +4436,13 @@
<param name="IP"></param>
<returns></returns>
</member>
<member name="M:SteamWare.dnsUtils.ReverseLookup(System.String)">
<summary>
Metodo x restituire nome dato IP tramite Reverse Lookup
</summary>
<param name="ip"></param>
<returns></returns>
</member>
<member name="M:SteamWare.dnsUtils.wgetPage(System.String,System.String,System.String)">
<summary>
scarica una pagina da URL e fornisce testo string
@@ -3783,6 +4469,39 @@
<param name="sName"></param>
<returns></returns>
</member>
<member name="T:SteamWare.jsUtils">
<summary>
Helper per gestione jscripts vari
</summary>
</member>
<member name="M:SteamWare.jsUtils.getCBE(System.Object)">
<summary>
restituisce la stringa di codice javascript x conferma client comprensiva di messaggio tradotto specifico
</summary>
<param name="lemma"></param>
<returns></returns>
</member>
<member name="M:SteamWare.jsUtils.getCBE(System.Object,System.Object)">
<summary>
restituisce la stringa di codice javascript x conferma client comprensiva di messaggio tradotto specifico
</summary>
<param name="lemma"></param>
<param name="doTranslate"></param>
<returns></returns>
</member>
<member name="T:SteamWare.urlUtils">
<summary>
classi helper gestioen URL
</summary>
</member>
<member name="M:SteamWare.urlUtils.callUrl(System.String,System.Boolean)">
<summary>
chiama un URL e restituisce (se richiesto) il risultato ricevuto
</summary>
<param name="url">url da chiamare</param>
<param name="returnAnsw">se si vuole in risposta il contenuto della risposta alla chiamata</param>
<returns></returns>
</member>
<member name="T:SteamWare.SteamCrypto">
<summary>
utils x cifrature e Crypto
@@ -9,6 +9,12 @@ public partial class elencoRichieste : System.Web.UI.Page
protected void Page_Load(object sender, EventArgs e)
{
mod_elencoRichieste1.eh_selValore += new EventHandler(mod_elencoRichieste1_eh_selValore);
((AjaxSearch)Master).eh_Search_Submit += elencoRichieste_eh_Search_Submit;
}
void elencoRichieste_eh_Search_Submit(object sender, EventArgs e)
{
mod_elencoRichieste1.doUpdate();
}
/// <summary>
/// selezione effettuata, mostro dettaglio
@@ -19,4 +25,6 @@ public partial class elencoRichieste : System.Web.UI.Page
{
Response.Redirect("dettaglioIntervento.aspx");
}
}
+1 -2
View File
@@ -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
View File
@@ -57,6 +57,7 @@ public partial class mtzProg : System.Web.UI.Page
{
// nascondo dettaglio inserimento nuovi e aggiorno tabella elenco...
mod_dettMtzProg1.Visible = false;
mod_elencoMtzProg1.modoInsertMtzPrg = false;
mod_elencoMtzProg1.doUpdate();
}
@@ -0,0 +1,7 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSearch.master" AutoEventWireup="true" Inherits="AnagOperatoriMtz" Codebehind="AnagOperatoriMtz.aspx.cs" %>
<%@ Register Src="~/WebUserControls/mod_anagOpMtz.ascx" tagname="mod_anagOpMtz" tagprefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<uc1:mod_anagOpMtz ID="mod_anagOpMtz1" runat="server" />
</asp:Content>
@@ -0,0 +1,17 @@
<%@ Page Language="C#" AutoEventWireup="true" Inherits="Default" Codebehind="Default.aspx.cs" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>SteamWare s.r.l.</title>
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>
@@ -0,0 +1,72 @@
<%@ Page Language="C#" AutoEventWireup="true" EnableEventValidation="false" CodeBehind="ExcelExportMtzPrev.aspx.cs"
Inherits="GIM_site.ExcelExportMtzPrev" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:GridView ID="grView" runat="server" AutoGenerateColumns="False"
DataKeyNames="idxIntPro" DataSourceID="ods" OnDataBound="grView_DataBound" EnableModelValidation="True">
<EmptyDataTemplate>
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
</EmptyDataTemplate>
<Columns>
<asp:TemplateField HeaderText="lblImpianto">
<ItemTemplate>
<asp:Label ID="lblNomeImpianto" runat="server" Text='<%# Eval("nomeImpianto") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="lblMacchina">
<ItemTemplate>
<asp:Label ID="lblNomeMacchina" runat="server" Text='<%# Eval("nomeMacchina") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="codMacchina">
<ItemTemplate>
<asp:Label ID="lblCodMacchina" runat="server" Text='<%# Eval("codMacchina") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="inizio" HeaderText="inizioMtzPro"
HtmlEncode="False" />
<%--DataFormatString="{0:dd/MM/yy}" --%>
<asp:BoundField DataField="frequenza" HeaderText="frequenzaMtzPro" />
<asp:BoundField DataField="cadenza" HeaderText="cadenzaMtzPro" />
<asp:TemplateField HeaderText="descrizione">
<ItemTemplate>
<asp:Label ID="lblDescrizione" runat="server" Text='<%# Eval("descrizione") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="descrTipo" HeaderText="lblTipoGuastoShort" />
<asp:TemplateField HeaderText="chkImpFermoShort" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:Label ID="lblIsFermo" runat="server" Text='<%# Eval("isFermo") %>' />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:TemplateField>
<asp:TemplateField HeaderText="lblPriorShort" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:Label ID="Label6" runat="server" Text='<%# Eval("idxPriorita") %>' ToolTip='<%# Eval("descrPriorita") %>' />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_applicazioneTableAdapters.v_mtzProgExpTableAdapter"
FilterExpression=" codMacchina LIKE '%{0}%' OR nomeMacchina LIKE '%{0}%' OR descrizione LIKE '%{0}%' ">
<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
<asp:SessionParameter DefaultValue="0" Name="idxTipo" SessionField="idxTipo_filt"
Type="Int32" />
<asp:SessionParameter DefaultValue="0" Name="idxMacchina" SessionField="idxMacchina_filt"
Type="Int32" />
</FilterParameters>
</asp:ObjectDataSource>
</div>
</form>
</body>
</html>
@@ -0,0 +1,44 @@
<%@ Page Language="C#" AutoEventWireup="true" EnableEventValidation="false" Inherits="ExcelExportMtzPrevPending"
CodeBehind="ExcelExportMtzPrevPending.aspx.cs" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:GridView ID="grView" runat="server" AutoGenerateColumns="False" DataKeyNames="idxPending"
DataSourceID="ods" OnDataBound="grView_DataBound" EnableModelValidation="True">
<Columns>
<asp:BoundField DataField="data" HeaderText="data" SortExpression="data"
HtmlEncode="false" /> <%--DataFormatString="{0:dd/MM/yyyy}"--%>
<asp:BoundField DataField="codImpianto" HeaderText="codImpianto" SortExpression="codImpianto" />
<asp:BoundField DataField="nomeImpianto" HeaderText="nomeImpianto" SortExpression="nomeImpianto" />
<asp:BoundField DataField="codMacchina" HeaderText="codMacchina" SortExpression="codMacchina" />
<asp:BoundField DataField="nomeMacchina" HeaderText="nomeMacchina" SortExpression="nomeMacchina" />
<asp:BoundField DataField="descrizione" HeaderText="descrizione" SortExpression="descrizione" />
<asp:BoundField DataField="descrPriorita" HeaderText="descrPriorita" SortExpression="descrPriorita" />
<asp:TemplateField HeaderText="chkImpFermo" SortExpression="isFermo">
<ItemTemplate>
<asp:Label ID="CheckBox1" runat="server" Text='<%# Eval("isFermo") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="descrTipo" HeaderText="descrTipo" SortExpression="descrTipo" />
</Columns>
</asp:GridView>
<asp:ObjectDataSource ID="ods" runat="server" SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_mtzProgPendingExpTableAdapter"
OldValuesParameterFormatString="original_{0}" FilterExpression=" (codImpianto LIKE '%{0}%') OR (nomeImpianto LIKE '%{0}%') OR (codMacchina LIKE '%{0}%') OR (nomeMacchina LIKE '%{0}%') OR (descrizione LIKE '%{0}%') OR (descrPriorita LIKE '%{0}%') OR (descrTipo LIKE '%{0}%') ">
<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
<asp:SessionParameter DefaultValue="0" Name="idxTipo" SessionField="idxTipo_filt"
Type="Int32" />
<asp:SessionParameter DefaultValue="0" Name="idxMacchina" SessionField="idxMacchina_filt"
Type="Int32" />
</FilterParameters>
</asp:ObjectDataSource>
</div>
</form>
</body>
</html>
@@ -0,0 +1,16 @@
<%@ Page Language="C#" AutoEventWireup="true" Inherits="ExportPdf" Codebehind="ExportPdf.aspx.cs" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>
@@ -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>Plant and Machines List</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>Plant and Machines List</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)&amp;" "&amp;(Fields!codImpianto.Value)&amp;"/"&amp;(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>Plant</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>Machine</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</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>S.Num.</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>Model</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>Year</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>Weight</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>Power</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-" &amp; Format(Globals.ExecutionTime, "yyyy")</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>Page</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 &amp; " / " &amp; 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>= " date " &amp; 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>
@@ -0,0 +1,968 @@
<?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>referred to the total stop time for the machine/plant</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>referred to the time spent for the actual maintenance of the machine/plant</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>Mean time to repair the machine/plant</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>Mean time between subsequent failures</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 Between 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)&amp;" "&amp;(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)&amp;" "&amp;(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-" &amp; Format(Globals.ExecutionTime, "yyyy")</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 &amp; " di " &amp; 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>= " date " &amp; 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>
@@ -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)&amp;" "&amp;(Fields!codImpianto.Value)&amp;"/"&amp;(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-" &amp; Format(Globals.ExecutionTime, "yyyy")</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 &amp; " di " &amp; 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 " &amp; 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>
@@ -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)&amp;" "&amp;(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)&amp;" "&amp;(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-" &amp; Format(Globals.ExecutionTime, "yyyy")</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 &amp; " di " &amp; 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 " &amp; 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
@@ -0,0 +1,233 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
<configSections>
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<!--<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />-->
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<!--<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" />-->
<!--<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />-->
<!--<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />-->
<!--<section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />-->
</sectionGroup>
</sectionGroup>
</sectionGroup>
</configSections>
<system.web>
<identity />
<authentication mode="Windows" />
<globalization culture="en-US" uiCulture="en-US" enableClientBasedCulture="false" />
<!--<globalization culture="auto" uiCulture="auto" enableClientBasedCulture="true" />-->
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<!--<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI" assembly="Microsoft.Web.Preview" />
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI.Controls" assembly="Microsoft.Web.Preview" />-->
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" />
</controls>
</pages>
<compilation>
<assemblies>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Configuration.Install, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</assemblies>
<!--<buildProviders>
<add extension="*.asbx" type="Microsoft.Web.Preview.Services.BridgeBuildProvider" />
</buildProviders>-->
</compilation>
<httpHandlers>
<remove verb="*" path="*.asmx" />
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" />
</httpHandlers>
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</httpModules>
<customErrors mode="Off" />
<!--<customErrors mode="RemoteOnly" defaultRedirect="unauthorized.aspx" />-->
<httpRuntime maxRequestLength="102400" />
<!-- qui sopra configurato x gestire allegati fino a 100 mb...
<httpRuntime
maxRequestLength="102400"
executionTimeout="1200"
useFullyQualifiedRedirectUrl="false"
minFreeThreads="8"
minLocalRequestFreeThreads="4"
appRequestQueueLimit="100" />
-->
</system.web>
<!--<system.web.extensions>
<scripting>
<scriptResourceHandler enableCompression="true" enableCaching="true" />
</scripting>
</system.web.extensions>-->
<appSettings>
<add key="CodModulo" value="GIM" />
<add key="dominio" value="WINLAB" />
<add key="intUpdatePagina_ms" value="60000" />
<add key="_righeDataGrid" value="30" />
<add key="_righeDataGridAnagr" value="20" />
<add key="_righeDataGridLong" value="40" />
<add key="_righeDataGridMed" value="15" />
<add key="_righeDataGridShort" value="10" />
<add key="_fromEmail" value="info@steamware.net" />
<add key="_logDir" value="./logs/" />
<add key="_logLevel" value="5" />
<add key="doShrinkFolder" value="true" />
<add key="_logMaxMb" value="30" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx" />
<add key="_commonPages" value="menu.aspx" />
<add key="_titoloPagina" value="GIM" />
<add key="titleApp" value="GIM_titleApp" />
<add key="welcomeApp" value="GIM_welcomeApp" />
<add key="appName" value="GIM" />
<add key="mainRev" value="1.3" />
<add key="minRev" value="239" />
<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}&amp;idx={1}" />
<add key="exportFormat3" value="./ExportPdf.aspx?tipo={0}&amp;inizio={1}&amp;fine={2}&amp;username={3}" />
<add key="_smtpCli" value="localhost" />
<add key="echoLemmi" value="false" />
<add key="allowDelete" value="true" />
<!--stringhe connessione-->
<add key="PermessiConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="UtenteCdcConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="VocabolarioConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="AppConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="TestAppConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<!--<add key="PermessiConnectionString" value="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=ViaDante16!" />
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GimUsaAnag;Persist Security Info=True;User id=sa;Password=ViaDante16!" />
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GimUsaVoc;Persist Security Info=True;User id=sa;Password=ViaDante16!" />
<add key="AppConnectionString" value="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=ViaDante16!" />
<add key="TestAppConnectionString" value="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GIM_test;Persist Security Info=True;User id=sa;Password=ViaDante16!" />-->
<!--valori default-->
<add key="defaultMatr" value="0000" />
<add key="defaultCodImp" value="0000" />
<add key="defaultCodMacc" value="0000" />
<!--gestione turni-->
<add key="shiftTurno" value="6" />
<add key="durataTurno" value="8" />
<add key="defaultDelay" value="15" />
<!-- Configurazione parte db -->
<add key="_sqlDir" value="sql" />
<add key="dbUpdateEnabled" value="true" />
<add key="dbAuthName" value="Somas_Anagrafica" />
<add key="dbVocabName" value="SteamWare_Vocabolario" />
<add key="dbAppName" value="GIM" />
<add key="dbTest" value="GIM_test" />
<add key="dbAuthVers" value="1" />
<add key="dbVocabVers" value="1" />
<add key="dbAppVers" value="5" />
<add key="dbAppCreaEnab" value="false" />
<add key="sqlFileFormat" value="{0}_{1:0000}.sql" />
<add key="sqlScriptDir" value="sql" />
<add key="appFilePre" value="GIM" />
<!-- Gestione Auto-enroll-->
<add key="autoEnrollEnabled" value="false" />
<add key="autoEnrollCdc" value="X999" />
<add key="autoEnrollModulo" value="GIM" />
<add key="autoEnrollFunzione" value="GIM_U" />
<!--gestione stampanti-->
<add key="stampanteRichiesteMtz" value="\\pc-manutenzione\HP-manut" />
<!--template campi nuovi-->
<add key="newAmbitoGuasto" value="-- [NUOVO] non definito --" />
<add key="newCognome" value="-- [NUOVO] Cognome --" />
<add key="newNome" value="-- [NUOVO] Nome --" />
<add key="newCalFF" value="-- [NUOVO] non definito --" />
<add key="newImpianto" value="-- [NUOVO] Nome Impianto non definito --" />
<add key="newTipoGuasto" value="-- [NUOVO] non definito --" />
<add key="newMacchina" value="-- [NUOVA] non definita --" />
<add key="newModello" value="-- MODELLO --" />
<add key="newFamMacchina" value="-- [NUOVA] non definita --" />
<add key="newCausale" value="-- [NUOVA] non definita --" />
<add key="newPriorita" value="-- [NUOVA] non definita --" />
<!--gestione formati data-ora-->
<add key="culture" value="it-IT" />
<add key="ddMMyy" value="dd/MM/yy" />
<add key="ddMMyyyy" value="dd/MM/yyyy" />
<add key="ddMMyyyyHHmm" value="dd/MM/yyyy HH:mm" />
<add key="appAdminEmail" value="astolfi@alumat.it, luzzana@alumat.it" />
</appSettings>
<connectionStrings>
<add name="GIMConnectionString" connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
<add name="GIM_Data.Properties.Settings.GIMConnectionString" connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=Alumat_WebGIM;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
<!--<add name="GIMConnectionString" connectionString="Data Source=10.74.82.17\SQLExpress;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=ViaDante16!" providerName="System.Data.SqlClient" />-->
</connectionStrings>
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<modules>
<remove name="ScriptModule" />
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</modules>
<handlers>
<remove name="ScriptHandlerFactory" />
<remove name="ScriptHandlerFactoryAppServices" />
<remove name="ScriptResource" />
<remove name="WebServiceHandlerFactory-Integrated" />
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</handlers>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
</dependentAssembly>
<!--<dependentAssembly>
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518" />
</dependentAssembly>-->
</assemblyBinding>
</runtime>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5" />
<providerOption name="WarnAsError" value="false" />
</compiler>
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5" />
<providerOption name="OptionInfer" value="true" />
<providerOption name="WarnAsError" value="false" />
</compiler>
</compilers>
</system.codedom>
</configuration>
@@ -0,0 +1,67 @@
<%@ Master Language="C#" AutoEventWireup="True" Inherits="Ajax" Codebehind="Ajax.master.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Src="~/WebUserControls/mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="~/WebUserControls/mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
<%@ Register Src="~/WebUserControls/mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc5" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<link href="~/Style.css" rel="stylesheet" type="text/css" />
<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">
<asp:ToolkitScriptManager ID="sm" runat="server" EnablePartialRendering="true" EnableScriptGlobalization="true"
EnableScriptLocalization="true">
</asp:ToolkitScriptManager>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="topMenu" colspan="2">
<div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<uc1:mod_menuTop ID="Mod_menuTop1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td class="menuSx">
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Always" RenderMode="Inline">
<ContentTemplate>
<uc2:mod_menuSx ID="Mod_menuSx1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</td>
<td class="bodyMain">
<div style="width: 100%; background: White; text-align: center; height: 100%;">
<asp:UpdatePanel ID="updPanelPagina" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<div class="boxShadowDark">
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
</table>
</div>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="bottomWrite">
<uc5:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</form>
</body>
</html>
@@ -0,0 +1,80 @@
<%@ Master Language="C#" AutoEventWireup="True" Inherits="AjaxSearch" Codebehind="AjaxSearch.master.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Src="~/WebUserControls/mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="~/WebUserControls/mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
<%@ Register Src="~/WebUserControls/mod_pageTitleAndSearch.ascx" TagName="mod_pageTitleAndSearch"
TagPrefix="uc3" %>
<%@ Register Src="~/WebUserControls/mod_ricercaGenerica.ascx" TagName="mod_ricercaGenerica"
TagPrefix="uc4" %>
<%@ Register Src="~/WebUserControls/mod_menuBottom.ascx" TagName="mod_menuBottom"
TagPrefix="uc5" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<link href="~/Style.css" rel="stylesheet" type="text/css" />
<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">
<asp:ToolkitScriptManager ID="sm" runat="server" EnablePartialRendering="true" EnableScriptGlobalization="true"
EnableScriptLocalization="true">
</asp:ToolkitScriptManager>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="topMenu" colspan="2">
<div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<uc1:mod_menuTop ID="Mod_menuTop1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td class="menuSx">
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Always" RenderMode="Inline">
<ContentTemplate>
<uc2:mod_menuSx ID="Mod_menuSx1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</td>
<td class="bodyMain">
<div>
<asp:UpdatePanel ID="updPanelPagina" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<div class="boxShadowDark">
<table class="tableContenuto" cellpadding="0" cellspacing="0">
<tr class="topContrDx">
<td style="width: 25%;" valign="baseline">
<uc3:mod_pageTitleAndSearch ID="Mod_pageTitleAndSearch1" runat="server" />
</td>
<td style="width: 75%; text-align: left;">
<uc4:mod_ricercaGenerica ID="Mod_ricercaGenerica1" runat="server" />
</td>
</tr>
<tr>
<td colspan="2" class="contrRiq">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
</table>
</div>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="bottomWrite">
<uc5:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</form>
</body>
</html>
@@ -0,0 +1,81 @@
<%@ Master Language="C#" AutoEventWireup="True"
Inherits="AjaxSearchEmpty" Codebehind="AjaxSearchEmpty.master.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Src="~/WebUserControls/mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="~/WebUserControls/mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
<%@ Register Src="~/WebUserControls/mod_pageTitleAndSearch.ascx" TagName="mod_pageTitleAndSearch"
TagPrefix="uc3" %>
<%@ Register Src="~/WebUserControls/mod_ricercaGenerica.ascx" TagName="mod_ricercaGenerica"
TagPrefix="uc4" %>
<%@ Register Src="~/WebUserControls/mod_menuBottom.ascx" TagName="mod_menuBottom"
TagPrefix="uc5" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<link href="~/Style.css" rel="stylesheet" type="text/css" />
<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">
<asp:ToolkitScriptManager ID="sm" runat="server" EnablePartialRendering="true" EnableScriptGlobalization="true"
EnableScriptLocalization="true">
</asp:ToolkitScriptManager>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="topMenu" colspan="2">
<div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<uc1:mod_menuTop ID="Mod_menuTop1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td class="menuSx">
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Always" RenderMode="Inline">
<ContentTemplate>
<uc2:mod_menuSx ID="Mod_menuSx1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</td>
<td class="bodyMainEmpty">
<div>
<asp:UpdatePanel ID="updPanelPagina" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<div class="boxShadowDark">
<table class="tableContenuto" cellpadding="0" cellspacing="0">
<tr class="topContrDx">
<td style="width: 25%;" valign="baseline">
<uc3:mod_pageTitleAndSearch ID="Mod_pageTitleAndSearch1" runat="server" />
</td>
<td style="width: 75%; text-align: left;">
<uc4:mod_ricercaGenerica ID="Mod_ricercaGenerica1" runat="server" />
</td>
</tr>
<tr>
<td colspan="2" class="contrRiq">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
</table>
</div>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="bottomWrite">
<uc5:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</form>
</body>
</html>
@@ -0,0 +1,37 @@
<%@ Master Language="C#" AutoEventWireup="True" Inherits="AjaxSimple" Codebehind="AjaxSimple.master.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Src="~/WebUserControls/mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Simplepage</title>
<link href="../Style.css" rel="stylesheet" type="text/css" />
<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">
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server" EnablePartialRendering="true"
EnableScriptGlobalization="true" EnableScriptLocalization="true">
</asp:ToolkitScriptManager>
<div>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="bodyMain">
<div>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</td>
</tr>
<tr>
<td class="bottomWrite">
<uc1:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
@@ -0,0 +1,38 @@
<%@ Master Language="C#" AutoEventWireup="True"
Inherits="AjaxSimpleUpload" Codebehind="AjaxSimpleUpload.master.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Src="~/WebUserControls/mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>SimplePage</title>
<link href="~/Style.css" rel="stylesheet" type="text/css" />
<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">
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server" EnablePartialRendering="true"
EnableScriptGlobalization="true" EnableScriptLocalization="true">
</asp:ToolkitScriptManager>
<div>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="bodyMain">
<div>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</td>
</tr>
<tr>
<td class="bottomWrite">
<uc1:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
@@ -0,0 +1,76 @@
<%@ Master Language="C#" AutoEventWireup="True" Inherits="AjaxTitle" Codebehind="AjaxTitle.master.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Src="~/WebUserControls/mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="~/WebUserControls/mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
<%@ Register Src="~/WebUserControls/mod_pageTitleAndSearch.ascx" TagName="mod_pageTitleAndSearch" TagPrefix="uc3" %>
<%@ Register Src="~/WebUserControls/mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc5" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link href="~/Style.css" rel="stylesheet" type="text/css" />
<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">
<asp:ToolkitScriptManager ID="sm" runat="server" EnablePartialRendering="true" EnableScriptGlobalization="true"
EnableScriptLocalization="true">
</asp:ToolkitScriptManager>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="topMenu" colspan="2">
<div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<uc1:mod_menuTop ID="Mod_menuTop1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td class="menuSx">
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Always" RenderMode="Inline">
<ContentTemplate>
<uc2:mod_menuSx ID="Mod_menuSx1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</td>
<td class="bodyMain">
<div>
<asp:UpdatePanel ID="updPanelPagina" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<div class="boxShadowDark">
<table class="tableContenuto" cellpadding="0" cellspacing="0">
<tr class="topContrDx">
<td style="width: 25%;" valign="baseline">
<uc3:mod_pageTitleAndSearch ID="Mod_pageTitleAndSearch1" runat="server" />
</td>
<td style="width: 75%; text-align: left;">
&nbsp;
</td>
</tr>
<tr>
<td colspan="2" class="contrRiq">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
</table>
</div>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="bottomWrite">
<uc5:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</form>
</body>
</html>
@@ -0,0 +1,57 @@
<%@ Master Language="C#" AutoEventWireup="True" Inherits="MasterAjax" Codebehind="MasterAjax.master.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Src="~/WebUserControls/mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="~/WebUserControls/mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
<%@ Register Src="~/WebUserControls/mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc5" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<link href="../Style.css" rel="stylesheet" type="text/css" />
</head>
<body class="body">
<form id="form1" runat="server">
<asp:ToolkitScriptManager ID="sm" runat="server" EnablePartialRendering="true" EnableScriptGlobalization="true"
EnableScriptLocalization="true">
</asp:ToolkitScriptManager>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="topMenu" colspan="2">
<div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<uc1:mod_menuTop ID="Mod_menuTop1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td class="menuSx">
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Always" RenderMode="Inline">
<ContentTemplate>
<uc2:mod_menuSx ID="Mod_menuSx1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</td>
<td class="bodyMain">
<div>
<asp:UpdatePanel ID="updPanelPagina" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="bottomWrite">
<uc5:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</form>
</body>
</html>
@@ -0,0 +1,87 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_anagAmbitiGuasto"
CodeBehind="mod_anagAmbitiGuasto.ascx.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" PageSize="20"
DataKeyNames="idxAmbito" DataSourceID="ods" OnDataBound="grView_DataBound" OnRowEditing="grView_RowEditing">
<RowStyle CssClass="ctrRowStyle" />
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
<EmptyDataTemplate>
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
<asp:Button ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" Text='<%# traduci("New") %>'
Visible='<%# isWritable() %>' />
</EmptyDataTemplate>
<Columns>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center">
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate" runat="server" CausesValidation="False" CommandName="Update"
ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgCancel" runat="server" CausesValidation="False" CommandName="Cancel"
ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla, SteamWare.dimImg.small) %>' />
</EditItemTemplate>
<HeaderTemplate>
<asp:Button ID="btnReset" runat="server" Text='<%# traduci("Reset") %>' OnClick="btnReset_Click"
Visible="false" />
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select"
Visible="false" ToolTip='<%# traduci("Select") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.seleziona, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgEdit" runat="server" CausesValidation="False" CommandName="Edit"
Visible='<%# isWritable() %>' ToolTip='<%# traduci("Edit") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.modifica, SteamWare.dimImg.small) %>' />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
<asp:BoundField DataField="idxAmbito" HeaderText="idxAmbito" InsertVisible="False"
Visible="false" ReadOnly="True" SortExpression="idxAmbito" />
<asp:TemplateField HeaderText="descrAmbitoGuasto" SortExpression="descrAmbitoGuasto">
<EditItemTemplate>
<asp:TextBox ID="TextBox1" runat="server" Width="30em" Text='<%# Bind("descrAmbitoGuasto") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("descrAmbitoGuasto") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField ItemStyle-HorizontalAlign="Center">
<HeaderTemplate>
<asp:Button ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" Text='<%# traduci("New") %>' Visible='<%# isWritable() %>' />
</HeaderTemplate>
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate2" runat="server" CausesValidation="False" CommandName="Update"
ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgCancel2" runat="server" CausesValidation="False" CommandName="Cancel"
ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla, SteamWare.dimImg.small) %>' />
</EditItemTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete"
Visible='<%# isWritable() %>' ToolTip='<%# traduci("Delete") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina, SteamWare.dimImg.small) %>' />
<cc1:ConfirmButtonExtender ID="ConfirmButtonExtender1" runat="server" ConfirmText='<%# traduci("confermaDel")%>'
TargetControlID="imgDelete">
</cc1:ConfirmButtonExtender>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:Label ID="lblNumRec" runat="server" CssClass="txtMini"></asp:Label>
<asp:ObjectDataSource ID="ods" runat="server" SelectMethod="GetData" TypeName="GIM_data.DS_applicazioneTableAdapters.AnagAmbitoGuastoTableAdapter"
UpdateMethod="Update" DeleteMethod="DeleteQuery" OldValuesParameterFormatString="Original_{0}"
FilterExpression="descrAmbitoGuasto LIKE '%{0}%' " InsertMethod="Insert">
<UpdateParameters>
<asp:Parameter Name="descrAmbitoGuasto" Type="String" />
<asp:Parameter Name="Original_idxAmbito" Type="Int32" />
</UpdateParameters>
<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
</FilterParameters>
<DeleteParameters>
<asp:Parameter Name="Original_idxAmbito" Type="Int32" />
</DeleteParameters>
<InsertParameters>
<asp:Parameter Name="descrAmbitoGuasto" Type="String" />
</InsertParameters>
</asp:ObjectDataSource>
@@ -0,0 +1,108 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_anagOpMtz" CodeBehind="mod_anagOpMtz.ascx.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
DataKeyNames="matrOp" DataSourceID="ods" OnDataBound="grView_DataBound" OnRowEditing="grView_RowEditing">
<RowStyle CssClass="ctrRowStyle" />
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
<EmptyDataTemplate>
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
<asp:Button ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" Text='<%# traduci("New") %>'
Visible='<%# isWritable() %>' />
</EmptyDataTemplate>
<Columns>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center">
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate" runat="server" CausesValidation="False" CommandName="Update"
ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgCancel" runat="server" CausesValidation="False" CommandName="Cancel"
ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla, SteamWare.dimImg.small) %>' />
</EditItemTemplate>
<HeaderTemplate>
<asp:Button ID="btnReset" runat="server" Text='<%# traduci("Reset") %>' OnClick="btnReset_Click"
Visible="false" />
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select"
Visible="false" ToolTip='<%# traduci("Select") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.seleziona, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgEdit" runat="server" CausesValidation="False" CommandName="Edit"
Visible='<%# isEditable(Eval("matrOp")) %>' ToolTip='<%# traduci("Edit") %>'
ImageUrl='<%# imgPath(SteamWare.tipoImg.modifica, SteamWare.dimImg.small) %>' />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
<asp:TemplateField HeaderText="matrOp" SortExpression="matrOp">
<EditItemTemplate>
<asp:TextBox ID="TextBox1" runat="server" Width="15em" Text='<%# Bind("matrOp") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("matrOp") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Cognome" SortExpression="Cognome">
<EditItemTemplate>
<asp:TextBox ID="TextBox2" runat="server" Width="15em" Text='<%# Bind("Cognome") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label2" runat="server" Text='<%# Bind("Cognome") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Nome" SortExpression="Nome">
<EditItemTemplate>
<asp:TextBox ID="TextBox3" runat="server" Width="15em" Text='<%# Bind("Nome") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label3" runat="server" Text='<%# Bind("Nome") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField ItemStyle-HorizontalAlign="Center">
<HeaderTemplate>
<asp:Button ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" Text='<%# traduci("New") %>'
Visible='<%# isWritable() %>' />
</HeaderTemplate>
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate2" runat="server" CausesValidation="False" CommandName="Update"
ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgCancel2" runat="server" CausesValidation="False" CommandName="Cancel"
ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla, SteamWare.dimImg.small) %>' />
</EditItemTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete"
Visible='<%# isEditable(Eval("matrOp")) %>' ToolTip='<%# traduci("Delete") %>'
ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina, SteamWare.dimImg.small) %>' />
<cc1:ConfirmButtonExtender ID="ConfirmButtonExtender1" runat="server" ConfirmText='<%# traduci("confermaDel")%>'
TargetControlID="imgDelete">
</cc1:ConfirmButtonExtender>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:Label ID="lblNumRec" runat="server" CssClass="txtMini"></asp:Label>
<asp:ObjectDataSource ID="ods" runat="server" SelectMethod="GetData" TypeName="GIM_data.DS_applicazioneTableAdapters.AnagrOperMtzTableAdapter"
UpdateMethod="Update" DeleteMethod="Delete" OldValuesParameterFormatString="original_{0}"
FilterExpression=" (matrOp LIKE '%{0}%') OR (Cognome LIKE '%{0}%') OR (Nome LIKE '%{0}%') "
InsertMethod="Insert">
<UpdateParameters>
<asp:Parameter Name="matrOp" Type="String" />
<asp:Parameter Name="Cognome" Type="String" />
<asp:Parameter Name="Nome" Type="String" />
<asp:Parameter Name="Original_matrOp" Type="String" />
</UpdateParameters>
<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
</FilterParameters>
<DeleteParameters>
<asp:Parameter Name="Original_matrOp" Type="String" />
</DeleteParameters>
<InsertParameters>
<asp:Parameter Name="matrOp" Type="String" />
<asp:Parameter Name="Cognome" Type="String" />
<asp:Parameter Name="Nome" Type="String" />
</InsertParameters>
</asp:ObjectDataSource>
@@ -0,0 +1,54 @@
<%@ Control Language="C#" AutoEventWireup="true"
Inherits="mod_aperturaImpianti" Codebehind="mod_aperturaImpianti.ascx.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
DataKeyNames="giorno" DataSourceID="ods" OnDataBound="grView_DataBound">
<RowStyle CssClass="ctrRowStyle" />
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
<EmptyDataTemplate>
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
</EmptyDataTemplate>
<Columns>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center">
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate" runat="server" CausesValidation="False" CommandName="Update"
ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgCancel" runat="server" CausesValidation="False" CommandName="Cancel"
ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla, SteamWare.dimImg.small) %>' />
</EditItemTemplate>
<HeaderTemplate>
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgEdit" runat="server" CausesValidation="False" CommandName="Edit" Visible='<%# isWritable() %>'
ToolTip='<%# traduci("Edit") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.modifica, SteamWare.dimImg.small) %>' />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
<asp:BoundField DataField="descrGiorno" HeaderText="descrGiorno" Visible="true" ReadOnly="True"
SortExpression="descrGiorno" />
<asp:TemplateField HeaderText="apertura" SortExpression="apertura">
<EditItemTemplate>
<asp:TextBox ID="txtApertura" runat="server" Width="3em" Text='<%# Bind("apertura") %>' />
<cc1:MaskedEditExtender ID="mee_Ora" runat="server" TargetControlID="txtApertura" Mask="99"
MaskType="Number">
</cc1:MaskedEditExtender>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Eval("apertura") %>' />
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:ObjectDataSource ID="ods" runat="server" SelectMethod="GetData" TypeName="GIM_data.DS_applicazioneTableAdapters.OreAperturaSettTableAdapter"
UpdateMethod="updateApertura" OldValuesParameterFormatString="Original_{0}" >
<UpdateParameters>
<asp:Parameter Name="apertura" Type="Decimal" />
<asp:Parameter Name="Original_giorno" Type="Int32" />
</UpdateParameters>
</asp:ObjectDataSource>
@@ -0,0 +1,42 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_assegnazioniMacchineImpianti"
CodeBehind="mod_assegnazioniMacchineImpianti.ascx.cs" %>
<%@ Register Src="~/WebUserControls/mod_selettore_ajax.ascx" TagName="mod_selettore_ajax"
TagPrefix="uc1" %>
<%@ Register Src="~/WebUserControls/mod_macchine.ascx" TagName="mod_macchine" TagPrefix="uc2" %>
<table>
<tr>
<td>
<asp:DropDownList ID="ddlImpianto_A" runat="server" DataSourceID="ods" DataTextField="label" Font-Size="8pt"
AutoPostBack="true" DataValueField="value" OnSelectedIndexChanged="ddlImpianto_A_SelectedIndexChanged"
OnDataBound="ddlImpianto_A_DataBound" />
</td>
<td></td>
<td>
<asp:DropDownList ID="ddlImpianto_B" runat="server" DataSourceID="ods" DataTextField="label" Font-Size="8pt"
AutoPostBack="true" DataValueField="value" OnSelectedIndexChanged="ddlImpianto_B_SelectedIndexChanged"
OnDataBound="ddlImpianto_B_DataBound" />
</td>
</tr>
<tr>
<td>
<div style="font-size: 8pt;">
<uc2:mod_macchine ID="mod_macchine1" runat="server" vistaModulo="selezione" idxImpiantoSel="1"
dispLessCol="true" />
</div>
</td>
<td valign="middle">
<asp:Button ID="btnA2B" runat="server" Text=" --> " OnClick="btnA2B_Click" />
<br />
<asp:Button ID="btnB2A" runat="server" Text=" <-- " OnClick="btnB2A_Click" />
</td>
<td>
<div style="font-size: 8pt;">
<uc2:mod_macchine ID="mod_macchine2" runat="server" vistaModulo="selezione" idxImpiantoSel="1"
dispLessCol="true" />
</div>
</td>
</tr>
</table>
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selImpiantiTableAdapter"></asp:ObjectDataSource>
<asp:Label ID="lblWarning" runat="server" Visible="false" CssClass="erroreMid" />
@@ -0,0 +1,126 @@
<%@ Control Language="C#" AutoEventWireup="true"
Inherits="mod_calChiusura" Codebehind="mod_calChiusura.ascx.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
DataKeyNames="data" DataSourceID="ods" OnDataBound="grView_DataBound">
<RowStyle CssClass="ctrRowStyle" />
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
<EmptyDataTemplate>
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
<asp:Button ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" Text='<%# traduci("New") %>' Visible='<%# isWritable() %>'/>
</EmptyDataTemplate>
<Columns>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center">
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate" runat="server" CausesValidation="False" CommandName="Update"
ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgCancel" runat="server" CausesValidation="False" CommandName="Cancel"
ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla, SteamWare.dimImg.small) %>' />
</EditItemTemplate>
<HeaderTemplate>
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select"
Visible="false" ToolTip='<%# traduci("Select") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.seleziona, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgEdit" runat="server" CausesValidation="False" CommandName="Edit" Visible='<%# isWritable() %>'
ToolTip='<%# traduci("Edit") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.modifica, SteamWare.dimImg.small) %>' />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
<asp:TemplateField HeaderText="data" InsertVisible="False" SortExpression="data">
<EditItemTemplate>
<asp:TextBox ID="txtData" runat="server" Text='<%# Bind("data","{0:yyyy/MM/dd}") %>' Width="5em" />
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" FirstDayOfWeek="Monday"
TargetControlID="txtData" Format="yyyy/MM/dd">
</cc1:CalendarExtender>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label2" runat="server" Text='<%# Eval("data","{0:yyyy/MM/dd}") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="descrizione" SortExpression="descrizione">
<EditItemTemplate>
<asp:TextBox ID="TextBox1" runat="server" Width="30em" Text='<%# Bind("descrizione") %>' />
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Eval("descrizione") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField ItemStyle-HorizontalAlign="Center">
<HeaderTemplate>
<asp:Button ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" Text='<%# traduci("New") %>' Visible='<%# isWritable() %>'/>
</HeaderTemplate>
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate2" runat="server" CausesValidation="False" CommandName="Update"
ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgCancel2" runat="server" CausesValidation="False" CommandName="Cancel"
ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla, SteamWare.dimImg.small) %>' />
</EditItemTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete" Visible='<%# isWritable() %>'
ToolTip='<%# traduci("Delete") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina, SteamWare.dimImg.small) %>' />
<cc1:ConfirmButtonExtender ID="ConfirmButtonExtender1" runat="server" ConfirmText='<%# traduci("confermaDel")%>'
TargetControlID="imgDelete">
</cc1:ConfirmButtonExtender>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:Label ID="lblNumRec" runat="server" CssClass="txtMini" />
<asp:ObjectDataSource ID="ods" runat="server" SelectMethod="GetData" TypeName="GIM_data.DS_applicazioneTableAdapters.CalendFesteFerieTableAdapter"
UpdateMethod="Update" DeleteMethod="Delete" OldValuesParameterFormatString="Original_{0}"
FilterExpression="descrizione LIKE '%{0}%' " InsertMethod="Insert">
<UpdateParameters>
<asp:Parameter Name="data" Type="DateTime" />
<asp:Parameter Name="descrizione" Type="String" />
<asp:Parameter Name="Original_data" Type="DateTime" />
</UpdateParameters>
<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
</FilterParameters>
<DeleteParameters>
<asp:Parameter Name="Original_data" Type="DateTime" />
</DeleteParameters>
<InsertParameters>
<asp:Parameter Name="data" Type="DateTime" />
<asp:Parameter Name="descrizione" Type="String" />
</InsertParameters>
</asp:ObjectDataSource>
<div style="text-align: center;">
<asp:Button ID="btnShowInsPeriodo" runat="server" Text="..." OnClick="btnShowInsPeriodo_Click" />
<asp:Panel runat="server" ID="pnlInsPeriodo" Visible="false">
<div style="float: left;">
<asp:Label runat="server" ID="lblDataFrom" AssociatedControlID="txtDataFrom" />
<br />
<asp:TextBox ID="txtDataFrom" runat="server" Width="5em" />
<cc1:CalendarExtender ID="CalendarExtender2" runat="server" FirstDayOfWeek="Monday"
TargetControlID="txtDataFrom" Format="dd/MM/yy">
</cc1:CalendarExtender>
</div>
<div style="float: left;">
<asp:Label runat="server" ID="lblDataTo" AssociatedControlID="txtDataTo" />
<br />
<asp:TextBox ID="txtDataTo" runat="server" Width="5em" />
<cc1:CalendarExtender ID="CalendarExtender3" runat="server" FirstDayOfWeek="Monday"
TargetControlID="txtDataTo" Format="dd/MM/yy">
</cc1:CalendarExtender>
</div>
<div style="float: left;">
<asp:Label runat="server" ID="lblDescrizione" AssociatedControlID="txtDescrizione" />
<br />
<asp:TextBox ID="txtDescrizione" runat="server" Width="30em" />
</div>
<div style="float: left;">
<br />
<asp:Button ID="btnInsPeriodo" runat="server" onclick="btnInsPeriodo_Click" />
</div>
<asp:Label ID="lblWarning" runat="server" Visible="false" CssClass="erroreMid" />
</asp:Panel>
</div>
@@ -0,0 +1,28 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_chLang" Codebehind="mod_chLang.ascx.cs" %>
<link href="Style.css" rel="stylesheet" type="text/css" />
<table id="table1" runat="server" cellspacing="1" cellpadding="1" class="centerMenu">
<tr class="ctrHeaderPager">
<td>
<asp:Label id="lblScegli" runat="server" ></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:DataList id="dataListLingue" runat="server" DataKeyField="Lingua" DataSourceid="ods_lingueApp" Width="100%" OnSelectedIndexChanged="dataListLingue_SelectedIndexChanged">
<ItemStyle CssClass="ctrRowStyle" />
<AlternatingItemStyle CssClass="ctrAltRowStyle" />
<ItemTemplate>
<asp:LinkButton id="Linkbutton1" runat="server" name="Linkbutton1" CausesValidation="false" CommandName="Select">
<img alt='<%# DataBinder.Eval(Container, "DataItem.Lingua") %>' src='./images/flag-<%# DataBinder.Eval(Container, "DataItem.Lingua") %>.png' />
<asp:Label id="LinguaLabel" runat="server" Text='<%# formattaLingua(Eval("Lingua"),Eval("DescrizioneLingua")) %>' Width="250px"/>
<img alt='<%# DataBinder.Eval(Container, "DataItem.Lingua") %>' src='./images/flag-<%# DataBinder.Eval(Container, "DataItem.Lingua") %>.png' />
</asp:LinkButton>
</ItemTemplate>
</asp:DataList>
<asp:ObjectDataSource id="ods_lingueApp" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetLingue" TypeName="selData">
</asp:ObjectDataSource>
</td>
</tr>
</table>
@@ -0,0 +1,42 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_dataOra" Codebehind="mod_dataOra.ascx.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<table>
<tr>
<td>
<div>
<asp:Label runat="server" ID="lblData" /></div>
<asp:TextBox runat="server" ID="txtData" Width="6em" CssClass='<%# css %>' />
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" FirstDayOfWeek="Monday"
TargetControlID="txtData"><%--Format="yyyy/MM/dd"--%>
</cc1:CalendarExtender>
</td>
<td>
<asp:Panel runat="server" ID="pnlDropDown" Visible="false">
<table>
<tr>
<td>
<div>
<asp:Label runat="server" ID="lblOra" /></div>
<asp:DropDownList runat="server" ID="ddlOra" CssClass='<%# css %>' />
</td>
<td>
<div>
<asp:Label runat="server" ID="lblMin" /></div>
<asp:DropDownList runat="server" ID="ddlMin" CssClass='<%# css %>' />
</td>
</tr>
</table>
</asp:Panel>
</td>
<td>
<asp:Panel runat="server" ID="pnlText" Visible="false">
<div>
<asp:Label runat="server" ID="lblTime" /></div>
<asp:TextBox runat="server" ID="txtTime" Width="4em" />
<cc1:MaskedEditExtender ID="mee_Ora" runat="server" TargetControlID="txtTime" MaskType="Time"
Mask="99:99" UserTimeFormat="TwentyFourHour">
</cc1:MaskedEditExtender>
</asp:Panel>
</td>
</tr>
</table>
@@ -0,0 +1,113 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_dettMtzProg" CodeBehind="mod_dettMtzProg.ascx.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc1" %>
<table style="background-color: #DFDFDF;">
<tr>
<td colspan="2">
<div style="float: left;">
<h3>
<asp:Label ID="lblInsNewIntPro" runat="server" />
</h3>
</div>
<div style="float: right; padding-top: 20px;">
<uc1:mod_filtro ID="mod_filtroImpianto" runat="server" css="txtMini" Oneh_selValore="eh_selectedImpianto" />
<asp:ObjectDataSource ID="odsImpianti" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selImpiantiTableAdapter">
</asp:ObjectDataSource>
</div>
</td>
</tr>
<tr valign="top">
<td>
<asp:Label runat="server" ID="lblDescrMtzPro" /><br />
<asp:TextBox runat="server" ID="txtDescrizione" TextMode="MultiLine" Rows="15" Width="420px"
CssClass="textEv_1Left" />
<asp:RequiredFieldValidator ID="rfvDescrizione" runat="server" ErrorMessage="!!!"
ControlToValidate="txtDescrizione" ValidationGroup="inserimento" Display="Dynamic"></asp:RequiredFieldValidator>
</td>
<td rowspan="2" style="width: 400px;">
<div style="float: left;">
<asp:Label runat="server" ID="lblMacchineInteressate" />
</div>
<div style="float: right;">
</div>
<div style="float: right;">
<asp:Label runat="server" ID="lblTxtCerca" ></asp:Label>
<asp:TextBox runat="server" ID="txtCercaMacchine" Width="8em" Text="*" OnTextChanged="txtCercaMacchine_TextChanged" />
</div>
<div>
<asp:ListBox ID="listMacchine" runat="server" AutoPostBack="True" DataSourceID="odsMacchine"
SelectionMode="Multiple" DataTextField="label" DataValueField="value" Height="400px"
Width="400px" BackColor="#ddeeff" Font-Size="8pt"></asp:ListBox>
<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selMacchineTableAdapter"
FilterExpression="label LIKE '%{0}%'">
<FilterParameters>
<asp:ControlParameter ControlID="txtCercaMacchine" DefaultValue="*" Type="String"
Name="txtCercaMacchine" />
</FilterParameters>
</asp:ObjectDataSource>
</div>
</td>
</tr>
<tr>
<td>
<div class="bloccoDiv" style="clear: both;">
<div style="float: left; margin-right: 10px; width: 200px;">
<asp:Label runat="server" ID="lblInizioMtzPro" /><br />
<asp:TextBox runat="server" ID="txtDataInizio" Width="6em" CssClass="textEv_1" />
<asp:RequiredFieldValidator ID="rfvData" runat="server" ErrorMessage="!!!" ControlToValidate="txtDataInizio"
ValidationGroup="inserimento" Display="Dynamic"></asp:RequiredFieldValidator>
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" FirstDayOfWeek="Monday"
TargetControlID="txtDataInizio" Format="dd/MM/yy">
</cc1:CalendarExtender>
</div>
<div>
<asp:Label runat="server" ID="lblPrior" /><br />
<asp:DropDownList runat="server" ID="ddlPrior" DataSourceID="odsPrior" DataTextField="label"
DataValueField="value" CssClass="textEv_1" OnDataBound="ddlPrior_DataBound" />
<asp:ObjectDataSource ID="odsPrior" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selPriorTableAdapter">
</asp:ObjectDataSource>
</div>
</div>
<div class="bloccoDiv" style="clear: both;">
<div style="float: left; margin-right: 10px; width: 200px;">
<asp:CheckBox runat="server" ID="chkImpFermo" />
</div>
<div>
<asp:Label runat="server" ID="lblTipoGuasto" /><br />
<asp:DropDownList runat="server" ID="ddlTipo" CssClass="textEv_1" DataSourceID="odsTipo"
DataTextField="label" DataValueField="value">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsTipo" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selTipoGuastoTableAdapter">
</asp:ObjectDataSource>
</div>
</div>
<div class="bloccoDiv" style="clear: both;">
<div style="float: left; margin-right: 10px; width: 200px;">
<asp:Label runat="server" ID="lblFreq" /><br />
<asp:DropDownList runat="server" ID="ddlFreq" CssClass="textEv_1" DataSourceID="odsFreq"
DataTextField="label" DataValueField="value">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsFreq" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selFreqTableAdapter">
</asp:ObjectDataSource>
</div>
<div>
<asp:Label runat="server" ID="lblCadenza" /><br />
<asp:TextBox runat="server" ID="txtCadenza" Width="2em" CssClass="textEv_1" />
<asp:RequiredFieldValidator ID="rfvCad" runat="server" ErrorMessage="!!!" ControlToValidate="txtCadenza"
ValidationGroup="inserimento" Display="Dynamic"></asp:RequiredFieldValidator>
</div>
</div>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<asp:Button ID="btnCreaMtzPro" runat="server" OnClick="btnCreaMtzPro_Click" ValidationGroup="inserimento" />
<asp:ValidationSummary ID="valSummary" runat="server" ValidationGroup="inserimento" />
</td>
</tr>
</table>
@@ -0,0 +1,767 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_dettaglioIntervento"
CodeBehind="mod_dettaglioIntervento.ascx.cs" %>
<%@ Register Src="~/WebUserControls/mod_interventoOpMtz.ascx" TagName="mod_interventoOpMtz"
TagPrefix="uc1" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="~/WebUserControls/mod_dataOra.ascx" TagName="mod_dataOra" TagPrefix="uc2" %>
<div style="text-align: center; width: 100%;">
<div style="float: left; margin: 2px;">
<asp:LinkButton ID="btnElenco" runat="server" OnClick="btnElenco_Click" />
</div>
<div style="float: right;">
<asp:Button ID="btnCancel" runat="server" Width="150px" OnClick="btnCancel_Click" />
<cc1:ConfirmButtonExtender ID="cbeCancel" runat="server" TargetControlID="btnCancel" />
</div>
<div style="margin: 2px;">
<asp:Button ID="btnCompilaMtz" runat="server" Width="150px" OnClick="btnCompilaMtz_Click" />
<asp:Button ID="btnEditFull" runat="server" Width="150px" OnClick="btnEditFull_Click" />
</div>
</div>
<asp:FormView ID="frmView_default" runat="server" DataKeyNames="numIntMtz" DataSourceID="ods_default"
Width="100%">
<ItemTemplate>
<div id="divReadOnly">
<div id="divUp" style="background-color: #E5E2E1; padding: 10px; border-top: solid 2px orange;">
<table>
<tr>
<td>
<asp:Label runat="server" ID="lblNumIntMtz" Text='<%# traduci("numIntMtz") %>' Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblDataOra" Text='<%# traduci("lblDataOraRich") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblDataOraGuasto" Text='<%# traduci("lblDataOraGuasto") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblDataLav" Text='<%# traduci("lblDataLav") %>' Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblTurnoLav" Text='<%# traduci("lblTurnoLav") %>' Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblMatr" Text='<%# traduci("lblMatr") %>' Font-Size="X-Small" />
</td>
</tr>
<tr>
<td>
<asp:TextBox ID="numIntMtzLabel" runat="server" Text='<%# Eval("numIntMtz") %>' CssClass="fixedVal"
ReadOnly="true" Width="30px" />
</td>
<td>
<asp:TextBox ID="richiestaLabel" runat="server" Text='<%# Eval("richiesta") %>' CssClass="fixedVal"
ReadOnly="true" Width="105px" />
</td>
<td>
<asp:TextBox ID="guastoLabel" runat="server" Text='<%# Eval("guasto") %>' CssClass="fixedVal"
ReadOnly="true" Width="110px" />
</td>
<td>
<asp:TextBox ID="dataLavLabel" runat="server" Text='<%# Eval("dataLav","{0:dd/MM/yy}") %>'
CssClass="fixedVal" ReadOnly="true" Width="105px" />
</td>
<td>
<asp:TextBox ID="turnoLavLabel" runat="server" Text='<%# Eval("turnoLav") %>' CssClass="fixedVal"
ReadOnly="true" Width="30px" />
</td>
<td>
<asp:TextBox ID="matrLabel" runat="server" Text='<%# Eval("matr") %>' CssClass="fixedVal"
ReadOnly="true" Width="105px" />
</td>
</tr>
<tr>
<td>
<asp:Label runat="server" ID="lblIsFermo" Text='<%# traduci("lblIsFermo") %>' Font-Size="X-Small" />
</td>
<td colspan="5">
<asp:Label runat="server" ID="lblDettagliGuasto" Text='<%# traduci("lblDettagliGuasto") %>'
Font-Size="X-Small" />
</tr>
<tr>
<td>
<asp:CheckBox ID="isFermoCheckBox" runat="server" Checked='<%# Eval("isFermo") %>'
Enabled="false" />
</td>
<td colspan="5">
<asp:TextBox ID="descrAmbitoGuastoLabel" runat="server" Text='<%# Eval("descrAmbitoGuasto") %>'
CssClass="fixedVal" ReadOnly="true" />
</tr>
<tr>
<td>
<asp:Label runat="server" ID="lblImpianto" Text='<%# traduci("lblImpianto") %>' Font-Size="X-Small" />
</td>
<td colspan="5">
<asp:DropDownList ID="listImpianti" runat="server" DataSourceID="odsImpianti" DataTextField="label"
DataValueField="value" AutoPostBack="true" Width="400px" BackColor="Silver" Font-Size="8pt"
SelectedValue='<%# Eval("idxImpianto") %>' Enabled="false">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsImpianti" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="getImpiantiValidi" TypeName="GIM_data.DS_utilityTableAdapters.v_selImpiantiTableAdapter">
</asp:ObjectDataSource>
</td>
</tr>
<tr>
<td>
<asp:Label runat="server" ID="lblMacchina" Text='<%# traduci("lblMacchina") %>' Font-Size="X-Small" />
</td>
<td colspan="5">
<asp:DropDownList ID="listMacchine" runat="server" AutoPostBack="True" DataSourceID="odsMacchine"
DataTextField="label" DataValueField="value" Width="400px" BackColor="Silver"
Font-Size="8pt" SelectedValue='<%# Eval("idxMacchina") %>' Enabled="false">
</asp:DropDownList>
<%--<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="getByConditio" TypeName="GIM_data.DS_utilityTableAdapters.v_selMacchineTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="listImpianti" DefaultValue="0" Name="conditio" PropertyName="SelectedValue"
Type="Int32" />
</SelectParameters>
</asp:ObjectDataSource>--%>
<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="getData" TypeName="GIM_data.DS_utilityTableAdapters.v_selMacchineTableAdapter">
</asp:ObjectDataSource>
</td>
</tr>
<tr>
<td style="padding-top: 15px;">
<asp:Label runat="server" ID="lblDescrCausale" Text='<%# traduci("lblDescrCausale") %>'
Font-Size="X-Small" />
</td>
<td colspan="5" style="padding-top: 15px;">
<asp:TextBox ID="descrCausaleLabel" runat="server" Text='<%# Eval("descrCausale") %>'
CssClass="fixedValLeft" ReadOnly="true" Width="530px" />
</td>
</tr>
<tr>
<td>
<asp:Label runat="server" ID="lblDescrPriorita" Text='<%# traduci("lblDescrPriorita") %>'
Font-Size="X-Small" />
</td>
<td colspan="2">
<asp:Label runat="server" ID="lblDescrizioneGen" Text='<%# traduci("lblDescrizioneGen") %>'
Font-Size="X-Small" />
</td>
</tr>
<tr style="vertical-align: top;">
<td>
<asp:TextBox ID="descrPrioritaLabel" runat="server" Text='<%# Eval("descrPriorita") %>'
CssClass="fixedVal" ReadOnly="true" />
</td>
<td colspan="5">
<asp:TextBox ID="descrizioneLabel" runat="server" Text='<%# Eval("descrizione") %>'
CssClass="fixedValLeft" ReadOnly="true" Height="100px" Width="530px" TextMode="MultiLine" />
</td>
</tr>
<tr>
<td colspan="5">
<asp:Label runat="server" ID="lblDescrTipo" Text='<%# traduci("lblDescrTipo") %>'
Font-Size="X-Small" />
</td>
</tr>
<tr>
<td>
<asp:TextBox ID="descrTipoLabel" runat="server" Text='<%# Eval("descrTipo") %>' CssClass="fixedVal"
ReadOnly="true" />
</td>
</tr>
</table>
</div>
<div id="divDown" style="background-color: #FFFFFF; border-top: solid 2px orange;
padding: 10px;">
<table>
<tr>
<td>
<asp:Label runat="server" ID="lblPresaInCarico" Text='<%# traduci("lblPresaInCarico") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblInizioIntervento" Text='<%# traduci("lblInizioIntervento") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblFineIntervento" Text='<%# traduci("lblFineIntervento") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblDescrStato" Text='<%# traduci("lblDescrStato") %>'
Font-Size="X-Small" />
</td>
<td style="text-align: center;">
<asp:Label runat="server" ID="lblInterventi" Text='<%# traduci ("lblInterventi") %>'
Font-Size="X-Small"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:TextBox ID="presaInCaricoLabel" runat="server" Text='<%# Eval("presaInCarico") %>'
CssClass="fixedVal" ReadOnly="true" />
</td>
<td>
<asp:TextBox ID="inizioInterventoLabel" runat="server" Text='<%# Eval("inizioIntervento") %>'
CssClass="fixedVal" ReadOnly="true" />
</td>
<td>
<asp:TextBox ID="fineInterventoLabel" runat="server" Text='<%# Eval("fineIntervento") %>'
CssClass="fixedVal" ReadOnly="true" />
</td>
<td>
<asp:DropDownList runat="server" ID="ddlStato" CssClass="fixedVal" SelectedValue='<%# Eval("idxStato") %>'
DataSourceID="odsStato" DataTextField="label" DataValueField="value" Enabled="false">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsStato" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selStatoTableAdapter">
</asp:ObjectDataSource>
</td>
<td rowspan="3" style="vertical-align: top; padding-left: 30px;">
<uc1:mod_interventoOpMtz ID="mod_interventoOpMtz3" runat="server" vistaModulo="selezione" />
</td>
</tr>
<tr>
<td colspan="2">
<asp:Label runat="server" ID="lblDescrGuasto" Text='<%# traduci ("lblDescrizioneGen") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblIsPreventivabile" Text='<%# traduci("lblIsPreventivabile") %>'
Font-Size="X-Small" />
<asp:CheckBox ID="isPreventivabileCheckBox" runat="server" Checked='<%# Eval("isPreventivabile") %>'
Enabled="false" />
</td>
</tr>
<tr>
<td colspan="3">
<asp:TextBox ID="descrizioneInterventoLabel" runat="server" Text='<%# Eval("descrizioneIntervento") %>'
CssClass="fixedValLeft" ReadOnly="true" Height="100px" Width="500px" TextMode="MultiLine" />
</td>
</tr>
</table>
</div>
</div>
</ItemTemplate>
<EditItemTemplate>
<div id="divEditDefault">
<div style="float: right;">
<asp:Button ID="UpdateButton" runat="server" CausesValidation="True" CommandName="Update"
Text='<%# traduci("Update") %>' Width="150px" />
</div>
<div id="divUp" style="background-color: #E5E2E1; padding: 10px; border-top: solid 2px orange;">
<table>
<tr>
<td>
<asp:Label runat="server" ID="lblNumIntMtz" Text='<%# traduci("numIntMtz") %>' Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblDataOra" Text='<%# traduci("lblDataOraRich") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="Label1" Text='<%# traduci("lblDataOraGuasto") %>' Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblDataLav" Text='<%# traduci("lblDataLav") %>' Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblTurnoLav" Text='<%# traduci("lblTurnoLav") %>' Font-Size="X-Small"><span id="ctl00_ctl00_lblTurnoLav" style="font-size:X-Small;">[lblTurnoLav]</span></asp:Label>
</td>
<td>
<asp:Label runat="server" ID="lblMatr" Text='<%# traduci("lblMatr") %>' Font-Size="X-Small" />
</td>
</tr>
<tr>
<td>
<asp:TextBox ID="numIntMtzLabel" runat="server" Text='<%# Eval("numIntMtz") %>' CssClass="textEv_Read"
ReadOnly="true" Width="30px" />
</td>
<td>
<asp:TextBox ID="richiestaLabel" runat="server" Text='<%# Eval("richiesta") %>' CssClass="textEv_Read"
ReadOnly="true" Width="105px" />
</td>
<td>
<asp:TextBox ID="guastoLabel" runat="server" Text='<%# Eval("guasto") %>' CssClass="textEv_Read"
ReadOnly="true" Width="110px" />
</td>
<td>
<asp:TextBox ID="dataLavLabel" runat="server" Text='<%# Eval("dataLav","{0:dd/MM/yy}") %>'
CssClass="textEv_Read" ReadOnly="true" Width="105px" />
</td>
<td>
<asp:TextBox ID="turnoLavLabel" runat="server" Text='<%# Eval("turnoLav") %>' CssClass="textEv_Read"
ReadOnly="true" Width="30px" />
</td>
<td>
<asp:TextBox ID="matrLabel" runat="server" Text='<%# Eval("matr") %>' CssClass="textEv_Read"
ReadOnly="true" Width="105px" />
</td>
</tr>
<tr>
<td>
<asp:Label runat="server" ID="lblIsFermo" Text='<%# traduci("lblIsFermo") %>' Font-Size="X-Small" />
</td>
<td colspan="5">
<asp:Label runat="server" ID="lblDettagliGuasto" Text='<%# traduci("lblDettagliGuasto") %>'
Font-Size="X-Small" />
</td>
</tr>
<tr>
<td>
<asp:CheckBox ID="isFermoCheckBox" runat="server" Checked='<%# Eval("isFermo") %>'
Enabled="false" />
</td>
<td colspan="5">
<asp:TextBox ID="descrAmbitoGuastoLabel" runat="server" Text='<%# Eval("descrAmbitoGuasto") %>'
CssClass="textEv_Read" ReadOnly="true" />
</td>
</tr>
<tr>
<td>
<asp:Label runat="server" ID="lblImpianto" Text='<%# traduci("lblImpianto") %>' Font-Size="X-Small" />
</td>
<td colspan="5">
<asp:DropDownList ID="listImpianti" runat="server" DataSourceID="odsImpianti" DataTextField="label"
DataValueField="value" Width="400px" BackColor="#deeff7" Font-Size="8pt" SelectedValue='<%# Eval("idxImpianto") %>'
Enabled="false">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsImpianti" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="getImpiantiValidi" TypeName="GIM_data.DS_utilityTableAdapters.v_selImpiantiTableAdapter">
</asp:ObjectDataSource>
</td>
</tr>
<tr>
<td>
<asp:Label runat="server" ID="lblMacchina" Text='<%# traduci("lblMacchina") %>' Font-Size="X-Small" />
</td>
<td colspan="5">
<asp:DropDownList ID="listMacchine" runat="server" DataSourceID="odsMacchine" DataTextField="label"
DataValueField="value" Width="400px" BackColor="#deeff7" Font-Size="8pt" SelectedValue='<%# Eval("idxMacchina") %>'
Enabled="false">
</asp:DropDownList>
<%--<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="getByConditio" TypeName="GIM_data.DS_utilityTableAdapters.v_selMacchineTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="listImpianti" DefaultValue="0" Name="conditio" PropertyName="SelectedValue"
Type="Int32" />
</SelectParameters>
</asp:ObjectDataSource>--%>
<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="getData" TypeName="GIM_data.DS_utilityTableAdapters.v_selMacchineTableAdapter">
</asp:ObjectDataSource>
</td>
</tr>
<tr>
<td style="padding-top: 15px;">
<asp:Label runat="server" ID="lblDescrCausale" Text='<%# traduci("lblDescrCausale") %>'
Font-Size="X-Small" />
</td>
<td colspan="5" style="padding-top: 15px;">
<asp:TextBox ID="descrCausaleLabel" runat="server" Text='<%# Eval("descrCausale") %>'
CssClass="textEv_ReadLeft" ReadOnly="true" Width="530px" />
</td>
</tr>
<tr>
<td>
<asp:Label runat="server" ID="lblDescrPriorita" Text='<%# traduci("lblDescrPriorita") %>'
Font-Size="X-Small" />
</td>
<td colspan="5">
<asp:Label runat="server" ID="lblDescrizioneGen" Text='<%# traduci("lblDescrizioneGen") %>'
Font-Size="X-Small" />
</td>
</tr>
<tr style="vertical-align: top;">
<td>
<asp:TextBox ID="descrPrioritaLabel" runat="server" Text='<%# Eval("descrPriorita") %>'
CssClass="textEv_Read" ReadOnly="true" />
</td>
<td colspan="5">
<asp:TextBox ID="descrizioneLabel" runat="server" Text='<%# Eval("descrizione") %>'
CssClass="textEv_ReadLeft" ReadOnly="true" Height="100px" Width="530px" TextMode="MultiLine" />
</td>
</tr>
<tr>
<td colspan="5">
<asp:Label runat="server" ID="lblDescrTipo" Text='<%# traduci("lblDescrTipo") %>'
Font-Size="X-Small" />
</td>
</tr>
<tr>
<td>
<asp:TextBox ID="descrTipoLabel" runat="server" Text='<%# Eval("descrTipo") %>' CssClass="textEv_Read"
ReadOnly="true" />
</td>
</tr>
</table>
</div>
<div id="divDown" style="background-color: #FFFFFF; border-top: solid 2px orange;
padding: 10px;">
<table>
<tr>
<td>
<asp:Label runat="server" ID="lblPresaInCarico" Text='<%# traduci("lblPresaInCarico") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblInizioIntervento" Text='<%# traduci("lblInizioIntervento") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblFineIntervento" Text='<%# traduci("lblFineIntervento") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblDescrStato" Text='<%# traduci("lblDescrStato") %>'
Font-Size="X-Small" />
</td>
<td style="text-align: center;">
<asp:Label runat="server" ID="lblInterventi" Text='<%# traduci ("lblInterventi") %>'
Font-Size="X-Small"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:TextBox ID="TextBox1" runat="server" Text='<%# Eval("presaInCarico") %>' CssClass="textEv_Read"
ReadOnly="true" />
</td>
<td>
<uc2:mod_dataOra ID="mod_dataOra2" runat="server" valore='<%# Bind("inizioIntervento") %>'
css="textEv_1" tipoOrario="tendina" mostraLabel="false" />
</td>
<td>
<uc2:mod_dataOra ID="mod_dataOra3" runat="server" valore='<%# Bind("fineIntervento") %>'
css="textEv_1" tipoOrario="tendina" mostraLabel="false" />
</td>
<td>
<asp:DropDownList runat="server" ID="ddlStato" CssClass="textEv_1" SelectedValue='<%# Bind("idxStato") %>'
DataSourceID="odsStato" DataTextField="label" DataValueField="value">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsStato" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selStatoTableAdapter">
</asp:ObjectDataSource>
</td>
<td rowspan="3" style="vertical-align: top; padding-left: 30px;">
<uc1:mod_interventoOpMtz ID="mod_interventoOpMtz2" runat="server" vistaModulo="editing" />
</td>
</tr>
<tr>
<td colspan="2">
<asp:Label runat="server" ID="lblDescrGuasto" Text='<%# traduci ("lblDescrizioneGen") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblIsPreventivabile" Text='<%# traduci("lblIsPreventivabile") %>'
Font-Size="X-Small" />
<asp:CheckBox ID="isPreventivabileCheckBox" runat="server" Checked='<%# Bind("isPreventivabile") %>'
Enabled="true" />
</td>
</tr>
<tr>
<td colspan="3">
<asp:TextBox ID="descrizioneInterventoLabel" runat="server" Text='<%# Bind("descrizioneIntervento") %>'
Height="100px" Width="500px" CssClass="textEv_1Left" TextMode="MultiLine" />
</td>
</tr>
</table>
</div>
</div>
</EditItemTemplate>
</asp:FormView>
<asp:FormView ID="frmView_full" runat="server" DataKeyNames="numIntMtz" Visible="False"
DataSourceID="ods_full" Width="100%">
<EditItemTemplate>
<div id="divEditFull">
<div id="btnCancel" style="float: right;">
<asp:Button ID="UpdateButton" runat="server" CausesValidation="True" CommandName="Update"
Text='<%# traduci("Update") %>' Width="150px" />
</div>
<div id="divUp" style="background-color: #E5E2E1; padding: 10px; border-top: solid 2px orange;">
<table>
<tr>
<td>
<asp:Label runat="server" ID="lblNumIntMtz" Text='<%# traduci("numIntMtz") %>' Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblDataOra" Text='<%# traduci("lblDataOraRich") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblDataOraGuasto" Text='<%# traduci("lblDataOraGuasto") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblDataLav" Text='<%# traduci("lblDataLav") %>' Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblTurnoLav" Text='<%# traduci("lblTurnoLav") %>' Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblMatr" Text='<%# traduci("lblMatr") %>' Font-Size="X-Small" />
</td>
</tr>
<tr>
<td>
<asp:TextBox ID="numIntMtzLabel" runat="server" Text='<%# Eval("numIntMtz") %>' CssClass="textEv_Read"
ReadOnly="true" Width="30px" />
</td>
<td>
<asp:TextBox ID="richiestaLabel" runat="server" Text='<%# Eval("richiesta") %>' CssClass="textEv_Read"
ReadOnly="true" Width="105px" />
</td>
<td>
<uc2:mod_dataOra ID="mod_dataOra4" runat="server" valore='<%# Bind("guasto") %>'
css="textEv_2" tipoOrario="tendina" mostraLabel="false" />
</td>
<td>
<asp:TextBox ID="dataLavLabel" runat="server" Text='<%# Eval("dataLav","{0:dd/MM/yy}") %>'
CssClass="textEv_Read" ReadOnly="true" Width="105px" />
</td>
<td>
<asp:TextBox ID="turnoLavLabel" runat="server" Text='<%# Eval("turnoLav") %>' CssClass="textEv_Read"
ReadOnly="true" Width="30px" />
</td>
<td>
<asp:TextBox ID="matrLabel" runat="server" Text='<%# Bind("matr") %>' CssClass="textEv_2"
Width="105px" />
</td>
</tr>
<tr>
<td>
<asp:Label runat="server" ID="lblIsFermo" Text='<%# traduci("lblIsFermo") %>' Font-Size="X-Small" />
</td>
<td colspan="5">
<asp:Label runat="server" ID="lblDettagliGuasto" Text='<%# traduci("lblDettagliGuasto") %>'
Font-Size="X-Small" />
</td>
</tr>
<tr>
<td>
<asp:CheckBox ID="isFermoCheckBox" runat="server" Checked='<%# Bind("isFermo") %>'
Enabled="true" />
</td>
<td colspan="5">
<asp:Label runat="server" ID="lblAmbito" />
<asp:DropDownList runat="server" ID="ddlAmbito" Font-Bold="True" Font-Size="10pt"
CssClass="textEv_2" DataSourceID="odsAmbiti" DataTextField="label" DataValueField="value"
SelectedValue='<%# Bind("idxAmbito") %>'>
</asp:DropDownList>
<asp:ObjectDataSource ID="odsAmbiti" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selAmbitiTableAdapter">
</asp:ObjectDataSource>
</td>
</tr>
<tr>
<td>
<asp:Label runat="server" ID="lblImpianto" Text='<%# traduci("lblImpianto") %>' Font-Size="X-Small" />
</td>
<td colspan="5">
<asp:DropDownList ID="listImpianti" runat="server" DataSourceID="odsImpianti" DataTextField="label"
DataValueField="value" Width="400px" BackColor="#cdffcd" Font-Size="8pt" SelectedValue='<%# Bind("idxImpianto") %>'>
</asp:DropDownList>
<asp:ObjectDataSource ID="odsImpianti" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="getImpiantiValidi" TypeName="GIM_data.DS_utilityTableAdapters.v_selImpiantiTableAdapter">
</asp:ObjectDataSource>
</td>
</tr>
<tr>
<td>
<asp:Label runat="server" ID="lblMacchina" Text='<%# traduci("lblMacchina") %>' Font-Size="X-Small" />
</td>
<td colspan="5">
<asp:DropDownList ID="listMacchine" runat="server" DataSourceID="odsMacchine" DataTextField="label"
DataValueField="value" Width="400px" BackColor="#cdffcd" Font-Size="8pt" SelectedValue='<%# Bind("idxMacchina") %>'>
</asp:DropDownList>
<%--<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="getByConditio" TypeName="GIM_data.DS_utilityTableAdapters.v_selMacchineTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="listImpianti" DefaultValue="0" Name="conditio" PropertyName="SelectedValue"
Type="Int32" />
</SelectParameters>
</asp:ObjectDataSource>--%>
<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="getData" TypeName="GIM_data.DS_utilityTableAdapters.v_selMacchineTableAdapter">
</asp:ObjectDataSource>
</td>
</tr>
<tr>
<td style="padding-top: 15px;">
<asp:Label runat="server" ID="lblDescrCausale" Text='<%# traduci("lblDescrCausale") %>'
Font-Size="X-Small" />
</td>
<td colspan="5" style="padding-top: 15px;">
<asp:Label runat="server" ID="lblCausale" Text='<%# Eval("idxCausale") %>' Visible="false" />
<asp:DropDownList ID="listCausali" runat="server" AutoPostBack="True" DataSourceID="odsCausali"
DataTextField="label" DataValueField="value" Width="400px" BackColor="#cdffcd"
Font-Size="8pt" SelectedValue='<%# Bind("idxCausale") %>'>
</asp:DropDownList>
<asp:ObjectDataSource ID="odsCausali" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="getByConditioAndCurr" TypeName="GIM_data.DS_utilityTableAdapters.v_selCausaliMacchineTableAdapter" OnDataBinding="odsCausali_DataBinding">
<SelectParameters>
<asp:ControlParameter ControlID="listMacchine" DefaultValue="0" Name="conditio" PropertyName="SelectedValue"
Type="Int32" />
<asp:ControlParameter ControlID="lblCausale" DefaultValue="0" Name="currVal" PropertyName="Text" Type="Int32" />
</SelectParameters>
</asp:ObjectDataSource>
</td>
</tr>
<tr>
<td>
<asp:Label runat="server" ID="lblDescrPriorita" Text='<%# traduci("lblDescrPriorita") %>'
Font-Size="X-Small" />
</td>
<td colspan="5">
<asp:Label runat="server" ID="lblDescrizioneGen" Text='<%# traduci("lblDescrizioneGen") %>'
Font-Size="X-Small" />
</td>
</tr>
<tr style="vertical-align: top;">
<td>
<asp:Label runat="server" ID="lblPrior" /><br />
<asp:DropDownList runat="server" ID="ddlPrior" DataSourceID="odsPrior" DataTextField="label"
DataValueField="value" CssClass="textEv_2" SelectedValue='<%# Bind("idxPriorita") %>' />
<asp:ObjectDataSource ID="odsPrior" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selPriorTableAdapter">
</asp:ObjectDataSource>
</td>
<td colspan="5">
<asp:TextBox ID="txtDescrizione" runat="server" Text='<%# Bind("descrizione") %>'
CssClass="textEv_2Left" Height="100px" Width="530px" TextMode="MultiLine" />
<asp:RequiredFieldValidator ID="rfvDescrizione" runat="server" ErrorMessage="Obbligatorio !!!"
ControlToValidate="txtDescrizione" Display="Dynamic"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td colspan="6">
<asp:Label runat="server" ID="lblDescrTipo" Text='<%# traduci("lblDescrTipo") %>'
Font-Size="X-Small" />
</td>
</tr>
<tr>
<td>
<asp:Label runat="server" ID="lblTipoGuasto" /><br />
<asp:DropDownList runat="server" ID="ddlTipo" Font-Bold="True" Font-Size="10pt" CssClass="textEv_2"
DataSourceID="odsTipo" DataTextField="label" DataValueField="value" SelectedValue='<%# Bind("idxTipo") %>'>
</asp:DropDownList>
<asp:ObjectDataSource ID="odsTipo" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selTipoGuastoTableAdapter">
</asp:ObjectDataSource>
</td>
</tr>
</table>
</div>
<div id="divDown" style="background-color: #FFFFFF; border-top: solid 2px orange;
padding: 10px;">
<table>
<tr>
<td>
<asp:Label runat="server" ID="lblPresaInCarico" Text='<%# traduci("lblPresaInCarico") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblInizioIntervento" Text='<%# traduci("lblInizioIntervento") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblFineIntervento" Text='<%# traduci("lblFineIntervento") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblDescrStato" Text='<%# traduci("lblDescrStato") %>'
Font-Size="X-Small" />
</td>
<td style="text-align: center;">
<asp:Label runat="server" ID="lblInterventi" Text='<%# traduci ("lblInterventi") %>'
Font-Size="X-Small"></asp:Label>
</td>
</tr>
<tr>
<td>
<%--<uc2:mod_dataOra ID="mod_dataOra10" runat="server" valore='<%# Bind("presaInCarico") %>'
css="textEv_1" tipoOrario="tendina" mostraLabel="false" />--%>
<asp:TextBox ID="presaInCaricoLabel" runat="server" Text='<%# Bind("presaInCarico") %>'
CssClass="textEv_Read" />
</td>
<td>
<uc2:mod_dataOra ID="mod_dataOra2" runat="server" valore='<%# Bind("inizioIntervento") %>'
css="textEv_1" tipoOrario="tendina" mostraLabel="false" />
</td>
<td>
<uc2:mod_dataOra ID="mod_dataOra3" runat="server" valore='<%# Bind("fineIntervento") %>'
css="textEv_1" tipoOrario="tendina" mostraLabel="false" />
</td>
<td>
<asp:DropDownList runat="server" ID="ddlStato" CssClass="textEv_1" SelectedValue='<%# Bind("idxStato") %>'
DataSourceID="odsStato" DataTextField="label" DataValueField="value">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsStato" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selStatoTableAdapter">
</asp:ObjectDataSource>
</td>
<td rowspan="3" style="vertical-align: top; padding-left: 30px;">
<uc1:mod_interventoOpMtz ID="mod_interventoOpMtz4" runat="server" vistaModulo="editing" />
</td>
</tr>
<tr>
<td colspan="2">
<asp:Label runat="server" ID="lblDescrGuasto" Text='<%# traduci ("lblDescrizioneGen") %>'
Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblIsPreventivabile" Text='<%# traduci("lblIsPreventivabile") %>'
Font-Size="X-Small" />
<asp:CheckBox ID="isPreventivabileCheckBox" runat="server" Checked='<%# Bind("isPreventivabile") %>'
Enabled="true" />
</td>
</tr>
<tr>
<td colspan="3">
<asp:TextBox ID="descrizioneInterventoLabel" runat="server" Text='<%# Bind("descrizioneIntervento") %>'
Height="100px" Width="500px" CssClass="textEv_1Left" TextMode="MultiLine" />
</td>
</tr>
</table>
</div>
</div>
</EditItemTemplate>
</asp:FormView>
<asp:ObjectDataSource ID="ods_default" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="getByIdx" TypeName="GIM_data.DS_applicazioneTableAdapters.v_intervExpTableAdapter"
UpdateMethod="sp_updateIntervento">
<UpdateParameters>
<asp:Parameter Name="Original_numIntMtz" Type="Int32" />
<asp:Parameter Name="idxStato" Type="Int32" />
<asp:Parameter Name="inizioIntervento" Type="DateTime" />
<asp:Parameter Name="fineIntervento" Type="DateTime" />
<asp:Parameter Name="isPreventivabile" Type="Boolean" />
<asp:Parameter Name="descrizioneIntervento" Type="String" />
</UpdateParameters>
<SelectParameters>
<asp:SessionParameter DefaultValue="0" Name="numIntMtz" SessionField="numIntMtz_sel"
Type="Int32" />
</SelectParameters>
</asp:ObjectDataSource>
<asp:ObjectDataSource ID="ods_full" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="getByIdx" TypeName="GIM_data.DS_applicazioneTableAdapters.v_intervExpTableAdapter"
UpdateMethod="sp_updateInterventoFull" OnUpdated="ods_full_Updated">
<UpdateParameters>
<asp:Parameter Name="Original_numIntMtz" Type="Int32" />
<asp:Parameter Name="idxStato" Type="Int32" />
<asp:Parameter Name="inizioIntervento" Type="DateTime" />
<asp:Parameter Name="fineIntervento" Type="DateTime" />
<asp:Parameter Name="isPreventivabile" Type="Boolean" />
<asp:Parameter Name="descrizioneIntervento" Type="String" />
<asp:Parameter Name="matr" Type="String" />
<asp:Parameter Name="guasto" Type="DateTime" />
<asp:Parameter Name="isFermo" Type="Boolean" />
<asp:Parameter Name="idxImpianto" Type="Int32" />
<asp:Parameter Name="idxMacchina" Type="Int32" />
<asp:Parameter Name="idxAmbito" Type="Int32" />
<asp:Parameter Name="idxPriorita" Type="Int32" />
<asp:Parameter Name="descrizione" Type="String" />
<asp:Parameter Name="idxTipo" Type="Int32" />
<asp:Parameter Name="idxCausale" Type="Int32" />
<asp:Parameter Name="presaInCarico" Type="DateTime" />
</UpdateParameters>
<SelectParameters>
<asp:SessionParameter DefaultValue="0" Name="numIntMtz" SessionField="numIntMtz_sel"
Type="Int32" />
</SelectParameters>
</asp:ObjectDataSource>
@@ -0,0 +1,88 @@
<%@ Control Language="C#" AutoEventWireup="true"
Inherits="mod_elFamMacch" Codebehind="mod_elFamMacch.ascx.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" PageSize="20"
DataKeyNames="idxFamMacchine" DataSourceID="ods"
OnDataBound="grView_DataBound" OnRowEditing="grView_RowEditing"
onselectedindexchanged="grView_SelectedIndexChanged">
<RowStyle CssClass="ctrRowStyle" />
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
<EmptyDataTemplate>
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
<asp:Button ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" Text='<%# traduci("New") %>' Visible='<%# isWritable() %>'/>
</EmptyDataTemplate>
<Columns>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center">
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate" runat="server" CausesValidation="False" CommandName="Update"
ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgCancel" runat="server" CausesValidation="False" CommandName="Cancel"
ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla, SteamWare.dimImg.small) %>' />
</EditItemTemplate>
<HeaderTemplate>
<asp:Button ID="btnReset" runat="server" Text='<%# traduci("Reset") %>' OnClick="btnReset_Click" />
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select"
ToolTip='<%# traduci("Select") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.seleziona, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgEdit" runat="server" CausesValidation="False" CommandName="Edit" Visible='<%# isWritable() %>'
ToolTip='<%# traduci("Edit") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.modifica, SteamWare.dimImg.small) %>' />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
<asp:BoundField DataField="idxFamMacchine" HeaderText="idxFamMacchine" InsertVisible="False"
Visible="false" ReadOnly="True" SortExpression="idxFamMacchine" />
<asp:TemplateField HeaderText="nomeFamMacch" SortExpression="nomeFamMacch">
<EditItemTemplate>
<asp:TextBox ID="TextBox1" runat="server" Width="30em" Text='<%# Bind("nomeFamMacch") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("nomeFamMacch") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField ItemStyle-HorizontalAlign="Center">
<HeaderTemplate>
<asp:Button ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" Text='<%# traduci("New") %>' Visible='<%# isWritable() %>'/>
</HeaderTemplate>
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate2" runat="server" CausesValidation="False" CommandName="Update"
ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgCancel2" runat="server" CausesValidation="False" CommandName="Cancel"
ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla, SteamWare.dimImg.small) %>' />
</EditItemTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete" Visible='<%# isDeletable(Eval("idxFamMacchine")) %>'
ToolTip='<%# traduci("Delete") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina, SteamWare.dimImg.small) %>' />
<cc1:ConfirmButtonExtender ID="ConfirmButtonExtender1" runat="server" ConfirmText='<%# traduci("confermaDel")%>'
TargetControlID="imgDelete">
</cc1:ConfirmButtonExtender>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:Label ID="lblNumRec" runat="server" CssClass="txtMini"></asp:Label>
<asp:ObjectDataSource ID="ods" runat="server" SelectMethod="GetData" TypeName="GIM_data.DS_applicazioneTableAdapters.AnagFamMacchineTableAdapter"
UpdateMethod="Update" DeleteMethod="Delete" OldValuesParameterFormatString="Original_{0}"
FilterExpression="nomeFamMacch LIKE '%{0}%' " InsertMethod="Insert"
onupdated="ods_Updated">
<UpdateParameters>
<asp:Parameter Name="nomeFamMacch" Type="String" />
<asp:Parameter Name="Original_idxFamMacchine" Type="Int32" />
</UpdateParameters>
<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
</FilterParameters>
<DeleteParameters>
<asp:Parameter Name="Original_idxFamMacchine" Type="Int32" />
</DeleteParameters>
<InsertParameters>
<asp:Parameter Name="nomeFamMacch" Type="String" />
</InsertParameters>
</asp:ObjectDataSource>
@@ -0,0 +1,56 @@
<%@ Control Language="C#" AutoEventWireup="true"
Inherits="mod_elMacch2Fam" Codebehind="mod_elMacch2Fam.ascx.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:GridView ID="grView" runat="server" AllowPaging="True" PageSize="20" AllowSorting="True" AutoGenerateColumns="False"
DataKeyNames="idxFamMacchine,idxMacchina" DataSourceID="ods" OnDataBound="grView_DataBound" Font-Size="X-Small" >
<RowStyle CssClass="ctrRowStyleDet" />
<AlternatingRowStyle CssClass="ctrAltRowStyleDet" />
<EditRowStyle CssClass="ctrEditRowStyleDet" />
<SelectedRowStyle CssClass="ctrSelRowStyleDet" />
<FooterStyle CssClass="ctrFooterDet" />
<PagerStyle CssClass="ctrHeaderPagerDet" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle CssClass="ctrHeaderPagerDet" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyleDet" />
<EmptyDataTemplate>
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
</EmptyDataTemplate>
<Columns>
<asp:BoundField DataField="idxFamMacchine" HeaderText="idxFamMacchine" Visible="false"
ReadOnly="True" />
<asp:BoundField DataField="idxMacchina" HeaderText="idxMacchina" Visible="false"
ReadOnly="True" />
<asp:TemplateField HeaderText="macchina" SortExpression="macchina">
<ItemTemplate>
<asp:Label ID="lblMacchina" runat="server" Text='<%# Bind("macchina") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField ItemStyle-HorizontalAlign="Center">
<HeaderTemplate>
</HeaderTemplate>
<EditItemTemplate>
</EditItemTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete" Visible='<%# isWritable() %>'
ToolTip='<%# traduci("Delete") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina, SteamWare.dimImg.small) %>' />
<cc1:ConfirmButtonExtender ID="ConfirmButtonExtender1" runat="server" ConfirmText='<%# traduci("confermaDel")%>'
TargetControlID="imgDelete">
</cc1:ConfirmButtonExtender>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:Label ID="lblNumRec" runat="server" CssClass="txtMini"></asp:Label>
<asp:Label ID="lblFamMacc" runat="server" Visible="false" Text="0" />
<asp:ObjectDataSource ID="ods" runat="server" SelectMethod="getByFam" TypeName="GIM_data.DS_applicazioneTableAdapters.v_selFamMaccTableAdapter"
DeleteMethod="DeleteQuery" OldValuesParameterFormatString="Original_{0}"
onDeleted="ods_Deleted" >
<SelectParameters>
<asp:ControlParameter DefaultValue="*" ControlID="lblFamMacc" Name="idxFamMacchine"
Type="Int32" />
</SelectParameters>
<DeleteParameters>
<asp:Parameter Name="Original_idxMacchina" Type="Int32" />
<asp:Parameter Name="Original_idxFamMacchine" Type="Int32" />
</DeleteParameters>
</asp:ObjectDataSource>
@@ -0,0 +1,224 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_elencoMtzProg" CodeBehind="mod_elencoMtzProg.ascx.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="~/WebUserControls/mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc1" %>
<% if (false)
{ %>
<link href="../Style.css" rel="stylesheet" type="text/css" />
<% } %>
<div style="text-align: right;">
<asp:HyperLink ID="hlExportExcel" runat="server" Target="_blank" />
</div>
<div class="txtMini" style="width: 100%; padding: 2px 4px 2px 4px; background-color: #BCDD89;
margin-right: 10px;">
<asp:Button ID="btnShowNew" runat="server" OnClick="btnShowNew_Click" />
<asp:Button ID="btnMassEdit" runat="server" OnClick="btnMassEdit_Click" />
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<asp:Panel runat="server" ID="pnlMassEdit" Visible="false" BackColor="#BCDD89" Height="125px">
<div class="divSx" style="margin-right: 10px; width: 360px;">
<div class="divSx">
<div class="divSx" style="width: 180px;">
<asp:CheckBox runat="server" ID="chkInizioMtzPro" AutoPostBack="true" OnCheckedChanged="chkInizioMtzPro_CheckedChanged" />
<asp:Panel ID="pnlInizio" runat="server" Visible="false">
<asp:TextBox runat="server" ID="txtDataInizio" Width="6em" CssClass="textEv_1" />
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" FirstDayOfWeek="Monday"
TargetControlID="txtDataInizio" Format="dd/MM/yy">
</cc1:CalendarExtender>
</asp:Panel>
</div>
<div class="divSx" style="width: 180px;">
<asp:CheckBox runat="server" ID="chkPrior" AutoPostBack="true" OnCheckedChanged="chkPrior_CheckedChanged" />
<asp:Panel ID="pnlPrior" runat="server" Visible="false">
<asp:DropDownList runat="server" ID="ddlPrior" DataSourceID="odsPrior" DataTextField="label"
DataValueField="value" CssClass="textEv_1" OnDataBound="ddlPrior_DataBound" />
<asp:ObjectDataSource ID="odsPrior" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selPriorTableAdapter">
</asp:ObjectDataSource>
</asp:Panel>
</div>
</div>
<div class="divSx">
<div class="divSx" style="width: 180px;">
<asp:CheckBox runat="server" ID="chkSetFermo" AutoPostBack="true" OnCheckedChanged="chkSetFermo_CheckedChanged" />
<asp:Panel ID="pnlSetFermo" runat="server" Visible="false">
<asp:CheckBox runat="server" ID="chkImpFermo" Font-Bold="true" Font-Size="8pt" />
</asp:Panel>
</div>
<div class="divSx" style="width: 180px;">
<asp:CheckBox runat="server" ID="chkTipoGuasto" AutoPostBack="true" OnCheckedChanged="chkTipoGuasto_CheckedChanged" />
<asp:Panel ID="pnlTipoGuasto" runat="server" Visible="false">
<asp:DropDownList runat="server" ID="ddlTipo" CssClass="textEv_1" DataSourceID="odsTipo"
DataTextField="label" DataValueField="value">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsTipo" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selTipoGuastoTableAdapter">
</asp:ObjectDataSource>
</asp:Panel>
</div>
</div>
<div class="divSx">
<div class="divSx" style="width: 180px;">
<asp:CheckBox runat="server" ID="chkFreq" AutoPostBack="true" OnCheckedChanged="chkFreq_CheckedChanged" />
<asp:Panel ID="pnlFreq" runat="server" Visible="false">
<asp:DropDownList runat="server" ID="ddlFreq" CssClass="textEv_1" DataSourceID="odsFreq"
DataTextField="label" DataValueField="value">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsFreq" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selFreqTableAdapter">
</asp:ObjectDataSource>
</asp:Panel>
</div>
<div class="divSx" style="width: 180px;">
<asp:CheckBox runat="server" ID="chkCadenza" AutoPostBack="true" OnCheckedChanged="chkCadenza_CheckedChanged" />
<asp:Panel ID="pnlCadenza" runat="server" Visible="false">
<asp:TextBox runat="server" ID="txtCadenza" Width="2em" CssClass="textEv_1" />
</asp:Panel>
</div>
</div>
</div>
<div class="divSx" style="margin-right: 10px;">
<asp:CheckBox runat="server" ID="chkDescrMtzPro" AutoPostBack="true" OnCheckedChanged="chkDescrMtzPro_CheckedChanged" />
<asp:Panel ID="pnlDescrMtzPro" runat="server" Visible="false">
<asp:TextBox runat="server" ID="txtDescrizione" TextMode="MultiLine" Rows="6" Width="30em"
CssClass="textEv_1Left" />
</asp:Panel>
</div>
<div class="divSx" style="margin-right: 10px;">
<asp:Label runat="server" ID="lblIstrMtzPrg" Text="..." />
<br />
<asp:Button ID="btnEditConfirm" runat="server" Height="28px" OnClick="btnEditConfirm_Click"
Enabled="false" />
<br />
<asp:Button ID="btnEditCancel" runat="server" Height="28px" OnClick="btnEditCancel_Click"
Enabled="false" />
</div>
</asp:Panel>
</ContentTemplate>
</asp:UpdatePanel>
</div>
<div style="font-size: 8pt;">
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
Width="100%" OnSelectedIndexChanged="grView_SelectedIndexChanged" OnDataBound="grView_DataBound"
DataKeyNames="idxIntPro" DataSourceID="ods" OnRowDataBound="grView_RowDataBound"
PageSize="20" OnRowUpdating="grView_RowUpdating" onpageindexchanged="grView_PageIndexChanged" onrowdeleted="grView_RowDeleted">
<RowStyle CssClass="ctrRowStyle" />
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
<EmptyDataTemplate>
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
</EmptyDataTemplate>
<Columns>
<asp:TemplateField ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:Label runat="server" ID="lblidxIntPro" Text='<%# Eval("idxIntPro") %>' Visible='<%# pnlMassEdit.Visible %>'
Font-Size="6pt" />
<asp:CheckBox ID="chkSelect" runat="server" Visible='<%# pnlMassEdit.Visible %>' />
</ItemTemplate>
<HeaderTemplate>
<asp:CheckBox ID="btnSelAll" runat="server" Checked="false" ToolTip='<%# traduci("btnSelAll") %>'
OnCheckedChanged="btnSelAll_Click" CssClass="ctrHeaderPager" AutoPostBack="true"
Visible='<%# pnlMassEdit.Visible %>' />
</HeaderTemplate>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:TemplateField>
<asp:TemplateField HeaderText="lblImpianto" SortExpression="nomeMacchina">
<ItemTemplate>
<asp:Label ID="lblNomeImpianto" runat="server" Text='<%# Eval("nomeImpianto") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="lblMacchina" SortExpression="nomeMacchina">
<ItemTemplate>
<asp:Label ID="lblNomeMacchina" runat="server" Text='<%# Eval("nomeMacchina") %>' />
<asp:Label ID="lblCodMacchina" runat="server" Text='<%# Eval("codMacchina","({0})") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="inizio" HeaderText="inizioMtzPro" SortExpression="inizio"
DataFormatString="{0:dd/MM/yy}" HtmlEncode="False" />
<asp:BoundField DataField="frequenza" HeaderText="frequenzaMtzPro" SortExpression="frequenza" />
<asp:BoundField DataField="cadenza" HeaderText="cadenzaMtzPro" SortExpression="cadenza" />
<asp:TemplateField HeaderText="descrizione_mtzp" SortExpression="descrizione">
<ItemTemplate>
<asp:Label ID="Label5" runat="server" Text='<%# trimmaTesto(Eval("descrizione"),50) %>'
ToolTip='<%# Eval("descrizione") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="descrTipo" HeaderText="lblTipoGuastoShort" SortExpression="descrTipo" />
<asp:TemplateField HeaderText="chkImpFermoShort" SortExpression="isFermo" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:CheckBox ID="Label2" runat="server" Checked='<%# Eval("isFermo") %>' Enabled="false" />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:TemplateField>
<asp:TemplateField HeaderText="lblPriorShort" SortExpression="descrPriorita" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:Label ID="Label6" runat="server" Text='<%# Eval("idxPriorita") %>' ToolTip='<%# Eval("descrPriorita") %>' />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:TemplateField>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center">
<HeaderTemplate>
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete"
CommandArgument='<%# Eval("idxIntPro") %>' ToolTip='<%# traduci("Delete") %>'
Visible='<%# isWritable() %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina , SteamWare.dimImg.small) %>' />
<cc1:ConfirmButtonExtender ID="ConfirmButtonExtender1" runat="server" ConfirmText='<%# traduci("confermaDel")%>'
TargetControlID="imgDelete">
</cc1:ConfirmButtonExtender>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_applicazioneTableAdapters.v_mtzProgExpTableAdapter"
FilterExpression=" codMacchina LIKE '%{0}%' OR nomeMacchina LIKE '%{0}%' OR descrizione LIKE '%{0}%' "
DeleteMethod="deleteQuery" InsertMethod="Insert" UpdateMethod="Update">
<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
<asp:SessionParameter DefaultValue="0" Name="idxTipo" SessionField="idxTipo_filt"
Type="Int32" />
<asp:SessionParameter DefaultValue="0" Name="idxMacchina" SessionField="idxMacchina_filt"
Type="Int32" />
<%--<asp:ControlParameter ControlID="mod_filtroTipo" DefaultValue="0" Name="idxTipo"
PropertyName="valoreInt" Type="Int32" />
<asp:ControlParameter ControlID="mod_filtroMacchina" DefaultValue="0" Name="idxMacchina"
PropertyName="valoreInt" Type="Int32" />--%>
</FilterParameters>
<DeleteParameters>
<asp:Parameter Name="Original_idxIntPro" Type="Int32" />
</DeleteParameters>
<UpdateParameters>
<asp:Parameter Name="idxMacchina" Type="Int32" />
<asp:Parameter Name="inizio" Type="DateTime" />
<asp:Parameter Name="codFrequenza" Type="String" />
<asp:Parameter Name="cadenza" Type="Int32" />
<asp:Parameter Name="descrizione" Type="String" />
<asp:Parameter Name="idxPriorita" Type="Int32" />
<asp:Parameter Name="isFermo" Type="Boolean" />
<asp:Parameter Name="idxTipo" Type="Int32" />
<asp:Parameter Name="Original_idxIntPro" Type="Int32" />
</UpdateParameters>
<InsertParameters>
<asp:Parameter Name="idxMacchina" Type="Int32" />
<asp:Parameter Name="inizio" Type="DateTime" />
<asp:Parameter Name="codFrequenza" Type="String" />
<asp:Parameter Name="cadenza" Type="Int32" />
<asp:Parameter Name="descrizione" Type="String" />
<asp:Parameter Name="idxPriorita" Type="Int32" />
<asp:Parameter Name="isFermo" Type="Boolean" />
<asp:Parameter Name="idxTipo" Type="Int32" />
</InsertParameters>
</asp:ObjectDataSource>
<asp:Label ID="lblNumRec" runat="server" CssClass="txtMini" />
<asp:Label ID="lblWarning" runat="server" Visible="false" CssClass="erroreMid" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
@@ -0,0 +1,125 @@
<%@ Control Language="C#" AutoEventWireup="true"
Inherits="mod_elencoRichieste" Codebehind="mod_elencoRichieste.ascx.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="~/WebUserControls/mod_periodoAnalisi.ascx" TagName="mod_periodoAnalisi"
TagPrefix="uc1" %>
<div style="width: 100%; background-color: #cdcdcd; clear: both;" class="bg_plus">
<div style="float: left;">
<asp:CheckBox runat="server" ID="chkMostraIntChiusi" AutoPostBack="true" OnCheckedChanged="chkMostraIntChiusi_CheckedChanged"
Checked="false" />
</div>
<div style="float: right;">
<uc1:mod_periodoAnalisi ID="mod_periodoAnalisi1" runat="server" />
</div>
</div>
<div style="font-size: 8pt; clear: both;">
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
Width="100%" OnSelectedIndexChanged="grView_SelectedIndexChanged" OnDataBound="grView_DataBound"
DataKeyNames="numIntMtz" DataSourceID="ods" OnRowDataBound="grView_RowDataBound"
OnPageIndexChanged="grView_PageIndexChanged">
<RowStyle CssClass="ctrRowStyle" />
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
<EmptyDataTemplate>
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
</EmptyDataTemplate>
<Columns>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center">
<HeaderTemplate>
<asp:Button ID="btnReset" runat="server" Text='<%# traduci("Reset") %>' OnClick="btnReset_Click"
Visible="false" />
</HeaderTemplate>
<ItemTemplate>
<span style="white-space: nowrap;">
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select"
Visible='<%# !isPrInCarEnabl(Eval("numIntMtz")) %>' ToolTip='<%# traduci("ShowDetails") %>'
ImageUrl="~/images/view_s.png" />
<asp:HyperLink runat="server" ID="hlExportPdf" ToolTip='<%# traduci("exportRichiestaPDF") %>'
ImageUrl="~/images/page_pdf.png" NavigateUrl='<%# formattaUrl(Eval("numIntMtz")) %>' />
<asp:ImageButton runat="server" ID="btnPrendeInCarico" ImageUrl="~/images/print_s.png"
CommandArgument='<%# Eval("numIntMtz")%>' ToolTip='<%# traduci("prendeInCaricoRichiesta") %>'
OnClick="btnPrendeInCarico_Click" Visible='<%# isPrInCarEnabl(Eval("numIntMtz")) %>' />
</span>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
<asp:BoundField DataField="numIntMtz" HeaderText="(#)" Visible="true" ReadOnly="True"
SortExpression="numIntMtz" />
<asp:TemplateField HeaderText="Stato" SortExpression="DescrStato">
<ItemTemplate>
<asp:Label ID="Label7" runat="server" Text='<%# Bind("DescrStato") %>' CssClass='<%# stileDaStato(Eval("idxStato")) %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="dataOraInsRichiesta" SortExpression="richiesta">
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Eval("richiesta") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="inizioFermata" SortExpression="guasto">
<ItemTemplate>
<asp:Label ID="Label" runat="server" Text='<%# Eval("guasto") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="matr" HeaderText="matricola" SortExpression="matr" />
<asp:TemplateField HeaderText="macrocausa" SortExpression="descrAmbitoGuasto">
<EditItemTemplate>
<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("descrAmbitoGuasto") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<span style="vertical-align: top; white-space: nowrap;">
<asp:Label ID="Label8" runat="server" Text='<%# Bind("descrAmbitoGuasto") %>' />
</span>
<asp:Image ID="imgMtzPrev" runat="server" ImageUrl="~/images/mtzProg.png" Visible='<%# isMtzProg(Eval("idxAmbito")) %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="lblPriorShort" SortExpression="descrPriorita" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:Label ID="Label6" runat="server" Text='<%# Eval("idxPriorita") %>' ToolTip='<%# Eval("descrPriorita") %>'
CssClass='<%# stileDaPrior(Eval("idxPriorita")) %>' />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
<asp:TemplateField HeaderText="chkImpFermoShort" SortExpression="isFermo" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:CheckBox ID="Label2" runat="server" Checked='<%# Eval("isFermo") %>' Enabled="false" />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
<asp:BoundField DataField="descrTipo" HeaderText="lblTipoGuastoShort" SortExpression="descrTipo" />
<asp:BoundField DataField="nomeImpianto" HeaderText="nomeImpianto" SortExpression="nomeImpianto" />
<asp:TemplateField HeaderText="lblMacchina" SortExpression="nomeMacchina">
<ItemTemplate>
<asp:Label ID="Label3" runat="server" Text='<%# Eval("nomeMacchina") %>' />
<asp:Label ID="Label4" runat="server" Text='<%# Eval("codMacchina","({0})") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="descrizione" SortExpression="descrizione">
<ItemTemplate>
<asp:Label ID="Label5" runat="server" Text='<%# trimmaTesto(Eval("descrizione"),50) %>'
ToolTip='<%# Eval("descrizione") %>' />
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="getByPeriodoSearch" TypeName="GIM_data.DS_applicazioneTableAdapters.v_intervExpTableAdapter"
FilterExpression=" (idxStato < 3) ">
<%--<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
</FilterParameters>--%>
<SelectParameters>
<asp:SessionParameter DefaultValue="01/01/1900" Name="inizio" SessionField="_inizio"
Type="DateTime" />
<asp:SessionParameter DefaultValue="31/12/9999" Name="fine" SessionField="_fine"
Type="DateTime" />
<asp:SessionParameter DefaultValue="*" Name="search" SessionField="valoreCercato" />
</SelectParameters>
</asp:ObjectDataSource>
<asp:Label ID="lblNumRec" runat="server" CssClass="txtMini" />
<asp:Label ID="lblWarning" runat="server" Visible="false" CssClass="erroreMid" />
</div>
@@ -0,0 +1,51 @@
<%@ Control Language="C#" AutoEventWireup="true"
Inherits="mod_famiglieMacchine" Codebehind="mod_famiglieMacchine.ascx.cs" %>
<%@ Register Src="~/WebUserControls/mod_elFamMacch.ascx" TagName="mod_elFamMacch" TagPrefix="uc1" %>
<%@ Register Src="~/WebUserControls/mod_elMacch2Fam.ascx" TagName="mod_elMacch2Fam" TagPrefix="uc2" %>
<%@ Register Src="~/WebUserControls/mod_selettore.ascx" TagName="mod_selettore" TagPrefix="uc3" %>
<div>
<table>
<tr>
<td valign="top">
<uc1:mod_elFamMacch ID="mod_elFamMacch1" runat="server" />
<br />
<asp:Button ID="btnShowAdd" runat="server" OnClick="btnShowAdd_Click" />
</td>
<td valign="top">
<asp:Panel runat="server" ID="pnlSceltaMacchine" Visible="false">
<div style="width: 400px;">
<div style="float: left;">
<asp:Label runat="server" ID="lblMacchineInteressate" />
</div>
<div style="float: right;">
<asp:TextBox runat="server" ID="txtCercaMacchine" Width="8em" Text="*" AutoPostBack="True"
ontextchanged="txtCercaMacchine_TextChanged" />
</div>
<div>
<asp:ListBox ID="listMacchine" runat="server" AutoPostBack="True" DataSourceID="odsMacchine"
SelectionMode="Multiple" DataTextField="label" DataValueField="value" Height="250px"
Width="400px" BackColor="#ddeeff" Font-Size="8pt"></asp:ListBox>
<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selMacchineTableAdapter"
FilterExpression="label LIKE '%{0}%'">
<FilterParameters>
<asp:ControlParameter ControlID="txtCercaMacchine" DefaultValue="*" Type="String"
Name="txtCercaMacchine" />
</FilterParameters>
</asp:ObjectDataSource>
</div>
<asp:Button ID="btnAddMacchine" runat="server" OnClick="btnAddMacchine_Click" />
<br />
<asp:Label runat="server" ID="lblWarning" CssClass="erroreMid" Visible="false" />
</div>
</asp:Panel>
</td>
</tr>
<tr>
<td colspan="2">
<uc2:mod_elMacch2Fam ID="mod_elMacch2Fam1" runat="server" Visible="false" />
</td>
</tr>
</table>
<br />
</div>
@@ -0,0 +1,40 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="WebUserControls_mod_filtraMtzProg" Codebehind="mod_filtraMtzProg.ascx.cs" %>
<%@ Register src="mod_filtro.ascx" tagname="mod_filtro" tagprefix="uc1" %>
<div style="width: 100%; background: #cdcdcd;" class="txtMini">
<table cellpadding="5px">
<tr valign="top">
<td style="width: 250px;">
<div>
<asp:Label runat="server" ID="lblFiltTipo" />
</div>
<div>
<uc1:mod_filtro ID="mod_filtroTipo" runat="server" css="txtMini" />
<asp:ObjectDataSource ID="odsTipo" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selTipoGuastoTableAdapter">
</asp:ObjectDataSource>
</div>
</td>
<td>
<div>
<asp:Label runat="server" ID="lblFiltMacchina" />
</div>
<div>
<uc1:mod_filtro ID="mod_filtroImpianto" runat="server" css="txtMini" Oneh_selValore="eh_selectedImpianto" />
<asp:ObjectDataSource ID="odsImpianti" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selImpiantiTableAdapter">
</asp:ObjectDataSource>
</div>
<div>
<uc1:mod_filtro ID="mod_filtroMacchina" runat="server" css="txtMini" Visible="false" />
<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="getByConditio" TypeName="GIM_data.DS_utilityTableAdapters.v_selMacchineTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="mod_filtroImpianto" DefaultValue="0" Name="conditio"
PropertyName="valoreInt" Type="Int32" />
</SelectParameters>
</asp:ObjectDataSource>
</div>
</td>
</tr>
</table>
</div>
@@ -0,0 +1,7 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_filtro" Codebehind="mod_filtro.ascx.cs" %>
<asp:CheckBox ID="chkFilt" runat="server" Checked="false" AutoPostBack="True" CssClass='<%# css %>'
OnCheckedChanged="chkFilt_CheckedChanged" />
<asp:DropDownList ID="dlFilt" runat="server" Visible="False" DataTextField="label"
CssClass='<%# css %>' DataValueField="value" AutoPostBack="True" OnSelectedIndexChanged="dlFilt_SelectedIndexChanged">
</asp:DropDownList>
<asp:Label ID="where" runat="server" Visible="false" Text="" />
@@ -0,0 +1,6 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_fixCal" Codebehind="mod_fixCal.ascx.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:TextBox ID="TextBox1" runat="server" Visible="false">
</asp:TextBox>
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="TextBox1"
FirstDayOfWeek="monday" />
@@ -0,0 +1,104 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_gestCausali" CodeBehind="mod_gestCausali.ascx.cs" %>
<%@ Register Src="~/WebUserControls/mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc1" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<uc1:mod_filtro ID="mod_filtroFam" runat="server" css="txtMini" changeCheckEnabled="false"
changeCheckVisible="false" />
<asp:ObjectDataSource ID="odsFam" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selFamTableAdapter">
</asp:ObjectDataSource>
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
DataKeyNames="idxCausale" DataSourceID="ods" OnDataBound="grView_DataBound" PageSize="25">
<RowStyle CssClass="ctrRowStyle" />
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
<EmptyDataTemplate>
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
<asp:Button ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" Text='<%# traduci("New") %>'
Visible='<%# isWritable() %>' />
</EmptyDataTemplate>
<Columns>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center">
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate" runat="server" CausesValidation="False" CommandName="Update"
ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgCancel" runat="server" CausesValidation="False" CommandName="Cancel"
ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla, SteamWare.dimImg.small) %>' />
</EditItemTemplate>
<HeaderTemplate>
<asp:Button ID="btnReset" runat="server" Text='<%# traduci("Reset") %>' OnClick="btnReset_Click"
Visible="false" />
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select"
Visible="false" ToolTip='<%# traduci("Select") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.seleziona, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgEdit" runat="server" CausesValidation="False" CommandName="Edit"
Visible='<%# isWritable() %>' ToolTip='<%# traduci("Edit") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.modifica, SteamWare.dimImg.small) %>' />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
<asp:BoundField DataField="idxCausale" HeaderText="idxCausale" Visible="false" ReadOnly="True" />
<asp:BoundField DataField="idxFamMacchine" HeaderText="idxFamMacchine" Visible="false"
ReadOnly="True" />
<asp:TemplateField HeaderText="descrCausale" SortExpression="descrCausale">
<EditItemTemplate>
<asp:TextBox ID="txtdescrCausale" runat="server" Text='<%# Bind("descrCausale") %>'
Width="30em" />
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lbldescrCausale" runat="server" Text='<%# Eval("descrCausale") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="attiva" SortExpression="attiva">
<EditItemTemplate>
<asp:CheckBox ID="chkAttiva" runat="server" Checked='<%# Bind("attiva") %>' />
</EditItemTemplate>
<ItemTemplate>
<asp:CheckBox ID="lblAttiva" runat="server" Checked='<%# Eval("attiva") %>' Enabled="false" />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField ItemStyle-HorizontalAlign="Center">
<HeaderTemplate>
<asp:Button ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" Text='<%# traduci("New") %>'
Visible='<%# isWritable() %>' />
</HeaderTemplate>
<EditItemTemplate>
</EditItemTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete"
Visible='<%# isDeletable(Eval("idxCausale")) %>' ToolTip='<%# traduci("Delete") %>'
ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina, SteamWare.dimImg.small) %>' />
<cc1:ConfirmButtonExtender ID="ConfirmButtonExtender1" runat="server" ConfirmText='<%# traduci("confermaDel")%>'
TargetControlID="imgDelete">
</cc1:ConfirmButtonExtender>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:Label ID="lblNumRec" runat="server" CssClass="txtMini"></asp:Label>
<asp:Label ID="lblFamMacc" runat="server" Visible="false" Text="0" />
<asp:ObjectDataSource ID="ods" runat="server" SelectMethod="GetData" TypeName="GIM_data.DS_applicazioneTableAdapters.AnagCausaliTableAdapter"
DeleteMethod="Delete" OldValuesParameterFormatString="original_{0}" OnDeleted="ods_Deleted"
InsertMethod="Insert" UpdateMethod="UpdateQuery" FilterExpression="idxFamMacchine = {0}">
<FilterParameters>
<asp:ControlParameter ControlID="mod_filtroFam" Name="idx" PropertyName="valoreInt" />
</FilterParameters>
<DeleteParameters>
<asp:Parameter Name="Original_idxCausale" Type="Int32" />
</DeleteParameters>
<UpdateParameters>
<asp:Parameter Name="descrCausale" Type="String" />
<asp:Parameter Name="attiva" Type="Boolean" />
<asp:Parameter Name="Original_idxCausale" Type="Int32" />
</UpdateParameters>
<InsertParameters>
<asp:Parameter Name="idxFamMacchine" Type="Int32" />
<asp:Parameter Name="descrCausale" Type="String" />
<asp:Parameter Name="attiva" Type="Boolean" />
</InsertParameters>
</asp:ObjectDataSource>
@@ -0,0 +1,112 @@
<%@ Control Language="C#" AutoEventWireup="true"
Inherits="mod_gestUtentiGIM" Codebehind="mod_gestUtentiGIM.ascx.cs" %>
<div style="text-align: center; font-size: 8pt;">
<table>
<tr>
<td>
<h3>
<asp:Label runat="server" ID="lblUsers" />
</h3>
</td>
<td>
</td>
<td>
<h3>
<asp:Label runat="server" ID="lblSuperusers" />
</h3>
</td>
</tr>
<tr>
<td>
<asp:GridView ID="grViewUsers" runat="server" AutoGenerateColumns="False" DataKeyNames="USER_NAME"
DataSourceID="odsUsers" CellPadding="4" ForeColor="#333333" GridLines="None"
AllowPaging="True" AllowSorting="True" OnDataBound="grViewUsers_DataBound">
<RowStyle BackColor="#EFF3FB" />
<Columns>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center">
<HeaderTemplate>
<asp:Button ID="btnResetU" runat="server" Text='<%# traduci("Reset") %>' OnClick="btnResetU_Click" />
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select"
Visible="true" ToolTip='<%# traduci("Select") %>' ImageUrl="~/images/view_s.png" />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
<asp:BoundField DataField="COGNOME" HeaderText="Cognome" SortExpression="COGNOME" />
<asp:BoundField DataField="NOME" HeaderText="Nome" SortExpression="NOME" />
<asp:BoundField DataField="EMAIL" HeaderText="Email" SortExpression="EMAIL" />
<asp:BoundField DataField="USER_NAME" HeaderText="User_Name" ReadOnly="True" SortExpression="USER_NAME" />
</Columns>
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<EditRowStyle BackColor="#2461BF" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
<asp:ObjectDataSource ID="odsUsers" runat="server" SelectMethod="elencoDaDiritti"
TypeName="SteamWare.user_std" FilterExpression="COGNOME LIKE '%{0}%' OR NOME LIKE '%{0}%' OR EMAIL LIKE '%{0}%' OR USER_NAME LIKE '%{0}%' ">
<SelectParameters>
<asp:Parameter DefaultValue="GIM" Name="codModulo" Type="String" />
<asp:Parameter DefaultValue="GIM_U" Name="codFunzione" Type="String" />
</SelectParameters>
<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
</FilterParameters>
</asp:ObjectDataSource>
</td>
<td>
<div style="padding: 10px;">
<asp:Button ID="btnPromuovi" runat="server" Text="-->" Width="100px" OnClick="btnPromuovi_Click" />
<br />
<br />
<asp:Button ID="btnDeclassa" runat="server" Text="<--" Width="100px" OnClick="btnDeclassa_Click" />
</div>
</td>
<td>
<asp:GridView ID="grViewSuperusers" runat="server" AutoGenerateColumns="False" DataKeyNames="USER_NAME"
DataSourceID="odsSuperusers" CellPadding="4" ForeColor="#333333" GridLines="None" OnDataBound="grViewSuperusers_DataBound"
AllowPaging="True" AllowSorting="True">
<RowStyle BackColor="#FFFBD6" ForeColor="#333333" />
<Columns>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center">
<HeaderTemplate>
<asp:Button ID="btnResetSU" runat="server" Text='<%# traduci("Reset") %>' OnClick="btnResetSU_Click" />
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select"
Visible="true" ToolTip='<%# traduci("Select") %>' ImageUrl="~/images/view_s.png" />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
<asp:BoundField DataField="COGNOME" HeaderText="Cognome" SortExpression="COGNOME" />
<asp:BoundField DataField="NOME" HeaderText="Nome" SortExpression="NOME" />
<asp:BoundField DataField="EMAIL" HeaderText="Email" SortExpression="EMAIL" />
<asp:BoundField DataField="USER_NAME" HeaderText="User_Name" ReadOnly="True" SortExpression="USER_NAME" />
</Columns>
<FooterStyle BackColor="#990000" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#FFCC66" ForeColor="#333333" HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#FFCC66" Font-Bold="True" ForeColor="Navy" />
<HeaderStyle BackColor="#990000" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
<asp:ObjectDataSource ID="odsSuperusers" runat="server" SelectMethod="elencoDaDiritti"
TypeName="SteamWare.user_std" FilterExpression="COGNOME LIKE '%{0}%' OR NOME LIKE '%{0}%' OR EMAIL LIKE '%{0}%' OR USER_NAME LIKE '%{0}%' ">
<SelectParameters>
<asp:Parameter DefaultValue="GIM" Name="codModulo" Type="String" />
<asp:Parameter DefaultValue="GIM_SU" Name="codFunzione" Type="String" />
</SelectParameters>
<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
</FilterParameters>
</asp:ObjectDataSource>
</td>
</tr>
<tr>
<td colspan="3">
<asp:Label runat="server" ID="lblWarning" CssClass="erroreMid" Visible="false" />
</td>
</tr>
</table>
</div>
@@ -0,0 +1,185 @@
<%@ Control Language="C#" AutoEventWireup="true"
Inherits="mod_impianti" Codebehind="mod_impianti.ascx.cs" %>
<%@ Register Src="~/WebUserControls/mod_selettore_ajax.ascx" TagName="mod_selettore_ajax" TagPrefix="uc1" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
Width="100%" OnSelectedIndexChanged="grView_SelectedIndexChanged" OnDataBound="grView_DataBound"
DataKeyNames="idxImpianto" DataSourceID="ods" OnRowDataBound="grView_RowDataBound"
OnRowUpdating="grView_RowUpdating">
<RowStyle CssClass="ctrRowStyle" />
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
<EmptyDataTemplate>
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
<asp:Button ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" Text='<%# traduci("New") %>' Visible='<%# isWritable() %>' />
</EmptyDataTemplate>
<Columns>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center">
<HeaderTemplate>
<asp:Button ID="btnReset" runat="server" Text='<%# traduci("Reset") %>' OnClick="btnReset_Click" />
</HeaderTemplate>
<ItemTemplate>
<div id="divLeft">
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select"
ToolTip='<%# traduci("Select") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.seleziona, SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgEdit" runat="server" CausesValidation="False" CommandName="Edit"
ToolTip='<%# traduci("Edit") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.modifica, SteamWare.dimImg.small) %>'
Visible='<%# isEditable(Eval("idxImpianto")) %>' />
</div>
</ItemTemplate>
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate" runat="server" CausesValidation="False" CommandName="Update"
ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma , SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgCancel" runat="server" CausesValidation="False" CommandName="Cancel"
ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla , SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgClona" runat="server" CausesValidation="False" ToolTip='<%# traduci("clonaRecord") %>'
ImageUrl='<%# imgPath(SteamWare.tipoImg.clona , SteamWare.dimImg.small) %>' CommandArgument="clonaObj"
CommandName="Update" OnClick="imgClona_Click" />
</EditItemTemplate>
<FooterTemplate>
<asp:ImageButton ID="imgInsert" runat="server" CausesValidation="False" CommandName="Insert"
ToolTip='<%# traduci("Insert") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.nuovo , SteamWare.dimImg.small) %>'
OnClick="lblIns_click" />
<asp:ImageButton ID="imgCancel" runat="server" CausesValidation="False" CommandName="Cancel"
ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla , SteamWare.dimImg.small) %>' />
</FooterTemplate>
</asp:TemplateField>
<asp:BoundField DataField="idxImpianto" HeaderText="idxImpianto" Visible="false"
InsertVisible="False" ReadOnly="True" SortExpression="idxImpianto" />
<asp:TemplateField HeaderText="codImpianto" SortExpression="codImpianto">
<FooterTemplate>
<asp:TextBox ID="txtcodImpianto" runat="server" Text='<%# Bind("codImpianto") %>'
Width="8em" />
</FooterTemplate>
<EditItemTemplate>
<asp:TextBox ID="txtcodImpianto" runat="server" Text='<%# Bind("codImpianto") %>'
Width="8em" />
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label3" runat="server" Text='<%# Bind("codImpianto") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="nomeImpianto" SortExpression="nomeImpianto">
<FooterTemplate>
<asp:TextBox ID="txtnomeImpianto" runat="server" Text='<%# Bind("nomeImpianto") %>'
Width="20em" />
</FooterTemplate>
<EditItemTemplate>
<asp:TextBox ID="txtnomeImpianto" runat="server" Text='<%# Bind("nomeImpianto") %>'
Width="20em" />
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label4" runat="server" Text='<%# Bind("nomeImpianto") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="tipoImpianto" SortExpression="tipoImpianto">
<FooterTemplate>
<asp:TextBox ID="txttipoImpianto" runat="server" Text='<%# Bind("tipoImpianto") %>' />
</FooterTemplate>
<EditItemTemplate>
<asp:TextBox ID="txttipoImpianto" runat="server" Text='<%# Bind("tipoImpianto") %>' />
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label5" runat="server" Text='<%# Bind("tipoImpianto") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="funzDal" SortExpression="funzDal">
<FooterTemplate>
<asp:TextBox ID="cal_funzDal" runat="server" Text='<%# Bind("funzDal","{0:yyyy/MM/dd}") %>'
Width="6em" />
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" FirstDayOfWeek="Monday"
TargetControlID="cal_funzDal" Format="yyyy/MM/dd">
</cc1:CalendarExtender>
</FooterTemplate>
<EditItemTemplate>
<asp:TextBox ID="cal_funzDal" runat="server" Text='<%# Bind("funzDal","{0:yyyy/MM/dd}") %>'
Width="6em" />
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" FirstDayOfWeek="Monday"
TargetControlID="cal_funzDal" Format="yyyy/MM/dd">
</cc1:CalendarExtender>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("funzDal","{0:yyyy/MM/dd}") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="funzAl" SortExpression="funzAl">
<FooterTemplate>
<asp:TextBox ID="cal_funzAl" runat="server" Text='<%# Bind("funzAl","{0:yyyy/MM/dd}") %>'
Width="6em" />
<cc1:CalendarExtender ID="CalendarExtender2" runat="server" FirstDayOfWeek="Monday"
TargetControlID="cal_funzAl" Format="yyyy/MM/dd">
</cc1:CalendarExtender>
</FooterTemplate>
<EditItemTemplate>
<asp:TextBox ID="cal_funzAl" runat="server" Text='<%# Bind("funzAl","{0:yyyy/MM/dd}") %>'
Width="6em" />
<cc1:CalendarExtender ID="CalendarExtender2" runat="server" FirstDayOfWeek="Monday"
TargetControlID="cal_funzAl" Format="yyyy/MM/dd">
</cc1:CalendarExtender>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label2" runat="server" Text='<%# Bind("funzAl","{0:yyyy/MM/dd}") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center">
<HeaderTemplate>
<asp:Button ID="btnNew" runat="server" OnClick="btnNew_Click" Text='<%# traduci("New") %>' Visible='<%# isWritable() %>' />
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete"
CommandArgument='<%# Eval("idxImpianto") %>' ToolTip='<%# traduci("Delete") %>'
Visible='<%# isDeletable(Eval("idxImpianto")) %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina , SteamWare.dimImg.small) %>' />
<cc1:ConfirmButtonExtender ID="ConfirmButtonExtender1" runat="server" ConfirmText='<%# traduci("confermaDel")%>'
TargetControlID="imgDelete">
</cc1:ConfirmButtonExtender>
</ItemTemplate>
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate2" runat="server" CausesValidation="False" CommandName="Update"
ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma , SteamWare.dimImg.small) %>' />
<asp:ImageButton ID="imgCancel2" runat="server" CausesValidation="False" CommandName="Cancel"
ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla , SteamWare.dimImg.small) %>' />
</EditItemTemplate>
<FooterTemplate>
<asp:ImageButton ID="imgInsert2" runat="server" CausesValidation="False" CommandName="Insert"
ToolTip='<%# traduci("Insert") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.nuovo , SteamWare.dimImg.small) %>'
OnClick="lblIns_click" />
<asp:ImageButton ID="imgCancel2" runat="server" CausesValidation="False" CommandName="Cancel"
ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla , SteamWare.dimImg.small) %>' />
</FooterTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:ObjectDataSource ID="ods" runat="server" DeleteMethod="DeleteQuery" InsertMethod="Insert"
OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="GIM_data.DS_applicazioneTableAdapters.AnagImpiantiTableAdapter"
OnInserting="recuperaFooter" FilterExpression=" codImpianto LIKE '%{0}%' OR nomeImpianto LIKE '%{0}%' OR tipoImpianto LIKE '%{0}%' "
UpdateMethod="Update" OnInserted="ods_Updated" OnUpdated="ods_Updated">
<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
</FilterParameters>
<DeleteParameters>
<asp:Parameter Name="Original_idxImpianto" Type="Int32" />
</DeleteParameters>
<UpdateParameters>
<asp:Parameter Name="codImpianto" Type="String" />
<asp:Parameter Name="nomeImpianto" Type="String" />
<asp:Parameter Name="tipoImpianto" Type="String" />
<asp:Parameter Name="funzDal" Type="DateTime" />
<asp:Parameter Name="funzAl" Type="DateTime" />
<asp:Parameter Name="Original_idxImpianto" Type="Int32" />
</UpdateParameters>
<InsertParameters>
<asp:Parameter Name="codImpianto" Type="String" />
<asp:Parameter Name="nomeImpianto" Type="String" />
<asp:Parameter Name="tipoImpianto" Type="String" />
<asp:Parameter Name="funzDal" Type="DateTime" />
<asp:Parameter Name="funzAl" Type="DateTime" />
</InsertParameters>
</asp:ObjectDataSource>
<asp:Label ID="lblNumRec" runat="server" CssClass="txtMini" />
<asp:Label ID="lblWarning" runat="server" Visible="false" CssClass="erroreMid" />
@@ -0,0 +1,162 @@
<%@ Control Language="C#" AutoEventWireup="true"
Inherits="mod_insertRichiesta" CodeBehind="mod_insertRichiesta.ascx.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="~/WebUserControls/mod_dataOra.ascx" TagName="mod_dataOra" TagPrefix="uc1" %>
<asp:Panel ID="pnlMain_InsRichiesta" runat="server" Visible="false">
<div style="width: 100%; background-color: #dedede; font-size: 8pt;">
<div style="width: 100%; background-color: #696969; text-align: center;">
<div style="font-size: 30px; font-weight: bold; color: White;">
<asp:Label runat="server" ID="lblTitolo" />
</div>
<div style="padding: 5px; text-align: center; width: 615px; color: Yellow; height: 32px;">
<div style="width: 200px; float: left;">
<asp:Label runat="server" ID="lblDataOra" /><br />
<asp:TextBox ReadOnly="true" runat="server" ID="txtDataOra" CssClass="fixedVal" />
</div>
<div style="width: 200px; float: left;">
<asp:Label runat="server" ID="lblDataLav" /><br />
<asp:TextBox ReadOnly="true" runat="server" ID="txtDataLav" CssClass="fixedVal" />
</div>
<div style="width: 200px; float: left;">
<asp:Label runat="server" ID="lblTurnoLav" /><br />
<asp:TextBox ReadOnly="true" runat="server" ID="txtTurnoLav" CssClass="fixedVal" />
</div>
</div>
</div>
<table>
<tr>
<td rowspan="2" valign="top">
<div id="reparto">
<asp:Label runat="server" ID="lblImpianto" /><br />
<asp:Panel runat="server" ID="pnlImpianti" ScrollBars="Vertical" Width="300px" Height="500px">
<asp:ListBox ID="listImpianti" runat="server" DataSourceID="odsImpianti" DataTextField="label"
DataValueField="value" AutoPostBack="true" OnSelectedIndexChanged="listImpianti_SelectedIndexChanged"
Height="600px" Width="450px" BackColor="#ddeeff" Font-Size="8pt"></asp:ListBox>
<asp:ObjectDataSource ID="odsImpianti" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="getImpiantiValidi" TypeName="GIM_data.DS_utilityTableAdapters.v_selImpiantiTableAdapter"></asp:ObjectDataSource>
</asp:Panel>
<asp:RequiredFieldValidator ID="rfvReparto" runat="server" ErrorMessage="!!!" ControlToValidate="listImpianti"
ValidationGroup="inserimento" Display="Dynamic" />
</div>
</td>
<td valign="top">
<div id="macchina">
<asp:Label runat="server" ID="lblMacchina" /><br />
<asp:Panel runat="server" ID="pnlMacchine" ScrollBars="Vertical" Width="350px" Height="400px">
<asp:ListBox ID="listMacchine" runat="server" AutoPostBack="True" DataSourceID="odsMacchine"
DataTextField="label" DataValueField="value" Height="600px" Width="500px" BackColor="#ddeeff"
Font-Size="8pt"></asp:ListBox>
<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="getByConditio" TypeName="GIM_data.DS_utilityTableAdapters.v_selMacchineTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="listImpianti" DefaultValue="0" Name="conditio" PropertyName="SelectedValue"
Type="Int32" />
</SelectParameters>
</asp:ObjectDataSource>
</asp:Panel>
<asp:RequiredFieldValidator ID="rfvMacchina" runat="server" ErrorMessage="!!!" ControlToValidate="listMacchine"
ValidationGroup="inserimento" Display="Dynamic" />
</div>
</td>
<td valign="top">
<div id="insertDatiVari">
<asp:Panel runat="server" ID="Panel1" ScrollBars="None" Width="220px" Height="284px">
<asp:Label runat="server" ID="lblDettagliGuasto" Font-Bold="true" /><br />
<br />
<div style="border-top: 1px solid #acacac; height: 48px;">
<div style="float: right; padding-top: 4px; padding-left: 15px;">
<asp:Label runat="server" ID="lblPrior" /><br />
<asp:DropDownList runat="server" ID="ddlPrior" DataSourceID="odsPrior" DataTextField="label"
DataValueField="value" CssClass="textEv_1" />
<asp:ObjectDataSource ID="odsPrior" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selPriorTableAdapter"></asp:ObjectDataSource>
</div>
<div style="float: left; padding-top: 4px;">
<asp:Label runat="server" ID="lblMatr" /><br />
<asp:TextBox runat="server" ID="txtMatr" Width="3em" CssClass="textEv_1" />
<asp:RequiredFieldValidator ID="rfvMatr" runat="server" ErrorMessage="!!!" ControlToValidate="txtMatr"
ValidationGroup="inserimento" Display="Dynamic" />
</div>
</div>
<div style="clear: both; text-align: center; border-top: 1px solid #ACACAC; height: 64px;">
<asp:Label runat="server" ID="lblFermaDalleData" /><br />
<div style="text-align: right;">
<uc1:mod_dataOra ID="mod_dataOra1" runat="server" css="textEv_1" tipoOrario="tendina" />
</div>
</div>
<div style="clear: both; text-align: left; border-top: 1px solid #ACACAC; height: 48px;">
<asp:Label runat="server" ID="lblAmbito" /><br />
<asp:DropDownList runat="server" ID="ddlAmbito" CssClass="textEv_1" DataSourceID="odsAmbiti"
DataTextField="label" DataValueField="value">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsAmbiti" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selAmbitiTableAdapter"></asp:ObjectDataSource>
</div>
<div style="clear: both; text-align: left; border-top: 1px solid #ACACAC; height: 48px;">
<asp:Label runat="server" ID="lblTipoGuasto" /><br />
<asp:DropDownList runat="server" ID="ddlTipo" CssClass="textEv_1" DataSourceID="odsTipo"
DataTextField="label" DataValueField="value">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsTipo" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selTipoGuastoTableAdapter"></asp:ObjectDataSource>
</div>
<div style="clear: both; text-align: left; border-top: 1px solid #ACACAC; height: 48px;">
<asp:CheckBox runat="server" ID="chkImpFermo" />
</div>
<div>
<asp:ValidationSummary ID="valSummary" runat="server" ValidationGroup="inserimento" />
</div>
</asp:Panel>
</div>
</td>
<td rowspan="2" valign="top">
<div id="causali">
<asp:Panel runat="server" ID="pnlCausali" ScrollBars="Vertical" Width="250px" Height="500px">
<asp:ListBox ID="listCausali" runat="server" DataSourceID="odsCausali" DataTextField="label"
DataValueField="value" AutoPostBack="true" Height="600px" Width="450px" BackColor="#ddeeff"
Font-Size="8pt"></asp:ListBox>
<asp:ObjectDataSource ID="odsCausali" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="getByConditio" TypeName="GIM_data.DS_utilityTableAdapters.v_selCausaliMacchineTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="listMacchine" DefaultValue="0" Name="conditio" PropertyName="SelectedValue"
Type="Int32" />
</SelectParameters>
</asp:ObjectDataSource>
</asp:Panel>
<asp:RequiredFieldValidator ID="rfvCausali" runat="server" ErrorMessage="!!!" ControlToValidate="listCausali"
ValidationGroup="inserimento" Display="Dynamic" />
</div>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<div id="descrizione">
<asp:Panel runat="server" ID="Panel2" ScrollBars="None" Width="520px" Height="200px">
<asp:Label runat="server" ID="lblDescrGuasto" /><br />
<asp:TextBox runat="server" ID="txtDescrizione" TextMode="MultiLine" Rows="10" Width="100%" />
<asp:RequiredFieldValidator ID="rfvDescrizione" runat="server" ErrorMessage="!!!"
ControlToValidate="txtDescrizione" ValidationGroup="inserimento" Display="Dynamic" />
</asp:Panel>
<asp:Button ID="btnSend" runat="server" Width="300px" Height="30px" OnClick="btnSend_Click"
CausesValidation="true" ValidationGroup="inserimento" />
</div>
</td>
</tr>
</table>
</div>
</asp:Panel>
<asp:Panel ID="pnlMain_ShowTicket" runat="server">
<div style="height: 400px; vertical-align: middle;">
<h2>
<asp:Label runat="server" ID="lblEsitoInserimento" />
</h2>
<div style="padding: 4px 8px 4px 8px; text-align: center; font-size: 14pt;">
<asp:Label runat="server" ID="lblNumRichInserted" />
<br />
<br />
<asp:LinkButton runat="server" ID="lnkbInsertNewReq" OnClick="lnkbtnInsertNewReq_Click" />
&nbsp;&nbsp;
<asp:HyperLink runat="server" ID="lnkGoToReqList" NavigateUrl="~/elencoRichieste.aspx" />
</div>
</div>
</asp:Panel>

Some files were not shown because too many files have changed in this diff Show More