📄 branchsaledataset.designer.cs
字号:
public global::System.Data.DataColumn info_priceColumn {
get {
return this.columninfo_price;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn info_allpriceColumn {
get {
return this.columninfo_allprice;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn vendition_timeColumn {
get {
return this.columnvendition_time;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public Select_BranchSaleReportRow this[int index] {
get {
return ((Select_BranchSaleReportRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event Select_BranchSaleReportRowChangeEventHandler Select_BranchSaleReportRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event Select_BranchSaleReportRowChangeEventHandler Select_BranchSaleReportRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event Select_BranchSaleReportRowChangeEventHandler Select_BranchSaleReportRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event Select_BranchSaleReportRowChangeEventHandler Select_BranchSaleReportRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddSelect_BranchSaleReportRow(Select_BranchSaleReportRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public Select_BranchSaleReportRow AddSelect_BranchSaleReportRow(
string Shop_name,
string info_productID,
string info_name,
string vendition_id,
int info_size1,
int info_size2,
int info_size3,
int info_size4,
int info_size5,
int info_size6,
int info_size7,
string info_color,
string Employee_ID,
int info_sum,
decimal info_price,
decimal info_allprice,
System.DateTime vendition_time) {
Select_BranchSaleReportRow rowSelect_BranchSaleReportRow = ((Select_BranchSaleReportRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
Shop_name,
info_productID,
info_name,
vendition_id,
info_size1,
info_size2,
info_size3,
info_size4,
info_size5,
info_size6,
info_size7,
info_color,
Employee_ID,
info_sum,
info_price,
info_allprice,
vendition_time};
rowSelect_BranchSaleReportRow.ItemArray = columnValuesArray;
this.Rows.Add(rowSelect_BranchSaleReportRow);
return rowSelect_BranchSaleReportRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
Select_BranchSaleReportDataTable cln = ((Select_BranchSaleReportDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new Select_BranchSaleReportDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnShop_name = base.Columns["Shop_name"];
this.columninfo_productID = base.Columns["info_productID"];
this.columninfo_name = base.Columns["info_name"];
this.columnvendition_id = base.Columns["vendition_id"];
this.columninfo_size1 = base.Columns["info_size1"];
this.columninfo_size2 = base.Columns["info_size2"];
this.columninfo_size3 = base.Columns["info_size3"];
this.columninfo_size4 = base.Columns["info_size4"];
this.columninfo_size5 = base.Columns["info_size5"];
this.columninfo_size6 = base.Columns["info_size6"];
this.columninfo_size7 = base.Columns["info_size7"];
this.columninfo_color = base.Columns["info_color"];
this.columnEmployee_ID = base.Columns["Employee_ID"];
this.columninfo_sum = base.Columns["info_sum"];
this.columninfo_price = base.Columns["info_price"];
this.columninfo_allprice = base.Columns["info_allprice"];
this.columnvendition_time = base.Columns["vendition_time"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnShop_name = new global::System.Data.DataColumn("Shop_name", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnShop_name);
this.columninfo_productID = new global::System.Data.DataColumn("info_productID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninfo_productID);
this.columninfo_name = new global::System.Data.DataColumn("info_name", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninfo_name);
this.columnvendition_id = new global::System.Data.DataColumn("vendition_id", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnvendition_id);
this.columninfo_size1 = new global::System.Data.DataColumn("info_size1", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninfo_size1);
this.columninfo_size2 = new global::System.Data.DataColumn("info_size2", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninfo_size2);
this.columninfo_size3 = new global::System.Data.DataColumn("info_size3", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninfo_size3);
this.columninfo_size4 = new global::System.Data.DataColumn("info_size4", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninfo_size4);
this.columninfo_size5 = new global::System.Data.DataColumn("info_size5", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninfo_size5);
this.columninfo_size6 = new global::System.Data.DataColumn("info_size6", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninfo_size6);
this.columninfo_size7 = new global::System.Data.DataColumn("info_size7", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninfo_size7);
this.columninfo_color = new global::System.Data.DataColumn("info_color", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninfo_color);
this.columnEmployee_ID = new global::System.Data.DataColumn("Employee_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEmployee_ID);
this.columninfo_sum = new global::System.Data.DataColumn("info_sum", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninfo_sum);
this.columninfo_price = new global::System.Data.DataColumn("info_price", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninfo_price);
this.columninfo_allprice = new global::System.Data.DataColumn("info_allprice", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninfo_allprice);
this.columnvendition_time = new global::System.Data.DataColumn("vendition_time", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnvendition_time);
this.columnShop_name.MaxLength = 20;
this.columninfo_productID.MaxLength = 20;
this.columninfo_name.MaxLength = 30;
this.columnvendition_id.MaxLength = 50;
this.columninfo_color.MaxLength = 10;
this.columnEmployee_ID.MaxLength = 20;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public Select_BranchSaleReportRow NewSelect_BranchSaleReportRow() {
return ((Select_BranchSaleReportRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new Select_BranchSaleReportRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(Select_BranchSaleReportRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.Select_BranchSaleReportRowChanged != null)) {
this.Select_BranchSaleReportRowChanged(this, new Select_BranchSaleReportRowChangeEvent(((Select_BranchSaleReportRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.Select_BranchSaleReportRowChanging != null)) {
this.Select_BranchSaleReportRowChanging(this, new Select_BranchSaleReportRowChangeEvent(((Select_BranchSaleReportRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.Select_BranchSaleReportRowDeleted != null)) {
this.Select_BranchSaleReportRowDeleted(this, new Select_BranchSaleReportRowChangeEvent(((Select_BranchSaleReportRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -