基本信息
源码名称:基于控制台的C# 时钟程序,显示时间,能够在VS2005下运行
源码大小:0.23M
文件格式:.rar
开发语言:C#
更新时间:2023-07-01
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
关于c#的闹钟程序,显示时间,能够在VS2005下运行
文件清单
├── readme.txt
├── Release
│ ├── Alarm.wav
│ ├── MyClock.exe
│ ├── Set.ini
│ ├── Skin
│ │ ├── msgclose2.bmp
│ │ ├── msgclose.bmp
│ │ ├── msgskin2.bmp
│ │ ├── msgskin.bmp
│ │ ├── Skin.ini
│ │ ├── 史努比.bmp
│ │ ├── 小女孩.bmp
│ │ ├── 巴布豆.bmp
│ │ ├── 米老鼠.bmp
│ │ ├── 面板.bmp
│ │ └── 鱼骨头.bmp
│ ├── SoundHH.wav
│ └── SoundH.wav
├── WAP之家.COM.url
└── 源程序
├── AboutForm.cs
├── AboutForm.resx
├── App.ico
├── AssemblyInfo.cs
├── bin
│ ├── Debug
│ └── Release
├── ClockLabel.cs
├── ClockLabel.resx
├── ColorPicker.cs
├── ColorPicker.resx
├── Common.cs
├── ExWin.cs
├── ExWin.resx
├── Ini.cs
├── MainForm.cs
├── MainForm.resx
├── MyClock.csproj
├── MyClock.csproj.user
├── MyClock.sln
├── MyClock.suo
├── NiceMenu.cs
├── NiceMenu.resx
├── NoIco.ico
├── Notifier
│ ├── close2.bmp
│ ├── skin2.bmp
│ ├── TaskbarNotifier.cs
│ └── TaskbarNotifier.resx
├── obj
│ ├── Debug
│ │ ├── MyClock.projdata
│ │ ├── temp
│ │ └── TempPE
│ └── Release
│ ├── MyClock.projdata
│ ├── temp
│ └── TempPE
├── SetAlarm.cs
├── SetAlarm.resx
├── SetupForm.cs
├── SetupForm.resx
└── Task.cs
14 directories, 50 files
关于c#的闹钟程序,显示时间,能够在VS2005下运行
文件清单
├── readme.txt
├── Release
│ ├── Alarm.wav
│ ├── MyClock.exe
│ ├── Set.ini
│ ├── Skin
│ │ ├── msgclose2.bmp
│ │ ├── msgclose.bmp
│ │ ├── msgskin2.bmp
│ │ ├── msgskin.bmp
│ │ ├── Skin.ini
│ │ ├── 史努比.bmp
│ │ ├── 小女孩.bmp
│ │ ├── 巴布豆.bmp
│ │ ├── 米老鼠.bmp
│ │ ├── 面板.bmp
│ │ └── 鱼骨头.bmp
│ ├── SoundHH.wav
│ └── SoundH.wav
├── WAP之家.COM.url
└── 源程序
├── AboutForm.cs
├── AboutForm.resx
├── App.ico
├── AssemblyInfo.cs
├── bin
│ ├── Debug
│ └── Release
├── ClockLabel.cs
├── ClockLabel.resx
├── ColorPicker.cs
├── ColorPicker.resx
├── Common.cs
├── ExWin.cs
├── ExWin.resx
├── Ini.cs
├── MainForm.cs
├── MainForm.resx
├── MyClock.csproj
├── MyClock.csproj.user
├── MyClock.sln
├── MyClock.suo
├── NiceMenu.cs
├── NiceMenu.resx
├── NoIco.ico
├── Notifier
│ ├── close2.bmp
│ ├── skin2.bmp
│ ├── TaskbarNotifier.cs
│ └── TaskbarNotifier.resx
├── obj
│ ├── Debug
│ │ ├── MyClock.projdata
│ │ ├── temp
│ │ └── TempPE
│ └── Release
│ ├── MyClock.projdata
│ ├── temp
│ └── TempPE
├── SetAlarm.cs
├── SetAlarm.resx
├── SetupForm.cs
├── SetupForm.resx
└── Task.cs
14 directories, 50 files