• 大小: 1.19MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-07
  • 语言: C#
  • 标签: C#  

资源简介

下载后,将数据库附加进程序里,要把SQL2005express配置好,如果是win7系统,直接把解压后的文件夹拉到桌面就能用,不是的话,点击左侧资源管理器里bank数据库,看右下角属性,把链接字符串复制,然后把字符串复制到 SqlConnection conn = new SqlConnection(@"Data Source=.\SQLEXPRESS;AttachDbFilename=C:\Users\Administrator\Desktop\银行管理系统\银行管理系统\bank.mdf;Integrated Security=True;User Instance=True");中的引号里面,每个页面看到这个东西都要改,全改完就能用了

资源截图

代码片段和文件信息

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

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

#pragma warning disable 1591

namespace 银行管理系统 {
    
    
    /// 
    ///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(“bankDataSet“)]
    [global::System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
    public partial class bankDataSet : global::System.Data.DataSet {
        
        private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public bankDataSet() {
            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 bankDataSet(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)));
                this.DataSetName = ds.Dat

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

     文件        437  2012-06-30 16:00  银行管理系统\银行管理系统\app.config

     文件    2293760  2012-07-07 23:40  银行管理系统\银行管理系统\bank.mdf

     文件      11405  2012-07-01 15:08  银行管理系统\银行管理系统\bankDataSet.Designer.cs

     文件          3  2012-06-30 16:00  银行管理系统\银行管理系统\bankDataSet.xsc

     文件       1641  2012-06-30 16:00  银行管理系统\银行管理系统\bankDataSet.xsd

     文件          3  2012-06-30 16:00  银行管理系统\银行管理系统\bankDataSet.xss

     文件     235223  2012-07-01 15:19  银行管理系统\银行管理系统\bankDataSet1.Designer.cs

     文件          3  2012-07-01 15:19  银行管理系统\银行管理系统\bankDataSet1.xsc

     文件      52834  2012-07-01 15:19  银行管理系统\银行管理系统\bankDataSet1.xsd

     文件          3  2012-07-01 15:19  银行管理系统\银行管理系统\bankDataSet1.xss

     文件     573440  2012-07-07 23:40  银行管理系统\银行管理系统\bank_log.LDF

     文件    2293760  2012-07-05 14:51  银行管理系统\银行管理系统\bin\Debug\bank.mdf

     文件     573440  2012-07-05 14:51  银行管理系统\银行管理系统\bin\Debug\bank_log.ldf

     文件     141824  2012-07-05 14:54  银行管理系统\银行管理系统\bin\Debug\银行管理系统.exe

     文件        437  2012-06-30 16:00  银行管理系统\银行管理系统\bin\Debug\银行管理系统.exe.config

     文件     331264  2012-07-05 14:54  银行管理系统\银行管理系统\bin\Debug\银行管理系统.pdb

     文件      14328  2012-07-07 22:54  银行管理系统\银行管理系统\bin\Debug\银行管理系统.vshost.exe

     文件        437  2012-06-30 16:00  银行管理系统\银行管理系统\bin\Debug\银行管理系统.vshost.exe.config

     文件        490  2009-06-11 05:14  银行管理系统\银行管理系统\bin\Debug\银行管理系统.vshost.exe.manifest

     文件        260  2012-07-03 21:46  银行管理系统\银行管理系统\Class1.cs

     文件        837  2012-07-02 20:21  银行管理系统\银行管理系统\Form1.cs

     文件       4196  2012-07-02 15:04  银行管理系统\银行管理系统\Form1.Designer.cs

     文件       5814  2012-07-02 15:04  银行管理系统\银行管理系统\Form1.resx

     文件       3338  2012-07-04 17:06  银行管理系统\银行管理系统\Form10.cs

     文件       6283  2012-07-04 17:06  银行管理系统\银行管理系统\Form10.Designer.cs

     文件       5814  2012-07-04 17:06  银行管理系统\银行管理系统\Form10.resx

     文件       5834  2012-07-05 09:20  银行管理系统\银行管理系统\Form11.cs

     文件       5394  2012-07-04 08:29  银行管理系统\银行管理系统\Form11.Designer.cs

     文件       5814  2012-07-04 08:29  银行管理系统\银行管理系统\Form11.resx

     文件       6732  2012-07-05 09:20  银行管理系统\银行管理系统\Form12.cs

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

评论

共有 条评论