📄 _110901dbdataset.designer.cs
字号:
System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
xs.Add(ds.GetSchemaSerializable());
System.Xml.Schema.XmlSchemaAny any = new System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
return type;
}
public delegate void djczBiaoRowChangeEventHandler(object sender, djczBiaoRowChangeEvent e);
public delegate void gysBiaoRowChangeEventHandler(object sender, gysBiaoRowChangeEvent e);
public delegate void jhxqBiaoRowChangeEventHandler(object sender, jhxqBiaoRowChangeEvent e);
public delegate void jhzBiaoRowChangeEventHandler(object sender, jhzBiaoRowChangeEvent e);
public delegate void khBiaoRowChangeEventHandler(object sender, khBiaoRowChangeEvent e);
public delegate void lbmcBiaoRowChangeEventHandler(object sender, lbmcBiaoRowChangeEvent e);
public delegate void rkxqBiaoRowChangeEventHandler(object sender, rkxqBiaoRowChangeEvent e);
public delegate void spxqBiaoRowChangeEventHandler(object sender, spxqBiaoRowChangeEvent e);
public delegate void xsxqBiaoRowChangeEventHandler(object sender, xsxqBiaoRowChangeEvent e);
public delegate void xszBiaoRowChangeEventHandler(object sender, xszBiaoRowChangeEvent e);
public delegate void ygBiaoRowChangeEventHandler(object sender, ygBiaoRowChangeEvent e);
public delegate void yhglBiaoRowChangeEventHandler(object sender, yhglBiaoRowChangeEvent e);
public delegate void rkxqBiao1RowChangeEventHandler(object sender, rkxqBiao1RowChangeEvent e);
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[System.Serializable()]
[System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class djczBiaoDataTable : System.Data.DataTable, System.Collections.IEnumerable {
private System.Data.DataColumn columndjID;
private System.Data.DataColumn columnzdYgID;
private System.Data.DataColumn columnzdRq;
private System.Data.DataColumn columnshZt;
private System.Data.DataColumn columnjsFs;
private System.Data.DataColumn columnshrName;
private System.Data.DataColumn columnshTime;
private System.Data.DataColumn columnczTime;
private System.Data.DataColumn columnbeiZhu;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public djczBiaoDataTable() {
this.TableName = "djczBiao";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal djczBiaoDataTable(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 djczBiaoDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn djIDColumn {
get {
return this.columndjID;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn zdYgIDColumn {
get {
return this.columnzdYgID;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn zdRqColumn {
get {
return this.columnzdRq;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn shZtColumn {
get {
return this.columnshZt;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn jsFsColumn {
get {
return this.columnjsFs;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn shrNameColumn {
get {
return this.columnshrName;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn shTimeColumn {
get {
return this.columnshTime;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn czTimeColumn {
get {
return this.columnczTime;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn beiZhuColumn {
get {
return this.columnbeiZhu;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public djczBiaoRow this[int index] {
get {
return ((djczBiaoRow)(this.Rows[index]));
}
}
public event djczBiaoRowChangeEventHandler djczBiaoRowChanging;
public event djczBiaoRowChangeEventHandler djczBiaoRowChanged;
public event djczBiaoRowChangeEventHandler djczBiaoRowDeleting;
public event djczBiaoRowChangeEventHandler djczBiaoRowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void AdddjczBiaoRow(djczBiaoRow row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public djczBiaoRow AdddjczBiaoRow(string djID, string zdYgID, System.DateTime zdRq, bool shZt, string jsFs, string shrName, System.DateTime shTime, System.DateTime czTime, string beiZhu) {
djczBiaoRow rowdjczBiaoRow = ((djczBiaoRow)(this.NewRow()));
rowdjczBiaoRow.ItemArray = new object[] {
djID,
zdYgID,
zdRq,
shZt,
jsFs,
shrName,
shTime,
czTime,
beiZhu};
this.Rows.Add(rowdjczBiaoRow);
return rowdjczBiaoRow;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public djczBiaoRow FindBydjID(string djID) {
return ((djczBiaoRow)(this.Rows.Find(new object[] {
djID})));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataTable Clone() {
djczBiaoDataTable cln = ((djczBiaoDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new djczBiaoDataTable();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.columndjID = base.Columns["djID"];
this.columnzdYgID = base.Columns["zdYgID"];
this.columnzdRq = base.Columns["zdRq"];
this.columnshZt = base.Columns["shZt"];
this.columnjsFs = base.Columns["jsFs"];
this.columnshrName = base.Columns["shrName"];
this.columnshTime = base.Columns["shTime"];
this.columnczTime = base.Columns["czTime"];
this.columnbeiZhu = base.Columns["beiZhu"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.columndjID = new System.Data.DataColumn("djID", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columndjID);
this.columnzdYgID = new System.Data.DataColumn("zdYgID", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnzdYgID);
this.columnzdRq = new System.Data.DataColumn("zdRq", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnzdRq);
this.columnshZt = new System.Data.DataColumn("shZt", typeof(bool), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnshZt);
this.columnjsFs = new System.Data.DataColumn("jsFs", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnjsFs);
this.columnshrName = new System.Data.DataColumn("shrName", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnshrName);
this.columnshTime = new System.Data.DataColumn("shTime", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnshTime);
this.columnczTime = new System.Data.DataColumn("czTime", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnczTime);
this.columnbeiZhu = new System.Data.DataColumn("beiZhu", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnbeiZhu);
this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
this.columndjID}, true));
this.columndjID.AllowDBNull = false;
this.columndjID.Unique = true;
this.columndjID.MaxLength = 20;
this.columnzdYgID.MaxLength = 4;
this.columnjsFs.MaxLength = 30;
this.columnshrName.MaxLength = 20;
this.columnbeiZhu.MaxLength = 200;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public djczBiaoRow NewdjczBiaoRow() {
return ((djczBiaoRow)(this.NewRow()));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
return new djczBiaoRow(builder);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Type GetRowType() {
return typeof(djczBiaoRow);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.djczBiaoRowChanged != null)) {
this.djczBiaoRowChanged(this, new djczBiaoRowChangeEvent(((djczBiaoRow)(e.Row)), e.Action));
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -