diff --git a/Bin/Debug/MyTimeClock/MyDb.dll b/Bin/Debug/MyTimeClock/MyDb.dll index d3238b1..87d72d0 100644 Binary files a/Bin/Debug/MyTimeClock/MyDb.dll and b/Bin/Debug/MyTimeClock/MyDb.dll differ diff --git a/Bin/Debug/MyTimeClock/MyDb.xml b/Bin/Debug/MyTimeClock/MyDb.xml index b727fa4..f4779a0 100644 --- a/Bin/Debug/MyTimeClock/MyDb.xml +++ b/Bin/Debug/MyTimeClock/MyDb.xml @@ -86,6 +86,92 @@ 返回是否执行成功 + + + 汉字转拼音静态类,包括功能全拼和缩写,方法全部是静态的 + + + + + 汉字的机内码数组 + + + + + 机内码对应的拼音数组 + + + + + 把汉字转换成拼音(全拼) + + 汉字字符串 + 转换后的拼音(全拼)字符串 + + + + 把汉字转换成拼音(全拼) + + 汉字字符串 + 转换后的拼音(全拼)字符串 + + + + 把汉字转换成拼音(首拼) + + 汉字字符串 + 转换后的拼音(首拼)字符串 + + + + 把汉字转换成拼音(全拼) + + 汉字字符串 + 用指定字符分隔 + 转换后的拼音(全拼)字符串 + + + + 汉字转拼音缩写 + + 要转换的汉字字符串 + 拼音缩写 + + + + 汉字转拼音缩写 (字符串) (小写) (空格间隔) + + 要转换的汉字字符串 + 拼音缩写 + + + + 汉字转拼音缩写 (大写) + + 要转换的汉字字符串 + 拼音缩写 + + + + 汉字转拼音缩写 (字符串)(大写)(空格间隔) + + 要转换的汉字字符串 + 拼音缩写 + + + + 取单个字符的拼音声母 + + 要转换的单个汉字 + 拼音声母 + + + + 取单个字符的拼音声母 + + 要转换的单个汉字 + 拼音声母 + Ini操作类 @@ -302,127 +388,6 @@ - - - 设置管理类,快速添加设置。 - - - - - 设置管理类,快速添加设置。 - - - - - 设置管理类,快速添加设置。 - - - - - - 存储类型 - - - - - 配置存储路径 - - - - - 设置XML内容 - - - - - 添加控件 - - - - - - - - 设置值 - - - - - - - - 添加控件 - - - - - - - - - - 添加控件 - - - - - - - - - 添加控件 - - - - - - - - - 添加控件 - - - - - - - - - 添加控件 - - - - - - - - - 添加控件 - - - - - - - - - 添加控件 - - - - - - - - - 读取配置 - - - - - 保存配置 - - 控件信息 @@ -988,7 +953,7 @@ - 判断字符串是否是数字或英文 + 判断字符串是否只包含数字或英文 @@ -1416,6 +1381,87 @@ + + + Hosts操作类 + + + + + 获取并转换hosts内容 + + hosts内容 + + + + + 获取hosts并转换hosts内容 + + hosts内容 + + + + + 追加内容到hosts里 + + 要追加的内容列表,每一行为ip 域名的格式 + 0表示无需新增,-1表示添加失败,1表示追加成功 + + + + 追加内容到hosts里 + + 要追加的内容 + 0表示无需新增,-1表示添加失败,1表示追加成功 + + + + 追加内容到hosts里 + + ip地址 + 域名 + 0表示无需新增,-1表示添加失败,1表示追加成功 + + + + 从hosts文件里删除内容 + + 要删除的内容 + 0表示无需删除,-1表示添加失败,1表示删除成功 + + + + 从hosts文件里删除内容 + + ip地址 + 域名 + 0表示无需删除,-1表示添加失败,1表示删除成功 + + + + Host信息 + + + + + IP + + + + + 域名 + + + + + 注释 + + + + + 是否要删除 + + 音频播放类 @@ -1515,6 +1561,11 @@ 文件操作类 + + + + + 删除单个文件。 @@ -1678,6 +1729,14 @@ 返回关于错误代码的文字描述 + + 运行文件 + + + + + + /运行文件 @@ -1727,6 +1786,18 @@ + + + 追加日志 + + + + + + 追加文件 + + + 读取文件内容,可以自动识别文件编码 @@ -1772,7 +1843,7 @@ - 添加文件到指定文件夹,会进行自动重命名,并返回重命名后的文件名 + 添加文件到指定文件夹,会进行自动重命名,并返回重命名后的文件名(含路径) 要添加的文件路径 要添加到的文件夹 @@ -2666,6 +2737,15 @@ + + + 远程唤醒 + + + + + + 消息客户端类 @@ -3373,6 +3453,11 @@ 操作参数列表 + + + 操作参数列表 + + 添加字符串字段 @@ -3380,6 +3465,12 @@ + + + 添加null值字段 + + + 添加日期字段 @@ -3444,11 +3535,6 @@ - - - - - 输出多条件搜索。 @@ -3592,6 +3678,50 @@ + + + 获取HmacSHA1 + + + + + + + + 获取SHA256 + + + + + + + 获取HmacSHA256 + + + + + + + 获取SHA224 + + + + + + + 获取SHA512 + + + + + + + 获取HmacSHA512 + + + + + 使用using代替lock操作的对象,可指定写入和读取锁定模式 @@ -4209,6 +4339,236 @@ 节气名。 + + + 热键转换类 + + + + + 功能键。 + + + + + 修改键。 + + + + + 转换功能键到谷歌浏览器专用 + + + + + 将chrome功能键转换为普通功能键 + + + + + + + 按键值。 + + + + + 初始化类 的新实例。 + + The modifiers. + The key code. + + + + + + + + + + + + + + + + + 初始化类 的新实例。 + + + + + 加载热键 + + + + + + + 加载热键 + + + + + + 加载热键 + + + + + + 判断是否是热键 + + + + + 获取当前热键 + + + + + 已重载,返回“Ctrl+Alt+A”格式的字符串。 + + 类似“Ctrl+Alt+A”格式的字符串 + + + + 返回“Ctrl+Alt+A”格式的字符串。 + + 类似“Ctrl+Alt+A”格式的字符串 + + + + 功能键 + + + + + 无 + + + + + Alt键 + + + + + Ctrl键 + + + + + Shift键 + + + + + Win键 + + + + + 热键类 + + + + + 热键类 + + + + + + 热键注销 + + + + + 热键是否有效 + + + + + 释放热键 + + + + + 注册热键 + + + + + + + + + 注册热键 + + + + + + + + + 删除热键 + + + + + + + 删除所有热键 + + + + + 热键事件 + + + + + + 当使用热键时发生的事件 + + + + + 热键消息过滤 + + + + + + + 热键类型 + + + + + 热键id + + + + + 功能键 + + + + + 普通键 + + + + + 热键类型 + + + + + Win32 API @@ -4465,123 +4825,5 @@ - - - 功能键 - - - - - 无 - - - - - Alt键 - - - - - Ctrl键 - - - - - Shift键 - - - - - Win键 - - - - - 热键类 - - - - - 热键类 - - - - - - 热键注销 - - - - - 释放热键 - - - - - 注册热键 - - - - - - - - - 删除热键 - - - - - - - 删除所有热键 - - - - - 热键事件 - - - - - - 当使用热键时发生的事件 - - - - - 热键消息过滤 - - - - - - - 热键类型 - - - - - 热键id - - - - - 功能键 - - - - - 普通键 - - - - - 热键类型 - - - - - diff --git a/Bin/Debug/MyTimeClock/MyDb_SQLite.dll b/Bin/Debug/MyTimeClock/MyDb_SQLite.dll index 819e7a5..8987c2b 100644 Binary files a/Bin/Debug/MyTimeClock/MyDb_SQLite.dll and b/Bin/Debug/MyTimeClock/MyDb_SQLite.dll differ diff --git a/Bin/Debug/MyTimeClock/MyTimeClock.exe b/Bin/Debug/MyTimeClock/MyTimeClock.exe index ed48d1b..81f6913 100644 Binary files a/Bin/Debug/MyTimeClock/MyTimeClock.exe and b/Bin/Debug/MyTimeClock/MyTimeClock.exe differ diff --git a/Bin/Debug/MyTimeClock/RyWeb.dll b/Bin/Debug/MyTimeClock/RyWeb.dll index d249949..6112f57 100644 Binary files a/Bin/Debug/MyTimeClock/RyWeb.dll and b/Bin/Debug/MyTimeClock/RyWeb.dll differ diff --git a/Bin/Debug/MyTimeClock/TimeClock.dll b/Bin/Debug/MyTimeClock/TimeClock.dll index fd42d26..081c6cf 100644 Binary files a/Bin/Debug/MyTimeClock/TimeClock.dll and b/Bin/Debug/MyTimeClock/TimeClock.dll differ diff --git a/Bin/Debug/MyTimeClock/ryControls.dll b/Bin/Debug/MyTimeClock/ryControls.dll index 07b725d..e8a9dc9 100644 Binary files a/Bin/Debug/MyTimeClock/ryControls.dll and b/Bin/Debug/MyTimeClock/ryControls.dll differ diff --git a/Bin/Debug/MyTimeClock/ryUpdate.dll b/Bin/Debug/MyTimeClock/ryUpdate.dll index 380d7d8..c7a4776 100644 Binary files a/Bin/Debug/MyTimeClock/ryUpdate.dll and b/Bin/Debug/MyTimeClock/ryUpdate.dll differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c39050..28300bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,40 @@ -### 2019-09-30更新 ------- -#### TimeClock V1.0.1909.3001 -*.[新增]新增国庆节节日。 -*.[改进]日历上方月份、年份等变动会自动更新右侧具体信息。 -#### MyTimeClock V2.0.1909.1501 -暂无 -#### RyLine V2.0.1909.0901 -暂无 -### 2019-09-28更新 ------- -#### TimeClock V1.0.1909.1501 -*.[新增]快速提醒支持在主界面直接调用和右下角托盘菜单调用。 -*.[改进]改进快速提醒,支持按指定分钟和指定时间提醒。 -*.[修复]修复改变提醒窗口大小会导致界面显示异常的BUG。 - -#### MyTimeClock V2.0.1909.1501 -暂无 - -#### RyLine V2.0.1909.0901 -暂无 -2019-09-10 更新 ------- -#### TimeClock V1.0.1909.0907 - -*.[新增]便笺新增支持插入图片 -*.[改进]改进便笺切换编辑状态的逻辑,在后台不会切换为编辑状态。 - -#### MyTimeClock V2.0.1909.0907 - -暂无 - -#### RyLine V2.0.1909.0901 - +### 2020-12-10更新 +------ +#### TimeClock V1.0.2012.1001 +*.[改进]适配MyDb.dll新版,解决打开设置时报错。 + +### 2019-09-30更新 +------ +#### TimeClock V1.0.1909.3001 +*.[新增]新增国庆节节日。 +*.[改进]日历上方月份、年份等变动会自动更新右侧具体信息。 +#### MyTimeClock V2.0.1909.1501 +暂无 +#### RyLine V2.0.1909.0901 +暂无 +### 2019-09-28更新 +------ +#### TimeClock V1.0.1909.1501 +*.[新增]快速提醒支持在主界面直接调用和右下角托盘菜单调用。 +*.[改进]改进快速提醒,支持按指定分钟和指定时间提醒。 +*.[修复]修复改变提醒窗口大小会导致界面显示异常的BUG。 + +#### MyTimeClock V2.0.1909.1501 +暂无 + +#### RyLine V2.0.1909.0901 +暂无 +2019-09-10 更新 +------ +#### TimeClock V1.0.1909.0907 + +*.[新增]便笺新增支持插入图片 +*.[改进]改进便笺切换编辑状态的逻辑,在后台不会切换为编辑状态。 + +#### MyTimeClock V2.0.1909.0907 + +暂无 + +#### RyLine V2.0.1909.0901 + 暂无 \ No newline at end of file diff --git a/Source/MyTimeClock/.vs/TimeClock/v16/.suo b/Source/MyTimeClock/.vs/TimeClock/v16/.suo index 79d1368..a58c047 100644 Binary files a/Source/MyTimeClock/.vs/TimeClock/v16/.suo and b/Source/MyTimeClock/.vs/TimeClock/v16/.suo differ diff --git a/Source/MyTimeClock/MyTimeClock/MyTimeClock.csproj b/Source/MyTimeClock/MyTimeClock/MyTimeClock.csproj index ba178a3..00b0eb9 100644 --- a/Source/MyTimeClock/MyTimeClock/MyTimeClock.csproj +++ b/Source/MyTimeClock/MyTimeClock/MyTimeClock.csproj @@ -1,112 +1,112 @@ - - - - - Debug - AnyCPU - {E546AF59-27BB-4699-AA99-A6D7E738CC9D} - WinExe - MyTimeClock - MyTimeClock - v4.0 - 512 - - - x86 - true - full - false - ..\..\..\Bin\Debug\MyTimeClock\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - 项目1.ico - - - - False - ..\..\..\Bin\Debug\MyTimeClock\MyDb.dll - - - ..\..\..\Bin\Debug\MyTimeClock\MyDb_SQLite.dll - - - ..\..\..\Bin\Debug\MyTimeClock\NAudio.dll - - - ..\..\..\Bin\Debug\MyTimeClock\ryControls.dll - - - ..\..\..\Bin\Debug\MyTimeClock\ryUpdate.dll - - - - - - - - - - - - - - - Form - - - Frmmain.cs - - - - - - Frmmain.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - True - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - - - {62B5C3E8-4AF1-4A7F-A40B-A6186F83DBD2} - TimeClock - - - - - - - - - - + + + + + Debug + AnyCPU + {E546AF59-27BB-4699-AA99-A6D7E738CC9D} + WinExe + MyTimeClock + MyTimeClock + v4.0 + 512 + + + x86 + true + full + false + ..\..\..\Bin\Debug\MyTimeClock\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + 项目1.ico + + + + False + ..\..\..\Bin\Debug\MyTimeClock\MyDb.dll + + + ..\..\..\Bin\Debug\MyTimeClock\MyDb_SQLite.dll + + + ..\..\..\Bin\Debug\MyTimeClock\NAudio.dll + + + ..\..\..\Bin\Debug\MyTimeClock\ryControls.dll + + + ..\..\..\Bin\Debug\MyTimeClock\ryUpdate.dll + + + + + + + + + + + + + + + Form + + + Frmmain.cs + + + + + + Frmmain.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + True + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + {62B5C3E8-4AF1-4A7F-A40B-A6186F83DBD2} + TimeClock + + + + + + + + + + \ No newline at end of file diff --git a/Source/MyTimeClock/RyLine/RyLine.csproj b/Source/MyTimeClock/RyLine/RyLine.csproj index 4697f22..3baca5d 100644 --- a/Source/MyTimeClock/RyLine/RyLine.csproj +++ b/Source/MyTimeClock/RyLine/RyLine.csproj @@ -1,105 +1,105 @@ - - - - - Debug - AnyCPU - {0DB819BF-05B8-4FD8-9D36-6903F747F372} - WinExe - RyLine - RyLine - v4.0 - 512 - - - x86 - true - full - false - ..\..\..\Bin\Debug\MyTimeClock\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - app.manifest - - - terminal_pc_104_48px_1174091_easyicon.net.ico - - - - False - ..\..\..\Bin\Debug\MyTimeClock\CoreAudio.dll - - - ..\..\..\Bin\Debug\MyTimeClock\MyDb.dll - - - ..\..\..\Bin\Debug\MyTimeClock\RyWeb.dll - - - - - - - - - - - - - - - Form - - - FrmConfirm.cs - - - - - - - - - FrmConfirm.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - - - - - - - - + + + + + Debug + AnyCPU + {0DB819BF-05B8-4FD8-9D36-6903F747F372} + WinExe + RyLine + RyLine + v4.0 + 512 + + + x86 + true + full + false + ..\..\..\Bin\Debug\MyTimeClock\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + app.manifest + + + terminal_pc_104_48px_1174091_easyicon.net.ico + + + + False + ..\..\..\Bin\Debug\MyTimeClock\CoreAudio.dll + + + ..\..\..\Bin\Debug\MyTimeClock\MyDb.dll + + + ..\..\..\Bin\Debug\MyTimeClock\RyWeb.dll + + + + + + + + + + + + + + + Form + + + FrmConfirm.cs + + + + + + + + + FrmConfirm.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + + + + \ No newline at end of file diff --git a/Source/MyTimeClock/TimeClock/DbOp/FrmSetting.cs b/Source/MyTimeClock/TimeClock/DbOp/FrmSetting.cs index 1f93302..57e81f5 100644 --- a/Source/MyTimeClock/TimeClock/DbOp/FrmSetting.cs +++ b/Source/MyTimeClock/TimeClock/DbOp/FrmSetting.cs @@ -29,7 +29,7 @@ namespace TimeClock.DbOp bool _RestTip_On = false; int _RestInteval = 50; int _Rest = 3; - ryCommon.RySetting Setting = new ryCommon.RySetting(); + ryControls.RySetting Setting = new ryControls.RySetting(); private void FrmSetting_Load(object sender, EventArgs e) { #region TTS语音朗读 diff --git a/Source/MyTimeClock/TimeClock/Properties/AssemblyInfo.cs b/Source/MyTimeClock/TimeClock/Properties/AssemblyInfo.cs index b162fb8..b56933b 100644 --- a/Source/MyTimeClock/TimeClock/Properties/AssemblyInfo.cs +++ b/Source/MyTimeClock/TimeClock/Properties/AssemblyInfo.cs @@ -1,36 +1,36 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// 有关程序集的一般信息由以下 -// 控制。更改这些特性值可修改 -// 与程序集关联的信息。 -[assembly: AssemblyTitle("TimeClock")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("TimeClock")] -[assembly: AssemblyCopyright("Copyright © 2019")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// 将 ComVisible 设置为 false 会使此程序集中的类型 -//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型 -//请将此类型的 ComVisible 特性设置为 true。 -[assembly: ComVisible(false)] - -// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID -[assembly: Guid("62b5c3e8-4af1-4a7f-a40b-a6186f83dbd2")] - -// 程序集的版本信息由下列四个值组成: -// -// 主版本 -// 次版本 -// 生成号 -// 修订号 -// -// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 -// 方法是按如下所示使用“*”: : -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.2009.2401")] -[assembly: AssemblyFileVersion("1.0.2009.2401")] \ No newline at end of file +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 有关程序集的一般信息由以下 +// 控制。更改这些特性值可修改 +// 与程序集关联的信息。 +[assembly: AssemblyTitle("TimeClock")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("TimeClock")] +[assembly: AssemblyCopyright("Copyright © 2019")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// 将 ComVisible 设置为 false 会使此程序集中的类型 +//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型 +//请将此类型的 ComVisible 特性设置为 true。 +[assembly: ComVisible(false)] + +// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID +[assembly: Guid("62b5c3e8-4af1-4a7f-a40b-a6186f83dbd2")] + +// 程序集的版本信息由下列四个值组成: +// +// 主版本 +// 次版本 +// 生成号 +// 修订号 +// +// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 +// 方法是按如下所示使用“*”: : +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.2012.1001")] +[assembly: AssemblyFileVersion("1.0.2012.1001")] \ No newline at end of file diff --git a/Source/MyTimeClock/TimeClock/TimeClock.csproj b/Source/MyTimeClock/TimeClock/TimeClock.csproj index b059f81..0139e3c 100644 --- a/Source/MyTimeClock/TimeClock/TimeClock.csproj +++ b/Source/MyTimeClock/TimeClock/TimeClock.csproj @@ -1,319 +1,319 @@ - - - - - Debug - AnyCPU - {62B5C3E8-4AF1-4A7F-A40B-A6186F83DBD2} - Library - TimeClock - TimeClock - v4.0 - 512 - - - x86 - true - full - false - ..\..\..\Bin\Debug\MyTimeClock\ - DEBUG;TRACE - prompt - 4 - true - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - 项目1.ico - - - - False - ..\..\..\Bin\Debug\MyTimeClock\MyDb.dll - - - ..\..\..\Bin\Debug\MyTimeClock\MyDb_SQLite.dll - - - ..\..\..\Bin\Debug\MyTimeClock\NAudio.dll - - - ..\..\..\Bin\Debug\MyTimeClock\ryControls.dll - - - - - - - - - - - - - - - ..\..\..\Bin\Debug\MyTimeClock\XPTable.dll - - - - - - - - - - - UserControl - - - DJSDayUI.cs - - - UserControl - - - BirthDayUI.cs - - - Form - - - FrmAddBirthDay.cs - - - Form - - - FrmAddTodo.cs - - - Form - - - FrmAddHoliday.cs - - - Form - - - FrmBeforeRestTip.cs - - - Form - - - FrmCountdownTip.cs - - - Form - - - FrmDisturbedAdd.cs - - - Form - - - FrmFullScreenTip.cs - - - Form - - - FrmQuickAdd.cs - - - Form - - - frmQuickTime.cs - - - Form - - - FrmRest.cs - - - Form - - - FrmSetting.cs - - - Form - - - FrmSticky.cs - - - Form - - - FrmTimeAdd.cs - - - Form - - - FrmTimeView.cs - - - Form - - - FrmTip.cs - - - Form - - - FrmHolidayView.cs - - - Form - - - FrmToDo_Log.cs - - - Form - - - FrmAbout.cs - - - - - Component - - - RyTimeClock.cs - - - - DJSDayUI.cs - - - BirthDayUI.cs - - - FrmAddBirthDay.cs - - - FrmAddTodo.cs - - - FrmAddHoliday.cs - - - FrmBeforeRestTip.cs - - - FrmCountdownTip.cs - - - FrmDisturbedAdd.cs - - - FrmFullScreenTip.cs - - - FrmQuickAdd.cs - - - frmQuickTime.cs - - - FrmRest.cs - - - FrmSetting.cs - - - FrmSticky.cs - - - FrmTimeAdd.cs - - - FrmTimeView.cs - - - FrmTip.cs - - - FrmHolidayView.cs - - - FrmToDo_Log.cs - - - FrmAbout.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - True - - - RyTimeClock.cs - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + AnyCPU + {62B5C3E8-4AF1-4A7F-A40B-A6186F83DBD2} + Library + TimeClock + TimeClock + v4.0 + 512 + + + x86 + true + full + false + ..\..\..\Bin\Debug\MyTimeClock\ + DEBUG;TRACE + prompt + 4 + true + + + x86 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + 项目1.ico + + + + False + ..\..\..\Bin\Debug\MyTimeClock\MyDb.dll + + + ..\..\..\Bin\Debug\MyTimeClock\MyDb_SQLite.dll + + + ..\..\..\Bin\Debug\MyTimeClock\NAudio.dll + + + ..\..\..\Bin\Debug\MyTimeClock\ryControls.dll + + + + + + + + + + + + + + + ..\..\..\Bin\Debug\MyTimeClock\XPTable.dll + + + + + + + + + + + UserControl + + + DJSDayUI.cs + + + UserControl + + + BirthDayUI.cs + + + Form + + + FrmAddBirthDay.cs + + + Form + + + FrmAddTodo.cs + + + Form + + + FrmAddHoliday.cs + + + Form + + + FrmBeforeRestTip.cs + + + Form + + + FrmCountdownTip.cs + + + Form + + + FrmDisturbedAdd.cs + + + Form + + + FrmFullScreenTip.cs + + + Form + + + FrmQuickAdd.cs + + + Form + + + frmQuickTime.cs + + + Form + + + FrmRest.cs + + + Form + + + FrmSetting.cs + + + Form + + + FrmSticky.cs + + + Form + + + FrmTimeAdd.cs + + + Form + + + FrmTimeView.cs + + + Form + + + FrmTip.cs + + + Form + + + FrmHolidayView.cs + + + Form + + + FrmToDo_Log.cs + + + Form + + + FrmAbout.cs + + + + + Component + + + RyTimeClock.cs + + + + DJSDayUI.cs + + + BirthDayUI.cs + + + FrmAddBirthDay.cs + + + FrmAddTodo.cs + + + FrmAddHoliday.cs + + + FrmBeforeRestTip.cs + + + FrmCountdownTip.cs + + + FrmDisturbedAdd.cs + + + FrmFullScreenTip.cs + + + FrmQuickAdd.cs + + + frmQuickTime.cs + + + FrmRest.cs + + + FrmSetting.cs + + + FrmSticky.cs + + + FrmTimeAdd.cs + + + FrmTimeView.cs + + + FrmTip.cs + + + FrmHolidayView.cs + + + FrmToDo_Log.cs + + + FrmAbout.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + True + + + RyTimeClock.cs + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file