• 大小: 2.77MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-30
  • 语言: C#
  • 标签: c#  图书销售  

资源简介

c#图书销售管理系统,配合SQL2000数据库.适应一般书店的图书销售管理,加入书店会员功能.详见内部说明!

资源截图

代码片段和文件信息

//------------------------------------------------------------------------------
// 
//     此代码由工具生成。
//     运行时版本:2.0.50727.3603
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// 

//------------------------------------------------------------------------------

#pragma warning disable 1591

namespace WindowsFormsApplication1 {
    
    
    /// 
    ///Represents a strongly typed in-memory cache of data.
    ///

    [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(“bookfDataSet“)]
    [global::System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
    public partial class bookfDataSet : global::System.Data.DataSet {
        
        private chukuDataTable tablechuku;
        
        private kucunDataTable tablekucun;
        
        private rukuDataTable tableruku;
        
        private userinfoDataTable tableuserinfo;
        
        private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public bookfDataSet() {
            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 bookfDataSet(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)) {
    

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        926  2009-11-11 22:50  WindowsFormsApplication1\C Sharp_Book.sln

    ..A..H.     83968  2011-11-01 17:37  WindowsFormsApplication1\C Sharp_Book.suo

     文件        433  2009-11-18 13:09  WindowsFormsApplication1\WindowsFormsApplication1\app.config

     文件        435  2009-11-12 13:54  WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\--==.vshost.exe.config

     文件    3145728  2010-01-15 10:56  WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\bookf.mdf

     文件     516096  2010-01-15 10:56  WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\bookf_log.ldf

     文件       1612  2010-03-08 14:49  WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.application

     文件     145920  2009-11-23 07:31  WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe

     文件        433  2009-11-18 13:09  WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe.config

     文件       5381  2010-03-08 14:49  WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe.manifest

     文件     433664  2009-11-23 07:31  WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.pdb

     文件       1612  2010-03-08 14:49  WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.application

     文件      14328  2011-11-01 17:10  WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe

     文件        433  2009-11-18 13:09  WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe.config

     文件    3145728  2010-01-15 10:56  WindowsFormsApplication1\WindowsFormsApplication1\bookf.mdf

     文件     185436  2009-11-18 13:08  WindowsFormsApplication1\WindowsFormsApplication1\bookfDataSet.Designer.cs

     文件          3  2009-11-18 13:08  WindowsFormsApplication1\WindowsFormsApplication1\bookfDataSet.xsc

     文件      24963  2009-11-18 13:08  WindowsFormsApplication1\WindowsFormsApplication1\bookfDataSet.xsd

     文件          3  2009-11-18 13:08  WindowsFormsApplication1\WindowsFormsApplication1\bookfDataSet.xss

     文件     516096  2010-01-15 10:56  WindowsFormsApplication1\WindowsFormsApplication1\bookf_log.ldf

     文件      70003  2009-11-23 07:28  WindowsFormsApplication1\WindowsFormsApplication1\chukuDataSet.Designer.cs

     文件          3  2009-11-23 07:28  WindowsFormsApplication1\WindowsFormsApplication1\chukuDataSet.xsc

     文件       8412  2009-11-23 07:28  WindowsFormsApplication1\WindowsFormsApplication1\chukuDataSet.xsd

     文件          3  2009-11-23 07:28  WindowsFormsApplication1\WindowsFormsApplication1\chukuDataSet.xss

     文件      13850  2009-11-23 07:29  WindowsFormsApplication1\WindowsFormsApplication1\C_Book.csproj

     文件        745  2009-11-18 13:09  WindowsFormsApplication1\WindowsFormsApplication1\C_Book.csproj.user

     文件       1668  2009-11-13 23:13  WindowsFormsApplication1\WindowsFormsApplication1\C_Book_TemporaryKey.pfx

     文件        374  2009-11-16 11:17  WindowsFormsApplication1\WindowsFormsApplication1\Form1.cs

     文件       1184  2009-11-16 11:17  WindowsFormsApplication1\WindowsFormsApplication1\Form1.Designer.cs

     文件       5814  2009-11-16 11:17  WindowsFormsApplication1\WindowsFormsApplication1\Form1.resx

............此处省略107个文件信息

评论

共有 条评论