基本信息
源码名称:用户登录与退出
源码大小:0.49M
文件格式:.rar
开发语言:C#
更新时间:2022-01-04
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
用户登录与退出的设计
.
├── PWMS
│ ├── PWMS
│ │ ├── DataClass
│ │ │ └── MyMeans.cs
│ │ ├── F_Login.Designer.cs
│ │ ├── F_Login.cs
│ │ ├── F_Login.resx
│ │ ├── Image
│ │ │ ├── 01.png
│ │ │ ├── 02.PNG
│ │ │ ├── 03.PNG
│ │ │ ├── 04.PNG
│ │ │ ├── 05.PNG
│ │ │ ├── 06.PNG
│ │ │ ├── 07.PNG
│ │ │ ├── 08.PNG
│ │ │ ├── 09.PNG
│ │ │ ├── PEOPLE.jpg
│ │ │ ├── 登录.BMP
│ │ │ ├── 备份.bmp
│ │ │ └── 主界面.bmp
│ │ ├── PWMS.csproj
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── PWMS.exe
│ │ │ │ ├── PWMS.pdb
│ │ │ │ ├── PWMS.vshost.exe
│ │ │ │ └── PWMS.vshost.exe.manifest
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── PWMS.F_Login.resources
│ │ ├── PWMS.Properties.Resources.resources
│ │ ├── PWMS.csproj.FileListAbsolute.txt
│ │ ├── PWMS.csproj.GenerateResource.Cache
│ │ ├── PWMS.csprojResolveAssemblyReference.cache
│ │ ├── PWMS.exe
│ │ ├── PWMS.pdb
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── PWMS.sln
│ └── PWMS.v12.suo
└── 好例子网_PWMS.rar
11 directories, 41 files
用户登录与退出的设计
.
├── PWMS
│ ├── PWMS
│ │ ├── DataClass
│ │ │ └── MyMeans.cs
│ │ ├── F_Login.Designer.cs
│ │ ├── F_Login.cs
│ │ ├── F_Login.resx
│ │ ├── Image
│ │ │ ├── 01.png
│ │ │ ├── 02.PNG
│ │ │ ├── 03.PNG
│ │ │ ├── 04.PNG
│ │ │ ├── 05.PNG
│ │ │ ├── 06.PNG
│ │ │ ├── 07.PNG
│ │ │ ├── 08.PNG
│ │ │ ├── 09.PNG
│ │ │ ├── PEOPLE.jpg
│ │ │ ├── 登录.BMP
│ │ │ ├── 备份.bmp
│ │ │ └── 主界面.bmp
│ │ ├── PWMS.csproj
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── PWMS.exe
│ │ │ │ ├── PWMS.pdb
│ │ │ │ ├── PWMS.vshost.exe
│ │ │ │ └── PWMS.vshost.exe.manifest
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── PWMS.F_Login.resources
│ │ ├── PWMS.Properties.Resources.resources
│ │ ├── PWMS.csproj.FileListAbsolute.txt
│ │ ├── PWMS.csproj.GenerateResource.Cache
│ │ ├── PWMS.csprojResolveAssemblyReference.cache
│ │ ├── PWMS.exe
│ │ ├── PWMS.pdb
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── PWMS.sln
│ └── PWMS.v12.suo
└── 好例子网_PWMS.rar
11 directories, 41 files