资源简介

演讲时间提醒,自动弹窗,可配置小程序

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Threading;
using System.Media;
using System.Runtime.InteropServices;

namespace AlertLib
{
    public partial class AlertForm : Form
    {
        [DllImport(“User32.dll“ EntryPoint = “SetWindowLong“ SetLastError = true)]
        public static extern bool SetWindowLong(IntPtr hWnd int nIndex int nFlags);
        [DllImport(“User32.dll“ EntryPoint = “SetlayeredWindowAttributes“ SetLastError = true)]
        public static extern int GetWindowLong(IntPtr hWnd int nFlags);
        [DllImport(“User32.dll“ EntryPoint = “SetWindowPos“ SetLastError = true)]
        public static extern int SetW

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

     文件       3520  2016-09-12 15:06  计时通小程序\AlertFormTest.sln

    ..A..H.     21504  2016-09-10 15:07  计时通小程序\AlertFormTest.suo

    ..A..H.     67072  2016-10-09 15:00  计时通小程序\AlertFormTest.v12.suo

     文件      11161  2016-09-12 10:52  计时通小程序\AlertLib\AlertForm.cs

     文件       2491  2016-09-12 10:52  计时通小程序\AlertLib\AlertForm.Designer.cs

     文件       5814  2016-09-12 10:52  计时通小程序\AlertLib\AlertForm.resx

     文件       3919  2016-09-10 16:44  计时通小程序\AlertLib\AlertLib.csproj

     文件        498  2016-09-12 11:27  计时通小程序\AlertLib\AlertLib.csproj.user

     文件       9728  2016-09-12 14:57  计时通小程序\AlertLib\bin\Debug\AlertLib.dll

     文件      17920  2016-09-12 14:57  计时通小程序\AlertLib\bin\Debug\AlertLib.pdb

     文件        180  2016-09-12 14:57  计时通小程序\AlertLib\obj\Debug\AlertLib.AlertForm.resources

     文件       1087  2016-09-12 14:57  计时通小程序\AlertLib\obj\Debug\AlertLib.csproj.FileListAbsolute.txt

     文件        778  2016-09-12 14:57  计时通小程序\AlertLib\obj\Debug\AlertLib.csproj.GenerateResource.Cache

     文件       1226  2016-09-12 14:57  计时通小程序\AlertLib\obj\Debug\AlertLib.csprojResolveAssemblyReference.cache

     文件       9728  2016-09-12 14:57  计时通小程序\AlertLib\obj\Debug\AlertLib.dll

     文件      17920  2016-09-12 14:57  计时通小程序\AlertLib\obj\Debug\AlertLib.pdb

     文件        791  2016-09-10 15:07  计时通小程序\AlertLib\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       5926  2016-09-21 09:30  计时通小程序\AlertLib\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       1352  2013-03-05 15:35  计时通小程序\AlertLib\Properties\AssemblyInfo.cs

     文件      10026  2016-09-10 16:36  计时通小程序\AlertLib\Resources\Ringin.wav

     文件       1398  2013-03-05 15:40  计时通小程序\Backup\AlertFormTest.sln

    ..A..H.     21504  2016-09-10 15:07  计时通小程序\Backup\AlertFormTest.v12.suo

     文件       9749  2013-03-05 15:38  计时通小程序\Backup\AlertLib\AlertForm.cs

     文件       2109  2013-03-05 15:38  计时通小程序\Backup\AlertLib\AlertForm.Designer.cs

     文件       5814  2013-03-05 15:38  计时通小程序\Backup\AlertLib\AlertForm.resx

     文件       2525  2013-03-05 15:38  计时通小程序\Backup\AlertLib\AlertLib.csproj

     文件       1352  2013-03-05 15:35  计时通小程序\Backup\AlertLib\Properties\AssemblyInfo.cs

     文件       1590  2013-03-05 15:42  计时通小程序\Backup\WinAppTest\Form1.cs

     文件      15110  2013-03-05 15:40  计时通小程序\Backup\WinAppTest\Form1.Designer.cs

     文件       5814  2013-03-05 15:40  计时通小程序\Backup\WinAppTest\Form1.resx

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

评论

共有 条评论