⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 myhoteldataset.designer.cs

📁 一个很好的宾馆管理系统 VC++和SQL做的
💻 CS
📖 第 1 页 / 共 5 页
字号:
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        internal void InitVars(bool initTable) {
            this.table酒店信息 = ((酒店信息DataTable)(base.Tables["酒店信息"]));
            if ((initTable == true)) {
                if ((this.table酒店信息 != null)) {
                    this.table酒店信息.InitVars();
                }
            }
            this.table操作用户 = ((操作用户DataTable)(base.Tables["操作用户"]));
            if ((initTable == true)) {
                if ((this.table操作用户 != null)) {
                    this.table操作用户.InitVars();
                }
            }
            this.table酒店房间 = ((酒店房间DataTable)(base.Tables["酒店房间"]));
            if ((initTable == true)) {
                if ((this.table酒店房间 != null)) {
                    this.table酒店房间.InitVars();
                }
            }
            this.table消费物品 = ((消费物品DataTable)(base.Tables["消费物品"]));
            if ((initTable == true)) {
                if ((this.table消费物品 != null)) {
                    this.table消费物品.InitVars();
                }
            }
            this.table客房入住单 = ((客房入住单DataTable)(base.Tables["客房入住单"]));
            if ((initTable == true)) {
                if ((this.table客房入住单 != null)) {
                    this.table客房入住单.InitVars();
                }
            }
            this.relationFK_客房入住单_操作用户 = this.Relations["FK_客房入住单_操作用户"];
            this.relationFK_客房入住单_酒店房间 = this.Relations["FK_客房入住单_酒店房间"];
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void InitClass() {
            this.DataSetName = "MyHotelDataSet";
            this.Prefix = "";
            this.Namespace = "http://tempuri.org/MyHotelDataSet.xsd";
            this.EnforceConstraints = true;
            this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            this.table酒店信息 = new 酒店信息DataTable();
            base.Tables.Add(this.table酒店信息);
            this.table操作用户 = new 操作用户DataTable();
            base.Tables.Add(this.table操作用户);
            this.table酒店房间 = new 酒店房间DataTable();
            base.Tables.Add(this.table酒店房间);
            this.table消费物品 = new 消费物品DataTable();
            base.Tables.Add(this.table消费物品);
            this.table客房入住单 = new 客房入住单DataTable();
            base.Tables.Add(this.table客房入住单);
            this.relationFK_客房入住单_操作用户 = new System.Data.DataRelation("FK_客房入住单_操作用户", new System.Data.DataColumn[] {
                        this.table操作用户.用户名称Column}, new System.Data.DataColumn[] {
                        this.table客房入住单.操作人员Column}, false);
            this.Relations.Add(this.relationFK_客房入住单_操作用户);
            this.relationFK_客房入住单_酒店房间 = new System.Data.DataRelation("FK_客房入住单_酒店房间", new System.Data.DataColumn[] {
                        this.table酒店房间.房号Column}, new System.Data.DataColumn[] {
                        this.table客房入住单.房号Column}, false);
            this.Relations.Add(this.relationFK_客房入住单_酒店房间);
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerialize酒店信息() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerialize操作用户() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerialize酒店房间() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerialize消费物品() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerialize客房入住单() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void SchemaChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e) {
            if ((e.Action == System.ComponentModel.CollectionChangeAction.Remove)) {
                this.InitVars();
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public static System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(System.Xml.Schema.XmlSchemaSet xs) {
            MyHotelDataSet ds = new MyHotelDataSet();
            System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
            System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
            xs.Add(ds.GetSchemaSerializable());
            System.Xml.Schema.XmlSchemaAny any = new System.Xml.Schema.XmlSchemaAny();
            any.Namespace = ds.Namespace;
            sequence.Items.Add(any);
            type.Particle = sequence;
            return type;
        }
        
        public delegate void 酒店信息RowChangeEventHandler(object sender, 酒店信息RowChangeEvent e);
        
        public delegate void 操作用户RowChangeEventHandler(object sender, 操作用户RowChangeEvent e);
        
        public delegate void 酒店房间RowChangeEventHandler(object sender, 酒店房间RowChangeEvent e);
        
        public delegate void 消费物品RowChangeEventHandler(object sender, 消费物品RowChangeEvent e);
        
        public delegate void 客房入住单RowChangeEventHandler(object sender, 客房入住单RowChangeEvent e);
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [System.Serializable()]
        [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class 酒店信息DataTable : System.Data.DataTable, System.Collections.IEnumerable {
            
            private System.Data.DataColumn column酒店名称;
            
            private System.Data.DataColumn column法人代表;
            
            private System.Data.DataColumn column酒店地址;
            
            private System.Data.DataColumn column服务电话;
            
            private System.Data.DataColumn column邮政编码;
            
            private System.Data.DataColumn column电子邮件;
            
            private System.Data.DataColumn column酒店网站;
            
            private System.Data.DataColumn column管理系统背景照片;
            
            private System.Data.DataColumn column管理系统显示名称;
            
            private System.Data.DataColumn column显示优先级;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 酒店信息DataTable() {
                this.TableName = "酒店信息";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal 酒店信息DataTable(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;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected 酒店信息DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 酒店名称Column {
                get {
                    return this.column酒店名称;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 法人代表Column {
                get {
                    return this.column法人代表;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 酒店地址Column {
                get {
                    return this.column酒店地址;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 服务电话Column {
                get {
                    return this.column服务电话;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 邮政编码Column {
                get {
                    return this.column邮政编码;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 电子邮件Column {
                get {
                    return this.column电子邮件;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 酒店网站Column {
                get {
                    return this.column酒店网站;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 管理系统背景照片Column {
                get {
                    return this.column管理系统背景照片;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 管理系统显示名称Column {
                get {
                    return this.column管理系统显示名称;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 显示优先级Column {
                get {
                    return this.column显示优先级;
                }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -