-
-
-
-
-
-
-
- Hello,
- !
-
-
-
-
-
diff --git a/C2P/Site.Master.designer.cs b/C2P/Site.Master.designer.cs
index c1d8cec..1ac03c0 100644
--- a/C2P/Site.Master.designer.cs
+++ b/C2P/Site.Master.designer.cs
@@ -7,13 +7,11 @@
//
//------------------------------------------------------------------------------
-namespace C2P
-{
-
-
- public partial class SiteMaster
- {
-
+namespace C2P {
+
+
+ public partial class SiteMaster {
+
///
/// HeadContent control.
///
@@ -22,7 +20,52 @@ namespace C2P
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.ContentPlaceHolder HeadContent;
-
+
+ ///
+ /// A1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlAnchor A1;
+
+ ///
+ /// A2 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlAnchor A2;
+
+ ///
+ /// A3 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlAnchor A3;
+
+ ///
+ /// A4 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlAnchor A4;
+
+ ///
+ /// A5 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlAnchor A5;
+
///
/// FeaturedContent control.
///
@@ -31,7 +74,7 @@ namespace C2P
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.ContentPlaceHolder FeaturedContent;
-
+
///
/// MainContent control.
///
diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll
index 232734e..a90c8ee 100644
Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ
diff --git a/C2P/bin/C2P.pdb b/C2P/bin/C2P.pdb
index 5e629fd..2e8c233 100644
Binary files a/C2P/bin/C2P.pdb and b/C2P/bin/C2P.pdb differ
diff --git a/C2P/bin/C2P_Data.dll b/C2P/bin/C2P_Data.dll
index 4859211..e90fbfc 100644
Binary files a/C2P/bin/C2P_Data.dll and b/C2P/bin/C2P_Data.dll differ
diff --git a/C2P/bin/C2P_Data.pdb b/C2P/bin/C2P_Data.pdb
index 13712ec..bb0b109 100644
Binary files a/C2P/bin/C2P_Data.pdb and b/C2P/bin/C2P_Data.pdb differ
diff --git a/C2P/bin/SteamWare.dll b/C2P/bin/SteamWare.dll
index 1c53539..e1e6f17 100644
Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ
diff --git a/C2P/bin/SteamWare.pdb b/C2P/bin/SteamWare.pdb
index 9d6e352..62a7a2d 100644
Binary files a/C2P/bin/SteamWare.pdb and b/C2P/bin/SteamWare.pdb differ
diff --git a/C2P/obj/Debug/C2P.csprojResolveAssemblyReference.cache b/C2P/obj/Debug/C2P.csprojResolveAssemblyReference.cache
index b8bf145..4c14b44 100644
Binary files a/C2P/obj/Debug/C2P.csprojResolveAssemblyReference.cache and b/C2P/obj/Debug/C2P.csprojResolveAssemblyReference.cache differ
diff --git a/C2P/obj/Debug/C2P.dll b/C2P/obj/Debug/C2P.dll
index 232734e..a90c8ee 100644
Binary files a/C2P/obj/Debug/C2P.dll and b/C2P/obj/Debug/C2P.dll differ
diff --git a/C2P/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/C2P/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
index 5d6b59c..6754a5d 100644
Binary files a/C2P/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/C2P/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/C2P_Data/DS_Quotes.Designer.cs b/C2P_Data/DS_Quotes.Designer.cs
index fa66193..9f5dfc2 100644
--- a/C2P_Data/DS_Quotes.Designer.cs
+++ b/C2P_Data/DS_Quotes.Designer.cs
@@ -36,6 +36,8 @@ namespace C2P_Data {
private QuoteOCDataTable tableQuoteOC;
+ private QuoteFull_QDataTable tableQuoteFull_Q;
+
private global::System.Data.DataRelation relationFK_QuoteRM_QuoteList;
private global::System.Data.DataRelation relationFK_QuoteWorkExt_QuoteList;
@@ -92,6 +94,9 @@ namespace C2P_Data {
if ((ds.Tables["QuoteOC"] != null)) {
base.Tables.Add(new QuoteOCDataTable(ds.Tables["QuoteOC"]));
}
+ if ((ds.Tables["QuoteFull_Q"] != null)) {
+ base.Tables.Add(new QuoteFull_QDataTable(ds.Tables["QuoteFull_Q"]));
+ }
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
@@ -170,6 +175,16 @@ namespace C2P_Data {
}
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
+ public QuoteFull_QDataTable QuoteFull_Q {
+ get {
+ return this.tableQuoteFull_Q;
+ }
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
@@ -255,6 +270,9 @@ namespace C2P_Data {
if ((ds.Tables["QuoteOC"] != null)) {
base.Tables.Add(new QuoteOCDataTable(ds.Tables["QuoteOC"]));
}
+ if ((ds.Tables["QuoteFull_Q"] != null)) {
+ base.Tables.Add(new QuoteFull_QDataTable(ds.Tables["QuoteFull_Q"]));
+ }
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
@@ -324,6 +342,12 @@ namespace C2P_Data {
this.tableQuoteOC.InitVars();
}
}
+ this.tableQuoteFull_Q = ((QuoteFull_QDataTable)(base.Tables["QuoteFull_Q"]));
+ if ((initTable == true)) {
+ if ((this.tableQuoteFull_Q != null)) {
+ this.tableQuoteFull_Q.InitVars();
+ }
+ }
this.relationFK_QuoteRM_QuoteList = this.Relations["FK_QuoteRM_QuoteList"];
this.relationFK_QuoteWorkExt_QuoteList = this.Relations["FK_QuoteWorkExt_QuoteList"];
this.relationFK_QuoteWorkInt_QuoteList = this.Relations["FK_QuoteWorkInt_QuoteList"];
@@ -351,6 +375,8 @@ namespace C2P_Data {
base.Tables.Add(this.tableQuoteParam);
this.tableQuoteOC = new QuoteOCDataTable();
base.Tables.Add(this.tableQuoteOC);
+ this.tableQuoteFull_Q = new QuoteFull_QDataTable();
+ base.Tables.Add(this.tableQuoteFull_Q);
this.relationFK_QuoteRM_QuoteList = new global::System.Data.DataRelation("FK_QuoteRM_QuoteList", new global::System.Data.DataColumn[] {
this.tableQuoteList.QuoteTypeColumn,
this.tableQuoteList.CodQuoteColumn,
@@ -429,6 +455,12 @@ namespace C2P_Data {
return false;
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private bool ShouldSerializeQuoteFull_Q() {
+ return false;
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
@@ -502,6 +534,9 @@ namespace C2P_Data {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void QuoteOCRowChangeEventHandler(object sender, QuoteOCRowChangeEvent e);
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public delegate void QuoteFull_QRowChangeEventHandler(object sender, QuoteFull_QRowChangeEvent e);
+
///
///Represents the strongly named DataTable class.
///
@@ -3263,6 +3298,1526 @@ namespace C2P_Data {
}
}
+ ///
+ ///Represents the strongly named DataTable class.
+ ///
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class QuoteFull_QDataTable : global::System.Data.TypedTableBase
{
+
+ private global::System.Data.DataColumn columnVers;
+
+ private global::System.Data.DataColumn columnQuoteType;
+
+ private global::System.Data.DataColumn columnCodQuote;
+
+ private global::System.Data.DataColumn columnQuoteRev;
+
+ private global::System.Data.DataColumn columnCodClient;
+
+ private global::System.Data.DataColumn columnClientName;
+
+ private global::System.Data.DataColumn columnCodItem;
+
+ private global::System.Data.DataColumn columnCodItemGroup;
+
+ private global::System.Data.DataColumn columnRawMat;
+
+ private global::System.Data.DataColumn columnUnitWeight;
+
+ private global::System.Data.DataColumn columnBatchQty;
+
+ private global::System.Data.DataColumn columnCodInco;
+
+ private global::System.Data.DataColumn columnKeyAM;
+
+ private global::System.Data.DataColumn columnNote;
+
+ private global::System.Data.DataColumn columnPriceOff;
+
+ private global::System.Data.DataColumn columnCodClientAssoc;
+
+ private global::System.Data.DataColumn columnClientNameAssoc;
+
+ private global::System.Data.DataColumn columnItemDescr;
+
+ private global::System.Data.DataColumn columnCodifProfilo;
+
+ private global::System.Data.DataColumn columnClasseMerc;
+
+ private global::System.Data.DataColumn columnTipoDies;
+
+ private global::System.Data.DataColumn columnCodDiesGroup;
+
+ private global::System.Data.DataColumn columnDiamDies;
+
+ private global::System.Data.DataColumn columnHoleNumDies;
+
+ private global::System.Data.DataColumn columnDiesPrice;
+
+ private global::System.Data.DataColumn columnDiesExpLife;
+
+ private global::System.Data.DataColumn columnDiesEOLife;
+
+ private global::System.Data.DataColumn columnNumDiesInList;
+
+ private global::System.Data.DataColumn columnNumDiesExaust;
+
+ private global::System.Data.DataColumn columnCodPlant;
+
+ private global::System.Data.DataColumn columnKeyAMIL;
+
+ private global::System.Data.DataColumn columnKgTeo;
+
+ private global::System.Data.DataColumn columnNumSMED;
+
+ private global::System.Data.DataColumn columnQuotaMan;
+
+ private global::System.Data.DataColumn columnPRMWeight;
+
+ private global::System.Data.DataColumn columnPWeight;
+
+ private global::System.Data.DataColumn columnPTare;
+
+ private global::System.Data.DataColumn columnLivPackage;
+
+ private global::System.Data.DataColumn columnLivPackageDett;
+
+ private global::System.Data.DataColumn columnRawMatCost;
+
+ private global::System.Data.DataColumn columnRawMatExtraCost;
+
+ private global::System.Data.DataColumn columnRawMatFullCost;
+
+ private global::System.Data.DataColumn columnCodPackag;
+
+ private global::System.Data.DataColumn columnPkgDesc;
+
+ private global::System.Data.DataColumn columnFSR;
+
+ private global::System.Data.DataColumn columnProvvCost;
+
+ private global::System.Data.DataColumn columnEECost;
+
+ private global::System.Data.DataColumn columnGasCost;
+
+ private global::System.Data.DataColumn columnDiesCost;
+
+ private global::System.Data.DataColumn columnPackCost;
+
+ private global::System.Data.DataColumn columnTranspCost;
+
+ private global::System.Data.DataColumn columnSellCost01;
+
+ private global::System.Data.DataColumn columnRefCost01;
+
+ private global::System.Data.DataColumn columnSellCost04;
+
+ private global::System.Data.DataColumn columnRefCost04;
+
+ private global::System.Data.DataColumn columnWSR01;
+
+ private global::System.Data.DataColumn columnMSR01;
+
+ private global::System.Data.DataColumn columnNetProd01;
+
+ private global::System.Data.DataColumn columnFC4UG01;
+
+ private global::System.Data.DataColumn columnVC4UG01;
+
+ private global::System.Data.DataColumn columnOH4UG01;
+
+ private global::System.Data.DataColumn columnSC4UG01;
+
+ private global::System.Data.DataColumn columnDSR;
+
+ private global::System.Data.DataColumn columnNetProd04;
+
+ private global::System.Data.DataColumn columnFC4UG04;
+
+ private global::System.Data.DataColumn columnVC4UG04;
+
+ private global::System.Data.DataColumn columnFVC;
+
+ private global::System.Data.DataColumn columnCharge;
+
+ private global::System.Data.DataColumn columnP_FVC;
+
+ private global::System.Data.DataColumn columnCPS;
+
+ private global::System.Data.DataColumn columnP_CPS;
+
+ private global::System.Data.DataColumn columnP_FC4UG04;
+
+ private global::System.Data.DataColumn columnFullCost;
+
+ private global::System.Data.DataColumn columnP_FullCost;
+
+ private global::System.Data.DataColumn columnMinPrice;
+
+ private global::System.Data.DataColumn columnP_MinPrice;
+
+ private global::System.Data.DataColumn columnP_PriceOff;
+
+ private global::System.Data.DataColumn columnNetMar;
+
+ private global::System.Data.DataColumn columnFCShield;
+
+ private global::System.Data.DataColumn columnPckSur;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public QuoteFull_QDataTable() {
+ this.TableName = "QuoteFull_Q";
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal QuoteFull_QDataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
+ }
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
+ }
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
+ }
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected QuoteFull_QDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn VersColumn {
+ get {
+ return this.columnVers;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn QuoteTypeColumn {
+ get {
+ return this.columnQuoteType;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn CodQuoteColumn {
+ get {
+ return this.columnCodQuote;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn QuoteRevColumn {
+ get {
+ return this.columnQuoteRev;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn CodClientColumn {
+ get {
+ return this.columnCodClient;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn ClientNameColumn {
+ get {
+ return this.columnClientName;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn CodItemColumn {
+ get {
+ return this.columnCodItem;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn CodItemGroupColumn {
+ get {
+ return this.columnCodItemGroup;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn RawMatColumn {
+ get {
+ return this.columnRawMat;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn UnitWeightColumn {
+ get {
+ return this.columnUnitWeight;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn BatchQtyColumn {
+ get {
+ return this.columnBatchQty;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn CodIncoColumn {
+ get {
+ return this.columnCodInco;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn KeyAMColumn {
+ get {
+ return this.columnKeyAM;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn NoteColumn {
+ get {
+ return this.columnNote;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn PriceOffColumn {
+ get {
+ return this.columnPriceOff;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn CodClientAssocColumn {
+ get {
+ return this.columnCodClientAssoc;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn ClientNameAssocColumn {
+ get {
+ return this.columnClientNameAssoc;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn ItemDescrColumn {
+ get {
+ return this.columnItemDescr;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn CodifProfiloColumn {
+ get {
+ return this.columnCodifProfilo;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn ClasseMercColumn {
+ get {
+ return this.columnClasseMerc;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn TipoDiesColumn {
+ get {
+ return this.columnTipoDies;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn CodDiesGroupColumn {
+ get {
+ return this.columnCodDiesGroup;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn DiamDiesColumn {
+ get {
+ return this.columnDiamDies;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn HoleNumDiesColumn {
+ get {
+ return this.columnHoleNumDies;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn DiesPriceColumn {
+ get {
+ return this.columnDiesPrice;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn DiesExpLifeColumn {
+ get {
+ return this.columnDiesExpLife;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn DiesEOLifeColumn {
+ get {
+ return this.columnDiesEOLife;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn NumDiesInListColumn {
+ get {
+ return this.columnNumDiesInList;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn NumDiesExaustColumn {
+ get {
+ return this.columnNumDiesExaust;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn CodPlantColumn {
+ get {
+ return this.columnCodPlant;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn KeyAMILColumn {
+ get {
+ return this.columnKeyAMIL;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn KgTeoColumn {
+ get {
+ return this.columnKgTeo;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn NumSMEDColumn {
+ get {
+ return this.columnNumSMED;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn QuotaManColumn {
+ get {
+ return this.columnQuotaMan;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn PRMWeightColumn {
+ get {
+ return this.columnPRMWeight;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn PWeightColumn {
+ get {
+ return this.columnPWeight;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn PTareColumn {
+ get {
+ return this.columnPTare;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn LivPackageColumn {
+ get {
+ return this.columnLivPackage;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn LivPackageDettColumn {
+ get {
+ return this.columnLivPackageDett;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn RawMatCostColumn {
+ get {
+ return this.columnRawMatCost;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn RawMatExtraCostColumn {
+ get {
+ return this.columnRawMatExtraCost;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn RawMatFullCostColumn {
+ get {
+ return this.columnRawMatFullCost;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn CodPackagColumn {
+ get {
+ return this.columnCodPackag;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn PkgDescColumn {
+ get {
+ return this.columnPkgDesc;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn FSRColumn {
+ get {
+ return this.columnFSR;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn ProvvCostColumn {
+ get {
+ return this.columnProvvCost;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn EECostColumn {
+ get {
+ return this.columnEECost;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn GasCostColumn {
+ get {
+ return this.columnGasCost;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn DiesCostColumn {
+ get {
+ return this.columnDiesCost;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn PackCostColumn {
+ get {
+ return this.columnPackCost;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn TranspCostColumn {
+ get {
+ return this.columnTranspCost;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn SellCost01Column {
+ get {
+ return this.columnSellCost01;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn RefCost01Column {
+ get {
+ return this.columnRefCost01;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn SellCost04Column {
+ get {
+ return this.columnSellCost04;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn RefCost04Column {
+ get {
+ return this.columnRefCost04;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn WSR01Column {
+ get {
+ return this.columnWSR01;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn MSR01Column {
+ get {
+ return this.columnMSR01;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn NetProd01Column {
+ get {
+ return this.columnNetProd01;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn FC4UG01Column {
+ get {
+ return this.columnFC4UG01;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn VC4UG01Column {
+ get {
+ return this.columnVC4UG01;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn OH4UG01Column {
+ get {
+ return this.columnOH4UG01;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn SC4UG01Column {
+ get {
+ return this.columnSC4UG01;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn DSRColumn {
+ get {
+ return this.columnDSR;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn NetProd04Column {
+ get {
+ return this.columnNetProd04;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn FC4UG04Column {
+ get {
+ return this.columnFC4UG04;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn VC4UG04Column {
+ get {
+ return this.columnVC4UG04;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn FVCColumn {
+ get {
+ return this.columnFVC;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn ChargeColumn {
+ get {
+ return this.columnCharge;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn P_FVCColumn {
+ get {
+ return this.columnP_FVC;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn CPSColumn {
+ get {
+ return this.columnCPS;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn P_CPSColumn {
+ get {
+ return this.columnP_CPS;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn P_FC4UG04Column {
+ get {
+ return this.columnP_FC4UG04;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn FullCostColumn {
+ get {
+ return this.columnFullCost;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn P_FullCostColumn {
+ get {
+ return this.columnP_FullCost;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn MinPriceColumn {
+ get {
+ return this.columnMinPrice;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn P_MinPriceColumn {
+ get {
+ return this.columnP_MinPrice;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn P_PriceOffColumn {
+ get {
+ return this.columnP_PriceOff;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn NetMarColumn {
+ get {
+ return this.columnNetMar;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn FCShieldColumn {
+ get {
+ return this.columnFCShield;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn PckSurColumn {
+ get {
+ return this.columnPckSur;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
+ get {
+ return this.Rows.Count;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public QuoteFull_QRow this[int index] {
+ get {
+ return ((QuoteFull_QRow)(this.Rows[index]));
+ }
+ }
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event QuoteFull_QRowChangeEventHandler QuoteFull_QRowChanging;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event QuoteFull_QRowChangeEventHandler QuoteFull_QRowChanged;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event QuoteFull_QRowChangeEventHandler QuoteFull_QRowDeleting;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event QuoteFull_QRowChangeEventHandler QuoteFull_QRowDeleted;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void AddQuoteFull_QRow(QuoteFull_QRow row) {
+ this.Rows.Add(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public QuoteFull_QRow AddQuoteFull_QRow(
+ string Vers,
+ string QuoteType,
+ long CodQuote,
+ int QuoteRev,
+ string CodClient,
+ string ClientName,
+ string CodItem,
+ string CodItemGroup,
+ string RawMat,
+ decimal UnitWeight,
+ int BatchQty,
+ string CodInco,
+ string KeyAM,
+ string Note,
+ decimal PriceOff,
+ string CodClientAssoc,
+ string ClientNameAssoc,
+ string ItemDescr,
+ string CodifProfilo,
+ string ClasseMerc,
+ string TipoDies,
+ string CodDiesGroup,
+ decimal DiamDies,
+ int HoleNumDies,
+ decimal DiesPrice,
+ decimal DiesExpLife,
+ decimal DiesEOLife,
+ decimal NumDiesInList,
+ decimal NumDiesExaust,
+ string CodPlant,
+ string KeyAMIL,
+ decimal KgTeo,
+ decimal NumSMED,
+ decimal QuotaMan,
+ decimal PRMWeight,
+ decimal PWeight,
+ decimal PTare,
+ string LivPackage,
+ string LivPackageDett,
+ decimal RawMatCost,
+ decimal RawMatExtraCost,
+ decimal RawMatFullCost,
+ string CodPackag,
+ string PkgDesc,
+ decimal FSR,
+ decimal ProvvCost,
+ decimal EECost,
+ decimal GasCost,
+ decimal DiesCost,
+ decimal PackCost,
+ decimal TranspCost,
+ decimal SellCost01,
+ decimal RefCost01,
+ decimal SellCost04,
+ decimal RefCost04,
+ decimal WSR01,
+ decimal MSR01,
+ decimal NetProd01,
+ decimal FC4UG01,
+ decimal VC4UG01,
+ decimal OH4UG01,
+ decimal SC4UG01,
+ decimal DSR,
+ decimal NetProd04,
+ decimal FC4UG04,
+ decimal VC4UG04,
+ decimal FVC,
+ decimal Charge,
+ decimal P_FVC,
+ decimal CPS,
+ decimal P_CPS,
+ decimal P_FC4UG04,
+ decimal FullCost,
+ decimal P_FullCost,
+ decimal MinPrice,
+ decimal P_MinPrice,
+ decimal P_PriceOff,
+ decimal NetMar,
+ decimal FCShield,
+ decimal PckSur) {
+ QuoteFull_QRow rowQuoteFull_QRow = ((QuoteFull_QRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ Vers,
+ QuoteType,
+ CodQuote,
+ QuoteRev,
+ CodClient,
+ ClientName,
+ CodItem,
+ CodItemGroup,
+ RawMat,
+ UnitWeight,
+ BatchQty,
+ CodInco,
+ KeyAM,
+ Note,
+ PriceOff,
+ CodClientAssoc,
+ ClientNameAssoc,
+ ItemDescr,
+ CodifProfilo,
+ ClasseMerc,
+ TipoDies,
+ CodDiesGroup,
+ DiamDies,
+ HoleNumDies,
+ DiesPrice,
+ DiesExpLife,
+ DiesEOLife,
+ NumDiesInList,
+ NumDiesExaust,
+ CodPlant,
+ KeyAMIL,
+ KgTeo,
+ NumSMED,
+ QuotaMan,
+ PRMWeight,
+ PWeight,
+ PTare,
+ LivPackage,
+ LivPackageDett,
+ RawMatCost,
+ RawMatExtraCost,
+ RawMatFullCost,
+ CodPackag,
+ PkgDesc,
+ FSR,
+ ProvvCost,
+ EECost,
+ GasCost,
+ DiesCost,
+ PackCost,
+ TranspCost,
+ SellCost01,
+ RefCost01,
+ SellCost04,
+ RefCost04,
+ WSR01,
+ MSR01,
+ NetProd01,
+ FC4UG01,
+ VC4UG01,
+ OH4UG01,
+ SC4UG01,
+ DSR,
+ NetProd04,
+ FC4UG04,
+ VC4UG04,
+ FVC,
+ Charge,
+ P_FVC,
+ CPS,
+ P_CPS,
+ P_FC4UG04,
+ FullCost,
+ P_FullCost,
+ MinPrice,
+ P_MinPrice,
+ P_PriceOff,
+ NetMar,
+ FCShield,
+ PckSur};
+ rowQuoteFull_QRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowQuoteFull_QRow);
+ return rowQuoteFull_QRow;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public QuoteFull_QRow FindByQuoteTypeCodQuoteQuoteRev(string QuoteType, long CodQuote, int QuoteRev) {
+ return ((QuoteFull_QRow)(this.Rows.Find(new object[] {
+ QuoteType,
+ CodQuote,
+ QuoteRev})));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public override global::System.Data.DataTable Clone() {
+ QuoteFull_QDataTable cln = ((QuoteFull_QDataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new QuoteFull_QDataTable();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal void InitVars() {
+ this.columnVers = base.Columns["Vers"];
+ this.columnQuoteType = base.Columns["QuoteType"];
+ this.columnCodQuote = base.Columns["CodQuote"];
+ this.columnQuoteRev = base.Columns["QuoteRev"];
+ this.columnCodClient = base.Columns["CodClient"];
+ this.columnClientName = base.Columns["ClientName"];
+ this.columnCodItem = base.Columns["CodItem"];
+ this.columnCodItemGroup = base.Columns["CodItemGroup"];
+ this.columnRawMat = base.Columns["RawMat"];
+ this.columnUnitWeight = base.Columns["UnitWeight"];
+ this.columnBatchQty = base.Columns["BatchQty"];
+ this.columnCodInco = base.Columns["CodInco"];
+ this.columnKeyAM = base.Columns["KeyAM"];
+ this.columnNote = base.Columns["Note"];
+ this.columnPriceOff = base.Columns["PriceOff"];
+ this.columnCodClientAssoc = base.Columns["CodClientAssoc"];
+ this.columnClientNameAssoc = base.Columns["ClientNameAssoc"];
+ this.columnItemDescr = base.Columns["ItemDescr"];
+ this.columnCodifProfilo = base.Columns["CodifProfilo"];
+ this.columnClasseMerc = base.Columns["ClasseMerc"];
+ this.columnTipoDies = base.Columns["TipoDies"];
+ this.columnCodDiesGroup = base.Columns["CodDiesGroup"];
+ this.columnDiamDies = base.Columns["DiamDies"];
+ this.columnHoleNumDies = base.Columns["HoleNumDies"];
+ this.columnDiesPrice = base.Columns["DiesPrice"];
+ this.columnDiesExpLife = base.Columns["DiesExpLife"];
+ this.columnDiesEOLife = base.Columns["DiesEOLife"];
+ this.columnNumDiesInList = base.Columns["NumDiesInList"];
+ this.columnNumDiesExaust = base.Columns["NumDiesExaust"];
+ this.columnCodPlant = base.Columns["CodPlant"];
+ this.columnKeyAMIL = base.Columns["KeyAMIL"];
+ this.columnKgTeo = base.Columns["KgTeo"];
+ this.columnNumSMED = base.Columns["NumSMED"];
+ this.columnQuotaMan = base.Columns["QuotaMan"];
+ this.columnPRMWeight = base.Columns["PRMWeight"];
+ this.columnPWeight = base.Columns["PWeight"];
+ this.columnPTare = base.Columns["PTare"];
+ this.columnLivPackage = base.Columns["LivPackage"];
+ this.columnLivPackageDett = base.Columns["LivPackageDett"];
+ this.columnRawMatCost = base.Columns["RawMatCost"];
+ this.columnRawMatExtraCost = base.Columns["RawMatExtraCost"];
+ this.columnRawMatFullCost = base.Columns["RawMatFullCost"];
+ this.columnCodPackag = base.Columns["CodPackag"];
+ this.columnPkgDesc = base.Columns["PkgDesc"];
+ this.columnFSR = base.Columns["FSR"];
+ this.columnProvvCost = base.Columns["ProvvCost"];
+ this.columnEECost = base.Columns["EECost"];
+ this.columnGasCost = base.Columns["GasCost"];
+ this.columnDiesCost = base.Columns["DiesCost"];
+ this.columnPackCost = base.Columns["PackCost"];
+ this.columnTranspCost = base.Columns["TranspCost"];
+ this.columnSellCost01 = base.Columns["SellCost01"];
+ this.columnRefCost01 = base.Columns["RefCost01"];
+ this.columnSellCost04 = base.Columns["SellCost04"];
+ this.columnRefCost04 = base.Columns["RefCost04"];
+ this.columnWSR01 = base.Columns["WSR01"];
+ this.columnMSR01 = base.Columns["MSR01"];
+ this.columnNetProd01 = base.Columns["NetProd01"];
+ this.columnFC4UG01 = base.Columns["FC4UG01"];
+ this.columnVC4UG01 = base.Columns["VC4UG01"];
+ this.columnOH4UG01 = base.Columns["OH4UG01"];
+ this.columnSC4UG01 = base.Columns["SC4UG01"];
+ this.columnDSR = base.Columns["DSR"];
+ this.columnNetProd04 = base.Columns["NetProd04"];
+ this.columnFC4UG04 = base.Columns["FC4UG04"];
+ this.columnVC4UG04 = base.Columns["VC4UG04"];
+ this.columnFVC = base.Columns["FVC"];
+ this.columnCharge = base.Columns["Charge"];
+ this.columnP_FVC = base.Columns["P_FVC"];
+ this.columnCPS = base.Columns["CPS"];
+ this.columnP_CPS = base.Columns["P_CPS"];
+ this.columnP_FC4UG04 = base.Columns["P_FC4UG04"];
+ this.columnFullCost = base.Columns["FullCost"];
+ this.columnP_FullCost = base.Columns["P_FullCost"];
+ this.columnMinPrice = base.Columns["MinPrice"];
+ this.columnP_MinPrice = base.Columns["P_MinPrice"];
+ this.columnP_PriceOff = base.Columns["P_PriceOff"];
+ this.columnNetMar = base.Columns["NetMar"];
+ this.columnFCShield = base.Columns["FCShield"];
+ this.columnPckSur = base.Columns["PckSur"];
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitClass() {
+ this.columnVers = new global::System.Data.DataColumn("Vers", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnVers);
+ this.columnQuoteType = new global::System.Data.DataColumn("QuoteType", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnQuoteType);
+ this.columnCodQuote = new global::System.Data.DataColumn("CodQuote", typeof(long), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCodQuote);
+ this.columnQuoteRev = new global::System.Data.DataColumn("QuoteRev", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnQuoteRev);
+ this.columnCodClient = new global::System.Data.DataColumn("CodClient", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCodClient);
+ this.columnClientName = new global::System.Data.DataColumn("ClientName", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnClientName);
+ this.columnCodItem = new global::System.Data.DataColumn("CodItem", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCodItem);
+ this.columnCodItemGroup = new global::System.Data.DataColumn("CodItemGroup", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCodItemGroup);
+ this.columnRawMat = new global::System.Data.DataColumn("RawMat", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnRawMat);
+ this.columnUnitWeight = new global::System.Data.DataColumn("UnitWeight", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnUnitWeight);
+ this.columnBatchQty = new global::System.Data.DataColumn("BatchQty", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBatchQty);
+ this.columnCodInco = new global::System.Data.DataColumn("CodInco", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCodInco);
+ this.columnKeyAM = new global::System.Data.DataColumn("KeyAM", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnKeyAM);
+ this.columnNote = new global::System.Data.DataColumn("Note", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnNote);
+ this.columnPriceOff = new global::System.Data.DataColumn("PriceOff", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnPriceOff);
+ this.columnCodClientAssoc = new global::System.Data.DataColumn("CodClientAssoc", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCodClientAssoc);
+ this.columnClientNameAssoc = new global::System.Data.DataColumn("ClientNameAssoc", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnClientNameAssoc);
+ this.columnItemDescr = new global::System.Data.DataColumn("ItemDescr", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnItemDescr);
+ this.columnCodifProfilo = new global::System.Data.DataColumn("CodifProfilo", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCodifProfilo);
+ this.columnClasseMerc = new global::System.Data.DataColumn("ClasseMerc", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnClasseMerc);
+ this.columnTipoDies = new global::System.Data.DataColumn("TipoDies", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnTipoDies);
+ this.columnCodDiesGroup = new global::System.Data.DataColumn("CodDiesGroup", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCodDiesGroup);
+ this.columnDiamDies = new global::System.Data.DataColumn("DiamDies", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnDiamDies);
+ this.columnHoleNumDies = new global::System.Data.DataColumn("HoleNumDies", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnHoleNumDies);
+ this.columnDiesPrice = new global::System.Data.DataColumn("DiesPrice", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnDiesPrice);
+ this.columnDiesExpLife = new global::System.Data.DataColumn("DiesExpLife", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnDiesExpLife);
+ this.columnDiesEOLife = new global::System.Data.DataColumn("DiesEOLife", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnDiesEOLife);
+ this.columnNumDiesInList = new global::System.Data.DataColumn("NumDiesInList", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnNumDiesInList);
+ this.columnNumDiesExaust = new global::System.Data.DataColumn("NumDiesExaust", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnNumDiesExaust);
+ this.columnCodPlant = new global::System.Data.DataColumn("CodPlant", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCodPlant);
+ this.columnKeyAMIL = new global::System.Data.DataColumn("KeyAMIL", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnKeyAMIL);
+ this.columnKgTeo = new global::System.Data.DataColumn("KgTeo", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnKgTeo);
+ this.columnNumSMED = new global::System.Data.DataColumn("NumSMED", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnNumSMED);
+ this.columnQuotaMan = new global::System.Data.DataColumn("QuotaMan", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnQuotaMan);
+ this.columnPRMWeight = new global::System.Data.DataColumn("PRMWeight", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnPRMWeight);
+ this.columnPWeight = new global::System.Data.DataColumn("PWeight", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnPWeight);
+ this.columnPTare = new global::System.Data.DataColumn("PTare", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnPTare);
+ this.columnLivPackage = new global::System.Data.DataColumn("LivPackage", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnLivPackage);
+ this.columnLivPackageDett = new global::System.Data.DataColumn("LivPackageDett", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnLivPackageDett);
+ this.columnRawMatCost = new global::System.Data.DataColumn("RawMatCost", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnRawMatCost);
+ this.columnRawMatExtraCost = new global::System.Data.DataColumn("RawMatExtraCost", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnRawMatExtraCost);
+ this.columnRawMatFullCost = new global::System.Data.DataColumn("RawMatFullCost", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnRawMatFullCost);
+ this.columnCodPackag = new global::System.Data.DataColumn("CodPackag", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCodPackag);
+ this.columnPkgDesc = new global::System.Data.DataColumn("PkgDesc", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnPkgDesc);
+ this.columnFSR = new global::System.Data.DataColumn("FSR", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnFSR);
+ this.columnProvvCost = new global::System.Data.DataColumn("ProvvCost", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnProvvCost);
+ this.columnEECost = new global::System.Data.DataColumn("EECost", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnEECost);
+ this.columnGasCost = new global::System.Data.DataColumn("GasCost", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnGasCost);
+ this.columnDiesCost = new global::System.Data.DataColumn("DiesCost", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnDiesCost);
+ this.columnPackCost = new global::System.Data.DataColumn("PackCost", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnPackCost);
+ this.columnTranspCost = new global::System.Data.DataColumn("TranspCost", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnTranspCost);
+ this.columnSellCost01 = new global::System.Data.DataColumn("SellCost01", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnSellCost01);
+ this.columnRefCost01 = new global::System.Data.DataColumn("RefCost01", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnRefCost01);
+ this.columnSellCost04 = new global::System.Data.DataColumn("SellCost04", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnSellCost04);
+ this.columnRefCost04 = new global::System.Data.DataColumn("RefCost04", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnRefCost04);
+ this.columnWSR01 = new global::System.Data.DataColumn("WSR01", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnWSR01);
+ this.columnMSR01 = new global::System.Data.DataColumn("MSR01", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnMSR01);
+ this.columnNetProd01 = new global::System.Data.DataColumn("NetProd01", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnNetProd01);
+ this.columnFC4UG01 = new global::System.Data.DataColumn("FC4UG01", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnFC4UG01);
+ this.columnVC4UG01 = new global::System.Data.DataColumn("VC4UG01", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnVC4UG01);
+ this.columnOH4UG01 = new global::System.Data.DataColumn("OH4UG01", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnOH4UG01);
+ this.columnSC4UG01 = new global::System.Data.DataColumn("SC4UG01", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnSC4UG01);
+ this.columnDSR = new global::System.Data.DataColumn("DSR", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnDSR);
+ this.columnNetProd04 = new global::System.Data.DataColumn("NetProd04", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnNetProd04);
+ this.columnFC4UG04 = new global::System.Data.DataColumn("FC4UG04", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnFC4UG04);
+ this.columnVC4UG04 = new global::System.Data.DataColumn("VC4UG04", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnVC4UG04);
+ this.columnFVC = new global::System.Data.DataColumn("FVC", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnFVC);
+ this.columnCharge = new global::System.Data.DataColumn("Charge", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCharge);
+ this.columnP_FVC = new global::System.Data.DataColumn("P_FVC", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnP_FVC);
+ this.columnCPS = new global::System.Data.DataColumn("CPS", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPS);
+ this.columnP_CPS = new global::System.Data.DataColumn("P_CPS", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnP_CPS);
+ this.columnP_FC4UG04 = new global::System.Data.DataColumn("P_FC4UG04", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnP_FC4UG04);
+ this.columnFullCost = new global::System.Data.DataColumn("FullCost", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnFullCost);
+ this.columnP_FullCost = new global::System.Data.DataColumn("P_FullCost", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnP_FullCost);
+ this.columnMinPrice = new global::System.Data.DataColumn("MinPrice", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnMinPrice);
+ this.columnP_MinPrice = new global::System.Data.DataColumn("P_MinPrice", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnP_MinPrice);
+ this.columnP_PriceOff = new global::System.Data.DataColumn("P_PriceOff", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnP_PriceOff);
+ this.columnNetMar = new global::System.Data.DataColumn("NetMar", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnNetMar);
+ this.columnFCShield = new global::System.Data.DataColumn("FCShield", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnFCShield);
+ this.columnPckSur = new global::System.Data.DataColumn("PckSur", typeof(decimal), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnPckSur);
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
+ this.columnQuoteType,
+ this.columnCodQuote,
+ this.columnQuoteRev}, true));
+ this.columnVers.AllowDBNull = false;
+ this.columnVers.MaxLength = 5;
+ this.columnQuoteType.AllowDBNull = false;
+ this.columnQuoteType.MaxLength = 1;
+ this.columnCodQuote.AllowDBNull = false;
+ this.columnQuoteRev.AllowDBNull = false;
+ this.columnCodClient.AllowDBNull = false;
+ this.columnCodClient.MaxLength = 50;
+ this.columnClientName.AllowDBNull = false;
+ this.columnClientName.MaxLength = 250;
+ this.columnCodItem.AllowDBNull = false;
+ this.columnCodItem.MaxLength = 50;
+ this.columnCodItemGroup.AllowDBNull = false;
+ this.columnCodItemGroup.MaxLength = 50;
+ this.columnRawMat.AllowDBNull = false;
+ this.columnRawMat.MaxLength = 50;
+ this.columnUnitWeight.AllowDBNull = false;
+ this.columnBatchQty.AllowDBNull = false;
+ this.columnCodInco.AllowDBNull = false;
+ this.columnCodInco.MaxLength = 5;
+ this.columnKeyAM.AllowDBNull = false;
+ this.columnKeyAM.MaxLength = 101;
+ this.columnNote.AllowDBNull = false;
+ this.columnNote.MaxLength = 2500;
+ this.columnPriceOff.AllowDBNull = false;
+ this.columnCodClientAssoc.MaxLength = 100;
+ this.columnClientNameAssoc.MaxLength = 100;
+ this.columnItemDescr.MaxLength = 100;
+ this.columnCodifProfilo.MaxLength = 100;
+ this.columnClasseMerc.MaxLength = 100;
+ this.columnTipoDies.MaxLength = 100;
+ this.columnCodDiesGroup.MaxLength = 100;
+ this.columnCodPlant.MaxLength = 100;
+ this.columnKeyAMIL.MaxLength = 100;
+ this.columnLivPackage.MaxLength = 100;
+ this.columnLivPackageDett.MaxLength = 100;
+ this.columnRawMatCost.AllowDBNull = false;
+ this.columnRawMatExtraCost.AllowDBNull = false;
+ this.columnCodPackag.AllowDBNull = false;
+ this.columnCodPackag.MaxLength = 50;
+ this.columnPkgDesc.MaxLength = 100;
+ this.columnProvvCost.AllowDBNull = false;
+ this.columnEECost.AllowDBNull = false;
+ this.columnGasCost.AllowDBNull = false;
+ this.columnDiesCost.AllowDBNull = false;
+ this.columnPackCost.AllowDBNull = false;
+ this.columnTranspCost.AllowDBNull = false;
+ this.columnSellCost01.AllowDBNull = false;
+ this.columnRefCost01.AllowDBNull = false;
+ this.columnSellCost04.AllowDBNull = false;
+ this.columnRefCost04.AllowDBNull = false;
+ this.columnWSR01.AllowDBNull = false;
+ this.columnMSR01.AllowDBNull = false;
+ this.columnNetProd01.AllowDBNull = false;
+ this.columnFC4UG01.AllowDBNull = false;
+ this.columnVC4UG01.AllowDBNull = false;
+ this.columnOH4UG01.AllowDBNull = false;
+ this.columnSC4UG01.AllowDBNull = false;
+ this.columnNetProd04.AllowDBNull = false;
+ this.columnFC4UG04.AllowDBNull = false;
+ this.columnVC4UG04.AllowDBNull = false;
+ this.columnCharge.AllowDBNull = false;
+ this.columnP_FVC.ReadOnly = true;
+ this.columnCPS.ReadOnly = true;
+ this.columnP_CPS.ReadOnly = true;
+ this.columnP_FC4UG04.ReadOnly = true;
+ this.columnFullCost.ReadOnly = true;
+ this.columnP_FullCost.ReadOnly = true;
+ this.columnMinPrice.ReadOnly = true;
+ this.columnP_MinPrice.ReadOnly = true;
+ this.columnP_PriceOff.ReadOnly = true;
+ this.columnNetMar.ReadOnly = true;
+ this.columnFCShield.ReadOnly = true;
+ this.columnPckSur.ReadOnly = true;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public QuoteFull_QRow NewQuoteFull_QRow() {
+ return ((QuoteFull_QRow)(this.NewRow()));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new QuoteFull_QRow(builder);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override global::System.Type GetRowType() {
+ return typeof(QuoteFull_QRow);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.QuoteFull_QRowChanged != null)) {
+ this.QuoteFull_QRowChanged(this, new QuoteFull_QRowChangeEvent(((QuoteFull_QRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.QuoteFull_QRowChanging != null)) {
+ this.QuoteFull_QRowChanging(this, new QuoteFull_QRowChangeEvent(((QuoteFull_QRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.QuoteFull_QRowDeleted != null)) {
+ this.QuoteFull_QRowDeleted(this, new QuoteFull_QRowChangeEvent(((QuoteFull_QRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.QuoteFull_QRowDeleting != null)) {
+ this.QuoteFull_QRowDeleting(this, new QuoteFull_QRowChangeEvent(((QuoteFull_QRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void RemoveQuoteFull_QRow(QuoteFull_QRow row) {
+ this.Rows.Remove(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ DS_Quotes ds = new DS_Quotes();
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
+ any1.MinOccurs = new decimal(0);
+ any1.MaxOccurs = decimal.MaxValue;
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any1);
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
+ any2.MinOccurs = new decimal(1);
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any2);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "QuoteFull_QDataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+ }
+
///
///Represents strongly named DataRow class.
///
@@ -4513,6 +6068,1598 @@ namespace C2P_Data {
}
}
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class QuoteFull_QRow : global::System.Data.DataRow {
+
+ private QuoteFull_QDataTable tableQuoteFull_Q;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal QuoteFull_QRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tableQuoteFull_Q = ((QuoteFull_QDataTable)(this.Table));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string Vers {
+ get {
+ return ((string)(this[this.tableQuoteFull_Q.VersColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.VersColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string QuoteType {
+ get {
+ return ((string)(this[this.tableQuoteFull_Q.QuoteTypeColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.QuoteTypeColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public long CodQuote {
+ get {
+ return ((long)(this[this.tableQuoteFull_Q.CodQuoteColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.CodQuoteColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int QuoteRev {
+ get {
+ return ((int)(this[this.tableQuoteFull_Q.QuoteRevColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.QuoteRevColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string CodClient {
+ get {
+ return ((string)(this[this.tableQuoteFull_Q.CodClientColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.CodClientColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string ClientName {
+ get {
+ return ((string)(this[this.tableQuoteFull_Q.ClientNameColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.ClientNameColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string CodItem {
+ get {
+ return ((string)(this[this.tableQuoteFull_Q.CodItemColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.CodItemColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string CodItemGroup {
+ get {
+ return ((string)(this[this.tableQuoteFull_Q.CodItemGroupColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.CodItemGroupColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string RawMat {
+ get {
+ return ((string)(this[this.tableQuoteFull_Q.RawMatColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.RawMatColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal UnitWeight {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.UnitWeightColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.UnitWeightColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int BatchQty {
+ get {
+ return ((int)(this[this.tableQuoteFull_Q.BatchQtyColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.BatchQtyColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string CodInco {
+ get {
+ return ((string)(this[this.tableQuoteFull_Q.CodIncoColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.CodIncoColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string KeyAM {
+ get {
+ return ((string)(this[this.tableQuoteFull_Q.KeyAMColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.KeyAMColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string Note {
+ get {
+ return ((string)(this[this.tableQuoteFull_Q.NoteColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.NoteColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal PriceOff {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.PriceOffColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.PriceOffColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string CodClientAssoc {
+ get {
+ try {
+ return ((string)(this[this.tableQuoteFull_Q.CodClientAssocColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'CodClientAssoc\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.CodClientAssocColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string ClientNameAssoc {
+ get {
+ try {
+ return ((string)(this[this.tableQuoteFull_Q.ClientNameAssocColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'ClientNameAssoc\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.ClientNameAssocColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string ItemDescr {
+ get {
+ try {
+ return ((string)(this[this.tableQuoteFull_Q.ItemDescrColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'ItemDescr\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.ItemDescrColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string CodifProfilo {
+ get {
+ try {
+ return ((string)(this[this.tableQuoteFull_Q.CodifProfiloColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'CodifProfilo\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.CodifProfiloColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string ClasseMerc {
+ get {
+ try {
+ return ((string)(this[this.tableQuoteFull_Q.ClasseMercColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'ClasseMerc\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.ClasseMercColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string TipoDies {
+ get {
+ try {
+ return ((string)(this[this.tableQuoteFull_Q.TipoDiesColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'TipoDies\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.TipoDiesColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string CodDiesGroup {
+ get {
+ try {
+ return ((string)(this[this.tableQuoteFull_Q.CodDiesGroupColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'CodDiesGroup\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.CodDiesGroupColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal DiamDies {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.DiamDiesColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'DiamDies\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.DiamDiesColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int HoleNumDies {
+ get {
+ try {
+ return ((int)(this[this.tableQuoteFull_Q.HoleNumDiesColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'HoleNumDies\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.HoleNumDiesColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal DiesPrice {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.DiesPriceColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'DiesPrice\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.DiesPriceColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal DiesExpLife {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.DiesExpLifeColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'DiesExpLife\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.DiesExpLifeColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal DiesEOLife {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.DiesEOLifeColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'DiesEOLife\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.DiesEOLifeColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal NumDiesInList {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.NumDiesInListColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'NumDiesInList\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.NumDiesInListColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal NumDiesExaust {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.NumDiesExaustColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'NumDiesExaust\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.NumDiesExaustColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string CodPlant {
+ get {
+ try {
+ return ((string)(this[this.tableQuoteFull_Q.CodPlantColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'CodPlant\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.CodPlantColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string KeyAMIL {
+ get {
+ try {
+ return ((string)(this[this.tableQuoteFull_Q.KeyAMILColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'KeyAMIL\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.KeyAMILColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal KgTeo {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.KgTeoColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'KgTeo\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.KgTeoColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal NumSMED {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.NumSMEDColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'NumSMED\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.NumSMEDColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal QuotaMan {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.QuotaManColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'QuotaMan\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.QuotaManColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal PRMWeight {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.PRMWeightColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'PRMWeight\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.PRMWeightColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal PWeight {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.PWeightColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'PWeight\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.PWeightColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal PTare {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.PTareColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'PTare\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.PTareColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string LivPackage {
+ get {
+ try {
+ return ((string)(this[this.tableQuoteFull_Q.LivPackageColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'LivPackage\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.LivPackageColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string LivPackageDett {
+ get {
+ try {
+ return ((string)(this[this.tableQuoteFull_Q.LivPackageDettColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'LivPackageDett\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.LivPackageDettColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal RawMatCost {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.RawMatCostColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.RawMatCostColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal RawMatExtraCost {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.RawMatExtraCostColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.RawMatExtraCostColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal RawMatFullCost {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.RawMatFullCostColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'RawMatFullCost\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.RawMatFullCostColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string CodPackag {
+ get {
+ return ((string)(this[this.tableQuoteFull_Q.CodPackagColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.CodPackagColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string PkgDesc {
+ get {
+ try {
+ return ((string)(this[this.tableQuoteFull_Q.PkgDescColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'PkgDesc\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.PkgDescColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal FSR {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.FSRColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'FSR\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.FSRColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal ProvvCost {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.ProvvCostColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.ProvvCostColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal EECost {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.EECostColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.EECostColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal GasCost {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.GasCostColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.GasCostColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal DiesCost {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.DiesCostColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.DiesCostColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal PackCost {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.PackCostColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.PackCostColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal TranspCost {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.TranspCostColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.TranspCostColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal SellCost01 {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.SellCost01Column]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.SellCost01Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal RefCost01 {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.RefCost01Column]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.RefCost01Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal SellCost04 {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.SellCost04Column]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.SellCost04Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal RefCost04 {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.RefCost04Column]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.RefCost04Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal WSR01 {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.WSR01Column]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.WSR01Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal MSR01 {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.MSR01Column]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.MSR01Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal NetProd01 {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.NetProd01Column]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.NetProd01Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal FC4UG01 {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.FC4UG01Column]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.FC4UG01Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal VC4UG01 {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.VC4UG01Column]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.VC4UG01Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal OH4UG01 {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.OH4UG01Column]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.OH4UG01Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal SC4UG01 {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.SC4UG01Column]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.SC4UG01Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal DSR {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.DSRColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'DSR\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.DSRColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal NetProd04 {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.NetProd04Column]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.NetProd04Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal FC4UG04 {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.FC4UG04Column]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.FC4UG04Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal VC4UG04 {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.VC4UG04Column]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.VC4UG04Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal FVC {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.FVCColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'FVC\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.FVCColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal Charge {
+ get {
+ return ((decimal)(this[this.tableQuoteFull_Q.ChargeColumn]));
+ }
+ set {
+ this[this.tableQuoteFull_Q.ChargeColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal P_FVC {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.P_FVCColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'P_FVC\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.P_FVCColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal CPS {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.CPSColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'CPS\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.CPSColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal P_CPS {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.P_CPSColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'P_CPS\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.P_CPSColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal P_FC4UG04 {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.P_FC4UG04Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'P_FC4UG04\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.P_FC4UG04Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal FullCost {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.FullCostColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'FullCost\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.FullCostColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal P_FullCost {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.P_FullCostColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'P_FullCost\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.P_FullCostColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal MinPrice {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.MinPriceColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'MinPrice\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.MinPriceColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal P_MinPrice {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.P_MinPriceColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'P_MinPrice\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.P_MinPriceColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal P_PriceOff {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.P_PriceOffColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'P_PriceOff\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.P_PriceOffColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal NetMar {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.NetMarColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'NetMar\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.NetMarColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal FCShield {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.FCShieldColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'FCShield\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.FCShieldColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public decimal PckSur {
+ get {
+ try {
+ return ((decimal)(this[this.tableQuoteFull_Q.PckSurColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'PckSur\' in table \'QuoteFull_Q\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableQuoteFull_Q.PckSurColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsCodClientAssocNull() {
+ return this.IsNull(this.tableQuoteFull_Q.CodClientAssocColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetCodClientAssocNull() {
+ this[this.tableQuoteFull_Q.CodClientAssocColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsClientNameAssocNull() {
+ return this.IsNull(this.tableQuoteFull_Q.ClientNameAssocColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetClientNameAssocNull() {
+ this[this.tableQuoteFull_Q.ClientNameAssocColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsItemDescrNull() {
+ return this.IsNull(this.tableQuoteFull_Q.ItemDescrColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetItemDescrNull() {
+ this[this.tableQuoteFull_Q.ItemDescrColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsCodifProfiloNull() {
+ return this.IsNull(this.tableQuoteFull_Q.CodifProfiloColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetCodifProfiloNull() {
+ this[this.tableQuoteFull_Q.CodifProfiloColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsClasseMercNull() {
+ return this.IsNull(this.tableQuoteFull_Q.ClasseMercColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetClasseMercNull() {
+ this[this.tableQuoteFull_Q.ClasseMercColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsTipoDiesNull() {
+ return this.IsNull(this.tableQuoteFull_Q.TipoDiesColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetTipoDiesNull() {
+ this[this.tableQuoteFull_Q.TipoDiesColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsCodDiesGroupNull() {
+ return this.IsNull(this.tableQuoteFull_Q.CodDiesGroupColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetCodDiesGroupNull() {
+ this[this.tableQuoteFull_Q.CodDiesGroupColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsDiamDiesNull() {
+ return this.IsNull(this.tableQuoteFull_Q.DiamDiesColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetDiamDiesNull() {
+ this[this.tableQuoteFull_Q.DiamDiesColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsHoleNumDiesNull() {
+ return this.IsNull(this.tableQuoteFull_Q.HoleNumDiesColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetHoleNumDiesNull() {
+ this[this.tableQuoteFull_Q.HoleNumDiesColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsDiesPriceNull() {
+ return this.IsNull(this.tableQuoteFull_Q.DiesPriceColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetDiesPriceNull() {
+ this[this.tableQuoteFull_Q.DiesPriceColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsDiesExpLifeNull() {
+ return this.IsNull(this.tableQuoteFull_Q.DiesExpLifeColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetDiesExpLifeNull() {
+ this[this.tableQuoteFull_Q.DiesExpLifeColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsDiesEOLifeNull() {
+ return this.IsNull(this.tableQuoteFull_Q.DiesEOLifeColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetDiesEOLifeNull() {
+ this[this.tableQuoteFull_Q.DiesEOLifeColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsNumDiesInListNull() {
+ return this.IsNull(this.tableQuoteFull_Q.NumDiesInListColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetNumDiesInListNull() {
+ this[this.tableQuoteFull_Q.NumDiesInListColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsNumDiesExaustNull() {
+ return this.IsNull(this.tableQuoteFull_Q.NumDiesExaustColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetNumDiesExaustNull() {
+ this[this.tableQuoteFull_Q.NumDiesExaustColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsCodPlantNull() {
+ return this.IsNull(this.tableQuoteFull_Q.CodPlantColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetCodPlantNull() {
+ this[this.tableQuoteFull_Q.CodPlantColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsKeyAMILNull() {
+ return this.IsNull(this.tableQuoteFull_Q.KeyAMILColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetKeyAMILNull() {
+ this[this.tableQuoteFull_Q.KeyAMILColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsKgTeoNull() {
+ return this.IsNull(this.tableQuoteFull_Q.KgTeoColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetKgTeoNull() {
+ this[this.tableQuoteFull_Q.KgTeoColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsNumSMEDNull() {
+ return this.IsNull(this.tableQuoteFull_Q.NumSMEDColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetNumSMEDNull() {
+ this[this.tableQuoteFull_Q.NumSMEDColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsQuotaManNull() {
+ return this.IsNull(this.tableQuoteFull_Q.QuotaManColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetQuotaManNull() {
+ this[this.tableQuoteFull_Q.QuotaManColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsPRMWeightNull() {
+ return this.IsNull(this.tableQuoteFull_Q.PRMWeightColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetPRMWeightNull() {
+ this[this.tableQuoteFull_Q.PRMWeightColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsPWeightNull() {
+ return this.IsNull(this.tableQuoteFull_Q.PWeightColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetPWeightNull() {
+ this[this.tableQuoteFull_Q.PWeightColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsPTareNull() {
+ return this.IsNull(this.tableQuoteFull_Q.PTareColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetPTareNull() {
+ this[this.tableQuoteFull_Q.PTareColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsLivPackageNull() {
+ return this.IsNull(this.tableQuoteFull_Q.LivPackageColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetLivPackageNull() {
+ this[this.tableQuoteFull_Q.LivPackageColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsLivPackageDettNull() {
+ return this.IsNull(this.tableQuoteFull_Q.LivPackageDettColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetLivPackageDettNull() {
+ this[this.tableQuoteFull_Q.LivPackageDettColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsRawMatFullCostNull() {
+ return this.IsNull(this.tableQuoteFull_Q.RawMatFullCostColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetRawMatFullCostNull() {
+ this[this.tableQuoteFull_Q.RawMatFullCostColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsPkgDescNull() {
+ return this.IsNull(this.tableQuoteFull_Q.PkgDescColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetPkgDescNull() {
+ this[this.tableQuoteFull_Q.PkgDescColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsFSRNull() {
+ return this.IsNull(this.tableQuoteFull_Q.FSRColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetFSRNull() {
+ this[this.tableQuoteFull_Q.FSRColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsDSRNull() {
+ return this.IsNull(this.tableQuoteFull_Q.DSRColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetDSRNull() {
+ this[this.tableQuoteFull_Q.DSRColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsFVCNull() {
+ return this.IsNull(this.tableQuoteFull_Q.FVCColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetFVCNull() {
+ this[this.tableQuoteFull_Q.FVCColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsP_FVCNull() {
+ return this.IsNull(this.tableQuoteFull_Q.P_FVCColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetP_FVCNull() {
+ this[this.tableQuoteFull_Q.P_FVCColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsCPSNull() {
+ return this.IsNull(this.tableQuoteFull_Q.CPSColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetCPSNull() {
+ this[this.tableQuoteFull_Q.CPSColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsP_CPSNull() {
+ return this.IsNull(this.tableQuoteFull_Q.P_CPSColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetP_CPSNull() {
+ this[this.tableQuoteFull_Q.P_CPSColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsP_FC4UG04Null() {
+ return this.IsNull(this.tableQuoteFull_Q.P_FC4UG04Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetP_FC4UG04Null() {
+ this[this.tableQuoteFull_Q.P_FC4UG04Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsFullCostNull() {
+ return this.IsNull(this.tableQuoteFull_Q.FullCostColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetFullCostNull() {
+ this[this.tableQuoteFull_Q.FullCostColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsP_FullCostNull() {
+ return this.IsNull(this.tableQuoteFull_Q.P_FullCostColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetP_FullCostNull() {
+ this[this.tableQuoteFull_Q.P_FullCostColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsMinPriceNull() {
+ return this.IsNull(this.tableQuoteFull_Q.MinPriceColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetMinPriceNull() {
+ this[this.tableQuoteFull_Q.MinPriceColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsP_MinPriceNull() {
+ return this.IsNull(this.tableQuoteFull_Q.P_MinPriceColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetP_MinPriceNull() {
+ this[this.tableQuoteFull_Q.P_MinPriceColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsP_PriceOffNull() {
+ return this.IsNull(this.tableQuoteFull_Q.P_PriceOffColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetP_PriceOffNull() {
+ this[this.tableQuoteFull_Q.P_PriceOffColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsNetMarNull() {
+ return this.IsNull(this.tableQuoteFull_Q.NetMarColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetNetMarNull() {
+ this[this.tableQuoteFull_Q.NetMarColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsFCShieldNull() {
+ return this.IsNull(this.tableQuoteFull_Q.FCShieldColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetFCShieldNull() {
+ this[this.tableQuoteFull_Q.FCShieldColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsPckSurNull() {
+ return this.IsNull(this.tableQuoteFull_Q.PckSurColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetPckSurNull() {
+ this[this.tableQuoteFull_Q.PckSurColumn] = global::System.Convert.DBNull;
+ }
+ }
+
///
///Row event argument class
///
@@ -4716,6 +7863,40 @@ namespace C2P_Data {
}
}
}
+
+ ///
+ ///Row event argument class
+ ///
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public class QuoteFull_QRowChangeEvent : global::System.EventArgs {
+
+ private QuoteFull_QRow eventRow;
+
+ private global::System.Data.DataRowAction eventAction;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public QuoteFull_QRowChangeEvent(QuoteFull_QRow row, global::System.Data.DataRowAction action) {
+ this.eventRow = row;
+ this.eventAction = action;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public QuoteFull_QRow Row {
+ get {
+ return this.eventRow;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataRowAction Action {
+ get {
+ return this.eventAction;
+ }
+ }
+ }
}
}
namespace C2P_Data.DS_QuotesTableAdapters {
@@ -8244,6 +11425,296 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
}
}
+ ///
+ ///Represents the connection and commands used to retrieve and save data.
+ ///
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
+ [global::System.ComponentModel.ToolboxItem(true)]
+ [global::System.ComponentModel.DataObjectAttribute(true)]
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public partial class QuoteFull_QTableAdapter : global::System.ComponentModel.Component {
+
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
+
+ private global::System.Data.SqlClient.SqlConnection _connection;
+
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
+
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
+
+ private bool _clearBeforeFill;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public QuoteFull_QTableAdapter() {
+ this.ClearBeforeFill = true;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
+ get {
+ if ((this._adapter == null)) {
+ this.InitAdapter();
+ }
+ return this._adapter;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal global::System.Data.SqlClient.SqlConnection Connection {
+ get {
+ if ((this._connection == null)) {
+ this.InitConnection();
+ }
+ return this._connection;
+ }
+ set {
+ this._connection = value;
+ if ((this.Adapter.InsertCommand != null)) {
+ this.Adapter.InsertCommand.Connection = value;
+ }
+ if ((this.Adapter.DeleteCommand != null)) {
+ this.Adapter.DeleteCommand.Connection = value;
+ }
+ if ((this.Adapter.UpdateCommand != null)) {
+ this.Adapter.UpdateCommand.Connection = value;
+ }
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
+ if ((this.CommandCollection[i] != null)) {
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
+ }
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
+ get {
+ return this._transaction;
+ }
+ set {
+ this._transaction = value;
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
+ this.CommandCollection[i].Transaction = this._transaction;
+ }
+ if (((this.Adapter != null)
+ && (this.Adapter.DeleteCommand != null))) {
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
+ }
+ if (((this.Adapter != null)
+ && (this.Adapter.InsertCommand != null))) {
+ this.Adapter.InsertCommand.Transaction = this._transaction;
+ }
+ if (((this.Adapter != null)
+ && (this.Adapter.UpdateCommand != null))) {
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
+ get {
+ if ((this._commandCollection == null)) {
+ this.InitCommandCollection();
+ }
+ return this._commandCollection;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool ClearBeforeFill {
+ get {
+ return this._clearBeforeFill;
+ }
+ set {
+ this._clearBeforeFill = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitAdapter() {
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
+ tableMapping.SourceTable = "Table";
+ tableMapping.DataSetTable = "QuoteFull_Q";
+ tableMapping.ColumnMappings.Add("Vers", "Vers");
+ tableMapping.ColumnMappings.Add("QuoteType", "QuoteType");
+ tableMapping.ColumnMappings.Add("CodQuote", "CodQuote");
+ tableMapping.ColumnMappings.Add("QuoteRev", "QuoteRev");
+ tableMapping.ColumnMappings.Add("CodClient", "CodClient");
+ tableMapping.ColumnMappings.Add("ClientName", "ClientName");
+ tableMapping.ColumnMappings.Add("CodItem", "CodItem");
+ tableMapping.ColumnMappings.Add("CodItemGroup", "CodItemGroup");
+ tableMapping.ColumnMappings.Add("RawMat", "RawMat");
+ tableMapping.ColumnMappings.Add("UnitWeight", "UnitWeight");
+ tableMapping.ColumnMappings.Add("BatchQty", "BatchQty");
+ tableMapping.ColumnMappings.Add("CodInco", "CodInco");
+ tableMapping.ColumnMappings.Add("KeyAM", "KeyAM");
+ tableMapping.ColumnMappings.Add("Note", "Note");
+ tableMapping.ColumnMappings.Add("PriceOff", "PriceOff");
+ tableMapping.ColumnMappings.Add("CodClientAssoc", "CodClientAssoc");
+ tableMapping.ColumnMappings.Add("ClientNameAssoc", "ClientNameAssoc");
+ tableMapping.ColumnMappings.Add("ItemDescr", "ItemDescr");
+ tableMapping.ColumnMappings.Add("CodifProfilo", "CodifProfilo");
+ tableMapping.ColumnMappings.Add("ClasseMerc", "ClasseMerc");
+ tableMapping.ColumnMappings.Add("TipoDies", "TipoDies");
+ tableMapping.ColumnMappings.Add("CodDiesGroup", "CodDiesGroup");
+ tableMapping.ColumnMappings.Add("DiamDies", "DiamDies");
+ tableMapping.ColumnMappings.Add("HoleNumDies", "HoleNumDies");
+ tableMapping.ColumnMappings.Add("DiesPrice", "DiesPrice");
+ tableMapping.ColumnMappings.Add("DiesExpLife", "DiesExpLife");
+ tableMapping.ColumnMappings.Add("DiesEOLife", "DiesEOLife");
+ tableMapping.ColumnMappings.Add("NumDiesInList", "NumDiesInList");
+ tableMapping.ColumnMappings.Add("NumDiesExaust", "NumDiesExaust");
+ tableMapping.ColumnMappings.Add("CodPlant", "CodPlant");
+ tableMapping.ColumnMappings.Add("KeyAMIL", "KeyAMIL");
+ tableMapping.ColumnMappings.Add("KgTeo", "KgTeo");
+ tableMapping.ColumnMappings.Add("NumSMED", "NumSMED");
+ tableMapping.ColumnMappings.Add("QuotaMan", "QuotaMan");
+ tableMapping.ColumnMappings.Add("PRMWeight", "PRMWeight");
+ tableMapping.ColumnMappings.Add("PWeight", "PWeight");
+ tableMapping.ColumnMappings.Add("PTare", "PTare");
+ tableMapping.ColumnMappings.Add("LivPackage", "LivPackage");
+ tableMapping.ColumnMappings.Add("LivPackageDett", "LivPackageDett");
+ tableMapping.ColumnMappings.Add("RawMatCost", "RawMatCost");
+ tableMapping.ColumnMappings.Add("RawMatExtraCost", "RawMatExtraCost");
+ tableMapping.ColumnMappings.Add("RawMatFullCost", "RawMatFullCost");
+ tableMapping.ColumnMappings.Add("CodPackag", "CodPackag");
+ tableMapping.ColumnMappings.Add("PkgDesc", "PkgDesc");
+ tableMapping.ColumnMappings.Add("FSR", "FSR");
+ tableMapping.ColumnMappings.Add("ProvvCost", "ProvvCost");
+ tableMapping.ColumnMappings.Add("EECost", "EECost");
+ tableMapping.ColumnMappings.Add("GasCost", "GasCost");
+ tableMapping.ColumnMappings.Add("DiesCost", "DiesCost");
+ tableMapping.ColumnMappings.Add("PackCost", "PackCost");
+ tableMapping.ColumnMappings.Add("TranspCost", "TranspCost");
+ tableMapping.ColumnMappings.Add("SellCost01", "SellCost01");
+ tableMapping.ColumnMappings.Add("RefCost01", "RefCost01");
+ tableMapping.ColumnMappings.Add("SellCost04", "SellCost04");
+ tableMapping.ColumnMappings.Add("RefCost04", "RefCost04");
+ tableMapping.ColumnMappings.Add("WSR01", "WSR01");
+ tableMapping.ColumnMappings.Add("MSR01", "MSR01");
+ tableMapping.ColumnMappings.Add("NetProd01", "NetProd01");
+ tableMapping.ColumnMappings.Add("FC4UG01", "FC4UG01");
+ tableMapping.ColumnMappings.Add("VC4UG01", "VC4UG01");
+ tableMapping.ColumnMappings.Add("OH4UG01", "OH4UG01");
+ tableMapping.ColumnMappings.Add("SC4UG01", "SC4UG01");
+ tableMapping.ColumnMappings.Add("DSR", "DSR");
+ tableMapping.ColumnMappings.Add("NetProd04", "NetProd04");
+ tableMapping.ColumnMappings.Add("FC4UG04", "FC4UG04");
+ tableMapping.ColumnMappings.Add("VC4UG04", "VC4UG04");
+ tableMapping.ColumnMappings.Add("FVC", "FVC");
+ tableMapping.ColumnMappings.Add("Charge", "Charge");
+ tableMapping.ColumnMappings.Add("P_FVC", "P_FVC");
+ tableMapping.ColumnMappings.Add("CPS", "CPS");
+ tableMapping.ColumnMappings.Add("P_CPS", "P_CPS");
+ tableMapping.ColumnMappings.Add("P_FC4UG04", "P_FC4UG04");
+ tableMapping.ColumnMappings.Add("FullCost", "FullCost");
+ tableMapping.ColumnMappings.Add("P_FullCost", "P_FullCost");
+ tableMapping.ColumnMappings.Add("MinPrice", "MinPrice");
+ tableMapping.ColumnMappings.Add("P_MinPrice", "P_MinPrice");
+ tableMapping.ColumnMappings.Add("P_PriceOff", "P_PriceOff");
+ tableMapping.ColumnMappings.Add("NetMar", "NetMar");
+ tableMapping.ColumnMappings.Add("FCShield", "FCShield");
+ tableMapping.ColumnMappings.Add("PckSur", "PckSur");
+ this._adapter.TableMappings.Add(tableMapping);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitConnection() {
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
+ this._connection.ConnectionString = global::C2P_Data.Properties.Settings.Default.Proxima_C2PConnectionString;
+ }
+
+ [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[2];
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
+ this._commandCollection[0].Connection = this.Connection;
+ this._commandCollection[0].CommandText = @"SELECT Vers, QuoteType, CodQuote, QuoteRev, CodClient, ClientName, CodItem, CodItemGroup, RawMat, UnitWeight, BatchQty, CodInco, KeyAM, Note, PriceOff, CodClientAssoc, ClientNameAssoc, ItemDescr, CodifProfilo, ClasseMerc, TipoDies, CodDiesGroup, DiamDies, HoleNumDies, DiesPrice, DiesExpLife, DiesEOLife, NumDiesInList, NumDiesExaust, CodPlant, KeyAMIL, KgTeo, NumSMED, QuotaMan, PRMWeight, PWeight, PTare, LivPackage, LivPackageDett, RawMatCost, RawMatExtraCost, RawMatFullCost, CodPackag, PkgDesc, FSR, ProvvCost, EECost, GasCost, DiesCost, PackCost, TranspCost, SellCost01, RefCost01, SellCost04, RefCost04, WSR01, MSR01, NetProd01, FC4UG01, VC4UG01, OH4UG01, SC4UG01, DSR, NetProd04, FC4UG04, VC4UG04, FVC, Charge, P_FVC, CPS, P_CPS, P_FC4UG04, FullCost, P_FullCost, MinPrice, P_MinPrice, P_PriceOff, NetMar, FCShield, PckSur FROM dbo.v_QuoteFull_Q";
+ 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 = "dbo.stp_QL_fullData";
+ this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
+ this._commandCollection[1].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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QuoteType", global::System.Data.SqlDbType.Char, 1, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodQuote", global::System.Data.SqlDbType.BigInt, 8, global::System.Data.ParameterDirection.Input, 19, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QuoteRev", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DoUpdate", global::System.Data.SqlDbType.Char, 1, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ }
+
+ [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.Fill, true)]
+ public virtual int Fill(DS_Quotes.QuoteFull_QDataTable dataTable) {
+ this.Adapter.SelectCommand = this.CommandCollection[0];
+ if ((this.ClearBeforeFill == true)) {
+ dataTable.Clear();
+ }
+ int returnValue = this.Adapter.Fill(dataTable);
+ return returnValue;
+ }
+
+ [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, true)]
+ public virtual DS_Quotes.QuoteFull_QDataTable GetData() {
+ this.Adapter.SelectCommand = this.CommandCollection[0];
+ DS_Quotes.QuoteFull_QDataTable dataTable = new DS_Quotes.QuoteFull_QDataTable();
+ 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")]
+ [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
+ public virtual DS_Quotes.QuoteFull_QDataTable getByKey(string QuoteType, global::System.Nullable CodQuote, global::System.Nullable QuoteRev, string DoUpdate) {
+ this.Adapter.SelectCommand = this.CommandCollection[1];
+ if ((QuoteType == null)) {
+ this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[1].Value = ((string)(QuoteType));
+ }
+ if ((CodQuote.HasValue == true)) {
+ this.Adapter.SelectCommand.Parameters[2].Value = ((long)(CodQuote.Value));
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
+ }
+ if ((QuoteRev.HasValue == true)) {
+ this.Adapter.SelectCommand.Parameters[3].Value = ((int)(QuoteRev.Value));
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
+ }
+ if ((DoUpdate == null)) {
+ this.Adapter.SelectCommand.Parameters[4].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[4].Value = ((string)(DoUpdate));
+ }
+ DS_Quotes.QuoteFull_QDataTable dataTable = new DS_Quotes.QuoteFull_QDataTable();
+ this.Adapter.Fill(dataTable);
+ return dataTable;
+ }
+ }
+
///
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
///
diff --git a/C2P_Data/DS_Quotes.xsd b/C2P_Data/DS_Quotes.xsd
index dbdadba..d039193 100644
--- a/C2P_Data/DS_Quotes.xsd
+++ b/C2P_Data/DS_Quotes.xsd
@@ -647,6 +647,116 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
+
+
+
+
+
+ SELECT Vers, QuoteType, CodQuote, QuoteRev, CodClient, ClientName, CodItem, CodItemGroup, RawMat, UnitWeight, BatchQty, CodInco, KeyAM, Note, PriceOff, CodClientAssoc, ClientNameAssoc, ItemDescr, CodifProfilo, ClasseMerc, TipoDies, CodDiesGroup, DiamDies, HoleNumDies, DiesPrice, DiesExpLife, DiesEOLife, NumDiesInList, NumDiesExaust, CodPlant, KeyAMIL, KgTeo, NumSMED, QuotaMan, PRMWeight, PWeight, PTare, LivPackage, LivPackageDett, RawMatCost, RawMatExtraCost, RawMatFullCost, CodPackag, PkgDesc, FSR, ProvvCost, EECost, GasCost, DiesCost, PackCost, TranspCost, SellCost01, RefCost01, SellCost04, RefCost04, WSR01, MSR01, NetProd01, FC4UG01, VC4UG01, OH4UG01, SC4UG01, DSR, NetProd04, FC4UG04, VC4UG04, FVC, Charge, P_FVC, CPS, P_CPS, P_FC4UG04, FullCost, P_FullCost, MinPrice, P_MinPrice, P_PriceOff, NetMar, FCShield, PckSur FROM dbo.v_QuoteFull_Q
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ dbo.stp_QL_fullData
+
+
+
+
+
+
+
+
+
+
+
+
@@ -655,7 +765,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
-
+
@@ -721,7 +831,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
-
+
@@ -757,7 +867,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
-
+
@@ -782,7 +892,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
-
+
@@ -862,7 +972,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
-
+
@@ -899,7 +1009,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
-
+
@@ -969,6 +1079,230 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1012,14 +1346,20 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
\ No newline at end of file
diff --git a/C2P_Data/bin/Debug/C2P_Data.dll b/C2P_Data/bin/Debug/C2P_Data.dll
index 4859211..e90fbfc 100644
Binary files a/C2P_Data/bin/Debug/C2P_Data.dll and b/C2P_Data/bin/Debug/C2P_Data.dll differ
diff --git a/C2P_Data/bin/Debug/C2P_Data.pdb b/C2P_Data/bin/Debug/C2P_Data.pdb
index 13712ec..bb0b109 100644
Binary files a/C2P_Data/bin/Debug/C2P_Data.pdb and b/C2P_Data/bin/Debug/C2P_Data.pdb differ
diff --git a/C2P_Data/bin/Debug/SteamWare.dll b/C2P_Data/bin/Debug/SteamWare.dll
index 1c53539..e1e6f17 100644
Binary files a/C2P_Data/bin/Debug/SteamWare.dll and b/C2P_Data/bin/Debug/SteamWare.dll differ
diff --git a/C2P_Data/bin/Debug/SteamWare.pdb b/C2P_Data/bin/Debug/SteamWare.pdb
index 9d6e352..62a7a2d 100644
Binary files a/C2P_Data/bin/Debug/SteamWare.pdb and b/C2P_Data/bin/Debug/SteamWare.pdb differ
diff --git a/C2P_Data/obj/Debug/C2P_Data.csprojResolveAssemblyReference.cache b/C2P_Data/obj/Debug/C2P_Data.csprojResolveAssemblyReference.cache
index 6468ca6..fe8c4a9 100644
Binary files a/C2P_Data/obj/Debug/C2P_Data.csprojResolveAssemblyReference.cache and b/C2P_Data/obj/Debug/C2P_Data.csprojResolveAssemblyReference.cache differ
diff --git a/C2P_Data/obj/Debug/C2P_Data.dll b/C2P_Data/obj/Debug/C2P_Data.dll
index 4859211..e90fbfc 100644
Binary files a/C2P_Data/obj/Debug/C2P_Data.dll and b/C2P_Data/obj/Debug/C2P_Data.dll differ
diff --git a/C2P_Data/obj/Debug/TempPE/DS_Quotes.Designer.cs.dll b/C2P_Data/obj/Debug/TempPE/DS_Quotes.Designer.cs.dll
index 098ce37..50bba0f 100644
Binary files a/C2P_Data/obj/Debug/TempPE/DS_Quotes.Designer.cs.dll and b/C2P_Data/obj/Debug/TempPE/DS_Quotes.Designer.cs.dll differ