reportdataset.designer.cs
来自「这是DEPHI开发的好东西 这是DEPHI开发的好东西 这是DEPHI开发的好东」· CS 代码 · 共 1,363 行 · 第 1/5 页
CS
1,363 行
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public sells_managerDataTable sells_manager {
get {
return this.tablesells_manager;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public ResherDataTable Resher {
get {
return this.tableResher;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public Workp_NoticeDataTable Workp_Notice {
get {
return this.tableWorkp_Notice;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public Sche_PlanDataTable Sche_Plan {
get {
return this.tableSche_Plan;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public Workp_ScheduleDataTable Workp_Schedule {
get {
return this.tableWorkp_Schedule;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataSet Clone() {
ReportDataSet cln = ((ReportDataSet)(base.Clone()));
cln.InitVars();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override bool ShouldSerializeTables() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override bool ShouldSerializeRelations() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void ReadXmlSerializable(System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
System.Data.DataSet ds = new System.Data.DataSet();
ds.ReadXml(reader);
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.ReadXml(reader);
this.InitVars();
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Xml.Schema.XmlSchema GetSchemaSerializable() {
System.IO.MemoryStream stream = new System.IO.MemoryStream();
this.WriteXmlSchema(new System.Xml.XmlTextWriter(stream, null));
stream.Position = 0;
return System.Xml.Schema.XmlSchema.Read(new System.Xml.XmlTextReader(stream), null);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.InitVars(true);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars(bool initTable) {
this.tableSellCharge = ((SellChargeDataTable)(base.Tables["SellCharge"]));
if ((initTable == true)) {
if ((this.tableSellCharge != null)) {
this.tableSellCharge.InitVars();
}
}
this.tableClientPetition = ((ClientPetitionDataTable)(base.Tables["ClientPetition"]));
if ((initTable == true)) {
if ((this.tableClientPetition != null)) {
this.tableClientPetition.InitVars();
}
}
this.tableClientSolicitude = ((ClientSolicitudeDataTable)(base.Tables["ClientSolicitude"]));
if ((initTable == true)) {
if ((this.tableClientSolicitude != null)) {
this.tableClientSolicitude.InitVars();
}
}
this.tableClientCompetitor = ((ClientCompetitorDataTable)(base.Tables["ClientCompetitor"]));
if ((initTable == true)) {
if ((this.tableClientCompetitor != null)) {
this.tableClientCompetitor.InitVars();
}
}
this.tableCltdept_Client = ((Cltdept_ClientDataTable)(base.Tables["Cltdept_Client"]));
if ((initTable == true)) {
if ((this.tableCltdept_Client != null)) {
this.tableCltdept_Client.InitVars();
}
}
this.tableProject_ConstructRecord = ((Project_ConstructRecordDataTable)(base.Tables["Project_ConstructRecord"]));
if ((initTable == true)) {
if ((this.tableProject_ConstructRecord != null)) {
this.tableProject_ConstructRecord.InitVars();
}
}
this.tableProject_DeliverRecord = ((Project_DeliverRecordDataTable)(base.Tables["Project_DeliverRecord"]));
if ((initTable == true)) {
if ((this.tableProject_DeliverRecord != null)) {
this.tableProject_DeliverRecord.InitVars();
}
}
this.tableProject_FundManage = ((Project_FundManageDataTable)(base.Tables["Project_FundManage"]));
if ((initTable == true)) {
if ((this.tableProject_FundManage != null)) {
this.tableProject_FundManage.InitVars();
}
}
this.tableProject_PlanRecord = ((Project_PlanRecordDataTable)(base.Tables["Project_PlanRecord"]));
if ((initTable == true)) {
if ((this.tableProject_PlanRecord != null)) {
this.tableProject_PlanRecord.InitVars();
}
}
this.tableProject_ProblemRecord = ((Project_ProblemRecordDataTable)(base.Tables["Project_ProblemRecord"]));
if ((initTable == true)) {
if ((this.tableProject_ProblemRecord != null)) {
this.tableProject_ProblemRecord.InitVars();
}
}
this.tableProject_BaseRecord = ((Project_BaseRecordDataTable)(base.Tables["Project_BaseRecord"]));
if ((initTable == true)) {
if ((this.tableProject_BaseRecord != null)) {
this.tableProject_BaseRecord.InitVars();
}
}
this.tableStock_Provider = ((Stock_ProviderDataTable)(base.Tables["Stock_Provider"]));
if ((initTable == true)) {
if ((this.tableStock_Provider != null)) {
this.tableStock_Provider.InitVars();
}
}
this.tableStock_Goods = ((Stock_GoodsDataTable)(base.Tables["Stock_Goods"]));
if ((initTable == true)) {
if ((this.tableStock_Goods != null)) {
this.tableStock_Goods.InitVars();
}
}
this.tablesells_manager = ((sells_managerDataTable)(base.Tables["sells_manager"]));
if ((initTable == true)) {
if ((this.tablesells_manager != null)) {
this.tablesells_manager.InitVars();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?