send mail 프로젝트 폐기
This commit is contained in:
46
SubProject/FPJ0000/dsReport.Designer.cs
generated
46
SubProject/FPJ0000/dsReport.Designer.cs
generated
@@ -1672,6 +1672,8 @@ namespace FPJ0000 {
|
||||
|
||||
private global::System.Data.DataColumn columnamtn;
|
||||
|
||||
private global::System.Data.DataColumn columnamtb;
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public PartSummaryDataTable() {
|
||||
@@ -1745,6 +1747,14 @@ namespace FPJ0000 {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public global::System.Data.DataColumn amtbColumn {
|
||||
get {
|
||||
return this.columnamtb;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
[global::System.ComponentModel.Browsable(false)]
|
||||
@@ -1782,14 +1792,15 @@ namespace FPJ0000 {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public PartSummaryRow AddPartSummaryRow(string ItemGroup, string option1, string ItemSupply, decimal amt, decimal amtn) {
|
||||
public PartSummaryRow AddPartSummaryRow(string ItemGroup, string option1, string ItemSupply, decimal amt, decimal amtn, decimal amtb) {
|
||||
PartSummaryRow rowPartSummaryRow = ((PartSummaryRow)(this.NewRow()));
|
||||
object[] columnValuesArray = new object[] {
|
||||
ItemGroup,
|
||||
option1,
|
||||
ItemSupply,
|
||||
amt,
|
||||
amtn};
|
||||
amtn,
|
||||
amtb};
|
||||
rowPartSummaryRow.ItemArray = columnValuesArray;
|
||||
this.Rows.Add(rowPartSummaryRow);
|
||||
return rowPartSummaryRow;
|
||||
@@ -1817,6 +1828,7 @@ namespace FPJ0000 {
|
||||
this.columnItemSupply = base.Columns["ItemSupply"];
|
||||
this.columnamt = base.Columns["amt"];
|
||||
this.columnamtn = base.Columns["amtn"];
|
||||
this.columnamtb = base.Columns["amtb"];
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
@@ -1832,6 +1844,8 @@ namespace FPJ0000 {
|
||||
base.Columns.Add(this.columnamt);
|
||||
this.columnamtn = new global::System.Data.DataColumn("amtn", typeof(decimal), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnamtn);
|
||||
this.columnamtb = new global::System.Data.DataColumn("amtb", typeof(decimal), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnamtb);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
@@ -2531,6 +2545,22 @@ namespace FPJ0000 {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public decimal amtb {
|
||||
get {
|
||||
if (this.IsamtbNull()) {
|
||||
return 0m;
|
||||
}
|
||||
else {
|
||||
return ((decimal)(this[this.tablePartSummary.amtbColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tablePartSummary.amtbColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public bool IsItemGroupNull() {
|
||||
@@ -2590,6 +2620,18 @@ namespace FPJ0000 {
|
||||
public void SetamtnNull() {
|
||||
this[this.tablePartSummary.amtnColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public bool IsamtbNull() {
|
||||
return this.IsNull(this.tablePartSummary.amtbColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public void SetamtbNull() {
|
||||
this[this.tablePartSummary.amtbColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user