?? tuanweizuzhibu_infdataset1.designer.cs
字號:
}
}
this.tabletuanweigebu_inf = ((tuanweigebu_infDataTable)(base.Tables["tuanweigebu_inf"]));
if ((initTable == true)) {
if ((this.tabletuanweigebu_inf != null)) {
this.tabletuanweigebu_inf.InitVars();
}
}
this.tablezuzhibu_inf = ((zuzhibu_infDataTable)(base.Tables["zuzhibu_inf"]));
if ((initTable == true)) {
if ((this.tablezuzhibu_inf != null)) {
this.tablezuzhibu_inf.InitVars();
}
}
this.tablelogin_proc = ((login_procDataTable)(base.Tables["login_proc"]));
if ((initTable == true)) {
if ((this.tablelogin_proc != null)) {
this.tablelogin_proc.InitVars();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.DataSetName = "tuanweizuzhibu_infDataSet1";
this.Prefix = "";
this.Namespace = "http://tempuri.org/tuanweizuzhibu_infDataSet1.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tablebumenshezhi_inf = new bumenshezhi_infDataTable();
base.Tables.Add(this.tablebumenshezhi_inf);
this.tabledenglu_inf = new denglu_infDataTable();
base.Tables.Add(this.tabledenglu_inf);
this.tabletuanweigebu_inf = new tuanweigebu_infDataTable();
base.Tables.Add(this.tabletuanweigebu_inf);
this.tablezuzhibu_inf = new zuzhibu_infDataTable();
base.Tables.Add(this.tablezuzhibu_inf);
this.tablelogin_proc = new login_procDataTable();
base.Tables.Add(this.tablelogin_proc);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerializebumenshezhi_inf() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerializedenglu_inf() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerializetuanweigebu_inf() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerializezuzhibu_inf() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerializelogin_proc() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
tuanweizuzhibu_infDataSet1 ds = new tuanweizuzhibu_infDataSet1();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
public delegate void bumenshezhi_infRowChangeEventHandler(object sender, bumenshezhi_infRowChangeEvent e);
public delegate void denglu_infRowChangeEventHandler(object sender, denglu_infRowChangeEvent e);
public delegate void tuanweigebu_infRowChangeEventHandler(object sender, tuanweigebu_infRowChangeEvent e);
public delegate void zuzhibu_infRowChangeEventHandler(object sender, zuzhibu_infRowChangeEvent e);
public delegate void login_procRowChangeEventHandler(object sender, login_procRowChangeEvent e);
/// <summary>
///Represents the strongly named DataTable class.
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class bumenshezhi_infDataTable : global::System.Data.TypedTableBase<bumenshezhi_infRow> {
private global::System.Data.DataColumn columnBuMenId;
private global::System.Data.DataColumn columnBuMenName;
private global::System.Data.DataColumn columnBuZhangName;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bumenshezhi_infDataTable() {
this.TableName = "bumenshezhi_inf";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal bumenshezhi_infDataTable(global::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;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected bumenshezhi_infDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn BuMenIdColumn {
get {
return this.columnBuMenId;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn BuMenNameColumn {
get {
return this.columnBuMenName;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn BuZhangNameColumn {
get {
return this.columnBuZhangName;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bumenshezhi_infRow this[int index] {
get {
return ((bumenshezhi_infRow)(this.Rows[index]));
}
}
public event bumenshezhi_infRowChangeEventHandler bumenshezhi_infRowChanging;
public event bumenshezhi_infRowChangeEventHandler bumenshezhi_infRowChanged;
public event bumenshezhi_infRowChangeEventHandler bumenshezhi_infRowDeleting;
public event bumenshezhi_infRowChangeEventHandler bumenshezhi_infRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Addbumenshezhi_infRow(bumenshezhi_infRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bumenshezhi_infRow Addbumenshezhi_infRow(string BuMenId, string BuMenName, string BuZhangName) {
bumenshezhi_infRow rowbumenshezhi_infRow = ((bumenshezhi_infRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
BuMenId,
BuMenName,
BuZhangName};
rowbumenshezhi_infRow.ItemArray = columnValuesArray;
this.Rows.Add(rowbumenshezhi_infRow);
return rowbumenshezhi_infRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bumenshezhi_infRow FindByBuMenId(string BuMenId) {
return ((bumenshezhi_infRow)(this.Rows.Find(new object[] {
BuMenId})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override global::System.Data.DataTable Clone() {
bumenshezhi_infDataTable cln = ((bumenshezhi_infDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override global::System.Data.DataTable CreateInstance() {
return new bumenshezhi_infDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.columnBuMenId = base.Columns["BuMenId"];
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -