dataset1.designer.cs
字号:
if ((this.table主需求计划 != null)) {
this.table主需求计划.InitVars();
}
}
this.table主生产计划 = ((主生产计划DataTable)(base.Tables["主生产计划"]));
if ((initTable == true)) {
if ((this.table主生产计划 != null)) {
this.table主生产计划.InitVars();
}
}
this.table物料清单 = ((物料清单DataTable)(base.Tables["物料清单"]));
if ((initTable == true)) {
if ((this.table物料清单 != null)) {
this.table物料清单.InitVars();
}
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.DataSetName = "DataSet1";
this.Prefix = "";
this.Namespace = "http://www.tempuri.org/DataSet1.xsd";
this.Locale = new System.Globalization.CultureInfo("zh-CN");
this.EnforceConstraints = true;
this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
this.table物料计划类别 = new 物料计划类别DataTable();
base.Tables.Add(this.table物料计划类别);
this.table工厂日历 = new 工厂日历DataTable();
base.Tables.Add(this.table工厂日历);
this.table物料主文件 = new 物料主文件DataTable();
base.Tables.Add(this.table物料主文件);
this.table主需求计划 = new 主需求计划DataTable();
base.Tables.Add(this.table主需求计划);
this.table主生产计划 = new 主生产计划DataTable();
base.Tables.Add(this.table主生产计划);
this.table物料清单 = new 物料清单DataTable();
base.Tables.Add(this.table物料清单);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerialize物料计划类别() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerialize工厂日历() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerialize物料主文件() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerialize主需求计划() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerialize主生产计划() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerialize物料清单() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void SchemaChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(System.Xml.Schema.XmlSchemaSet xs) {
DataSet1 ds = new DataSet1();
System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
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 物料计划类别RowChangeEventHandler(object sender, 物料计划类别RowChangeEvent e);
public delegate void 工厂日历RowChangeEventHandler(object sender, 工厂日历RowChangeEvent e);
public delegate void 物料主文件RowChangeEventHandler(object sender, 物料主文件RowChangeEvent e);
public delegate void 主需求计划RowChangeEventHandler(object sender, 主需求计划RowChangeEvent e);
public delegate void 主生产计划RowChangeEventHandler(object sender, 主生产计划RowChangeEvent e);
public delegate void 物料清单RowChangeEventHandler(object sender, 物料清单RowChangeEvent e);
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[System.Serializable()]
[System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class 物料计划类别DataTable : System.Data.DataTable, System.Collections.IEnumerable {
private System.Data.DataColumn column类别名称;
private System.Data.DataColumn column类别代码;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 物料计划类别DataTable() {
this.TableName = "物料计划类别";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal 物料计划类别DataTable(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 物料计划类别DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 类别名称Column {
get {
return this.column类别名称;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 类别代码Column {
get {
return this.column类别代码;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 物料计划类别Row this[int index] {
get {
return ((物料计划类别Row)(this.Rows[index]));
}
}
public event 物料计划类别RowChangeEventHandler 物料计划类别RowChanging;
public event 物料计划类别RowChangeEventHandler 物料计划类别RowChanged;
public event 物料计划类别RowChangeEventHandler 物料计划类别RowDeleting;
public event 物料计划类别RowChangeEventHandler 物料计划类别RowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Add物料计划类别Row(物料计划类别Row row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 物料计划类别Row Add物料计划类别Row(string 类别名称, string 类别代码) {
物料计划类别Row row物料计划类别Row = ((物料计划类别Row)(this.NewRow()));
row物料计划类别Row.ItemArray = new object[] {
类别名称,
类别代码};
this.Rows.Add(row物料计划类别Row);
return row物料计划类别Row;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 物料计划类别Row FindBy类别代码(string 类别代码) {
return ((物料计划类别Row)(this.Rows.Find(new object[] {
类别代码})));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataTable Clone() {
物料计划类别DataTable cln = ((物料计划类别DataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new 物料计划类别DataTable();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.column类别名称 = base.Columns["类别名称"];
this.column类别代码 = base.Columns["类别代码"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.column类别名称 = new System.Data.DataColumn("类别名称", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column类别名称);
this.column类别代码 = new System.Data.DataColumn("类别代码", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column类别代码);
this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
this.column类别代码}, true));
this.column类别名称.AllowDBNull = false;
this.column类别代码.AllowDBNull = false;
this.column类别代码.Unique = true;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 物料计划类别Row New物料计划类别Row() {
return ((物料计划类别Row)(this.NewRow()));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
return new 物料计划类别Row(builder);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Type GetRowType() {
return typeof(物料计划类别Row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.物料计划类别RowChanged != null)) {
this.物料计划类别RowChanged(this, new 物料计划类别RowChangeEvent(((物料计划类别Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.物料计划类别RowChanging != null)) {
this.物料计划类别RowChanging(this, new 物料计划类别RowChangeEvent(((物料计划类别Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.物料计划类别RowDeleted != null)) {
this.物料计划类别RowDeleted(this, new 物料计划类别RowChangeEvent(((物料计划类别Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.物料计划类别RowDeleting != null)) {
this.物料计划类别RowDeleting(this, new 物料计划类别RowChangeEvent(((物料计划类别Row)(e.Row)), e.Action));
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -