• 大小: 1.61M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 模式  闹钟  音乐  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Media;
using System.Text.Regularexpressions;

namespace _12Timer加Label加DateTime.Now加播放WAV做闹钟
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        /// 
        /// 为时钟附初值为定时闹钟的时分秒赋初值
        /// 

        /// 
        /// 
        private void Form1_Load(object sender EventArgs e)
        {
            this.label1.Text = “当前时间:“ + DateTime.Now.ToString();//年月日时分秒
            //初始化时钟闹铃
            textBox2.Text = DateTi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3974  2014-12-18 18:36  806双模闹钟.csproj

     文件       6401  2015-01-10 22:25  Form1.resx

     文件      10668  2017-01-13 11:48  Form1.cs

     文件      19108  2015-01-10 22:25  Form1.Designer.cs

     文件        533  2014-12-14 21:21  Program.cs

     文件      17920  2017-01-13 11:48  bin\Debug\12Timer加Label加DateTime.Now加播放WAV做闹钟.exe

     文件      44544  2017-01-13 11:48  bin\Debug\12Timer加Label加DateTime.Now加播放WAV做闹钟.pdb

     文件      11600  2017-01-13 23:22  bin\Debug\12Timer加Label加DateTime.Now加播放WAV做闹钟.vshost.exe

     文件        490  2010-03-17 22:39  bin\Debug\12Timer加Label加DateTime.Now加播放WAV做闹钟.vshost.exe.manifest

     文件    2253824  2005-11-11 08:07  bin\Debug\wav\1.wav

     文件       2997  2015-03-29 21:06  obj\x86\Debug\12Timer加Label加DateTime.Now加播放WAV做闹钟.csproj.FileListAbsolute.txt

     文件      17920  2017-01-13 11:48  obj\x86\Debug\12Timer加Label加DateTime.Now加播放WAV做闹钟.exe

     文件      44544  2017-01-13 11:48  obj\x86\Debug\12Timer加Label加DateTime.Now加播放WAV做闹钟.pdb

     文件       1035  2017-01-13 23:22  obj\x86\Debug\806双模闹钟.csproj.FileListAbsolute.txt

     文件       9267  2014-12-18 21:33  obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6479  2017-01-15 08:52  obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        840  2017-01-13 11:47  obj\x86\Debug\GenerateResource.read.1.tlog

     文件       2460  2017-01-13 11:47  obj\x86\Debug\GenerateResource.write.1.tlog

     文件      12818  2017-01-14 07:02  obj\x86\Debug\ResolveAssemblyReference.cache

     文件        180  2017-01-13 11:46  obj\x86\Debug\_12Timer加Label加DateTime.Now加播放WAV做闹钟.Form1.resources

     文件        180  2017-01-13 11:46  obj\x86\Debug\_12Timer加Label加DateTime.Now加播放WAV做闹钟.Properties.Resources.resources

     文件       1446  2014-12-14 21:21  Properties\AssemblyInfo.cs

     文件       2952  2014-12-14 21:21  Properties\Resources.Designer.cs

     文件       5612  2014-12-14 21:21  Properties\Resources.resx

     文件       1135  2014-12-14 21:21  Properties\Settings.Designer.cs

     文件        249  2014-12-14 21:21  Properties\Settings.settings

     目录          0  2017-01-13 11:45  obj\x86\Debug\TempPE

     目录          0  2017-01-13 11:45  bin\Debug\wav

     目录          0  2017-01-14 07:02  obj\x86\Debug

     目录          0  2017-01-13 11:45  bin\Debug

............此处省略7个文件信息

评论

共有 条评论