__net_51671dataset.designer.cs
来自「系统简介: 本系统是一个用于管理学生毕业系统的简单系统。系统包含的信息包括学生」· CS 代码 · 共 1,316 行 · 第 1/5 页
CS
1,316 行
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new login_51671DataTable();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.columnid = base.Columns["id"];
this.columnpw = base.Columns["pw"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.columnid = new System.Data.DataColumn("id", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnid);
this.columnpw = new System.Data.DataColumn("pw", typeof(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnpw);
this.columnid.AllowDBNull = false;
this.columnid.MaxLength = 10;
this.columnpw.AllowDBNull = false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public login_51671Row Newlogin_51671Row() {
return ((login_51671Row)(this.NewRow()));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
return new login_51671Row(builder);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Type GetRowType() {
return typeof(login_51671Row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.login_51671RowChanged != null)) {
this.login_51671RowChanged(this, new login_51671RowChangeEvent(((login_51671Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.login_51671RowChanging != null)) {
this.login_51671RowChanging(this, new login_51671RowChangeEvent(((login_51671Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.login_51671RowDeleted != null)) {
this.login_51671RowDeleted(this, new login_51671RowChangeEvent(((login_51671Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.login_51671RowDeleting != null)) {
this.login_51671RowDeleting(this, new login_51671RowChangeEvent(((login_51671Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Removelogin_51671Row(login_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 = "login_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 papers_51671DataTable : System.Data.DataTable, System.Collections.IEnumerable {
private System.Data.DataColumn columnsno;
private System.Data.DataColumn columnsubject;
private System.Data.DataColumn columnteacher;
private System.Data.DataColumn columngrade;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public papers_51671DataTable() {
this.TableName = "papers_51671";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal papers_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 papers_51671DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn snoColumn {
get {
return this.columnsno;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn subjectColumn {
get {
return this.columnsubject;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn teacherColumn {
get {
return this.columnteacher;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn gradeColumn {
get {
return this.columngrade;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public papers_51671Row this[int index] {
get {
return ((papers_51671Row)(this.Rows[index]));
}
}
public event papers_51671RowChangeEventHandler papers_51671RowChanging;
public event papers_51671RowChangeEventHandler papers_51671RowChanged;
public event papers_51671RowChangeEventHandler papers_51671RowDeleting;
public event papers_51671RowChangeEventHandler papers_51671RowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Addpapers_51671Row(papers_51671Row row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public papers_51671Row Addpapers_51671Row(student_51671Row parentstudent_51671RowByFK_papers_51671_student_51671, string subject, string teacher, short grade) {
papers_51671Row rowpapers_51671Row = ((papers_51671Row)(this.NewRow()));
rowpapers_51671Row.ItemArray = new object[] {
parentstudent_51671RowByFK_papers_51671_student_51671[0],
subject,
teacher,
grade};
this.Rows.Add(rowpapers_51671Row);
return rowpapers_51671Row;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public papers_51671Row FindBysno(string sno) {
return ((papers_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() {
papers_51671DataTable cln = ((papers_51671DataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new papers_51671DataTable();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.columnsno = base.Columns["sno"];
this.columnsubject = base.Columns["subject"];
this.columnteacher = base.Columns["teacher"];
this.columngrade = base.Columns["grade"];
}
[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.columnsubject = new System.Data.DataColumn("subject", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnsubject);
this.columnteacher = new System.Data.DataColumn("teacher", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnteacher);
this.columngrade = new System.Data.DataColumn("grade", typeof(short), null, System.Data.MappingType.Element);
base
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?