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

📄 dataset1.designer.cs

📁 简单的酒店客房管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
                get {
                    return this.column会员编号;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 客房类型Column {
                get {
                    return this.column客房类型;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 抵店时间Column {
                get {
                    return this.column抵店时间;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 离店时间Column {
                get {
                    return this.column离店时间;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 单据状态Column {
                get {
                    return this.column单据状态;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 入住人数Column {
                get {
                    return this.column入住人数;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 客房编号Column {
                get {
                    return this.column客房编号;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 客房价格Column {
                get {
                    return this.column客房价格;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 入住价格Column {
                get {
                    return this.column入住价格;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 折扣Column {
                get {
                    return this.column折扣;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 折扣原因Column {
                get {
                    return this.column折扣原因;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 是否加床Column {
                get {
                    return this.column是否加床;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 加床价格Column {
                get {
                    return this.column加床价格;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 预收款Column {
                get {
                    return this.column预收款;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 预定人Column {
                get {
                    return this.column预定人;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 预定公司Column {
                get {
                    return this.column预定公司;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 联系电话Column {
                get {
                    return this.column联系电话;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 备注Column {
                get {
                    return this.column备注;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 操作员Column {
                get {
                    return this.column操作员;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 业务员Column {
                get {
                    return this.column业务员;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 预定单Row this[int index] {
                get {
                    return ((预定单Row)(this.Rows[index]));
                }
            }
            
            public event 预定单RowChangeEventHandler 预定单RowChanging;
            
            public event 预定单RowChangeEventHandler 预定单RowChanged;
            
            public event 预定单RowChangeEventHandler 预定单RowDeleting;
            
            public event 预定单RowChangeEventHandler 预定单RowDeleted;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Add预定单Row(预定单Row row) {
                this.Rows.Add(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 预定单Row Add预定单Row(
                        string 预定单号, 
                        int 会员编号, 
                        string 客房类型, 
                        System.DateTime 抵店时间, 
                        System.DateTime 离店时间, 
                        string 单据状态, 
                        int 入住人数, 
                        string 客房编号, 
                        decimal 客房价格, 
                        decimal 入住价格, 
                        decimal 折扣, 
                        string 折扣原因, 
                        bool 是否加床, 
                        decimal 加床价格, 
                        decimal 预收款, 
                        string 预定人, 
                        string 预定公司, 
                        string 联系电话, 
                        string 备注, 
                        string 操作员, 
                        string 业务员) {
                预定单Row row预定单Row = ((预定单Row)(this.NewRow()));
                object[] columnValuesArray = new object[] {
                        预定单号,
                        会员编号,
                        客房类型,
                        抵店时间,
                        离店时间,
                        单据状态,
                        入住人数,
                        客房编号,
                        客房价格,
                        入住价格,
                        折扣,
                        折扣原因,
                        是否加床,
                        加床价格,
                        预收款,
                        预定人,
                        预定公司,
                        联系电话,
                        备注,
                        操作员,
                        业务员};
                row预定单Row.ItemArray = columnValuesArray;
                this.Rows.Add(row预定单Row);
                return row预定单Row;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual global::System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override global::System.Data.DataTable Clone() {
                预定单DataTable cln = ((预定单DataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataTable CreateInstance() {
                return new 预定单DataTable();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.column预定单号 = base.Columns["预定单号"];
                this.column会员编号 = base.Columns["会员编号"];
                this.column客房类型 = base.Columns["客房类型"];
                this.column抵店时间 = base.Columns["抵店时间"];
                this.column离店时间 = base.Columns["离店时间"];
                this.column单据状态 = base.Columns["单据状态"];
                this.column入住人数 = base.Columns["入住人数"];
                this.column客房编号 = base.Columns["客房编号"];
                this.column客房价格 = base.Columns["客房价格"];
                this.column入住价格 = base.Columns["入住价格"];
                this.column折扣 = base.Columns["折扣"];
                this.column折扣原因 = base.Columns["折扣原因"];
                this.column是否加床 = base.Columns["是否加床"];
                this.column加床价格 = base.Columns["加床价格"];
                this.column预收款 = base.Columns["预收款"];
                this.column预定人 = base.Columns["预定人"];
                this.column预定公司 = base.Columns["预定公司"];
                this.column联系电话 = base.Columns["联系电话"];
                this.column备注 = base.Columns["备注"];
                this.column操作员 = base.Columns["操作员"];
                this.column业务员 = base.Columns["业务员"];
            }
            

⌨️ 快捷键说明

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