資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Windows.Forms;
namespace?lxzh
{
????static?class?Program
????{
????????public?static?MainForm?mainForm;
????????///?
????????///?應用程序的主入口點。
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????IniFile.initPath(Application.StartupPath+“\\“+global::lxzh.Properties.Resources.ConfigPath);
????????????Util.DEFAULT_SAVE_PIC_PATH?=?Application.StartupPath?+?“\\picture“;
????????????Boolean?createdNew;?//返回是否賦予了使用線程的互斥體初始所屬權
????????????System.Threading.Mutex?instance?=?new?System.Threading.Mutex(true?“lxzhASS“?out?createdNew);?//同步基元變量
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????if?(create
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-02-05?17:18??lxzhASS\
?????文件????????1136??2016-02-05?17:18??LxzhASS.sln
?????目錄???????????0??2015-02-11?01:02??lxzhASS\bin\
?????目錄???????????0??2016-02-05?17:20??lxzhASS\bin\Debug\
?????文件?????????198??2015-02-11?01:02??lxzhASS\bin\Debug\config.ini
?????文件??????499200??2016-02-05?17:20??lxzhASS\bin\Debug\lxzhASS.exe
?????文件??????355840??2016-02-05?17:20??lxzhASS\bin\Debug\lxzhASS.pdb
?????文件???????21656??2016-02-05?17:19??lxzhASS\bin\Debug\lxzhASS.vshost.exe
?????文件?????????490??2012-06-02?22:34??lxzhASS\bin\Debug\lxzhASS.vshost.exe.manifest
?????目錄???????????0??2015-02-11?01:02??lxzhASS\bin\Release\
?????文件?????????198??2015-02-11?01:02??lxzhASS\bin\Release\config.ini
?????文件???????13257??2016-02-05?17:18??lxzhASS\lxzhASS.csproj
?????目錄???????????0??2015-02-11?01:02??lxzhASS\LxzhClass\
?????文件????????3091??2015-02-11?01:02??lxzhASS\LxzhClass\FormUtil.cs
?????文件????????3816??2015-02-11?01:02??lxzhASS\LxzhClass\HotKey.cs
?????文件????????2577??2015-02-11?01:02??lxzhASS\LxzhClass\IniFile.cs
?????文件????????2523??2015-02-11?01:02??lxzhASS\LxzhClass\KeyHook.cs
?????文件????????4995??2015-02-11?01:02??lxzhASS\LxzhClass\KeyModel.cs
?????文件????????3604??2015-02-11?01:02??lxzhASS\LxzhClass\MouseHook.cs
?????文件????????1438??2015-02-11?01:02??lxzhASS\LxzhClass\RegistryUtil.cs
?????文件????????7716??2015-02-11?01:02??lxzhASS\LxzhClass\Util.cs
?????文件????????8199??2015-02-11?01:02??lxzhASS\LxzhClass\Win32.cs
?????目錄???????????0??2015-02-11?01:02??lxzhASS\LxzhControl\
?????文件?????????362??2015-02-11?01:02??lxzhASS\LxzhControl\ColorBoxDesginer.cs
?????文件???????29896??2015-02-11?01:02??lxzhASS\LxzhControl\ImageProcessBox.cs
?????文件????????1353??2015-02-11?01:02??lxzhASS\LxzhControl\ImageProcessBox.Designer.cs
?????文件????????5873??2015-02-11?01:02??lxzhASS\LxzhControl\ImageProcessBox.resx
?????文件?????????664??2015-02-11?01:02??lxzhASS\LxzhControl\LCheckBox.cs
?????文件?????????969??2015-02-11?01:02??lxzhASS\LxzhControl\LCheckBox.Designer.cs
?????文件?????????668??2015-02-11?01:02??lxzhASS\LxzhControl\LComboBox.cs
?????文件?????????969??2015-02-11?01:02??lxzhASS\LxzhControl\LComboBox.Designer.cs
............此處省略112個文件信息
評論
共有 條評論