基本信息
源码名称:登录窗体实现
源码大小:0.46M
文件格式:.zip
开发语言:C#
更新时间:2021-12-09
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
登录窗体实现
.
└── c-GroupWork01-master
├── GropuWork01
│ ├── ClassLibrary1
│ │ ├── Class1.cs
│ │ ├── ClassLibrary1.csproj
│ │ ├── ClassTable.cs
│ │ ├── Logger.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ClassLibrary1.dll
│ │ │ └── ClassLibrary1.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── ClassLibrary1.Properties.Resources.resources
│ │ ├── ClassLibrary1.csproj.AssemblyReference.cache
│ │ ├── ClassLibrary1.csproj.CoreCompileInputs.cache
│ │ ├── ClassLibrary1.csproj.FileListAbsolute.txt
│ │ ├── ClassLibrary1.csproj.GenerateResource.cache
│ │ ├── ClassLibrary1.csprojAssemblyReference.cache
│ │ ├── ClassLibrary1.dll
│ │ ├── ClassLibrary1.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── GropuWork01
│ │ ├── ClassDiagram1.cd
│ │ ├── GropuWork01.csproj
│ │ ├── Manual.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── 11.ICO
│ │ │ ├── 13.ICO
│ │ │ └── 22.ICO
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── 1.txt
│ │ │ ├── ClassLibrary1.dll
│ │ │ ├── ClassLibrary1.pdb
│ │ │ ├── GropuWork01.exe
│ │ │ ├── GropuWork01.exe.config
│ │ │ ├── GropuWork01.pdb
│ │ │ ├── Manual.txt
│ │ │ ├── app.config
│ │ │ └── data.txt
│ │ ├── frmGetData.Designer.cs
│ │ ├── frmGetData.cs
│ │ ├── frmGetData.resx
│ │ ├── frmLogin.cs
│ │ ├── frmLogin.designer.cs
│ │ ├── frmLogin.resx
│ │ ├── frmMain.Designer.cs
│ │ ├── frmMain.cs
│ │ ├── frmMain.resx
│ │ ├── frmManual.Designer.cs
│ │ ├── frmManual.cs
│ │ ├── frmManual.resx
│ │ ├── frmShowData.cs
│ │ ├── frmShowData.designer.cs
│ │ ├── frmShowData.resx
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GropuWork01.Properties.Resources.resources
│ │ ├── GropuWork01.csproj.AssemblyReference.cache
│ │ ├── GropuWork01.csproj.CopyComplete
│ │ ├── GropuWork01.csproj.CoreCompileInputs.cache
│ │ ├── GropuWork01.csproj.FileListAbsolute.txt
│ │ ├── GropuWork01.csproj.GenerateResource.cache
│ │ ├── GropuWork01.csprojAssemblyReference.cache
│ │ ├── GropuWork01.exe
│ │ ├── GropuWork01.frmGetData.resources
│ │ ├── GropuWork01.frmLogin.resources
│ │ ├── GropuWork01.frmMain.resources
│ │ ├── GropuWork01.frmManual.resources
│ │ ├── GropuWork01.frmShowData.resources
│ │ ├── GropuWork01.pdb
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ └── GropuWork01.sln
├── LICENSE
└── README.md
17 directories, 77 files
登录窗体实现
.
└── c-GroupWork01-master
├── GropuWork01
│ ├── ClassLibrary1
│ │ ├── Class1.cs
│ │ ├── ClassLibrary1.csproj
│ │ ├── ClassTable.cs
│ │ ├── Logger.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ClassLibrary1.dll
│ │ │ └── ClassLibrary1.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── ClassLibrary1.Properties.Resources.resources
│ │ ├── ClassLibrary1.csproj.AssemblyReference.cache
│ │ ├── ClassLibrary1.csproj.CoreCompileInputs.cache
│ │ ├── ClassLibrary1.csproj.FileListAbsolute.txt
│ │ ├── ClassLibrary1.csproj.GenerateResource.cache
│ │ ├── ClassLibrary1.csprojAssemblyReference.cache
│ │ ├── ClassLibrary1.dll
│ │ ├── ClassLibrary1.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── GropuWork01
│ │ ├── ClassDiagram1.cd
│ │ ├── GropuWork01.csproj
│ │ ├── Manual.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── 11.ICO
│ │ │ ├── 13.ICO
│ │ │ └── 22.ICO
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── 1.txt
│ │ │ ├── ClassLibrary1.dll
│ │ │ ├── ClassLibrary1.pdb
│ │ │ ├── GropuWork01.exe
│ │ │ ├── GropuWork01.exe.config
│ │ │ ├── GropuWork01.pdb
│ │ │ ├── Manual.txt
│ │ │ ├── app.config
│ │ │ └── data.txt
│ │ ├── frmGetData.Designer.cs
│ │ ├── frmGetData.cs
│ │ ├── frmGetData.resx
│ │ ├── frmLogin.cs
│ │ ├── frmLogin.designer.cs
│ │ ├── frmLogin.resx
│ │ ├── frmMain.Designer.cs
│ │ ├── frmMain.cs
│ │ ├── frmMain.resx
│ │ ├── frmManual.Designer.cs
│ │ ├── frmManual.cs
│ │ ├── frmManual.resx
│ │ ├── frmShowData.cs
│ │ ├── frmShowData.designer.cs
│ │ ├── frmShowData.resx
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GropuWork01.Properties.Resources.resources
│ │ ├── GropuWork01.csproj.AssemblyReference.cache
│ │ ├── GropuWork01.csproj.CopyComplete
│ │ ├── GropuWork01.csproj.CoreCompileInputs.cache
│ │ ├── GropuWork01.csproj.FileListAbsolute.txt
│ │ ├── GropuWork01.csproj.GenerateResource.cache
│ │ ├── GropuWork01.csprojAssemblyReference.cache
│ │ ├── GropuWork01.exe
│ │ ├── GropuWork01.frmGetData.resources
│ │ ├── GropuWork01.frmLogin.resources
│ │ ├── GropuWork01.frmMain.resources
│ │ ├── GropuWork01.frmManual.resources
│ │ ├── GropuWork01.frmShowData.resources
│ │ ├── GropuWork01.pdb
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ └── GropuWork01.sln
├── LICENSE
└── README.md
17 directories, 77 files