-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zhenfei.mzf
committed
Jul 21, 2022
1 parent
020dbe8
commit cb1f3f8
Showing
7 changed files
with
211 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,13 +13,11 @@ | |
#undef APSTUDIO_READONLY_SYMBOLS | ||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
// ����(�����) resources | ||
// ����(���壬�й�) resources | ||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS) | ||
#ifdef _WIN32 | ||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED | ||
#pragma code_page(936) | ||
#endif //_WIN32 | ||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
|
@@ -32,30 +30,32 @@ CAPTION " | |
FONT 8, "MS Shell Dlg", 0, 0, 0x1 | ||
BEGIN | ||
ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20 | ||
LTEXT "�������� Version 0.2",IDC_STATIC,40,10,119,8,SS_NOPREFIX | ||
LTEXT "Copyright (C) [email protected] 2021",IDC_STATIC,40,25,188,8 | ||
LTEXT "�������� Version 0.3",IDC_STATIC,40,10,119,8,SS_NOPREFIX | ||
LTEXT "Copyright (C) [email protected] 2021-2022",IDC_STATIC,40,25,188,8 | ||
DEFPUSHBUTTON "OK",IDOK,178,7,50,16,WS_GROUP | ||
END | ||
|
||
IDD_ANTIRECALL_DIALOG DIALOGEX 0, 0, 309, 83 | ||
IDD_ANTIRECALL_DIALOG DIALOGEX 0, 0, 335, 108 | ||
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | ||
EXSTYLE WS_EX_APPWINDOW | ||
CAPTION "�������֣���Ϣ�����أ� V0.2" | ||
CAPTION "�������� V0.3.20220721" | ||
FONT 8, "MS Shell Dlg", 0, 0, 0x1 | ||
BEGIN | ||
DEFPUSHBUTTON "���Ҵ�",IDOK,199,61,50,15 | ||
PUSHBUTTON "��������",ID_BTN_REVERT,252,60,50,16 | ||
DEFPUSHBUTTON "���Ҵ�",IDOK,218,86,50,15 | ||
PUSHBUTTON "��������",ID_BTN_REVERT,278,85,50,16 | ||
LTEXT "ѡ��Ӧ�ã�",IDC_STATIC_CHOSE_APP,7,6,41,8 | ||
CONTROL "����",IDC_RADIO_DINGTALK,"Button",BS_AUTORADIOBUTTON,48,6,32,10 | ||
LTEXT "Ӧ��·����",IDC_STATIC_APP_PATH,7,24,41,8 | ||
EDITTEXT IDC_EDIT_APP_PATH,48,21,225,14,ES_AUTOHSCROLL | ||
PUSHBUTTON "...",IDC_BTN_BROWSE_APP,275,21,27,14 | ||
LTEXT "��ǰ�汾��",IDC_STATIC_CURRT_VERSION,7,41,41,8 | ||
LTEXT "N/A",IDC_STATIC_VERSION_NUM,48,42,66,8 | ||
LTEXT "����״̬��",IDC_STATIC_CURRT_VERSION2,127,41,41,8 | ||
LTEXT "N/A",IDC_STATIC_PATCH_STATUS,168,41,134,8 | ||
LTEXT "������ҳ��",IDC_STATIC_CURRT_VERSION3,7,58,41,8 | ||
LTEXT "GitHub/DingTalk_Assistant",IDC_STATIC_GITHUB,48,58,87,8 | ||
LTEXT "Ӧ��·����",IDC_STATIC_APP_PATH,7,26,41,8 | ||
EDITTEXT IDC_EDIT_APP_PATH,48,23,244,14,ES_AUTOHSCROLL | ||
PUSHBUTTON "...",IDC_BTN_BROWSE_APP,301,23,27,14 | ||
LTEXT "��ǰ�汾��",IDC_STATIC_CURRT_VERSION,7,47,41,8 | ||
LTEXT "N/A",IDC_STATIC_VERSION_NUM,48,48,66,8 | ||
LTEXT "����״̬��",IDC_STATIC_CURRT_VERSION2,174,47,41,8 | ||
LTEXT "N/A",IDC_STATIC_PATCH_STATUS,216,47,108,8 | ||
LTEXT "������ҳ��",IDC_STATIC_CURRT_VERSION3,7,65,41,8 | ||
LTEXT "GitHub/DingTalk_Assistant",IDC_STATIC_GITHUB,48,65,87,8 | ||
LTEXT "QQ��",IDC_STATIC_CURRT_VERSION4,175,64,20,8 | ||
LTEXT "2059233565",IDC_STATIC_QQ,215,64,41,8 | ||
END | ||
|
||
|
||
|
@@ -104,7 +104,7 @@ END | |
// | ||
|
||
#ifdef APSTUDIO_INVOKED | ||
GUIDELINES DESIGNINFO | ||
GUIDELINES DESIGNINFO | ||
BEGIN | ||
IDD_ABOUTBOX, DIALOG | ||
BEGIN | ||
|
@@ -117,36 +117,50 @@ BEGIN | |
IDD_ANTIRECALL_DIALOG, DIALOG | ||
BEGIN | ||
LEFTMARGIN, 7 | ||
RIGHTMARGIN, 302 | ||
RIGHTMARGIN, 328 | ||
TOPMARGIN, 6 | ||
BOTTOMMARGIN, 76 | ||
BOTTOMMARGIN, 101 | ||
END | ||
END | ||
#endif // APSTUDIO_INVOKED | ||
|
||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// AFX_DIALOG_LAYOUT | ||
// | ||
|
||
IDD_ANTIRECALL_DIALOG AFX_DIALOG_LAYOUT | ||
BEGIN | ||
0 | ||
END | ||
|
||
IDD_ABOUTBOX AFX_DIALOG_LAYOUT | ||
BEGIN | ||
0 | ||
END | ||
|
||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// String Table | ||
// | ||
|
||
STRINGTABLE | ||
STRINGTABLE | ||
BEGIN | ||
IDS_ABOUTBOX "&����..." | ||
END | ||
|
||
#endif // ����(�����) resources | ||
#endif // ����(���壬�й�) resources | ||
///////////////////////////////////////////////////////////////////////////// | ||
|
||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
// Ӣ��(����) resources | ||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) | ||
#ifdef _WIN32 | ||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | ||
#pragma code_page(1252) | ||
#endif //_WIN32 | ||
|
||
#ifdef APSTUDIO_INVOKED | ||
///////////////////////////////////////////////////////////////////////////// | ||
|
@@ -192,6 +206,7 @@ END | |
// Icon with lowest ID value placed first to ensure application icon | ||
// remains consistent on all systems. | ||
IDR_MAINFRAME ICON "res\\AntiRecall.ico" | ||
|
||
#endif // Ӣ��(����) resources | ||
///////////////////////////////////////////////////////////////////////////// | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,147 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|Win32"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|Win32"> | ||
<Configuration>Release</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{C0400773-C634-4147-BF99-1B680E7D66FE}</ProjectGuid> | ||
<RootNamespace>AntiRecall</RootNamespace> | ||
<Keyword>MFCProj</Keyword> | ||
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<PlatformToolset>v141</PlatformToolset> | ||
<UseOfMfc>Static</UseOfMfc> | ||
<CharacterSet>Unicode</CharacterSet> | ||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<PlatformToolset>v141</PlatformToolset> | ||
<UseOfMfc>Static</UseOfMfc> | ||
<CharacterSet>Unicode</CharacterSet> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup> | ||
<_ProjectFileVersion>15.0.28307.799</_ProjectFileVersion> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||
<IntDir>$(Configuration)\</IntDir> | ||
<LinkIncremental>true</LinkIncremental> | ||
<TargetName>DTAssist</TargetName> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||
<IntDir>$(Configuration)\</IntDir> | ||
<LinkIncremental>false</LinkIncremental> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<Midl> | ||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<MkTypLibCompatible>false</MkTypLibCompatible> | ||
<ValidateAllParameters>false</ValidateAllParameters> | ||
</Midl> | ||
<ClCompile> | ||
<Optimization>Disabled</Optimization> | ||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<MinimalRebuild>true</MinimalRebuild> | ||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
<PrecompiledHeader>Use</PrecompiledHeader> | ||
<WarningLevel>Level3</WarningLevel> | ||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
</ClCompile> | ||
<ResourceCompile> | ||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<Culture>0x0409</Culture> | ||
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
</ResourceCompile> | ||
<Link> | ||
<OutputFile>$(OutDir)DTAssist.exe</OutputFile> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<SubSystem>Windows</SubSystem> | ||
<TargetMachine>MachineX86</TargetMachine> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<Midl> | ||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<MkTypLibCompatible>false</MkTypLibCompatible> | ||
<ValidateAllParameters>false</ValidateAllParameters> | ||
</Midl> | ||
<ClCompile> | ||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<MinimalRebuild>false</MinimalRebuild> | ||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
<PrecompiledHeader>Use</PrecompiledHeader> | ||
<WarningLevel>Level3</WarningLevel> | ||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
</ClCompile> | ||
<ResourceCompile> | ||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<Culture>0x0409</Culture> | ||
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
</ResourceCompile> | ||
<Link> | ||
<OutputFile>$(OutDir)DTAssist.exe</OutputFile> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<SubSystem>Windows</SubSystem> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<TargetMachine>MachineX86</TargetMachine> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<ClCompile Include="AntiRecall.cpp" /> | ||
<ClCompile Include="AntiRecallDlg.cpp" /> | ||
<ClCompile Include="stdafx.cpp"> | ||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> | ||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> | ||
</ClCompile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="AntiRecall.h" /> | ||
<ClInclude Include="AntiRecallDlg.h" /> | ||
<ClInclude Include="Resource.h" /> | ||
<ClInclude Include="stdafx.h" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Image Include="res\AntiRecall.ico" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ResourceCompile Include="AntiRecall.rc" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="res\AntiRecall.rc2" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Text Include="ReadMe.txt" /> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
<ProjectExtensions> | ||
<VisualStudio> | ||
<UserProperties RESOURCE_FILE="AntiRecall.rc" /> | ||
</VisualStudio> | ||
</ProjectExtensions> | ||
</Project> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters