챔피언

This commit is contained in:
chi
2023-05-30 11:03:12 +09:00
parent a74a47b582
commit 0da45cf931
32 changed files with 23256 additions and 1684 deletions

View File

@@ -1039,6 +1039,10 @@ namespace FPJ0000 {
private global::System.Data.DataColumn columnsfi;
private global::System.Data.DataColumn columnchamyeo;
private global::System.Data.DataColumn columnname2;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public ProjectsDataTable() :
@@ -1689,6 +1693,22 @@ namespace FPJ0000 {
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public global::System.Data.DataColumn chamyeoColumn {
get {
return this.columnchamyeo;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public global::System.Data.DataColumn name2Column {
get {
return this.columnname2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
@@ -1801,7 +1821,9 @@ namespace FPJ0000 {
int pno,
string kdate,
int jasmin,
double sfi) {
double sfi,
float chamyeo,
string name2) {
ProjectsRow rowProjectsRow = ((ProjectsRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
null,
@@ -1879,7 +1901,9 @@ namespace FPJ0000 {
pno,
kdate,
jasmin,
sfi};
sfi,
chamyeo,
name2};
rowProjectsRow.ItemArray = columnValuesArray;
this.Rows.Add(rowProjectsRow);
return rowProjectsRow;
@@ -1961,7 +1985,9 @@ namespace FPJ0000 {
int pno,
string kdate,
int jasmin,
double sfi) {
double sfi,
float chamyeo,
string name2) {
ProjectsRow rowProjectsRow = ((ProjectsRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
null,
@@ -2039,7 +2065,9 @@ namespace FPJ0000 {
pno,
kdate,
jasmin,
sfi};
sfi,
chamyeo,
name2};
rowProjectsRow.ItemArray = columnValuesArray;
this.Rows.Add(rowProjectsRow);
return rowProjectsRow;
@@ -2145,6 +2173,8 @@ namespace FPJ0000 {
this.columnkdate = base.Columns["kdate"];
this.columnjasmin = base.Columns["jasmin"];
this.columnsfi = base.Columns["sfi"];
this.columnchamyeo = base.Columns["chamyeo"];
this.columnname2 = base.Columns["name2"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -2302,6 +2332,10 @@ namespace FPJ0000 {
base.Columns.Add(this.columnjasmin);
this.columnsfi = new global::System.Data.DataColumn("sfi", typeof(double), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnsfi);
this.columnchamyeo = new global::System.Data.DataColumn("chamyeo", typeof(float), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnchamyeo);
this.columnname2 = new global::System.Data.DataColumn("name2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnname2);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnidx}, true));
this.columnidx.AutoIncrement = true;
@@ -12974,6 +13008,38 @@ namespace FPJ0000 {
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public float chamyeo {
get {
try {
return ((float)(this[this.tableProjects.chamyeoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'chamyeo\' 열의 값이 DBNull입니다.", e);
}
}
set {
this[this.tableProjects.chamyeoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public string name2 {
get {
try {
return ((string)(this[this.tableProjects.name2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'name2\' 열의 값이 DBNull입니다.", e);
}
}
set {
this[this.tableProjects.name2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public bool IsnameNull() {
@@ -13837,6 +13903,30 @@ namespace FPJ0000 {
public void SetsfiNull() {
this[this.tableProjects.sfiColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public bool IschamyeoNull() {
return this.IsNull(this.tableProjects.chamyeoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public void SetchamyeoNull() {
this[this.tableProjects.chamyeoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public bool Isname2Null() {
return this.IsNull(this.tableProjects.name2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public void Setname2Null() {
this[this.tableProjects.name2Column] = global::System.Convert.DBNull;
}
}
/// <summary>