dataset3.designer.cs
字号:
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(System.Xml.Schema.XmlSchemaSet xs) {
DataSet3 ds = new DataSet3();
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 mrp物料需求计算RowChangeEventHandler(object sender, mrp物料需求计算RowChangeEvent e);
public delegate void mrp物料需求历史RowChangeEventHandler(object sender, mrp物料需求历史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物料编号;
private System.Data.DataColumn column编号;
private System.Data.DataColumn column年份;
private System.Data.DataColumn column计划期;
private System.Data.DataColumn column开始日期;
private System.Data.DataColumn column结束日期;
private System.Data.DataColumn column期初库存;
private System.Data.DataColumn column需求数量;
private System.Data.DataColumn columnMPS数量;
private System.Data.DataColumn column生产单数量;
private System.Data.DataColumn column预计库存;
private System.Data.DataColumn column记帐人;
private System.Data.DataColumn column修改日期;
private System.Data.DataColumn column审核人;
private System.Data.DataColumn column审核日期;
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()]
public System.Data.DataColumn 编号Column {
get {
return this.column编号;
}
}
[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()]
public System.Data.DataColumn 开始日期Column {
get {
return this.column开始日期;
}
}
[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()]
public System.Data.DataColumn 需求数量Column {
get {
return this.column需求数量;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn MPS数量Column {
get {
return this.columnMPS数量;
}
}
[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()]
public System.Data.DataColumn 记帐人Column {
get {
return this.column记帐人;
}
}
[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()]
public System.Data.DataColumn 审核日期Column {
get {
return this.column审核日期;
}
}
[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 物料编号,
string 编号,
int 年份,
int 计划期,
int 开始日期,
int 结束日期,
decimal 期初库存,
decimal 需求数量,
decimal MPS数量,
decimal 生产单数量,
decimal 预计库存,
string 记帐人,
int 修改日期,
string 审核人,
int 审核日期,
string 状态,
string 备注) {
主生产计划Row row主生产计划Row = ((主生产计划Row)(this.NewRow()));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -