__net_51671dataset.designer.cs
来自「系统简介: 本系统是一个用于管理学生毕业系统的简单系统。系统包含的信息包括学生」· CS 代码 · 共 1,316 行 · 第 1/5 页
CS
1,316 行
public event internship_51671RowChangeEventHandler internship_51671RowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Addinternship_51671Row(internship_51671Row row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public internship_51671Row Addinternship_51671Row(student_51671Row parentstudent_51671RowByFK_intership_51671_student_51671, string sname, string internpart, System.DateTime interndata, string internitem, string interncomm) {
internship_51671Row rowinternship_51671Row = ((internship_51671Row)(this.NewRow()));
rowinternship_51671Row.ItemArray = new object[] {
parentstudent_51671RowByFK_intership_51671_student_51671[0],
sname,
internpart,
interndata,
internitem,
interncomm};
this.Rows.Add(rowinternship_51671Row);
return rowinternship_51671Row;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public internship_51671Row FindBysno(string sno) {
return ((internship_51671Row)(this.Rows.Find(new object[] {
sno})));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataTable Clone() {
internship_51671DataTable cln = ((internship_51671DataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new internship_51671DataTable();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.columnsno = base.Columns["sno"];
this.columnsname = base.Columns["sname"];
this.columninternpart = base.Columns["internpart"];
this.columninterndata = base.Columns["interndata"];
this.columninternitem = base.Columns["internitem"];
this.columninterncomm = base.Columns["interncomm"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.columnsno = new System.Data.DataColumn("sno", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnsno);
this.columnsname = new System.Data.DataColumn("sname", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnsname);
this.columninternpart = new System.Data.DataColumn("internpart", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columninternpart);
this.columninterndata = new System.Data.DataColumn("interndata", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.columninterndata);
this.columninternitem = new System.Data.DataColumn("internitem", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columninternitem);
this.columninterncomm = new System.Data.DataColumn("interncomm", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columninterncomm);
this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
this.columnsno}, true));
this.columnsno.AllowDBNull = false;
this.columnsno.Unique = true;
this.columnsno.MaxLength = 8;
this.columnsname.AllowDBNull = false;
this.columnsname.MaxLength = 20;
this.columninternpart.AllowDBNull = false;
this.columninternpart.MaxLength = 10;
this.columninterndata.AllowDBNull = false;
this.columninternitem.MaxLength = 30;
this.columninterncomm.MaxLength = 30;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public internship_51671Row Newinternship_51671Row() {
return ((internship_51671Row)(this.NewRow()));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
return new internship_51671Row(builder);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Type GetRowType() {
return typeof(internship_51671Row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.internship_51671RowChanged != null)) {
this.internship_51671RowChanged(this, new internship_51671RowChangeEvent(((internship_51671Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.internship_51671RowChanging != null)) {
this.internship_51671RowChanging(this, new internship_51671RowChangeEvent(((internship_51671Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.internship_51671RowDeleted != null)) {
this.internship_51671RowDeleted(this, new internship_51671RowChangeEvent(((internship_51671Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.internship_51671RowDeleting != null)) {
this.internship_51671RowDeleting(this, new internship_51671RowChangeEvent(((internship_51671Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Removeinternship_51671Row(internship_51671Row row) {
this.Rows.Remove(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(System.Xml.Schema.XmlSchemaSet xs) {
System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
@__NET_51671DataSet ds = new @__NET_51671DataSet();
xs.Add(ds.GetSchemaSerializable());
System.Xml.Schema.XmlSchemaAny any1 = new System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "internship_51671DataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
return type;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[System.Serializable()]
[System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class login_51671DataTable : System.Data.DataTable, System.Collections.IEnumerable {
private System.Data.DataColumn columnid;
private System.Data.DataColumn columnpw;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public login_51671DataTable() {
this.TableName = "login_51671";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal login_51671DataTable(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;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected login_51671DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn idColumn {
get {
return this.columnid;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn pwColumn {
get {
return this.columnpw;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public login_51671Row this[int index] {
get {
return ((login_51671Row)(this.Rows[index]));
}
}
public event login_51671RowChangeEventHandler login_51671RowChanging;
public event login_51671RowChangeEventHandler login_51671RowChanged;
public event login_51671RowChangeEventHandler login_51671RowDeleting;
public event login_51671RowChangeEventHandler login_51671RowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Addlogin_51671Row(login_51671Row row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public login_51671Row Addlogin_51671Row(string id, int pw) {
login_51671Row rowlogin_51671Row = ((login_51671Row)(this.NewRow()));
rowlogin_51671Row.ItemArray = new object[] {
id,
pw};
this.Rows.Add(rowlogin_51671Row);
return rowlogin_51671Row;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataTable Clone() {
login_51671DataTable cln = ((login_51671DataTable)(base.Clone()));
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?