• 大小: 0.24M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: winform  实例  C#  c  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;

namespace Alert
{
public static class Constants
{
/// 
/// 整点提醒
/// 

public static bool IsHourAlert = true;

/// 
/// 半点提醒
/// 

public static bool IsHalfHourAlert = true;

/// 
/// 是否有声音提示
/// 

public static bool IsSound = true;

/// 
/// 提醒列表
/// 

public static List AlertList = new List();
}

public class TimeAlert
{
public TimeAlert()


}

//指定时间提醒
public TimeAlert(string message SplitTypeEnum splitType DateTime alertTime)
{
if (alertTime < DateTime.Now)
{
return;
}

this.Message = message;
this.AlertTime =

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

     文件       4188  2012-01-20 16:52  Alert\Alert\Alert.csproj

     文件      10134  2012-01-20 09:37  Alert\Alert\App.ico

     文件      81920  2012-02-01 11:08  Alert\Alert\bin\Debug\Alert.exe

     文件      62976  2012-02-01 11:08  Alert\Alert\bin\Debug\Alert.pdb

     文件       5632  2005-12-08 14:51  Alert\Alert\bin\Debug\Alert.vshost.exe

     文件         66  2012-01-19 16:12  Alert\Alert\bin\Debug\data.txt

     文件        140  2012-02-01 11:09  Alert\Alert\bin\Debug\set.txt

     文件      77824  2012-02-01 11:12  Alert\Alert\bin\Release\Alert.exe

     文件      58880  2012-02-01 11:12  Alert\Alert\bin\Release\Alert.pdb

     文件       5632  2005-12-08 14:51  Alert\Alert\bin\Release\Alert.vshost.exe

     文件       1907  2012-01-20 11:19  Alert\Alert\Constants.cs

     文件       2792  2012-01-30 10:18  Alert\Alert\frmBalloonTip.cs

     文件       9002  2012-01-20 14:12  Alert\Alert\frmBalloonTip.Designer.cs

     文件       6012  2012-01-20 14:12  Alert\Alert\frmBalloonTip.resx

     文件      14381  2012-02-01 11:07  Alert\Alert\frmMain.cs

     文件      21970  2012-01-20 16:31  Alert\Alert\frmMain.Designer.cs

     文件      21917  2012-01-20 16:31  Alert\Alert\frmMain.resx

     文件       1218  2012-01-20 13:22  Alert\Alert\frmNote.cs

     文件       2306  2012-01-19 16:34  Alert\Alert\frmNote.Designer.cs

     文件       5814  2012-01-19 16:34  Alert\Alert\frmNote.resx

     文件       1864  2012-02-01 11:12  Alert\Alert\obj\Alert.csproj.FileListAbsolute.txt

     文件       1128  2012-01-20 16:52  Alert\Alert\obj\Debug\Alert.csproj.GenerateResource.Cache

     文件      81920  2012-02-01 11:08  Alert\Alert\obj\Debug\Alert.exe

     文件        180  2012-01-20 14:15  Alert\Alert\obj\Debug\Alert.frmBalloonTip.resources

     文件      10712  2012-01-20 16:52  Alert\Alert\obj\Debug\Alert.frmMain.resources

     文件        180  2012-01-19 16:34  Alert\Alert\obj\Debug\Alert.frmNote.resources

     文件      62976  2012-02-01 11:08  Alert\Alert\obj\Debug\Alert.pdb

     文件      17336  2012-01-20 16:52  Alert\Alert\obj\Debug\Alert.Properties.Resources.resources

     文件       4608  2012-01-20 16:52  Alert\Alert\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       1007  2012-01-20 16:53  Alert\Alert\obj\Release\Alert.csproj.GenerateResource.Cache

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

评论

共有 条评论