📄 tuanweizuzhibu_infdataset.designer.cs
字号:
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行库版本:2.0.50727.1433
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace 团委组织部信息系统 {
/// <summary>
///Represents a strongly typed in-memory cache of data.
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[global::System.Serializable()]
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
[global::System.Xml.Serialization.XmlRootAttribute("tuanweizuzhibu_infDataSet")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
public partial class tuanweizuzhibu_infDataSet : global::System.Data.DataSet {
private bumenshezhi_infDataTable tablebumenshezhi_inf;
private denglu_infDataTable tabledenglu_inf;
private erjibuzhang_infDataTable tableerjibuzhang_inf;
private tuanweigebu_infDataTable tabletuanweigebu_inf;
private zuzhibu_infDataTable tablezuzhibu_inf;
private login_procDataTable tablelogin_proc;
private work_infDataTable tablework_inf;
private liuyan_infDataTable tableliuyan_inf;
private tuanweigebu_inf1DataTable tabletuanweigebu_inf1;
private tuanweigebu_inf2DataTable tabletuanweigebu_inf2;
private tuanweigebu_inf3DataTable tabletuanweigebu_inf3;
private tuanweigebu_inf4DataTable tabletuanweigebu_inf4;
private liuyan_inf1DataTable tableliuyan_inf1;
private tuanweigebu_inf5DataTable tabletuanweigebu_inf5;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public tuanweizuzhibu_infDataSet() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected tuanweizuzhibu_infDataSet(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::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) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["bumenshezhi_inf"] != null)) {
base.Tables.Add(new bumenshezhi_infDataTable(ds.Tables["bumenshezhi_inf"]));
}
if ((ds.Tables["denglu_inf"] != null)) {
base.Tables.Add(new denglu_infDataTable(ds.Tables["denglu_inf"]));
}
if ((ds.Tables["erjibuzhang_inf"] != null)) {
base.Tables.Add(new erjibuzhang_infDataTable(ds.Tables["erjibuzhang_inf"]));
}
if ((ds.Tables["tuanweigebu_inf"] != null)) {
base.Tables.Add(new tuanweigebu_infDataTable(ds.Tables["tuanweigebu_inf"]));
}
if ((ds.Tables["zuzhibu_inf"] != null)) {
base.Tables.Add(new zuzhibu_infDataTable(ds.Tables["zuzhibu_inf"]));
}
if ((ds.Tables["login_proc"] != null)) {
base.Tables.Add(new login_procDataTable(ds.Tables["login_proc"]));
}
if ((ds.Tables["work_inf"] != null)) {
base.Tables.Add(new work_infDataTable(ds.Tables["work_inf"]));
}
if ((ds.Tables["liuyan_inf"] != null)) {
base.Tables.Add(new liuyan_infDataTable(ds.Tables["liuyan_inf"]));
}
if ((ds.Tables["tuanweigebu_inf1"] != null)) {
base.Tables.Add(new tuanweigebu_inf1DataTable(ds.Tables["tuanweigebu_inf1"]));
}
if ((ds.Tables["tuanweigebu_inf2"] != null)) {
base.Tables.Add(new tuanweigebu_inf2DataTable(ds.Tables["tuanweigebu_inf2"]));
}
if ((ds.Tables["tuanweigebu_inf3"] != null)) {
base.Tables.Add(new tuanweigebu_inf3DataTable(ds.Tables["tuanweigebu_inf3"]));
}
if ((ds.Tables["tuanweigebu_inf4"] != null)) {
base.Tables.Add(new tuanweigebu_inf4DataTable(ds.Tables["tuanweigebu_inf4"]));
}
if ((ds.Tables["liuyan_inf1"] != null)) {
base.Tables.Add(new liuyan_inf1DataTable(ds.Tables["liuyan_inf1"]));
}
if ((ds.Tables["tuanweigebu_inf5"] != null)) {
base.Tables.Add(new tuanweigebu_inf5DataTable(ds.Tables["tuanweigebu_inf5"]));
}
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, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public bumenshezhi_infDataTable bumenshezhi_inf {
get {
return this.tablebumenshezhi_inf;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public denglu_infDataTable denglu_inf {
get {
return this.tabledenglu_inf;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public erjibuzhang_infDataTable erjibuzhang_inf {
get {
return this.tableerjibuzhang_inf;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public tuanweigebu_infDataTable tuanweigebu_inf {
get {
return this.tabletuanweigebu_inf;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public zuzhibu_infDataTable zuzhibu_inf {
get {
return this.tablezuzhibu_inf;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public login_procDataTable login_proc {
get {
return this.tablelogin_proc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public work_infDataTable work_inf {
get {
return this.tablework_inf;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public liuyan_infDataTable liuyan_inf {
get {
return this.tableliuyan_inf;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public tuanweigebu_inf1DataTable tuanweigebu_inf1 {
get {
return this.tabletuanweigebu_inf1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public tuanweigebu_inf2DataTable tuanweigebu_inf2 {
get {
return this.tabletuanweigebu_inf2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public tuanweigebu_inf3DataTable tuanweigebu_inf3 {
get {
return this.tabletuanweigebu_inf3;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public tuanweigebu_inf4DataTable tuanweigebu_inf4 {
get {
return this.tabletuanweigebu_inf4;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public liuyan_inf1DataTable liuyan_inf1 {
get {
return this.tableliuyan_inf1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -