reportdataset.designer.cs
来自「这是DEPHI开发的好东西 这是DEPHI开发的好东西 这是DEPHI开发的好东」· CS 代码 · 共 1,363 行 · 第 1/5 页
CS
1,363 行
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行库版本:2.0.50727.42
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace InterFaceManager.ReportDataSoure {
using System;
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[Serializable()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.ComponentModel.ToolboxItem(true)]
[System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
[System.Xml.Serialization.XmlRootAttribute("ReportDataSet")]
[System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
public partial class ReportDataSet : System.Data.DataSet {
private SellChargeDataTable tableSellCharge;
private ClientPetitionDataTable tableClientPetition;
private ClientSolicitudeDataTable tableClientSolicitude;
private ClientCompetitorDataTable tableClientCompetitor;
private Cltdept_ClientDataTable tableCltdept_Client;
private Project_ConstructRecordDataTable tableProject_ConstructRecord;
private Project_DeliverRecordDataTable tableProject_DeliverRecord;
private Project_FundManageDataTable tableProject_FundManage;
private Project_PlanRecordDataTable tableProject_PlanRecord;
private Project_ProblemRecordDataTable tableProject_ProblemRecord;
private Project_BaseRecordDataTable tableProject_BaseRecord;
private Stock_ProviderDataTable tableStock_Provider;
private Stock_GoodsDataTable tableStock_Goods;
private sells_managerDataTable tablesells_manager;
private ResherDataTable tableResher;
private Workp_NoticeDataTable tableWorkp_Notice;
private Sche_PlanDataTable tableSche_Plan;
private Workp_ScheduleDataTable tableWorkp_Schedule;
private System.Data.SchemaSerializationMode _schemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public ReportDataSet() {
this.BeginInit();
this.InitClass();
System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected ReportDataSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == System.Data.SchemaSerializationMode.IncludeSchema)) {
System.Data.DataSet ds = new System.Data.DataSet();
ds.ReadXmlSchema(new System.Xml.XmlTextReader(new System.IO.StringReader(strSchema)));
if ((ds.Tables["SellCharge"] != null)) {
base.Tables.Add(new SellChargeDataTable(ds.Tables["SellCharge"]));
}
if ((ds.Tables["ClientPetition"] != null)) {
base.Tables.Add(new ClientPetitionDataTable(ds.Tables["ClientPetition"]));
}
if ((ds.Tables["ClientSolicitude"] != null)) {
base.Tables.Add(new ClientSolicitudeDataTable(ds.Tables["ClientSolicitude"]));
}
if ((ds.Tables["ClientCompetitor"] != null)) {
base.Tables.Add(new ClientCompetitorDataTable(ds.Tables["ClientCompetitor"]));
}
if ((ds.Tables["Cltdept_Client"] != null)) {
base.Tables.Add(new Cltdept_ClientDataTable(ds.Tables["Cltdept_Client"]));
}
if ((ds.Tables["Project_ConstructRecord"] != null)) {
base.Tables.Add(new Project_ConstructRecordDataTable(ds.Tables["Project_ConstructRecord"]));
}
if ((ds.Tables["Project_DeliverRecord"] != null)) {
base.Tables.Add(new Project_DeliverRecordDataTable(ds.Tables["Project_DeliverRecord"]));
}
if ((ds.Tables["Project_FundManage"] != null)) {
base.Tables.Add(new Project_FundManageDataTable(ds.Tables["Project_FundManage"]));
}
if ((ds.Tables["Project_PlanRecord"] != null)) {
base.Tables.Add(new Project_PlanRecordDataTable(ds.Tables["Project_PlanRecord"]));
}
if ((ds.Tables["Project_ProblemRecord"] != null)) {
base.Tables.Add(new Project_ProblemRecordDataTable(ds.Tables["Project_ProblemRecord"]));
}
if ((ds.Tables["Project_BaseRecord"] != null)) {
base.Tables.Add(new Project_BaseRecordDataTable(ds.Tables["Project_BaseRecord"]));
}
if ((ds.Tables["Stock_Provider"] != null)) {
base.Tables.Add(new Stock_ProviderDataTable(ds.Tables["Stock_Provider"]));
}
if ((ds.Tables["Stock_Goods"] != null)) {
base.Tables.Add(new Stock_GoodsDataTable(ds.Tables["Stock_Goods"]));
}
if ((ds.Tables["sells_manager"] != null)) {
base.Tables.Add(new sells_managerDataTable(ds.Tables["sells_manager"]));
}
if ((ds.Tables["Resher"] != null)) {
base.Tables.Add(new ResherDataTable(ds.Tables["Resher"]));
}
if ((ds.Tables["Workp_Notice"] != null)) {
base.Tables.Add(new Workp_NoticeDataTable(ds.Tables["Workp_Notice"]));
}
if ((ds.Tables["Sche_Plan"] != null)) {
base.Tables.Add(new Sche_PlanDataTable(ds.Tables["Sche_Plan"]));
}
if ((ds.Tables["Workp_Schedule"] != null)) {
base.Tables.Add(new Workp_ScheduleDataTable(ds.Tables["Workp_Schedule"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new System.Xml.XmlTextReader(new System.IO.StringReader(strSchema)));
}
this.GetSerializationData(info, context);
System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public SellChargeDataTable SellCharge {
get {
return this.tableSellCharge;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public ClientPetitionDataTable ClientPetition {
get {
return this.tableClientPetition;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public ClientSolicitudeDataTable ClientSolicitude {
get {
return this.tableClientSolicitude;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public ClientCompetitorDataTable ClientCompetitor {
get {
return this.tableClientCompetitor;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public Cltdept_ClientDataTable Cltdept_Client {
get {
return this.tableCltdept_Client;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public Project_ConstructRecordDataTable Project_ConstructRecord {
get {
return this.tableProject_ConstructRecord;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public Project_DeliverRecordDataTable Project_DeliverRecord {
get {
return this.tableProject_DeliverRecord;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public Project_FundManageDataTable Project_FundManage {
get {
return this.tableProject_FundManage;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public Project_PlanRecordDataTable Project_PlanRecord {
get {
return this.tableProject_PlanRecord;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public Project_ProblemRecordDataTable Project_ProblemRecord {
get {
return this.tableProject_ProblemRecord;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public Project_BaseRecordDataTable Project_BaseRecord {
get {
return this.tableProject_BaseRecord;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public Stock_ProviderDataTable Stock_Provider {
get {
return this.tableStock_Provider;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public Stock_GoodsDataTable Stock_Goods {
get {
return this.tableStock_Goods;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?