基本信息
源码名称:C#小程序星座查询器
源码大小:0.82M
文件格式:.rar
开发语言:C#
更新时间:2023-12-16
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
C#写的小软件,星座查询器,可以做学习参考的资料,实用价值不大

.
├── C#小程序星座查询器_ConstellationSearch.rar
└── ConstellationSearch
    ├── ConstellationSearch
    │   ├── ConstellationSearch.csproj
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Resources
    │   │   ├── Image1.bmp
    │   │   ├── bg.jpg
    │   │   ├── exit.jpg
    │   │   └── search.jpg
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── ConstellationSearch.exe
    │   │   │   ├── ConstellationSearch.pdb
    │   │   │   ├── ConstellationSearch.vshost.exe
    │   │   │   └── ConstellationSearch.vshost.exe.manifest
    │   │   └── Release
    │   │       ├── ConstellationSearch.exe
    │   │       ├── ConstellationSearch.pdb
    │   │       ├── ConstellationSearch.vshost.exe
    │   │       └── ConstellationSearch.vshost.exe.manifest
    │   ├── image
    │   │   ├── stars.ico
    │   │   ├── 双子座.png
    │   │   ├── 双鱼座.png
    │   │   ├── 处女座.png
    │   │   ├── 天秤座.png
    │   │   ├── 天蝎座.png
    │   │   ├── 射手座.png
    │   │   ├── 巨蟹座.png
    │   │   ├── 摩羯座.png
    │   │   ├── 水瓶座.png
    │   │   ├── 狮子座.png
    │   │   ├── 白羊座.png
    │   │   ├── 金牛座.png
    │   │   ├── 星座查询.jpg
    │   │   └── 查询按钮.png
    │   └── obj
    │       └── x86
    │           ├── Debug
    │           │   ├── ConstellationSearch.Form1.resources
    │           │   ├── ConstellationSearch.Properties.Resources.resources
    │           │   ├── ConstellationSearch.csproj.FileListAbsolute.txt
    │           │   ├── ConstellationSearch.exe
    │           │   ├── ConstellationSearch.pdb
    │           │   ├── DesignTimeResolveAssemblyReferences.cache
    │           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           │   ├── GenerateResource.read.1.tlog
    │           │   ├── GenerateResource.write.1.tlog
    │           │   ├── ResolveAssemblyReference.cache
    │           │   └── TempPE
    │           │       └── Properties.Resources.Designer.cs.dll
    │           └── Release
    │               ├── ConstellationSearch.Form1.resources
    │               ├── ConstellationSearch.Properties.Resources.resources
    │               ├── ConstellationSearch.csproj.FileListAbsolute.txt
    │               ├── ConstellationSearch.exe
    │               ├── ConstellationSearch.pdb
    │               ├── DesignTimeResolveAssemblyReferencesInput.cache
    │               ├── GenerateResource.read.1.tlog
    │               ├── GenerateResource.write.1.tlog
    │               └── TempPE
    │                   └── Properties.Resources.Designer.cs.dll
    ├── ConstellationSearch.sln
    └── ConstellationSearch.suo

14 directories, 60 files