基本信息
源码名称:登录实例
源码大小:0.43M
文件格式:.rar
开发语言:C#
更新时间:2023-03-26
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍
登录实例

.
├── sys.stu.manager
│   ├── sys.stu.manager
│   │   ├── App.config
│   │   ├── DBCONN.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   │   │   ├── sys.stu.manager.exe
│   │   │   │   ├── sys.stu.manager.exe.config
│   │   │   │   └── sys.stu.manager.pdb
│   │   │   └── Release
│   │   │       ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   │       ├── sys.stu.manager.exe
│   │   │       ├── sys.stu.manager.exe.config
│   │   │       └── sys.stu.manager.pdb
│   │   ├── frmaddstu.Designer.cs
│   │   ├── frmaddstu.cs
│   │   ├── frmaddstu.resx
│   │   ├── frmgraser.Designer.cs
│   │   ├── frmgraser.cs
│   │   ├── frmgraser.resx
│   │   ├── frmhome.Designer.cs
│   │   ├── frmhome.cs
│   │   ├── frmhome.resx
│   │   ├── frmmain.Designer.cs
│   │   ├── frmmain.cs
│   │   ├── frmmain.resx
│   │   ├── frmmenu.Designer.cs
│   │   ├── frmmenu.cs
│   │   ├── frmmenu.resx
│   │   ├── frmreg.Designer.cs
│   │   ├── frmreg.cs
│   │   ├── frmreg.resx
│   │   ├── login.Designer.cs
│   │   ├── login.cs
│   │   ├── login.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TempPE
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── sys.stu.manager.Properties.Resources.resources
│   │   │   │   ├── sys.stu.manager.csproj.CopyComplete
│   │   │   │   ├── sys.stu.manager.csproj.CoreCompileInputs.cache
│   │   │   │   ├── sys.stu.manager.csproj.FileListAbsolute.txt
│   │   │   │   ├── sys.stu.manager.csproj.GenerateResource.cache
│   │   │   │   ├── sys.stu.manager.csprojAssemblyReference.cache
│   │   │   │   ├── sys.stu.manager.exe
│   │   │   │   ├── sys.stu.manager.frmaddstu.resources
│   │   │   │   ├── sys.stu.manager.frmgraser.resources
│   │   │   │   ├── sys.stu.manager.frmhome.resources
│   │   │   │   ├── sys.stu.manager.frmmain.resources
│   │   │   │   ├── sys.stu.manager.frmmenu.resources
│   │   │   │   ├── sys.stu.manager.frmreg.resources
│   │   │   │   ├── sys.stu.manager.login.resources
│   │   │   │   └── sys.stu.manager.pdb
│   │   │   └── Release
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── TempPE
│   │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │       ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │       ├── sys.stu.manager.Properties.Resources.resources
│   │   │       ├── sys.stu.manager.csproj.CopyComplete
│   │   │       ├── sys.stu.manager.csproj.CoreCompileInputs.cache
│   │   │       ├── sys.stu.manager.csproj.FileListAbsolute.txt
│   │   │       ├── sys.stu.manager.csproj.GenerateResource.cache
│   │   │       ├── sys.stu.manager.csprojAssemblyReference.cache
│   │   │       ├── sys.stu.manager.exe
│   │   │       ├── sys.stu.manager.frmaddstu.resources
│   │   │       ├── sys.stu.manager.frmhome.resources
│   │   │       ├── sys.stu.manager.frmmain.resources
│   │   │       ├── sys.stu.manager.frmmenu.resources
│   │   │       ├── sys.stu.manager.frmreg.resources
│   │   │       ├── sys.stu.manager.login.resources
│   │   │       └── sys.stu.manager.pdb
│   │   └── sys.stu.manager.csproj
│   └── sys.stu.manager.sln
└── 登录实例C#_sys.stu.manager.rar

11 directories, 79 files