Merge pull request #920 from RaiKoHoff/Dev_Master

Add MUI resource template (engl.) projects for Korean language
This commit is contained in:
Rainer Kottenhoff 2019-02-12 12:20:30 +01:00 committed by GitHub
commit d9dc743070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
41 changed files with 4086 additions and 217 deletions

View File

@ -1,6 +1,6 @@
;* Notepad3 - Installer script
;*
;* Copyright (C) 2008-2016 Rizonesoft
;* (c) Rizonesoft 2008-2019
; Requirements:
; Inno Setup: http://www.jrsoftware.org/isdl.php
@ -31,13 +31,14 @@
#ifnexist bindir + "\Release_x64_v141\minipath.exe"
#error Compile MiniPath x64 first
#endif
#ifnexist bindir + "\Release_x64_v141\np3encrypt.exe"
#ifnexist bindir + "\Release_x64_v141\np3encrypt.exe"
#error Compile np3encrypt.exe x64 first
#endif
#define app_version GetFileVersion(bindir + "\Release_x86_v141\Notepad3.exe")
#define app_name "Notepad3"
#define app_copyright "Copyright © 2008-2016, Rizonesoft."
#define app_copyright "(c) Rizonesoft 2008-2019"
#define quick_launch "{userappdata}\Microsoft\Internet Explorer\Quick Launch"
[Setup]

View File

@ -7,6 +7,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Notepad3", "src\Notepad3.vc
{9DC82B0D-2484-4925-92AD-1237C64CCB78} = {9DC82B0D-2484-4925-92AD-1237C64CCB78}
{5877B917-512B-49F5-B514-1B4159E7A9CA} = {5877B917-512B-49F5-B514-1B4159E7A9CA}
{146D0122-33C6-4C1B-9E7A-178DEC80842E} = {146D0122-33C6-4C1B-9E7A-178DEC80842E}
{0FA07345-601B-474E-99C0-7E61E70DA72E} = {0FA07345-601B-474E-99C0-7E61E70DA72E}
{C8E80B4C-C0FD-4119-A05A-AB372A61007F} = {C8E80B4C-C0FD-4119-A05A-AB372A61007F}
{76A53B4D-3011-4AAB-8DE9-C0D080FA95CF} = {76A53B4D-3011-4AAB-8DE9-C0D080FA95CF}
{9B31015C-CB08-4B4B-A957-313A93F862F5} = {9B31015C-CB08-4B4B-A957-313A93F862F5}
@ -24,6 +25,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minipath", "minipath\minipa
{4D474510-CD21-4EF7-974D-706775B1A83C} = {4D474510-CD21-4EF7-974D-706775B1A83C}
{5F11951A-9DB3-454B-A90C-693387D4C85A} = {5F11951A-9DB3-454B-A90C-693387D4C85A}
{954B9D26-1735-4674-8279-FF2C44E4258B} = {954B9D26-1735-4674-8279-FF2C44E4258B}
{18CD506D-5596-4B58-B868-57FAAC657C6B} = {18CD506D-5596-4B58-B868-57FAAC657C6B}
{73B1A06D-F536-4F39-80AA-798A1E8023DE} = {73B1A06D-F536-4F39-80AA-798A1E8023DE}
{53DB2F85-DEEA-4FC0-A89F-1DF5B534A250} = {53DB2F85-DEEA-4FC0-A89F-1DF5B534A250}
{BF3DEE96-735B-4A5E-95DD-3D3661B62EEF} = {BF3DEE96-735B-4A5E-95DD-3D3661B62EEF}
@ -148,6 +150,16 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "np3_ko_kr", "language\np3_ko_kr\np3_ko_kr.vcxproj", "{0FA07345-601B-474E-99C0-7E61E70DA72E}"
ProjectSection(ProjectDependencies) = postProject
{9DC82B0D-2484-4925-92AD-1237C64CCB78} = {9DC82B0D-2484-4925-92AD-1237C64CCB78}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_ko_kr", "minipath\language\mp_ko_kr\mp_ko_kr.vcxproj", "{18CD506D-5596-4B58-B868-57FAAC657C6B}"
ProjectSection(ProjectDependencies) = postProject
{29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@ -376,6 +388,22 @@ Global
{BA9900A1-6FB6-4A6E-A817-830CB6F3D009}.Release|Win32.Build.0 = Release|Win32
{BA9900A1-6FB6-4A6E-A817-830CB6F3D009}.Release|x64.ActiveCfg = Release|x64
{BA9900A1-6FB6-4A6E-A817-830CB6F3D009}.Release|x64.Build.0 = Release|x64
{0FA07345-601B-474E-99C0-7E61E70DA72E}.Debug|Win32.ActiveCfg = Debug|Win32
{0FA07345-601B-474E-99C0-7E61E70DA72E}.Debug|Win32.Build.0 = Debug|Win32
{0FA07345-601B-474E-99C0-7E61E70DA72E}.Debug|x64.ActiveCfg = Debug|x64
{0FA07345-601B-474E-99C0-7E61E70DA72E}.Debug|x64.Build.0 = Debug|x64
{0FA07345-601B-474E-99C0-7E61E70DA72E}.Release|Win32.ActiveCfg = Release|Win32
{0FA07345-601B-474E-99C0-7E61E70DA72E}.Release|Win32.Build.0 = Release|Win32
{0FA07345-601B-474E-99C0-7E61E70DA72E}.Release|x64.ActiveCfg = Release|x64
{0FA07345-601B-474E-99C0-7E61E70DA72E}.Release|x64.Build.0 = Release|x64
{18CD506D-5596-4B58-B868-57FAAC657C6B}.Debug|Win32.ActiveCfg = Debug|Win32
{18CD506D-5596-4B58-B868-57FAAC657C6B}.Debug|Win32.Build.0 = Debug|Win32
{18CD506D-5596-4B58-B868-57FAAC657C6B}.Debug|x64.ActiveCfg = Debug|x64
{18CD506D-5596-4B58-B868-57FAAC657C6B}.Debug|x64.Build.0 = Debug|x64
{18CD506D-5596-4B58-B868-57FAAC657C6B}.Release|Win32.ActiveCfg = Release|Win32
{18CD506D-5596-4B58-B868-57FAAC657C6B}.Release|Win32.Build.0 = Release|Win32
{18CD506D-5596-4B58-B868-57FAAC657C6B}.Release|x64.ActiveCfg = Release|x64
{18CD506D-5596-4B58-B868-57FAAC657C6B}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

View File

@ -112,10 +112,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\af-ZA"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0436 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\af-ZA\np3lng.dll.mui"
@ -124,7 +120,7 @@
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0809</Culture>
<Culture>0x0436</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
@ -142,10 +138,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\af-ZA"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0436 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\af-ZA\np3lng.dll.mui"
@ -154,7 +146,7 @@
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0809</Culture>
<Culture>0x0436</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
@ -178,10 +170,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\af-ZA"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0436 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\af-ZA\np3lng.dll.mui"
@ -190,7 +178,7 @@
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0809</Culture>
<Culture>0x0436</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
@ -214,10 +202,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\af-ZA"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0436 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\af-ZA\np3lng.dll.mui"
@ -226,7 +210,7 @@
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0809</Culture>
<Culture>0x0436</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>

View File

@ -112,10 +112,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\be-BY"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0423 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\be-BY\np3lng.dll.mui"
@ -142,10 +138,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\be-BY"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0423 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\be-BY\np3lng.dll.mui"
@ -178,10 +170,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\be-BY"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0423 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\be-BY\np3lng.dll.mui"
@ -214,10 +202,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\be-BY"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0423 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\be-BY\np3lng.dll.mui"

View File

@ -112,10 +112,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\de-DE"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0407 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\de-DE\np3lng.dll.mui"
@ -142,10 +138,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\de-DE"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0407 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\de-DE\np3lng.dll.mui"
@ -178,10 +170,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\de-DE"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0407 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\de-DE\np3lng.dll.mui"
@ -214,10 +202,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\de-DE"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0407 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\de-DE\np3lng.dll.mui"

View File

@ -112,10 +112,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\en-GB"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0809 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\en-GB\np3lng.dll.mui"
@ -142,10 +138,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\en-GB"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0809 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\en-GB\np3lng.dll.mui"
@ -178,10 +170,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\en-GB"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0809 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\en-GB\np3lng.dll.mui"
@ -214,10 +202,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\en-GB"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0809 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\en-GB\np3lng.dll.mui"

View File

@ -112,10 +112,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\en-US"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0409 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)..\np3lng.dll" "$(TargetDir)..\en-US\np3lng.dll.mui"
@ -141,10 +137,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\en-US"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0409 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)..\np3lng.dll" "$(TargetDir)..\en-US\np3lng.dll.mui"
@ -176,10 +168,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\en-US"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0409 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)..\np3lng.dll" "$(TargetDir)..\en-US\np3lng.dll.mui"
@ -211,10 +199,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\en-US"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0409 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)..\np3lng.dll" "$(TargetDir)..\en-US\np3lng.dll.mui"

View File

@ -112,19 +112,15 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0c0a</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\es-ES"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0C0A -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\es-ES\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\es-ES\np3lng.dll.mui"
</Command>
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0C0A -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\es-ES\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\es-ES\np3lng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0423</Culture>
<Culture>0x0c0a</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
@ -142,19 +138,15 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0c0a</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\es-ES"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0C0A -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\es-ES\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\es-ES\np3lng.dll.mui"
</Command>
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0C0A -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\es-ES\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\es-ES\np3lng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0423</Culture>
<Culture>0x0c0a</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
@ -178,19 +170,15 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0c0a</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\es-ES"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0C0A -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\es-ES\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\es-ES\np3lng.dll.mui"
</Command>
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0C0A -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\es-ES\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\es-ES\np3lng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0423</Culture>
<Culture>0x0c0a</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
@ -214,19 +202,15 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0c0a</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\es-ES"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0C0A -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\es-ES\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\es-ES\np3lng.dll.mui"
</Command>
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0C0A -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\es-ES\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\es-ES\np3lng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0423</Culture>
<Culture>0x0c0a</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>

View File

@ -112,10 +112,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x040c</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\fr-FR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x040C -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\fr-FR\np3lng.dll.mui"
@ -124,7 +120,7 @@
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0423</Culture>
<Culture>0x040c</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
@ -142,10 +138,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x040c</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\fr-FR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x040C -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\fr-FR\np3lng.dll.mui"
@ -154,7 +146,7 @@
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0423</Culture>
<Culture>0x040c</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
@ -178,10 +170,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x040c</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\fr-FR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x040C -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\fr-FR\np3lng.dll.mui"
@ -190,7 +178,7 @@
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0423</Culture>
<Culture>0x040c</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
@ -214,10 +202,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x040c</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\fr-FR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x040C -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\fr-FR\np3lng.dll.mui"
@ -226,7 +210,7 @@
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0423</Culture>
<Culture>0x040c</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>

View File

@ -112,10 +112,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ja-JP"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0411 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ja-JP\np3lng.dll.mui"
@ -142,10 +138,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ja-JP"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0411 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ja-JP\np3lng.dll.mui"
@ -178,10 +170,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ja-JP"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0411 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ja-JP\np3lng.dll.mui"
@ -214,10 +202,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ja-JP"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0411 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ja-JP\np3lng.dll.mui"

View File

@ -0,0 +1,901 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winresrc.h"
#include "../common_res.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Korean (Korea) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code) (Win-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winresrc.h""\r\n"
"#include ""../common_res.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_MUI_ABOUT DIALOGEX 0, 0, 400, 274
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_NOFAILCREATE | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About Notepad3"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
DEFPUSHBUTTON "OK",IDOK,330,256,50,14
EDITTEXT IDC_VERSION,77,7,220,14,ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
LTEXT "Scintilla Library Version:",IDC_SCI_VERSION,80,24,219,8
LTEXT "Build with:",IDC_COMPILER,80,35,218,8
LTEXT "IDC_COPYRIGHT",IDC_COPYRIGHT,80,52,218,8
LTEXT "IDC_TRANSL_AUTH",IDC_TRANSL_AUTH,80,64,218,8
LTEXT "",IDC_WEBPAGE2,190,55,100,8,NOT WS_VISIBLE | WS_DISABLED
CONTROL "",IDC_WEBPAGE,"SysLink",WS_TABSTOP,200,52,100,10
CONTROL IDR_RIZBITMAP,IDC_RIZONEBMP,"Static",SS_BITMAP | SS_NOTIFY | SS_REALSIZEIMAGE,305,7,130,20,WS_EX_TRANSPARENT
PUSHBUTTON "Copy Version Text",IDC_COPYVERSTRG,304,35,76,14,BS_FLAT
CONTROL "",IDC_RICHEDITABOUT,RICHEDIT_CONTROL_VER,WS_VSCROLL | WS_HSCROLL | WS_TABSTOP | 0x29c4,20,80,360,170
END
IDD_MUI_CMDLINEHELP DIALOGEX 0, 0, 300, 210
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Command Line Help"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
DEFPUSHBUTTON "OK",IDOK,239,187,55,16
EDITTEXT IDC_CMDLINEHELP,15,7,278,176,ES_MULTILINE | ES_READONLY | NOT WS_BORDER | WS_VSCROLL
END
IDD_MUI_FIND DIALOGEX 0, 0, 273, 142
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_NOFAILCREATE | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Find Text"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Search Strin&g:",IDC_STATIC,7,7,46,8
COMBOBOX IDC_FINDTEXT,7,17,192,116,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "Match &case",IDC_FINDCASE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,37,53,10
CONTROL "Match &whole word only",IDC_FINDWORD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,49,89,10
CONTROL "Match &beginning of word only",IDC_FINDSTART,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,61,110,10
CONTROL "&Transform backslashes",IDC_FINDTRANSFORMBS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,73,85,10
CONTROL "Regular &expression search",IDC_FINDREGEXP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,85,96,10
CONTROL "Dot &matches all",IDC_DOT_MATCH_ALL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,96,65,10
CONTROL "&Don't wrap around",IDC_NOWRAP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,37,75,10
CONTROL "C&lose after find",IDC_FINDCLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,49,65,10
CONTROL "Mark &Occurrences",IDC_ALL_OCCURRENCES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,61,73,10
CONTROL "W&ildcard Search",IDC_WILDCARDSEARCH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,85,63,10
CONTROL "Transparent mode on losing focus",IDC_TRANSPARENT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,118,124,10
DEFPUSHBUTTON "&Find Next",IDOK,211,7,55,14
PUSHBUTTON "Find &Previous",IDC_FINDPREV,211,24,55,14
PUSHBUTTON "Close",IDCANCEL,212,99,54,14
CONTROL "<a>Goto Replace (Ctrl+H)</a>",IDC_TOGGLEFINDREPLACE,
"SysLink",0x0,125,103,74,10
CONTROL "<a>(?)</a>",IDC_REGEXPHELP,"SysLink",0x0,106,85,14,10
CONTROL "<a>(?)</a>",IDC_BACKSLASHHELP,"SysLink",0x0,106,73,14,10
CONTROL "<a>(?)</a>",IDC_WILDCARDHELP,"SysLink",0x0,191,85,14,10
CONTROL "",IDS_FR_STATUS_TEXT,"Static",SS_LEFTNOWORDWRAP,7,130,259,9,WS_EX_STATICEDGE
PUSHBUTTON "Focused &View",IDC_TOGGLE_VISIBILITY,211,65,55,14
END
IDD_MUI_REPLACE DIALOGEX 0, 0, 273, 168
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_NOFAILCREATE | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Replace Text"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Search Strin&g:",IDC_STATIC,7,7,46,8
COMBOBOX IDC_FINDTEXT,7,17,192,116,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
LTEXT "Replace wit&h:",IDC_STATIC,7,36,44,8
COMBOBOX IDC_REPLACETEXT,7,47,192,116,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "Match &case",IDC_FINDCASE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,66,53,10
CONTROL "Match &whole word only",IDC_FINDWORD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,78,89,10
CONTROL "Match &beginning of word only",IDC_FINDSTART,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,90,110,10
CONTROL "&Transform backslashes",IDC_FINDTRANSFORMBS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,102,89,10
CONTROL "Regular &expression search",IDC_FINDREGEXP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,114,97,10
CONTROL "Dot &matches all",IDC_DOT_MATCH_ALL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,125,65,10
CONTROL "&Don't wrap around",IDC_NOWRAP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,66,75,10
CONTROL "C&lose after replace",IDC_FINDCLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,78,77,10
CONTROL "Mark &Occurrences",IDC_ALL_OCCURRENCES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,90,73,10
CONTROL "W&ildcard Search",IDC_WILDCARDSEARCH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,114,63,10
CONTROL "Transparent mode on losing focus",IDC_TRANSPARENT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,144,124,10
DEFPUSHBUTTON "&Find Next",IDOK,211,7,55,14
PUSHBUTTON "Find &Previous",IDC_FINDPREV,211,23,55,14
PUSHBUTTON "&Replace",IDC_REPLACE,211,43,55,14
PUSHBUTTON "In &Selection",IDC_REPLACEINSEL,211,59,55,14
PUSHBUTTON "Replace &All",IDC_REPLACEALL,211,75,55,14
PUSHBUTTON "Swap Strings",IDC_SWAPSTRG,150,32,49,12
PUSHBUTTON "Close",IDCANCEL,211,126,55,14
CONTROL "<a>Goto Find (Ctrl+F)</a>",IDC_TOGGLEFINDREPLACE,
"SysLink",0x0,125,130,74,10
CONTROL "<a>(?)</a>",IDC_BACKSLASHHELP,"SysLink",0x0,107,102,14,10
CONTROL "<a>(?)</a>",IDC_REGEXPHELP,"SysLink",0x0,107,114,14,10
CONTROL "<a>(?)</a>",IDC_WILDCARDHELP,"SysLink",0x0,191,114,14,10
CONTROL "",IDS_FR_STATUS_TEXT,"Static",SS_LEFTNOWORDWRAP,7,156,259,9,WS_EX_STATICEDGE
PUSHBUTTON "Focused &View",IDC_TOGGLE_VISIBILITY,211,94,55,14
END
IDD_MUI_RUN DIALOGEX 0, 0, 229, 96
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Run"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_MUI_RUN,IDC_STATIC,10,7,21,20
LTEXT "Type the name of a program, folder, document, or internet resource, and Windows will open it for you.",IDC_STATIC,39,7,179,17
EDITTEXT IDC_COMMANDLINE,10,35,208,13,ES_AUTOHSCROLL
PUSHBUTTON "Browse...",IDC_SEARCHEXE,163,69,55,16
DEFPUSHBUTTON "OK",IDOK,47,69,55,16
PUSHBUTTON "Cancel",IDCANCEL,105,69,55,16
END
IDD_MUI_OPENWITH DIALOGEX 0, 0, 165, 129
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Open with..."
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "",IDC_OPENWITHDIR,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,7,151,69
PUSHBUTTON "",IDC_GETOPENWITHDIR,7,83,13,13
LTEXT "Click here to specify the directory with links to your favourite applications.",IDC_OPENWITHDESCR,26,83,132,18
DEFPUSHBUTTON "OK",IDOK,52,108,50,14
PUSHBUTTON "Cancel",IDCANCEL,108,108,50,14
SCROLLBAR IDC_RESIZEGRIP3,7,112,10,10
END
IDD_MUI_DEFENCODING DIALOGEX 0, 0, 197, 172
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Encoding"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
GROUPBOX "Default Encoding (new file):",IDC_STATIC,7,7,183,48,0,WS_EX_TRANSPARENT
CONTROL "",IDC_ENCODINGLIST,"ComboBoxEx32",CBS_DROPDOWNLIST | WS_CLIPSIBLINGS | WS_VSCROLL | WS_TABSTOP,14,19,167,128
CONTROL "Use as &fallback on detection failure.",IDC_USEASREADINGFALLBACK,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,38,155,10
GROUPBOX "Encoding Detection: ",IDC_STATIC,7,58,183,88,0,WS_EX_TRANSPARENT
CONTROL "Open 7-bit &ASCII files in UTF-8 mode.",IDC_ASCIIASUTF8,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,70,136,10
CONTROL "Use &reliable detection results only.",IDC_RELIABLE_DETECTION_RES,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,82,122,10
CONTROL "Open 8-bit *.&nfo/diz files in DOS-437 mode.",IDC_NFOASOEM,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,94,155,10
CONTROL "Don't parse encoding file &tags.",IDC_ENCODINGFROMFILEVARS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,106,126,10
CONTROL "Skip &ANSI Code Page detection.",IDC_NOANSICPDETECTION,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,118,122,10
CONTROL "Skip &UNICODE detection.",IDC_NOUNICODEDETECTION,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,130,122,10
DEFPUSHBUTTON "OK",IDOK,87,151,50,14
PUSHBUTTON "Cancel",IDCANCEL,140,151,50,14
END
IDD_MUI_DEFEOLMODE DIALOGEX 0, 0, 196, 80
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Line Endings"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
LTEXT "&Default line ending mode:",IDC_STATIC,7,7,116,8
COMBOBOX IDC_EOLMODELIST,7,20,118,81,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "Show inconsistent line-breaks warning.",IDC_WARN_INCONSISTENT_EOLS,
"Button",BS_AUTOCHECKBOX | BS_VCENTER | WS_TABSTOP,7,40,186,10
CONTROL "&Ensure consistent line-breaks when saving.",IDC_CONSISTENT_EOLS,
"Button",BS_AUTOCHECKBOX | BS_VCENTER | WS_TABSTOP,7,52,182,10
CONTROL "&Strip trailing blanks when saving.",IDC_AUTOSTRIPBLANKS,
"Button",BS_AUTOCHECKBOX | BS_VCENTER | WS_TABSTOP,7,64,173,10
DEFPUSHBUTTON "OK",IDOK,139,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,139,24,50,14
END
IDD_MUI_LINENUM DIALOGEX 0, 0, 115, 95
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Goto"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Line:",IDC_LINE_TEXT,7,8,101,8
EDITTEXT IDC_LINENUM,7,18,101,12,ES_AUTOHSCROLL
LTEXT "&Column:",IDC_COLUMN_TEXT,7,40,101,8
EDITTEXT IDC_COLNUM,7,50,101,12,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,58,74,50,14
PUSHBUTTON "Cancel",IDCANCEL,7,74,50,14
END
IDD_MUI_FILEMRU DIALOGEX 0, 0, 269, 160
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Open Recent File"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "",IDC_FILEMRU,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,7,255,97
CONTROL "&Preserve caret position.",IDC_PRESERVECARET,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,119,96,10
CONTROL "&Save recent file list on exit.",IDC_SAVEMRU,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,107,96,10
CONTROL "&Remember search pattern.",IDC_REMEMBERSEARCHPATTERN,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,130,96,10
PUSHBUTTON "Discard",IDC_REMOVE,212,107,50,14,WS_DISABLED
DEFPUSHBUTTON "OK",IDOK,154,139,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,212,139,50,14
SCROLLBAR IDC_RESIZEGRIP,7,143,10,10
END
IDD_MUI_CHANGENOTIFY DIALOGEX 0, 0, 184, 65
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "File Change Notification"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
CONTROL "&None.",100,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,7,35,10
CONTROL "&Display message.",101,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,19,71,10
CONTROL "&Auto-reload (unmodified).",102,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,31,99,10
CONTROL "&Reset if a new file is opened.",103,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,48,109,10
DEFPUSHBUTTON "OK",IDOK,127,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,127,24,50,14
END
IDD_MUI_STYLESELECT DIALOGEX 0, 0, 165, 134
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select Scheme"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "",IDC_STYLELIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,7,151,70
CONTROL "Set selected scheme as &default.",IDC_DEFAULTSCHEME,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,85,118,10
CONTROL "&Auto-select by filename extension.",IDC_AUTOSELECT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,95,127,10
DEFPUSHBUTTON "OK",IDOK,53,113,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,108,113,50,14
SCROLLBAR IDC_RESIZEGRIP3,7,117,10,10
END
IDD_MUI_STYLECONFIG DIALOGEX 0, 0, 467, 254
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Customise Schemes"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "",IDC_STYLELIST,"SysTreeView32",TVS_SHOWSELALWAYS | TVS_SINGLEEXPAND | WS_BORDER | WS_HSCROLL | WS_TABSTOP,7,7,164,240
LTEXT "",IDC_STYLELABEL_ROOT,181,141,279,8
EDITTEXT IDC_STYLEEDIT_ROOT,181,152,279,12,ES_AUTOHSCROLL
LTEXT "",IDC_STYLELABEL,181,171,279,8
EDITTEXT IDC_STYLEEDIT,181,183,279,12,ES_AUTOHSCROLL
PUSHBUTTON "For&e...",IDC_STYLEFORE,181,201,46,14
PUSHBUTTON "&Back...",IDC_STYLEBACK,232,201,46,14
PUSHBUTTON "&Font...",IDC_STYLEFONT,283,201,42,14
PUSHBUTTON "&Preview",IDC_PREVIEW,330,201,42,14
PUSHBUTTON "&Reset",IDC_STYLEDEFAULT,377,201,42,14
PUSHBUTTON "",IDC_PREVSTYLE,426,201,15,14
PUSHBUTTON "",IDC_NEXTSTYLE,445,201,15,14
PUSHBUTTON "&Import...",IDC_IMPORT,181,233,50,14
PUSHBUTTON "E&xport...",IDC_EXPORT,237,233,50,14
DEFPUSHBUTTON "OK",IDOK,355,233,50,14
PUSHBUTTON "Cancel",IDCANCEL,410,233,50,14
GROUPBOX "Info",IDC_STATIC,180,7,280,127
ICON IDI_MUI_STYLES,IDC_STATIC,189,19,20,20
LTEXT "Customise Schemes",IDC_TITLE,220,25,200,12
EDITTEXT IDC_STYLEEDIT_HELP, 197, 50, 252, 74, ES_MULTILINE | ES_READONLY | NOT WS_BORDER
END
IDD_MUI_TABSETTINGS DIALOGEX 0, 0, 174, 102
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Tab Settings"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Tabulator width:",IDC_STATIC,7,10,54,8
EDITTEXT IDC_TAB_WIDTH,67,7,30,14,ES_AUTOHSCROLL
LTEXT "&Indentation size:",IDC_STATIC,7,30,55,8
EDITTEXT IDC_INDENT_DEPTH,67,27,30,14,ES_AUTOHSCROLL
CONTROL "Insert tabs as &spaces.",IDC_TAB_AS_SPC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,47,150,10
CONTROL "Tab &key reformats indentation.",IDC_TAB_INDENTS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,59,150,10
CONTROL "&Backspace key reformats indentation.",IDC_BACKTAB_INDENTS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,71,150,10
CONTROL "&Warning on inconsistent indentation.",IDC_WARN_INCONSISTENT_INDENTS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,83,150,10
DEFPUSHBUTTON "OK",IDOK,117,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,117,27,50,14
END
IDD_MUI_LONGLINES DIALOGEX 0, 0, 184, 55
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Long Lines"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Limit for long lines:",IDC_STATIC,7,10,60,8
EDITTEXT 100,77,7,30,14,ES_AUTOHSCROLL
CONTROL "Show &edge line.",101,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,27,67,10
CONTROL "Change &background colour.",102,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,38,100,10
DEFPUSHBUTTON "OK",IDOK,127,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,127,24,50,14
END
IDD_MUI_WORDWRAP DIALOGEX 0, 0, 196, 100
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Word Wrap Settings"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
COMBOBOX 100,7,7,182,196,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX 101,7,24,182,196,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX 102,7,41,182,196,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX 103,7,58,182,196,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK",IDOK,83,79,50,14
PUSHBUTTON "Cancel",IDCANCEL,139,79,50,14
LTEXT "No wrap indent|Wrap indent by 1 character|Wrap indent by 2 characters|Wrap indent by 1 level|Wrap indent by 2 levels|Wrap indent as first subline|Wrap indent 1 level more than first subline",200,0,0,615,8,NOT WS_VISIBLE
LTEXT "No visual indicators before wrap|Show visual indicators before wrap (near text)|Show visual indicators before wrap (near borders)",201,0,0,418,8,NOT WS_VISIBLE
LTEXT "No visual indicators after wrap|Show visual indicators after wrap (near text)|Show visual indicators after wrap (near borders)",202,0,0,402,8,NOT WS_VISIBLE
LTEXT "Wrap text between words|Wrap text between any glyphs",203,0,0,187,8,NOT WS_VISIBLE
END
IDD_MUI_PAGESETUP DIALOGEX 5, 5, 356, 260
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Page Setup"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
GROUPBOX "Paper",1073,8,8,224,56,WS_GROUP
LTEXT "Si&ze:",1089,16,24,36,8
COMBOBOX 1137,64,23,160,160,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_GROUP | WS_TABSTOP
LTEXT "&Source:",1090,16,45,36,8
COMBOBOX 1138,64,42,160,160,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_GROUP | WS_TABSTOP
GROUPBOX "Orientation",1072,8,69,64,56,WS_GROUP
CONTROL "P&ortrait",1056,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,16,82,52,12
CONTROL "L&andscape",1057,"Button",BS_AUTORADIOBUTTON,16,103,52,12
GROUPBOX "Margins",1075,80,69,152,56,WS_GROUP
LTEXT "&Left:",1102,88,85,32,8
EDITTEXT 1155,120,82,28,12,WS_GROUP
LTEXT "&Right:",1103,164,85,32,8
EDITTEXT 1157,196,82,28,12,WS_GROUP
LTEXT "&Top:",1104,88,104,32,8
EDITTEXT 1156,120,103,28,12,WS_GROUP
LTEXT "&Bottom:",1105,164,104,32,8
EDITTEXT 1158,196,103,28,12,WS_GROUP
GROUPBOX "Headers and Footers",1074,8,130,224,56,WS_GROUP
LTEXT "&Header:",IDC_STATIC,16,146,36,8
COMBOBOX 32,64,145,160,160,CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP
LTEXT "&Footer:",IDC_STATIC,16,167,36,8
COMBOBOX 33,64,164,160,160,CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP
GROUPBOX "Print Colours",1076,8,191,224,37,WS_GROUP
LTEXT "Mo&de:",IDC_STATIC,16,207,36,8
COMBOBOX 34,64,206,160,160,CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP
GROUPBOX "Scaling",IDC_STATIC,240,170,108,58,WS_GROUP
LTEXT "&Level (10% to 500%):",IDC_STATIC,248,188,92,8
EDITTEXT 30,298,206,42,12,ES_AUTOHSCROLL
CONTROL "",31,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_HOTTRACK,282,205,11,14
DEFPUSHBUTTON "OK",IDOK,190,237,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,244,237,50,14
PUSHBUTTON "&Printer...",IDC_PRINTER,298,237,50,14
GROUPBOX "Preview",IDC_STATIC,240,8,108,157
CONTROL "",1080,"Static",SS_WHITERECT,254,47,80,80
CONTROL "",1081,"Static",SS_GRAYRECT,334,51,4,80
CONTROL "",1082,"Static",SS_GRAYRECT,262,123,80,4
END
IDD_MUI_FAVORITES DIALOGEX 0, 0, 165, 129
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Favourites"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "",IDC_FAVORITESDIR,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,7,151,69
PUSHBUTTON "",IDC_GETFAVORITESDIR,7,83,13,13
LTEXT "Click here to specify the directory with links to your favourite files.",IDC_FAVORITESDESCR,26,83,132,18
DEFPUSHBUTTON "OK",IDOK,52,108,50,14
PUSHBUTTON "Cancel",IDCANCEL,108,108,50,14
SCROLLBAR IDC_RESIZEGRIP3,7,112,10,10
END
IDD_MUI_ADDTOFAV DIALOGEX 0, 0, 172, 66
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Add to Favourites"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
LTEXT "Enter the name for the new favourites item:",IDC_STATIC,7,7,158,8
EDITTEXT 100,7,22,158,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,59,45,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,115,45,50,14
END
IDD_MUI_PASSWORDS DIALOGEX 0, 0, 311, 122
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Encryption"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
DEFPUSHBUTTON "OK",IDOK,245,98,50,14
PUSHBUTTON "Cancel",IDCANCEL,184,98,50,14
CONTROL "Set New Master Key",IDC_PWD_CHECK1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,107,60,84,10
EDITTEXT IDC_PWD_EDIT1,17,35,276,12,ES_PASSWORD | ES_AUTOHSCROLL | WS_GROUP
EDITTEXT IDC_PWD_EDIT2,17,74,277,12,ES_PASSWORD | ES_AUTOHSCROLL
LTEXT "Optional Master Key:",IDC_STATIC,17,61,72,10,NOT WS_GROUP
CONTROL "Encrypt using Passphrase",IDC_PWD_CHECK2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,21,98,10
CONTROL "Reuse Master Key",IDC_PWD_CHECK3,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,218,60,76,10
GROUPBOX "Passphrase",IDC_STATIC,7,7,297,108
CONTROL "show passphrases",IDC_PWD_CHECK4,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,97,75,10
END
IDD_MUI_READPW DIALOGEX 0, 0, 299, 81
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Decrypt File"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
DEFPUSHBUTTON "OK",IDOK,233,58,50,14
PUSHBUTTON "Cancel",IDCANCEL,175,58,50,14
EDITTEXT IDC_PWD_EDIT3,16,23,267,12,ES_PASSWORD | ES_AUTOHSCROLL | WS_GROUP
CONTROL "decrypt using the master key",IDC_PWD_CHECK3,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,163,40,117,10
LTEXT "This file has a master key",IDC_PWD_STATMPW,16,41,89,11,NOT WS_GROUP
GROUPBOX "Passphrase",IDC_STATIC,8,6,283,69
CONTROL "show passphrase",IDC_PWD_CHECK4,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,60,75,10
END
IDD_MUI_COLUMNWRAP DIALOGEX 0, 0, 130, 47
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Column Wrap"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Boundary:",IDC_STATIC,7,7,34,8
EDITTEXT IDC_COLUMNWRAP,7,24,46,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,73,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,73,24,50,14
END
IDD_MUI_MODIFYLINES DIALOGEX 0, 0, 182, 110
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Modify Lines"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Prefix text to lines:",IDC_STATIC,7,7,62,8
EDITTEXT 100,7,18,98,14,ES_AUTOHSCROLL
LTEXT "&Append text to lines:",IDC_STATIC,7,37,68,8
EDITTEXT 101,7,48,98,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,125,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,125,24,50,14
LTEXT "$(L)",200,7,72,14,8
LTEXT "$(0L)",201,30,72,18,8
LTEXT "Document line number.",IDC_STATIC,57,72,74,8
LTEXT "$(N)",202,7,82,15,8
LTEXT "$(0N)",203,30,82,19,8
LTEXT "Continuous number.",IDC_STATIC,57,82,66,8
LTEXT "$(I)",204,7,92,13,8
LTEXT "$(0I)",205,30,92,17,8
LTEXT "Continuous number (zero-based).",IDC_STATIC,57,92,109,8
END
IDD_MUI_INSERTTAG DIALOGEX 0, 0, 182, 70
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Insert HTML/XML Tag"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Opening tag (with attributes):",IDC_STATIC,7,7,97,8
EDITTEXT 100,7,18,98,14,ES_AUTOHSCROLL
LTEXT "&Closing tag (can be edited):",IDC_STATIC,7,37,90,8
EDITTEXT 101,7,48,98,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,125,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,125,24,50,14
END
IDD_MUI_ENCLOSESELECTION DIALOGEX 0, 0, 182, 70
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Enclose Selection"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Insert &before selection:",IDC_STATIC,7,7,76,8
EDITTEXT 100,7,18,98,14,ES_AUTOHSCROLL
LTEXT "Insert &after selection:",IDC_STATIC,7,37,71,8
EDITTEXT 101,7,48,98,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,125,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,125,24,50,14
END
IDD_MUI_INFOBOX DIALOGEX 0, 0, 244, 71
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Notepad3"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
ICON IDR_MAINWND48,IDC_INFOBOXICON,7,7,21,20
LTEXT "",IDC_INFOBOXTEXT,35,7,202,34
DEFPUSHBUTTON "OK",IDOK,187,50,50,14
CONTROL "&Don't display this message again.",IDC_INFOBOXCHECK,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,54,122,10
END
IDD_MUI_INFOBOX2 DIALOGEX 0, 0, 244, 71
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Notepad3"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
ICON IDR_MAINWND48,IDC_INFOBOXICON,7,7,21,20
LTEXT "",IDC_INFOBOXTEXT,35,7,202,34
PUSHBUTTON "&Yes",IDYES,131,50,50,14
PUSHBUTTON "&No",IDNO,187,50,50,14
CONTROL "&Don't display this message again.",IDC_INFOBOXCHECK,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,54,122,10
END
IDD_MUI_INFOBOX3 DIALOGEX 0, 0, 244, 71
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Notepad3"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
ICON IDR_MAINWND48,IDC_INFOBOXICON,7,7,21,20
LTEXT "",IDC_INFOBOXTEXT,35,7,202,34
DEFPUSHBUTTON "OK",IDOK,131,50,50,14
PUSHBUTTON "Cancel",IDCANCEL,187,50,50,14
CONTROL "&Don't display this message again.",IDC_INFOBOXCHECK,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,54,122,10
END
IDD_MUI_SORT DIALOGEX 0, 0, 185, 164
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Sort Lines"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
CONTROL "Sort &ascending.",100,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,7,66,10
CONTROL "Sort &descending.",101,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,19,70,10
CONTROL "Shu&ffle lines.",102,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,31,57,10
CONTROL "&Merge duplicate lines.",103,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,50,85,10
CONTROL "&Remove duplicate lines.",104,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,62,91,10
CONTROL "Remove &unique lines.",105,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,74,84,10
CONTROL "Remove &empty lines.",106,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,86,104,10
CONTROL "Remove &white-space lines.",107,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,98,104,10
CONTROL "&Case insensitive.",108,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,115,70,10
CONTROL "Logical &number comparison.",109,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,127,104,10
CONTROL "Column &sort (rectangular selection).",110,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,145,131,10
DEFPUSHBUTTON "OK",IDOK,128,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,128,24,50,14
END
IDD_MUI_RECODE DIALOGEX 0, 0, 165, 135
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Recode"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
LTEXT "Select source &encoding to reload file:",IDC_STATIC,7,7,119,8
CONTROL "",IDC_ENCODINGLIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,19,151,87
DEFPUSHBUTTON "OK",IDOK,53,114,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,108,114,50,14
SCROLLBAR IDC_RESIZEGRIP4,7,118,10,10
END
IDD_MUI_ENCODING DIALOGEX 0, 0, 165, 135
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Encoding"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
LTEXT "Select current file &encoding:",IDC_STATIC,7,7,90,8
CONTROL "",IDC_ENCODINGLIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,19,151,87
DEFPUSHBUTTON "OK",IDOK,53,114,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,108,114,50,14
SCROLLBAR IDC_RESIZEGRIP4,7,118,10,10
END
IDD_MUI_ALIGN DIALOGEX 0, 0, 184, 74
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Align Lines"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
CONTROL "&Left.",100,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,7,31,10
CONTROL "&Right.",101,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,19,35,10
CONTROL "&Center.",102,"Button",BS_AUTORADIOBUTTON,7,31,41,10
CONTROL "&Justify.",103,"Button",BS_AUTORADIOBUTTON,7,43,40,10
CONTROL "Justify (&Paragraph mode).",104,"Button",BS_AUTORADIOBUTTON,7,55,100,10
DEFPUSHBUTTON "OK",IDOK,127,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,127,24,50,14
END
IDD_MUI_CHOOSEFONT DIALOGEX 0, 0, 300, 200
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Font Chooser"
FONT 8, "MS Shell Dlg", 400, 0, 0x0
BEGIN
LTEXT "&Font:",IDC_STATIC,7,7,127,8
COMBOBOX IDC_FONT_FAMILY_NAMES,7,16,138,84,CBS_SIMPLE | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "F&ont Style:",IDC_STATIC,154,7,72,8
COMBOBOX IDC_FONT_FACE_NAMES,154,16,84,84,CBS_SIMPLE | WS_VSCROLL | WS_TABSTOP
LTEXT "&Size:",IDC_STATIC,247,7,40,8
COMBOBOX IDC_FONT_SIZE,247,16,44,84,CBS_SIMPLE | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Sample",IDC_STATIC,7,102,284,68,BS_BITMAP
CONTROL "",IDC_SAMPLE_BOX,"Static",SS_OWNERDRAW,10,112,276,54
DEFPUSHBUTTON "OK",IDOK,182,178,50,14
PUSHBUTTON "Cancel",IDCANCEL,240,178,50,14
END
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
IDD_MUI_ABOUT, DIALOG
BEGIN
LEFTMARGIN, 4
VERTGUIDE, 19
VERTGUIDE, 340
TOPMARGIN, 7
BOTTOMMARGIN, 270
END
IDD_MUI_FIND, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 266
VERTGUIDE, 7
TOPMARGIN, 7
BOTTOMMARGIN, 135
END
IDD_MUI_REPLACE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 266
VERTGUIDE, 7
TOPMARGIN, 7
BOTTOMMARGIN, 161
END
IDD_MUI_RUN, DIALOG
BEGIN
LEFTMARGIN, 10
RIGHTMARGIN, 218
BOTTOMMARGIN, 85
END
IDD_MUI_OPENWITH, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 158
TOPMARGIN, 7
BOTTOMMARGIN, 122
END
IDD_MUI_DEFENCODING, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 190
TOPMARGIN, 7
BOTTOMMARGIN, 165
END
IDD_MUI_DEFEOLMODE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 189
TOPMARGIN, 7
BOTTOMMARGIN, 73
END
IDD_MUI_LINENUM, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 108
TOPMARGIN, 7
BOTTOMMARGIN, 88
END
IDD_MUI_FILEMRU, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 262
TOPMARGIN, 7
BOTTOMMARGIN, 153
END
IDD_MUI_CHANGENOTIFY, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 177
TOPMARGIN, 7
BOTTOMMARGIN, 58
END
IDD_MUI_STYLESELECT, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 158
TOPMARGIN, 7
BOTTOMMARGIN, 127
END
IDD_MUI_STYLECONFIG, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 460
TOPMARGIN, 7
BOTTOMMARGIN, 247
END
IDD_MUI_TABSETTINGS, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 167
TOPMARGIN, 7
BOTTOMMARGIN, 95
END
IDD_MUI_LONGLINES, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 177
TOPMARGIN, 7
BOTTOMMARGIN, 48
END
IDD_MUI_WORDWRAP, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 189
TOPMARGIN, 7
BOTTOMMARGIN, 93
END
IDD_MUI_PAGESETUP, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 349
TOPMARGIN, 7
BOTTOMMARGIN, 253
END
IDD_MUI_FAVORITES, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 158
TOPMARGIN, 7
BOTTOMMARGIN, 122
END
IDD_MUI_ADDTOFAV, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 165
TOPMARGIN, 7
BOTTOMMARGIN, 59
END
IDD_MUI_PASSWORDS, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 304
TOPMARGIN, 7
BOTTOMMARGIN, 115
END
IDD_MUI_READPW, DIALOG
BEGIN
END
IDD_MUI_COLUMNWRAP, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 123
TOPMARGIN, 7
BOTTOMMARGIN, 40
END
IDD_MUI_MODIFYLINES, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 175
TOPMARGIN, 7
BOTTOMMARGIN, 103
END
IDD_MUI_INSERTTAG, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 175
TOPMARGIN, 7
BOTTOMMARGIN, 63
END
IDD_MUI_ENCLOSESELECTION, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 175
TOPMARGIN, 7
BOTTOMMARGIN, 63
END
IDD_MUI_INFOBOX, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 237
TOPMARGIN, 7
BOTTOMMARGIN, 64
END
IDD_MUI_INFOBOX2, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 237
TOPMARGIN, 7
BOTTOMMARGIN, 64
END
IDD_MUI_INFOBOX3, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 237
TOPMARGIN, 7
BOTTOMMARGIN, 64
END
IDD_MUI_SORT, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 178
TOPMARGIN, 7
BOTTOMMARGIN, 157
END
IDD_MUI_RECODE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 158
TOPMARGIN, 7
BOTTOMMARGIN, 128
END
IDD_MUI_ENCODING, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 158
TOPMARGIN, 7
BOTTOMMARGIN, 128
END
IDD_MUI_ALIGN, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 177
TOPMARGIN, 7
BOTTOMMARGIN, 67
END
IDD_MUI_CHOOSEFONT, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 293
TOPMARGIN, 7
BOTTOMMARGIN, 193
END
END
#endif // APSTUDIO_INVOKED
#endif // Korean (Korea) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -0,0 +1,22 @@
// dllmain.cpp : Definiert den Einstiegspunkt für die DLL-Anwendung.
#include "stdafx.h"
BOOL APIENTRY DllMain(HMODULE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
UNREFERENCED_PARAMETER(hModule);
UNREFERENCED_PARAMETER(lpReserved);
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:
case DLL_THREAD_ATTACH:
case DLL_THREAD_DETACH:
case DLL_PROCESS_DETACH:
break;
}
return TRUE;
}

View File

@ -0,0 +1,175 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winresrc.h"
#include "../common_res.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Korean (Korea) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code) (Win-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winresrc.h""\r\n"
"#include ""../common_res.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE
BEGIN
IDS_ENC_ANSI "A0;ANSI;ANSI"
IDS_ENC_OEM "A1;OEM;OEM"
IDS_ENC_UTF16LEBOM "A2;Unicode (UTF-16 LE BOM);Unicode (UTF-16) LE BOM"
IDS_ENC_UTF16BEBOM "A3;Unicode (UTF-16 BE BOM);Unicode (UTF-16) BE BOM"
IDS_ENC_UTF16LE "A4;Unicode (UTF-16 LE);Unicode (UTF-16) LE"
IDS_ENC_UTF16BE "A5;Unicode (UTF-16 BE);Unicode (UTF-16) BE"
IDS_ENC_UTF8 "A6;UTF-8;Unicode (UTF-8)"
IDS_ENC_UTF8SIG "A7;UTF-8 Signature;Unicode (UTF-8) Signature"
END
STRINGTABLE
BEGIN
IDS_ENC_UTF7 "A8;UTF-7;Unicode (UTF-7)"
IDS_ENC_DOS_720 "C;Arabic (DOS-720);DOS-720"
IDS_ENC_ISO_8859_6 "C;Arabic (ISO-8859-6);ISO-8859-6"
IDS_ENC_MAC_ARABIC "C;Arabic (Mac);Mac (Arabic)"
IDS_ENC_WIN_1256 "C;Arabic (Windows-1256);Windows-1256"
IDS_ENC_DOS_775 "C;Baltic (DOS-775);DOS-775"
IDS_ENC_ISO_8859_4 "C;Baltic (ISO-8859-4);ISO-8859-4"
IDS_ENC_WIN_1257 "C;Baltic (Windows-1257);Windows-1257"
IDS_ENC_DOS_852 "C;Central European (DOS-852);DOS-852"
IDS_ENC_ISO_8859_2 "C;Central European (ISO-8859-2);ISO-8859-2"
IDS_ENC_MAC_CENTRAL_EUROP "C;Central European (Mac);Mac (Central)"
IDS_ENC_WIN_1250 "C;Central European (Windows-1250);Windows-1250"
IDS_ENC_GBK_2312 "C;Chinese Simplified (GBK-2312);GBK-2312"
IDS_ENC_MAC_ZH_CN "C;Chinese Simplified (Mac);Mac (zh-cn)"
IDS_ENC_BIG5 "C;Chinese Traditional (Big5);Big5"
IDS_ENC_MAC_ZH_TW "C;Chinese Traditional (Mac);Mac (zh-tw)"
END
STRINGTABLE
BEGIN
IDS_ENC_MAC_CROATIAN "C;Croatian (Mac);Mac (Croatian)"
IDS_ENC_DOS_866 "C;Cyrillic (DOS-866);DOS-866"
IDS_ENC_ISO_8859_5 "C;Cyrillic (ISO-8859-5);ISO-8859-5"
IDS_ENC_KOI8_R "C;Cyrillic (KOI8-R);KOI8-R"
IDS_ENC_KOI8_U "C;Cyrillic (KOI8-U);KOI8-U"
IDS_ENC_MAC_CYRILLIC "C;Cyrillic (Mac);Mac (Cyrillic)"
IDS_ENC_WIN_1251 "C;Cyrillic (Windows-1251);Windows-1251"
IDS_ENC_ISO_8859_13 "C;Estonian (ISO-8859-13);ISO-8859-13"
IDS_ENC_DOS_863 "C;French Canadian (DOS-863);DOS-863"
IDS_ENC_DOS_737 "C;Greek (DOS-737);DOS-737"
IDS_ENC_ISO_8859_7 "C;Greek (ISO-8859-7);ISO-8859-7"
IDS_ENC_MAC_GREEK "C;Greek (Mac);Mac (Greek)"
IDS_ENC_WIN_1253 "C;Greek (Windows-1253);Windows-1253"
IDS_ENC_DOS_869 "C;Greek, Modern (DOS-869);DOS-869"
IDS_ENC_DOS_862 "C;Hebrew (DOS-862);DOS-862"
IDS_ENC_ISO_8859_8_I "C;Hebrew (ISO-8859-8-I);ISO-8859-8-I"
END
STRINGTABLE
BEGIN
IDS_ENC_ISO_8859_8 "C;Hebrew (ISO-8859-8);ISO-8859-8"
IDS_ENC_MAC_HEBREW "C;Hebrew (Mac);Mac (Hebrew)"
IDS_ENC_WIN_1255 "C;Hebrew (Windows-1255);Windows-1255"
IDS_ENC_DOS_861 "C;Icelandic (DOS-861);DOS-861"
IDS_ENC_MAC_ICELANDIC "C;Icelandic (Mac);Mac (Icelandic)"
IDS_ENC_MAC_JAPANESE "C;Japanese (Mac);Mac (Japanese)"
IDS_ENC_SHIFT_JIS "C;Japanese (Shift-JIS);Shift-JIS"
IDS_ENC_MAC_KOREAN "C;Korean (Mac);Mac (Korean)"
IDS_ENC_WIN_949 "C;Korean (Windows-949);Windows-949"
IDS_ENC_ISO_8859_3 "C;Latin 3 (ISO-8859-3);ISO-8859-3"
IDS_ENC_ISO_8859_15 "C;Latin 9 (ISO-8859-15);ISO-8859-15"
IDS_ENC_DOS_865 "C;Nordic (DOS-865);DOS-865"
IDS_ENC_DOS_437 "C;OEM United States (DOS-437);DOS-437"
IDS_ENC_DOS_858 "C;OEM Multilingual Latin 1 (DOS-858);DOS-858"
IDS_ENC_DOS_860 "C;Portuguese (DOS-860);DOS-860"
IDS_ENC_MAC_ROMANIAN "C;Romanian (Mac);Mac (Romanian)"
END
STRINGTABLE
BEGIN
IDS_ENC_MAC_THAI "C;Thai (Mac);Mac (Thai)"
IDS_ENC_WIN_874 "C;Thai (Windows-874);Windows-874"
IDS_ENC_DOS_857 "C;Turkish (DOS-857);DOS-857"
IDS_ENC_ISO_8859_9 "C;Turkish (ISO-8859-9);ISO-8859-9"
IDS_ENC_MAC_TURKISH "C;Turkish (Mac);Mac (Turkish)"
IDS_ENC_WIN_1254 "C;Turkish (Windows-1254);Windows-1254"
IDS_ENC_MAC_UKRAINIAN "C;Ukrainian (Mac);Mac (Ukrainian)"
IDS_ENC_WIN_1258 "C;Vietnamese (Windows-1258);Windows-1258"
IDS_ENC_DOS_850 "B;Western European (DOS-850);DOS-850"
IDS_ENC_ISO_8859_1 "B;Western European (ISO-8859-1);ISO-8859-1"
IDS_ENC_MAC_WESTERN_EUROP "B;Western European (Mac);Mac (Western)"
IDS_ENC_WIN_1252 "B;Western European (Windows-1252);Windows-1252"
IDS_ENC_IBM_EBCDIC_US "D0;IBM EBCDIC (US-Canada);EBCDIC (US)"
IDS_ENC_IBM_EBCDIC_INT "D1;IBM EBCDIC (International);EBCDIC (Int.)"
IDS_ENC_IBM_EBCDIC_GR "D2;IBM EBCDIC (Greek Modern);EBCDIC (GR)"
IDS_ENC_IBM_EBCDIC_LAT_5 "D3;IBM EBCDIC (Turkish Latin-5);EBCDIC (Latin-5)"
END
STRINGTABLE
BEGIN
IDS_ENC_GB18030 "C;Chinese Simplified (GB18030);GB18030"
IDS_ENC_EUC_JAPANESE "C;Japanese (EUC);Japanese (EUC)"
IDS_ENC_EUC_KOREAN "C;Korean (EUC);Korean (EUC)"
IDS_ENC_ISO_2022_CN "C;Chinese Traditional (ISO-2022);ISO-2022-CN"
IDS_ENC_HZ_GB2312 "C;Chinese Simplified (HZ-GB2312);HZ-GB2312"
IDS_ENC_ISO_2022_JP "C;Japanese (ISO-2022);ISO-2022-JP"
IDS_ENC_ISO_2022_KR "C;Korean (ISO-2022);ISO-2022-KR"
IDS_ENC_X_CHINESE_CNS "C;Chinese Traditional (CNS);x-chinese-cns"
IDS_ENC_JOHAB "C;Korean (Johab);Korean (Johab)"
IDS_ENC_ISO_8859_10 "B;Nordic (ISO-8859-10);ISO-8859-10"
IDS_ENC_BIG5_HKSCS "C;Chinese Hong Kong (Big5HKSCS);Big5HKSCS"
END
#endif // Korean (Korea) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -0,0 +1,464 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winresrc.h"
#include "../common_res.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Korean (Korea) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code) (Win-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winresrc.h""\r\n"
"#include ""../common_res.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE
BEGIN
IDS_EOL_WIN "Windows (CR+LF)"
IDS_EOL_MAC "Mac (CR)"
IDS_EOL_UNIX "Unix (LF)"
END
STRINGTABLE
BEGIN
IDS_LEX_DEF_TXT "Default Text"
IDS_LEX_WEB_SRC "Web Source Code"
IDS_LEX_XML_DOC "XML Document"
IDS_LEX_CSS_STYLE "CSS Style Sheets"
IDS_LEX_CPP_SRC "C/C++ Source Code"
IDS_LEX_CSHARP_SRC "C# Source Code"
IDS_LEX_RESOURCE_SCR "Resource Script"
IDS_LEX_MAKEFILES "Makefiles"
END
STRINGTABLE
BEGIN
IDS_LEX_VB_SCR "VBScript"
IDS_LEX_VIS_BAS "Visual Basic"
IDS_LEX_J_SCR "JavaScript"
IDS_LEX_JAVA_SRC "Java Source Code"
IDS_LEX_PASCAL_SRC "Pascal Source Code"
IDS_LEX_ASM_SCR "Assembly Script"
IDS_LEX_PERL_SCR "Perl Script"
IDS_LEX_CONF "Configuration Files"
IDS_LEX_BATCH "Batch Files"
IDS_LEX_DIFF "Diff Files"
IDS_LEX_SQL "SQL Query"
IDS_LEX_PYTHON "Python Script"
IDS_LEX_APC_CFG "Apache Config Files"
IDS_LEX_PWRSHELL "PowerShell Script"
IDS_LEX_D_SRC "D Source Code"
IDS_LEX_GO_SRC "Go Source Code"
END
STRINGTABLE
BEGIN
IDS_LEX_AWK_SCR "Awk Script"
IDS_LEX_ANSI_ART "ANSI Art"
IDS_LEX_SHELL_SCR "Shell Script"
IDS_LEX_REG_FILES "Registry Files"
IDS_LEX_VHDL "VHDL"
IDS_LEX_JSON "JSON"
IDS_LEX_NSIS "NSIS"
IDS_LEX_INNO "Inno Setup Script"
IDS_LEX_RUBY "Ruby Script"
IDS_LEX_LUA "Lua Script"
IDS_LEX_TCL "Tcl Script"
IDS_LEX_AUTOIT3 "AutoIt3 Script"
IDS_LEX_LATEX "LaTeX Files"
IDS_LEX_AHK "AutoHotkey Script"
IDS_LEX_CMAKE "Cmake Script"
IDS_LEX_AVI_SYNTH "AviSynth Script"
END
STRINGTABLE
BEGIN
IDS_LEX_MARKDOWN "Markdown"
IDS_LEX_YAML "YAML"
IDS_LEX_COFFEE_SCR "Coffeescript"
IDS_LEX_MATLAB "MATLAB"
IDS_LEX_NIM_SRC "Nim Source Code"
IDS_LEX_R_STAT "R-S-SPlus Statistics Code"
IDS_LEX_RUST_SRC "Rust Source Code"
IDS_LEX_AHKL "AutoHotkey_L Script"
END
STRINGTABLE
BEGIN
IDS_LEX_STD_STYLE "Default Style"
IDS_LEX_STD_MARGIN "Margins and Line Numbers"
IDS_LEX_STD_BRACE "Matching Braces (Indicator)"
IDS_LEX_STD_BRACE_FAIL "Matching Braces Error (Indicator)"
END
STRINGTABLE
BEGIN
IDS_LEX_STD_CTRL_CHAR "Control Characters (Font)"
IDS_LEX_STD_INDENT "Indentation Guide (Colour)"
IDS_LEX_STD_SEL "Selected Text (Colours)"
IDS_LEX_STD_WSPC "Whitespace (Colours, Size 0-12)"
IDS_LEX_STD_LN_BACKGR "Highlight Current Line"
IDS_LEX_STD_CARET "Caret (Colour, Size 1-3)"
IDS_LEX_STD_LONG_LN "Long Line Marker (Colours)"
IDS_LEX_STD_X_SPC "Extra Line Spacing (Size)"
IDS_LEX_2ND_STYLE "2nd Default Style"
IDS_LEX_2ND_MARGIN "2nd Margins and Line Numbers"
IDS_LEX_2ND_BRACE "2nd Matching Braces (Indicator)"
IDS_LEX_2ND_BRACE_FAIL "2nd Matching Braces Error (Indicator)"
IDS_LEX_2ND_CTRL_CHAR "2nd Control Characters (Font)"
IDS_LEX_2ND_INDENT "2nd Indentation Guide (Colour)"
IDS_LEX_2ND_SEL "2nd Selected Text (Colours)"
IDS_LEX_2ND_WSPC "2nd Whitespace (Colours, Size 0-12)"
END
STRINGTABLE
BEGIN
IDS_LEX_2ND_LN_BACKGR "2nd Highlight Current Line"
IDS_LEX_2ND_CARET "2nd Caret (Colour, Size 1-3)"
IDS_LEX_2ND_LONG_LN "2nd Long Line Marker (Colours)"
IDS_LEX_2ND_X_SPC "2nd Extra Line Spacing (Size)"
IDS_LEX_STD_BKMRK "Bookmarks and Folding (Colours, Size)"
IDS_LEX_2ND_BKMRK "2nd Bookmarks and Folding (Colours, Size)"
END
STRINGTABLE
BEGIN
IDS_LEX_STR_63126 "Default"
IDS_LEX_STR_63127 "Comment"
IDS_LEX_STR_63128 "Keyword"
IDS_LEX_STR_63129 "Identifier"
IDS_LEX_STR_63130 "Number"
IDS_LEX_STR_63131 "String"
IDS_LEX_STR_63132 "Operator"
IDS_LEX_STR_63133 "Preprocessor"
IDS_LEX_STR_63134 "Verbatim String"
IDS_LEX_STR_63135 "Regex"
END
STRINGTABLE
BEGIN
IDS_LEX_STR_63136 "HTML Tag"
IDS_LEX_STR_63137 "HTML Unknown Tag"
IDS_LEX_STR_63138 "HTML Attribute"
IDS_LEX_STR_63139 "HTML Unknown Attribute"
IDS_LEX_STR_63140 "HTML Value"
IDS_LEX_STR_63141 "HTML String"
IDS_LEX_STR_63142 "HTML Other Inside Tag"
IDS_LEX_STR_63143 "HTML Comment"
IDS_LEX_STR_63144 "HTML Entity"
IDS_LEX_STR_63145 "XML Identifier"
IDS_LEX_STR_63146 "ASP Start Tag"
IDS_LEX_STR_63147 "CDATA"
IDS_LEX_STR_63148 "PHP Start Tag"
IDS_LEX_STR_63149 "PHP Default"
IDS_LEX_STR_63150 "PHP String"
IDS_LEX_STR_63151 "PHP Simple String"
END
STRINGTABLE
BEGIN
IDS_LEX_STR_63152 "PHP Keyword"
IDS_LEX_STR_63153 "PHP Number"
IDS_LEX_STR_63154 "PHP Variable"
IDS_LEX_STR_63155 "PHP String Variable"
IDS_LEX_STR_63156 "PHP Complex Variable"
IDS_LEX_STR_63157 "PHP Comment"
IDS_LEX_STR_63158 "PHP Operator"
IDS_LEX_STR_63159 "JS Default"
IDS_LEX_STR_63160 "JS Comment"
IDS_LEX_STR_63161 "JS Number"
IDS_LEX_STR_63162 "JS Identifier"
IDS_LEX_STR_63163 "JS Keyword"
IDS_LEX_STR_63164 "JS String"
IDS_LEX_STR_63165 "JS Symbols"
IDS_LEX_STR_63166 "JS Regex"
IDS_LEX_STR_63167 "ASP JS Default"
END
STRINGTABLE
BEGIN
IDS_LEX_STR_63168 "ASP JS Comment"
IDS_LEX_STR_63169 "ASP JS Number"
IDS_LEX_STR_63170 "ASP JS Identifier"
IDS_LEX_STR_63171 "ASP JS Keyword"
IDS_LEX_STR_63172 "ASP JS String"
IDS_LEX_STR_63173 "ASP JS Symbols"
IDS_LEX_STR_63174 "ASP JS Regex"
IDS_LEX_STR_63175 "VBS Default"
IDS_LEX_STR_63176 "VBS Comment"
IDS_LEX_STR_63177 "VBS Number"
IDS_LEX_STR_63178 "VBS Keyword"
IDS_LEX_STR_63179 "VBS String"
IDS_LEX_STR_63180 "VBS Identifier"
IDS_LEX_STR_63181 "ASP VBS Default"
IDS_LEX_STR_63182 "ASP VBS Comment"
IDS_LEX_STR_63183 "ASP VBS Number"
END
STRINGTABLE
BEGIN
IDS_LEX_STR_63184 "ASP VBS Keyword"
IDS_LEX_STR_63185 "ASP VBS String"
IDS_LEX_STR_63186 "ASP VBS Identifier"
IDS_LEX_STR_63187 "XML Tag"
IDS_LEX_STR_63188 "XML Attribute"
IDS_LEX_STR_63189 "XML Value"
IDS_LEX_STR_63190 "XML String"
IDS_LEX_STR_63191 "XML Other Inside Tag"
IDS_LEX_STR_63192 "XML Comment"
IDS_LEX_STR_63193 "XML Entity"
IDS_LEX_STR_63194 "Tag-Class"
IDS_LEX_STR_63195 "Tag-ID"
IDS_LEX_STR_63196 "Tag-Attribute"
IDS_LEX_STR_63197 "Pseudo-Class"
IDS_LEX_STR_63198 "Unknown Pseudo-Class"
IDS_LEX_STR_63199 "CSS Property"
END
STRINGTABLE
BEGIN
IDS_LEX_STR_63200 "Unknown Property"
IDS_LEX_STR_63201 "Value"
IDS_LEX_STR_63202 "Important"
IDS_LEX_STR_63203 "Directive"
IDS_LEX_STR_63204 "Target"
IDS_LEX_STR_63205 "Inline Asm"
IDS_LEX_STR_63206 "CPU Instruction"
IDS_LEX_STR_63207 "FPU Instruction"
IDS_LEX_STR_63208 "Register"
IDS_LEX_STR_63209 "Directive Operand"
IDS_LEX_STR_63210 "Extended Instruction"
IDS_LEX_STR_63211 "String Double Quoted"
IDS_LEX_STR_63212 "String Single Quoted"
IDS_LEX_STR_63213 "POD (Common)"
IDS_LEX_STR_63214 "POD (Verbatim)"
IDS_LEX_STR_63215 "Scalar $var"
END
STRINGTABLE
BEGIN
IDS_LEX_STR_63216 "Array @var"
IDS_LEX_STR_63217 "Hash %var"
IDS_LEX_STR_63218 "Symbol Table *var"
IDS_LEX_STR_63219 "Regex /re/ or m{re}"
IDS_LEX_STR_63220 "Substitution s/re/ore/"
IDS_LEX_STR_63221 "Back Ticks"
IDS_LEX_STR_63222 "Data Section"
IDS_LEX_STR_63223 "Here-Doc (Delimiter)"
IDS_LEX_STR_63224 "Here-Doc (Single Quoted, q)"
IDS_LEX_STR_63225 "Here-Doc (Double Quoted, qq)"
IDS_LEX_STR_63226 "Here-Doc (Back Ticks, qx)"
IDS_LEX_STR_63227 "Single Quoted String (Generic, q)"
IDS_LEX_STR_63228 "Double Quoted String (qq)"
IDS_LEX_STR_63229 "Back Ticks (qx)"
IDS_LEX_STR_63230 "Regex (qr)"
IDS_LEX_STR_63231 "Array (qw)"
END
STRINGTABLE
BEGIN
IDS_LEX_STR_63232 "Section"
IDS_LEX_STR_63233 "Assignment"
IDS_LEX_STR_63234 "Default Value"
IDS_LEX_STR_63235 "Label"
IDS_LEX_STR_63236 "Command"
IDS_LEX_STR_63237 "SGML"
IDS_LEX_STR_63238 "Source and Destination"
IDS_LEX_STR_63239 "Position Setting"
IDS_LEX_STR_63240 "Line Addition"
IDS_LEX_STR_63241 "Line Removal"
IDS_LEX_STR_63242 "Line Change"
IDS_LEX_STR_63243 "Quoted Identifier"
IDS_LEX_STR_63244 "String Triple Double Quotes"
IDS_LEX_STR_63245 "String Triple Single Quotes"
IDS_LEX_STR_63246 "Class Name"
IDS_LEX_STR_63247 "Function Name"
END
STRINGTABLE
BEGIN
IDS_LEX_STR_63248 "IP Address"
IDS_LEX_STR_63249 "Variable"
IDS_LEX_STR_63250 "Cmdlet"
IDS_LEX_STR_63251 "Alias"
IDS_LEX_STR_63252 "Parsing Error"
IDS_LEX_STR_63253 "Prototype"
IDS_LEX_STR_63254 "Format Identifier"
IDS_LEX_STR_63255 "Format Body"
IDS_LEX_STR_63256 "HTML Element Text"
IDS_LEX_STR_63257 "XML Element Text"
IDS_LEX_STR_63258 "Typedefs/Classes"
IDS_LEX_STR_63259 "Comment Doc"
IDS_LEX_STR_63260 "Keyword 2nd"
IDS_LEX_STR_63261 "Error"
IDS_LEX_STR_63262 "Mark Occurrences (Indicator)"
IDS_LEX_STR_63263 "2nd Mark Occurrences (Indicator)"
END
STRINGTABLE
BEGIN
IDS_LEX_STR_63264 "Hyperlink Hotspots"
IDS_LEX_STR_63265 "2nd Hyperlink Hotspots"
IDS_LEX_STR_63266 "2nd Default Text"
IDS_LEX_STR_63267 "Variable within String"
IDS_LEX_STR_63268 "Ordered List"
IDS_LEX_STR_63269 "Infix"
IDS_LEX_STR_63270 "Infix EOL"
IDS_LEX_STR_63271 "Base Package Functions"
IDS_LEX_STR_63272 "Other Package Functions"
IDS_LEX_STR_63273 "Function"
IDS_LEX_STR_63274 "Constant"
IDS_LEX_STR_63275 "Sub Section"
IDS_LEX_STR_63276 "Section Group"
IDS_LEX_STR_63277 "Function Definition"
IDS_LEX_STR_63278 "PageEx"
IDS_LEX_STR_63279 "If Definition"
END
STRINGTABLE
BEGIN
IDS_LEX_STR_63280 "Macro Definition"
IDS_LEX_STR_63281 "Parameter"
IDS_LEX_STR_63282 "Inline Expansion"
IDS_LEX_STR_63283 "Pascal Comment"
IDS_LEX_STR_63284 "Pascal Keyword"
IDS_LEX_STR_63285 "Value Name"
IDS_LEX_STR_63286 "Value Type"
IDS_LEX_STR_63287 "Hex"
IDS_LEX_STR_63288 "Added Key"
IDS_LEX_STR_63289 "Deleted Key"
IDS_LEX_STR_63290 "Escaped"
IDS_LEX_STR_63291 "GUID in Key Path"
IDS_LEX_STR_63292 "POD"
IDS_LEX_STR_63293 "Symbol"
IDS_LEX_STR_63294 "Module Name"
IDS_LEX_STR_63295 "Instance Var"
END
STRINGTABLE
BEGIN
IDS_LEX_STR_63296 "Class Var"
IDS_LEX_STR_63297 "Data Section"
IDS_LEX_STR_63298 "Basic Functions"
IDS_LEX_STR_63299 "String, Table & Math Functions"
IDS_LEX_STR_63300 "Input, Output & System Facilities"
IDS_LEX_STR_63301 "Literal String"
IDS_LEX_STR_63302 "Pseudo-Element"
IDS_LEX_STR_63303 "Media"
IDS_LEX_STR_63304 "Global Class"
IDS_LEX_STR_63305 "User-Defined Function"
IDS_LEX_STR_63306 "Special Char"
IDS_LEX_STR_63307 "Verbatim Segment"
IDS_LEX_STR_63308 "Expression Operator"
IDS_LEX_STR_63309 "Variable Dereferencing"
IDS_LEX_STR_63310 "Flow of Control"
IDS_LEX_STR_63311 "Keys & Buttons"
END
STRINGTABLE
BEGIN
IDS_LEX_STR_63312 "Built-In Variables"
IDS_LEX_STR_63313 "Variable Keyword"
IDS_LEX_STR_63314 "Filter"
IDS_LEX_STR_63315 "Plugin"
IDS_LEX_STR_63316 "Clip Property"
IDS_LEX_STR_63317 "Line Begin"
IDS_LEX_STR_63318 "Strong"
IDS_LEX_STR_63319 "Emphasis"
IDS_LEX_STR_63320 "Header 1"
IDS_LEX_STR_63321 "Header 2"
IDS_LEX_STR_63322 "Header 3"
IDS_LEX_STR_63323 "Header 4"
IDS_LEX_STR_63324 "Header 5"
IDS_LEX_STR_63325 "Header 6"
IDS_LEX_STR_63326 "Pre Char"
IDS_LEX_STR_63327 "Unordered List"
END
STRINGTABLE
BEGIN
IDS_LEX_STR_63328 "Block Quote"
IDS_LEX_STR_63329 "Strikeout"
IDS_LEX_STR_63330 "Horizontal Rule"
IDS_LEX_STR_63331 "Link"
IDS_LEX_STR_63332 "Code"
IDS_LEX_STR_63333 "Reference"
IDS_LEX_STR_63334 "Document"
IDS_LEX_STR_63335 "Text"
IDS_LEX_STR_63336 "Standard Operator"
IDS_LEX_STR_63337 "Attribute"
IDS_LEX_STR_63338 "Standard Function"
IDS_LEX_STR_63339 "Standard Package"
IDS_LEX_STR_63340 "Standard Type"
IDS_LEX_STR_63341 "Word"
IDS_LEX_STR_63342 "Verbatim"
END
STRINGTABLE
BEGIN
IDS_LEX_STR_63343 "Built-In Type"
IDS_LEX_STR_63344 "Byte String"
IDS_LEX_STR_63345 "Other Keyword"
IDS_LEX_STR_63346 "Rust Lifetime"
IDS_LEX_STR_63347 "Object"
IDS_LEX_STR_63348 "Key"
IDS_LEX_STR_63349 "HotKey"
IDS_LEX_STR_63350 "HotString"
IDS_LEX_STR_63351 "HotStringOption"
IDS_LEX_STR_63352 "Inline-IME Color"
IDS_LEX_STR_63353 "2nd Inline-IME Color"
END
#endif // Korean (Korea) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -0,0 +1,487 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winresrc.h"
#include "../common_res.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Korean (Korea) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code) (Win-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winresrc.h""\r\n"
"#include ""../common_res.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Menu
//
IDR_MUI_MAINMENU MENU
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&New\tCtrl+N", IDM_FILE_NEW
MENUITEM "&Open...\tCtrl+O", IDM_FILE_OPEN
MENUITEM "Re&vert\tF5", IDM_FILE_REVERT
MENUITEM "&Save\tCtrl+S", IDM_FILE_SAVE
MENUITEM "Save &As...\tF6", IDM_FILE_SAVEAS
MENUITEM "Save &Copy...\tCtrl+F6", IDM_FILE_SAVECOPY
MENUITEM "&Read Only", IDM_FILE_READONLY
MENUITEM SEPARATOR
MENUITEM "Set Encr&yption Passphrase...", IDM_SETPASS
MENUITEM SEPARATOR
POPUP "&Launch"
BEGIN
MENUITEM "&New Window\tAlt+N", IDM_FILE_NEWWINDOW
MENUITEM "&Empty Window\tAlt+Shift+N", IDM_FILE_NEWWINDOW2
MENUITEM SEPARATOR
MENUITEM "Execute &Document\tCtrl+L", IDM_FILE_LAUNCH
MENUITEM "&Open with...\tAlt+L", IDM_FILE_OPENWITH
MENUITEM "&Command...\tCtrl+R", IDM_FILE_RUN
MENUITEM SEPARATOR
MENUITEM "Web Template &1\tCtrl+Shift+1", CMD_WEBACTION1
MENUITEM "Web Template &2\tCtrl+Shift+2", CMD_WEBACTION2
END
MENUITEM SEPARATOR
POPUP "&Encoding"
BEGIN
MENUITEM "&ANSI", IDM_ENCODING_ANSI
MENUITEM "&Unicode", IDM_ENCODING_UNICODE
MENUITEM "Unicode &Big Endian", IDM_ENCODING_UNICODEREV
MENUITEM "UTF-&8\tShift+F8", IDM_ENCODING_UTF8
MENUITEM "UTF-8 with &Signature", IDM_ENCODING_UTF8SIGN
MENUITEM "&More...\tF9", IDM_ENCODING_SELECT
MENUITEM SEPARATOR
MENUITEM "Force Compact Encoding Detection", CMD_RELOADFORCEDETECTION
MENUITEM SEPARATOR
MENUITEM "Recode to &Default\tCtrl-Alt-F", CMD_RECODEDEFAULT
MENUITEM "Recode to &ANSI\tCtrl-Shift+A", CMD_RECODEANSI
MENUITEM "Recode to &OEM\tCtrl+Shift+O", CMD_RECODEOEM
MENUITEM "ASCII as UTF-&8\tCtrl+Shift+F8", CMD_RELOADASCIIASUTF8
MENUITEM "Ignore Encoding &Tags\tAlt+F8", CMD_RELOADNOFILEVARS
MENUITEM "&Recode...\tF8", IDM_ENCODING_RECODE
MENUITEM SEPARATOR
MENUITEM "Set &Default...", IDM_ENCODING_SETDEFAULT
END
POPUP "Line Endin&gs"
BEGIN
MENUITEM "&Windows (CR+LF)", IDM_LINEENDINGS_CRLF
MENUITEM "&Mac (CR)", IDM_LINEENDINGS_CR
MENUITEM "&Unix (LF)", IDM_LINEENDINGS_LF
MENUITEM SEPARATOR
MENUITEM "&Default...", IDM_LINEENDINGS_SETDEFAULT
END
MENUITEM SEPARATOR
MENUITEM "Page Se&tup...", IDM_FILE_PAGESETUP
MENUITEM "&Print...\tCtrl+P", IDM_FILE_PRINT
MENUITEM SEPARATOR
MENUITEM "Propert&ies...", IDM_FILE_PROPERTIES
MENUITEM "Create &Desktop Link", IDM_FILE_CREATELINK
MENUITEM SEPARATOR
MENUITEM "&Browse...\tCtrl+M", IDM_FILE_BROWSE
POPUP "&Favourites"
BEGIN
MENUITEM "&Open Favourites...\tAlt+I", IDM_FILE_OPENFAV
MENUITEM "&Add Current File...\tAlt+K", IDM_FILE_ADDTOFAV
MENUITEM "&Manage...\tAlt+F9", IDM_FILE_MANAGEFAV
END
MENUITEM "Recent (&History)...\tCtrl+Alt+H", IDM_FILE_RECENT
MENUITEM SEPARATOR
MENUITEM "E&xit\tAlt+F4", IDM_FILE_EXIT
END
POPUP "&Edit"
BEGIN
MENUITEM "&Undo\tCtrl+Z", IDM_EDIT_UNDO
MENUITEM "&Redo\tCtrl+Y", IDM_EDIT_REDO
MENUITEM SEPARATOR
MENUITEM "Cu&t\tCtrl+X", IDM_EDIT_CUT
MENUITEM "&Copy\tCtrl+C", IDM_EDIT_COPY
MENUITEM "Copy &All\tAlt+C", IDM_EDIT_COPYALL
MENUITEM "Cop&y Add\tCtrl+E", IDM_EDIT_COPYADD
MENUITEM "&Paste\tCtrl+V", IDM_EDIT_PASTE
MENUITEM "S&wap\tCtrl+K", IDM_EDIT_SWAP
MENUITEM "&Delete\tDel", IDM_EDIT_CLEAR
MENUITEM "Cl&ear Clipboard", IDM_EDIT_CLEARCLIPBOARD
MENUITEM "&Select All\tCtrl+A", IDM_EDIT_SELECTALL
MENUITEM SEPARATOR
POPUP "W&ords"
BEGIN
MENUITEM "&Complete Word\tCtrl+Alt+Enter", IDM_EDIT_COMPLETEWORD
MENUITEM SEPARATOR
MENUITEM "Cursor Word &Left\tCtrl+Left", CMD_CTRLLEFT
MENUITEM "Cursor Word &Right\tCtrl+Right", CMD_CTRLRIGHT
MENUITEM "&Delete Word Left\tCtrl+Back", CMD_CTRLBACK
MENUITEM "Delete &Word Right\tCtrl+Del", CMD_CTRLDEL
END
POPUP "&Lines"
BEGIN
MENUITEM "Move &Up\tCtrl+Shift+Up", IDM_EDIT_MOVELINEUP
MENUITEM "&Move Down\tCtrl+Shift+Down", IDM_EDIT_MOVELINEDOWN
MENUITEM SEPARATOR
MENUITEM "Cut &Line\tCtrl[+Shift]+X", IDM_EDIT_CUTLINE
MENUITEM "&Copy Line\tCtrl[+Shift]+C", IDM_EDIT_COPYLINE
MENUITEM "&Duplicate Line/Selection\tCtrl+D", IDM_EDIT_DUPLINEORSELECTION
MENUITEM "&Transpose Lines\tAlt+D", IDM_EDIT_LINETRANSPOSE
MENUITEM "D&elete Line\tCtrl+Shift+D", IDM_EDIT_DELETELINE
MENUITEM SEPARATOR
MENUITEM "Delete Line Left\tCtrl+Shift+Back", IDM_EDIT_DELETELINELEFT
MENUITEM "Delete Line Right\tCtrl+Shift+Del", IDM_EDIT_DELETELINERIGHT
MENUITEM SEPARATOR
MENUITEM "Column &Wrap...\tCtrl+Shift+W", IDM_EDIT_COLUMNWRAP
MENUITEM "&Split Lines\tCtrl+I", IDM_EDIT_SPLITLINES
MENUITEM "&Join Lines\tCtrl+J", IDM_EDIT_JOINLINES
MENUITEM "&Fuse Lines\tCtrl+Alt+J", IDM_EDIT_JOINLN_NOSP
MENUITEM "&Preserve Paragraphs\tCtrl+Shift+J", IDM_EDIT_JOINLINES_PARA
MENUITEM SEPARATOR
MENUITEM "Mer&ge Empty Lines\tAlt+Y", IDM_EDIT_MERGEEMPTYLINES
MENUITEM "Merge Blank Lines\tCtrl+Alt+Y", IDM_EDIT_MERGEBLANKLINES
MENUITEM "&Remove Empty Lines\tAlt+R", IDM_EDIT_REMOVEEMPTYLINES
MENUITEM "Remove Blank Lines\tCtrl+Alt+B", IDM_EDIT_REMOVEBLANKLINES
MENUITEM "Rem&ove Duplicate Lines\tCtrl+Alt+D", IDM_EDIT_REMOVEDUPLICATELINES
END
POPUP "&Selection"
BEGIN
MENUITEM "&Indent", IDM_EDIT_INDENT
MENUITEM "&Unindent", IDM_EDIT_UNINDENT
MENUITEM SEPARATOR
POPUP "&Enclose Selection"
BEGIN
MENUITEM "&Single Quotes\tCtrl+1", CMD_STRINGIFY
MENUITEM "&Double Quotes\tCtrl+2", CMD_STRINGIFY2
MENUITEM SEPARATOR
MENUITEM "( )\tCtrl+3", CMD_EMBRACE
MENUITEM "[ ]\tCtrl+4", CMD_EMBRACE2
MENUITEM "{ }\tCtrl+5", CMD_EMBRACE3
MENUITEM SEPARATOR
MENUITEM "&Backticks\tCtrl+6", CMD_EMBRACE4
MENUITEM SEPARATOR
MENUITEM "&With...\tAlt+Q", IDM_EDIT_ENCLOSESELECTION
END
MENUITEM "&Duplicate Selection/Line\tCtrl+D", IDM_EDIT_DUPLINEORSELECTION
MENUITEM SEPARATOR
MENUITEM "&Pad With Blanks\tAlt+B", IDM_EDIT_PADWITHSPACES
MENUITEM "Strip &First Character\tAlt+Z", IDM_EDIT_STRIP1STCHAR
MENUITEM "Strip &Last Character\tAlt+U", IDM_EDIT_STRIPLASTCHAR
MENUITEM "Strip &Trailing Blanks\tAlt+W", IDM_EDIT_TRIMLINES
MENUITEM "Compress &Blanks\tAlt+P", IDM_EDIT_COMPRESS_BLANKS
MENUITEM SEPARATOR
MENUITEM "&Modify Lines...\tAlt+M", IDM_EDIT_MODIFYLINES
MENUITEM "&Align Lines...\tAlt+J", IDM_EDIT_ALIGN
MENUITEM "&Sort Lines...\tAlt+O", IDM_EDIT_SORTLINES
END
POPUP "Co&nvert"
BEGIN
MENUITEM "&Uppercase\tCtrl+Shift+U", IDM_EDIT_CONVERTUPPERCASE
MENUITEM "&Lowercase\tCtrl+U", IDM_EDIT_CONVERTLOWERCASE
MENUITEM SEPARATOR
MENUITEM "&Invert Case\tCtrl+Alt+U", IDM_EDIT_INVERTCASE
MENUITEM "Title &Case\tCtrl+Alt+I", IDM_EDIT_TITLECASE
MENUITEM "&Sentence Case\tCtrl+Alt+O", IDM_EDIT_SENTENCECASE
MENUITEM SEPARATOR
MENUITEM "&Tabify Selection\tCtrl+Shift+T", IDM_EDIT_CONVERTSPACES
MENUITEM "U&ntabify Selection\tCtrl+Shift+S", IDM_EDIT_CONVERTTABS
MENUITEM SEPARATOR
MENUITEM "Ta&bify Indent\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
MENUITEM "Untabi&fy Indent\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
END
POPUP "&Insert"
BEGIN
MENUITEM "&New Line Above\tCtrl+Enter", CMD_CTRLENTER
MENUITEM SEPARATOR
MENUITEM "&HTML/XML Tag...\tAlt+X", IDM_EDIT_INSERT_TAG
MENUITEM SEPARATOR
MENUITEM "&Encoding Identifier\tCtrl+F8", IDM_EDIT_INSERT_ENCODING
MENUITEM SEPARATOR
MENUITEM "&Time/Date (Short Form)\tCtrl+F5", IDM_EDIT_INSERT_SHORTDATE
MENUITEM "Time/Date (&Long Form)\tCtrl+Shift+F5", IDM_EDIT_INSERT_LONGDATE
MENUITEM "&Update Timestamps\tShift+F5", CMD_TIMESTAMPS
MENUITEM SEPARATOR
MENUITEM "&Filename\tCtrl+F9", IDM_EDIT_INSERT_FILENAME
MENUITEM "&Path and Filename\tCtrl+Shift+F9", IDM_EDIT_INSERT_PATHNAME
MENUITEM SEPARATOR
MENUITEM "&GUID\tCtrl+Shift+.", IDM_EDIT_INSERT_GUID
END
POPUP "&Miscellaneous"
BEGIN
MENUITEM "&Line Comment (Toggle)\tCtrl+Q", IDM_EDIT_LINECOMMENT
MENUITEM "&Stream Comment\tCtrl+Shift+Q", IDM_EDIT_STREAMCOMMENT
MENUITEM SEPARATOR
MENUITEM "&URL Encode\tCtrl+Shift+E", IDM_EDIT_URLENCODE
MENUITEM "URL &Decode\tCtrl+Shift+R", IDM_EDIT_URLDECODE
MENUITEM SEPARATOR
MENUITEM "&Escape C Chars\tCtrl+Alt+E", IDM_EDIT_ESCAPECCHARS
MENUITEM "&Unescape C Chars\tCtrl+Alt+R", IDM_EDIT_UNESCAPECCHARS
MENUITEM SEPARATOR
MENUITEM "&Char To Hex\tCtrl+Alt+X", IDM_EDIT_CHAR2HEX
MENUITEM "&Hex To Char\tCtrl+Alt+C", IDM_EDIT_HEX2CHAR
MENUITEM SEPARATOR
MENUITEM "Increase Number\tCtrl+Alt+NK+", CMD_INCREASENUM
MENUITEM "Decrease Number\tCtrl+Alt+NK-", CMD_DECREASENUM
MENUITEM SEPARATOR
MENUITEM "&Find Matching Brace\tCtrl+B", IDM_EDIT_FINDMATCHINGBRACE
MENUITEM "Select To &Matching Brace\tCtrl+Shift+B", IDM_EDIT_SELTOMATCHINGBRACE
MENUITEM SEPARATOR
MENUITEM "Select To &Next\tCtrl+Alt+F2", IDM_EDIT_SELTONEXT
MENUITEM "Select To &Previous\tCtrl+Alt+Shift+F2", IDM_EDIT_SELTOPREV
END
MENUITEM SEPARATOR
POPUP "Boo&kmarks"
BEGIN
MENUITEM "&Toggle\tCtrl+F2", BME_EDIT_BOOKMARKTOGGLE
MENUITEM SEPARATOR
MENUITEM "Goto &Next\tF2", BME_EDIT_BOOKMARKNEXT
MENUITEM "Goto &Previous\tShift+F2", BME_EDIT_BOOKMARKPREV
MENUITEM SEPARATOR
MENUITEM "&Clear All\tAlt+F2", BME_EDIT_BOOKMARKCLEAR
END
MENUITEM SEPARATOR
POPUP "&Search"
BEGIN
MENUITEM "&Find...\tCtrl+F", IDM_EDIT_FIND
MENUITEM "Save Find Text\tAlt+F3", IDM_EDIT_SAVEFIND
MENUITEM "Find Ne&xt\tF3", IDM_EDIT_FINDNEXT
MENUITEM "Find Pre&vious\tShift+F3", IDM_EDIT_FINDPREV
MENUITEM "Find Next Selected\tCtrl+F3", CMD_FINDNEXTSEL
MENUITEM "Find Previous Selected\tCtrl+Shift+F3", CMD_FINDPREVSEL
MENUITEM "&Replace...\tCtrl+H", IDM_EDIT_REPLACE
MENUITEM "Replace Ne&xt\tF4", IDM_EDIT_REPLACENEXT
MENUITEM "&Goto...\tCtrl+G", IDM_EDIT_GOTOLINE
END
END
POPUP "&View"
BEGIN
POPUP "&Scheme"
BEGIN
MENUITEM "Synta&x Scheme...\tF12", IDM_VIEW_SCHEME
MENUITEM "&2nd Default Scheme\tShift+F12", IDM_VIEW_USE2NDDEFAULT
MENUITEM "&Customise Schemes...\tCtrl+F12", IDM_VIEW_SCHEMECONFIG
MENUITEM "Global &Default Font...\tAlt+F12", IDM_VIEW_FONT
MENUITEM "Current Sc&heme's Default Font...\tCtrl+Alt+F12", IDM_VIEW_CURRENTSCHEME
END
MENUITEM SEPARATOR
MENUITEM "Word W&rap\tCtrl+W", IDM_VIEW_WORDWRAP
MENUITEM "&Long Line Marker\tCtrl+Shift+L", IDM_VIEW_LONGLINEMARKER
MENUITEM "Indent&ation Guides\tCtrl+Shift+G", IDM_VIEW_SHOWINDENTGUIDES
MENUITEM SEPARATOR
MENUITEM "Show &Blanks\tCtrl+Shift+8", IDM_VIEW_SHOWBLANKS
MENUITEM "Show Line &Endings\tCtrl+Shift+9", IDM_VIEW_SHOWEOLS
MENUITEM "Show Wra&p Symbols\tCtrl+Shift+0", IDM_VIEW_WORDWRAPSYMBOLS
MENUITEM SEPARATOR
MENUITEM "H&yperlink Hotspots\tCtrl+Alt+W", IDM_VIEW_HYPERLINKHOTSPOTS
MENUITEM "&Visual Brace Matching\tCtrl+Shift+V", IDM_VIEW_MATCHBRACES
POPUP "Highlight C&urrent Line\tCtrl+Shift+I"
BEGIN
MENUITEM "&No Highlight", IDM_VIEW_HILITCURLN_NONE
MENUITEM "Background &Color", IDM_VIEW_HILITCURLN_BACK
MENUITEM "Outline &Frame", IDM_VIEW_HILITCURLN_FRAME
END
POPUP "Mar&k Occurrences"
BEGIN
MENUITEM "&Active\tAlt+A", IDM_VIEW_MARKOCCUR_ONOFF
MENUITEM SEPARATOR
MENUITEM "Match Visible Only", IDM_VIEW_MARKOCCUR_VISIBLE
MENUITEM SEPARATOR
MENUITEM "Match &Case Sensitive", IDM_VIEW_MARKOCCUR_CASE
POPUP "Match &Whole Word Only"
BEGIN
MENUITEM "OFF", IDM_VIEW_MARKOCCUR_WNONE
MENUITEM "Match &Selected Word", IDM_VIEW_MARKOCCUR_WORD
MENUITEM "Match &Current Word", IDM_VIEW_MARKOCCUR_CURRENT
END
END
MENUITEM SEPARATOR
MENUITEM "Line &Numbers\tCtrl+Shift+N", IDM_VIEW_LINENUMBERS
MENUITEM "Selection &Margin\tCtrl+Shift+M", IDM_VIEW_MARGIN
MENUITEM SEPARATOR
POPUP "&Display"
BEGIN
MENUITEM "Code &Folding\tCtrl+Shift+Alt+F", IDM_VIEW_FOLDING
MENUITEM "&Toggle Folds\tCtrl+Shift+F", IDM_VIEW_TOGGLEFOLDS
MENUITEM "Focused View\tCtrl+Alt+V", IDM_VIEW_TOGGLE_VIEW
MENUITEM "Doc Tail Chasing", IDM_VIEW_CHASING_DOCTAIL
MENUITEM "Scroll Past End of &File", IDM_VIEW_SCROLLPASTEOF
END
POPUP "&Toolbar"
BEGIN
MENUITEM "Show Tool&bar", IDM_VIEW_TOOLBAR
MENUITEM "HighDPI Toolbar", IDM_VIEW_TOGGLETB
MENUITEM "C&ustomise Toolbar...", IDM_VIEW_CUSTOMIZETB
MENUITEM "Show &Statusbar", IDM_VIEW_STATUSBAR
END
POPUP "&Zoom"
BEGIN
MENUITEM "Zoom &In\tCtrl++", IDM_VIEW_ZOOMIN
MENUITEM "Zoom &Out\tCtrl+-", IDM_VIEW_ZOOMOUT
MENUITEM "Reset &Zoom\tCtrl+0", IDM_VIEW_RESETZOOM
END
POPUP "&Position"
BEGIN
MENUITEM "Copy Position Args\tCtrl+Shift+K", CMD_COPYWINPOS
MENUITEM "Snap to Default Position\tCtrl+Shift+P", CMD_DEFAULTWINPOS
MENUITEM "Save as Default Position", CMD_SAVEASDEFWINPOS
MENUITEM "Clear saved Default Position", CMD_CLEARSAVEDWINPOS
MENUITEM "Snap to Initial Position\tCtrl+F11", CMD_INITIALWINPOS
MENUITEM "Toggle Full Area Position\tF11", CMD_FULLSCRWINPOS
MENUITEM "Sticky Window &Position", IDM_VIEW_STICKYWINPOS
END
END
POPUP "&Settings"
BEGIN
MENUITEM "Insert Tabs as &Spaces", IDM_VIEW_TABSASSPACES
MENUITEM "&Tab Settings...\tCtrl+T", IDM_VIEW_TABSETTINGS
MENUITEM "&Word Wrap Settings...", IDM_VIEW_WORDWRAPSETTINGS
MENUITEM "&Long Line Settings...", IDM_VIEW_LONGLINESETTINGS
MENUITEM "Auto In&dent Text", IDM_VIEW_AUTOINDENTTEXT
MENUITEM "Auto Close &HTML/XML\tCtrl+Shift+H", IDM_VIEW_AUTOCLOSETAGS
MENUITEM "A&uto Complete Words", IDM_VIEW_AUTOCOMPLETEWORDS
MENUITEM "Auto Complete Lexer-&Key-Words", IDM_VIEW_AUTOCLEXKEYWORDS
MENUITEM "Accelerated Word Navi&gation\tCtrl+Alt+A", IDM_VIEW_ACCELWORDNAV
MENUITEM SEPARATOR
MENUITEM "Single &File Instance", IDM_VIEW_SINGLEFILEINSTANCE
MENUITEM "File &Change Notification...\tAlt+F5", IDM_VIEW_CHANGENOTIFY
POPUP "Esc &Key Function"
BEGIN
MENUITEM "&None", IDM_VIEW_NOESCFUNC
MENUITEM "&Minimise Notepad3", IDM_VIEW_ESCMINIMIZE
MENUITEM "E&xit Notepad3", IDM_VIEW_ESCEXIT
END
MENUITEM "Save &Before Running Tools", IDM_VIEW_SAVEBEFORERUNNINGTOOLS
MENUITEM SEPARATOR
POPUP "&Remember"
BEGIN
MENUITEM "Remember Recent F&iles", IDM_VIEW_NOSAVERECENT
MENUITEM "Preser&ve Caret Position", IDM_VIEW_NOPRESERVECARET
MENUITEM "Remember S&earch Pattern", IDM_VIEW_NOSAVEFINDREPL
END
POPUP "&Window"
BEGIN
POPUP "Window Title Displa&y"
BEGIN
MENUITEM "Filename &Only", IDM_VIEW_SHOWFILENAMEONLY
MENUITEM "Filename and &Directory", IDM_VIEW_SHOWFILENAMEFIRST
MENUITEM "Full &Pathname", IDM_VIEW_SHOWFULLPATH
MENUITEM "&Text Excerpt\tCtrl+9", IDM_VIEW_SHOWEXCERPT
END
MENUITEM "&Reuse Window", IDM_VIEW_REUSEWINDOW
MENUITEM "&Always On Top\tAlt+T", IDM_VIEW_ALWAYSONTOP
MENUITEM "Minimi&se To Tray", IDM_VIEW_MINTOTRAY
MENUITEM "Transparent &Mode\tAlt+G", IDM_VIEW_TRANSPARENT
END
POPUP "&Technology"
BEGIN
POPUP "&Rendering"
BEGIN
MENUITEM "Default &GDI", IDM_SET_RENDER_TECH_DEFAULT
MENUITEM "DirectWrite (&Direct2D)", IDM_SET_RENDER_TECH_D2D
MENUITEM "DirectWrite &Retain", IDM_SET_RENDER_TECH_D2DRETAIN
MENUITEM "Direct&Write GDI DC", IDM_SET_RENDER_TECH_D2DDC
END
POPUP "Bidirectional"
BEGIN
MENUITEM "None", IDM_SET_BIDIRECTIONAL_NONE
MENUITEM "Left to Right", IDM_SET_BIDIRECTIONAL_L2R
MENUITEM "Right to Left", IDM_SET_BIDIRECTIONAL_R2L
END
END
POPUP "&Advanced Configuration"
BEGIN
MENUITEM "Save Settings On E&xit", IDM_VIEW_SAVESETTINGS
MENUITEM "Save Settings &Now\tF7", IDM_VIEW_SAVESETTINGSNOW
MENUITEM "&Open Settings File\tCtrl+F7", CMD_OPENINIFILE
END
END
POPUP "&Help"
BEGIN
MENUITEM "&Online Documentation\tF1", IDM_HELP_ONLINEDOCUMENTATION
MENUITEM SEPARATOR
MENUITEM "Launch Administration &Tool...", IDM_HELP_ADMINEXE
MENUITEM "Check &Website for Update", IDM_HELP_UPDATEWEBSITE
MENUITEM SEPARATOR
MENUITEM "&Command Line Help...", IDM_HELP_CMD
MENUITEM "&About...\tShift+F1", IDM_HELP_ABOUT
END
END
IDR_MUI_POPUPMENU MENU
BEGIN
POPUP "+"
BEGIN
MENUITEM "&Undo", IDM_EDIT_UNDO
MENUITEM "&Redo", IDM_EDIT_REDO
MENUITEM SEPARATOR
MENUITEM "Cu&t", IDM_EDIT_CUT
MENUITEM "&Copy", IDM_EDIT_COPY
MENUITEM "&Paste", IDM_EDIT_PASTE
MENUITEM "&Delete", IDM_EDIT_CLEAR
MENUITEM SEPARATOR
MENUITEM "&Select All", IDM_EDIT_SELECTALL
MENUITEM SEPARATOR
MENUITEM "&Toggle Current Fold", IDM_VIEW_TOGGLE_CURRENT_FOLD
MENUITEM SEPARATOR
MENUITEM "Open &Hyperlink", CMD_OPEN_HYPERLINK
END
POPUP "+"
BEGIN
MENUITEM "Show &Toolbar", IDM_VIEW_TOOLBAR
MENUITEM "HighDPI Toolbar", IDM_VIEW_TOGGLETB
MENUITEM "&Customise Toolbar...", IDM_VIEW_CUSTOMIZETB
MENUITEM "Show &Statusbar", IDM_VIEW_STATUSBAR
END
POPUP "+"
BEGIN
MENUITEM "Open Notepad3", IDM_TRAY_RESTORE
MENUITEM "Exit Notepad3", IDM_TRAY_EXIT
END
END
#endif // Korean (Korea) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -0,0 +1,6 @@
// np3_en_uk.cpp: Definiert die exportierten Funktionen für die DLL-Anwendung.
//
#include "stdafx.h"

View File

@ -0,0 +1,76 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winresrc.h"
#include "../common_res.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Korean (Korea) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code) (Win-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winresrc.h""\r\n"
"#include ""../common_res.h""\r\n"
"\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"#include ""../common_res.rc""\r\n"
"#include ""menu_ko_kr.rc""\r\n"
"#include ""strings_ko_kr.rc""\r\n"
"#include ""encode_ko_kr.rc""\r\n"
"#include ""lexer_ko_kr.rc""\r\n"
"#include ""dialogs_ko_kr.rc""\r\n"
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
#endif // Korean (Korea) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#include "../common_res.rc"
#include "menu_ko_kr.rc"
#include "strings_ko_kr.rc"
#include "encode_ko_kr.rc"
#include "lexer_ko_kr.rc"
#include "dialogs_ko_kr.rc"
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -0,0 +1,271 @@
<?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>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{0FA07345-601B-474E-99C0-7E61E70DA72E}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>np3engb</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<OutDir>..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\</OutDir>
<IntDir>..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\</IntDir>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\</OutDir>
<IntDir>..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\</IntDir>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<OutDir>..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\</OutDir>
<IntDir>..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\</IntDir>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\</OutDir>
<IntDir>..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\</IntDir>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;NP3ENGB_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ko-KR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0412 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ko-KR\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\ko-KR\np3lng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0412</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;_DEBUG;NP3ENGB_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ko-KR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0412 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ko-KR\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\ko-KR\np3lng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0412</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>MinSpace</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;NDEBUG;NP3ENGB_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ko-KR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0412 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ko-KR\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\ko-KR\np3lng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>MinSpace</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;NP3ENGB_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ko-KR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0412 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ko-KR\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\ko-KR\np3lng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0412</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="stdafx.h" />
<ClInclude Include="targetver.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp" />
<ClCompile Include="np3_ko_kr.cpp" />
<ClCompile Include="stdafx.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="dialogs_ko_kr.rc">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</ResourceCompile>
<ResourceCompile Include="encode_ko_kr.rc">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</ResourceCompile>
<ResourceCompile Include="lexer_ko_kr.rc">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</ResourceCompile>
<ResourceCompile Include="menu_ko_kr.rc">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</ResourceCompile>
<ResourceCompile Include="np3_ko_kr.rc" />
<ResourceCompile Include="strings_ko_kr.rc">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<Image Include="..\..\res\Run.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>

View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Resource Files">
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
<Filter Include="Header Files">
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
<Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions>
</Filter>
<Filter Include="Source Files">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="stdafx.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="targetver.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="stdafx.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="dllmain.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="np3_ko_kr.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="np3_ko_kr.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<ResourceCompile Include="encode_ko_kr.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<ResourceCompile Include="dialogs_ko_kr.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<ResourceCompile Include="menu_ko_kr.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<ResourceCompile Include="strings_ko_kr.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<ResourceCompile Include="lexer_ko_kr.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<Image Include="..\..\res\Run.ico">
<Filter>Resource Files</Filter>
</Image>
</ItemGroup>
</Project>

View File

@ -0,0 +1,16 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by menu_ko_kr.rc
//
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 0
#define _APS_NEXT_COMMAND_VALUE 0
#define _APS_NEXT_CONTROL_VALUE 0
#define _APS_NEXT_SYMED_VALUE 0
#endif
#endif

View File

@ -0,0 +1,8 @@
// stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet.
// np3_en_us.pch ist der vorkompilierte Header.
// stdafx.obj enthält die vorkompilierten Typinformationen.
#include "stdafx.h"
// TODO: Auf zusätzliche Header verweisen, die in STDAFX.H
// und nicht in dieser Datei erforderlich sind.

View File

@ -0,0 +1,16 @@
// stdafx.h: Includedatei für Standardsystem-Includedateien
// oder häufig verwendete projektspezifische Includedateien,
// die nur in unregelmäßigen Abständen geändert werden.
//
#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // Selten verwendete Komponenten aus Windows-Headern ausschließen
// Windows-Headerdateien:
#include <windows.h>
// TODO: Hier auf zusätzliche Header, die das Programm erfordert, verweisen.

View File

@ -0,0 +1,323 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winresrc.h"
#include "../common_res.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Korean (Korea) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code) (Win-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winresrc.h""\r\n"
"#include ""../common_res.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE
BEGIN
IDT_FILE_NEW "New"
IDT_FILE_OPEN "Open"
IDT_FILE_BROWSE "Browse"
IDT_FILE_SAVE "Save"
IDT_EDIT_UNDO "Undo"
IDT_EDIT_REDO "Redo"
IDT_EDIT_CUT "Cut"
IDT_EDIT_COPY "Copy"
IDT_EDIT_PASTE "Paste"
IDT_EDIT_FIND "Find"
IDT_EDIT_REPLACE "Replace"
IDT_VIEW_WORDWRAP "Word Wrap"
IDT_VIEW_ZOOMIN "Zoom In"
IDT_VIEW_ZOOMOUT "Zoom Out"
IDT_VIEW_SCHEME "Select Scheme"
IDT_VIEW_SCHEMECONFIG "Customise Schemes"
IDT_FILE_EXIT "Exit"
IDT_FILE_SAVEAS "Save As"
IDT_FILE_SAVECOPY "Save Copy"
IDT_EDIT_CLEAR "Delete"
IDT_FILE_PRINT "Print"
IDT_FILE_OPENFAV "Favourites"
IDT_FILE_ADDTOFAV "Add to Favourites"
IDT_VIEW_TOGGLEFOLDS "Toggle Folds"
IDT_FILE_LAUNCH "Execute Document"
IDT_VIEW_TOGGLE_VIEW "Focused View"
IDT_VIEW_CHASING_DOCTAIL "Doc Tail Chasing"
END
STRINGTABLE
BEGIN
IDS_MUI_APPTITLE "Notepad3"
IDS_MUI_APPTITLE_ELEVATED "%s (Administrator)"
IDS_MUI_APPTITLE_PASTEBOARD "Notepad3 : Clipboard"
IDS_MUI_UNTITLED "Untitled"
IDS_MUI_TITLEEXCERPT """%s"""
IDS_MUI_READONLY "(Read Only)"
IDS_MUI_LOADFILE "Loading ""%s""..."
IDS_MUI_SAVEFILE "Saving ""%s""..."
IDS_MUI_PRINTFILE "Printing page %i..."
IDS_MUI_SAVINGSETTINGS "Saving settings..."
IDS_MUI_LINKDESCRIPTION "Edit with Notepad3"
IDS_MUI_FILTER_ALL "All files (*.*)|*.*|"
IDS_MUI_FILTER_EXE "Executable files (*.exe;*.com;*.bat;*.cmd;*.lnk;*.pif)|*.exe;*.com;*.bat;*.cmd;*.lnk;*.pif|All files (*.*)|*.*|"
IDS_MUI_FILTER_INI "Configuration files (*.ini)|*.ini|All files (*.*)|*.*|"
IDS_MUI_OPENWITH "Select the directory with links to your favourite applications."
IDS_MUI_FAVORITES "Select the directory with links to your favourite files."
IDS_MUI_BACKSLASHHELP "Backslash Transformations\n\n\\a\tAlert (BEL, Ascii 7)\n\\b\tBackspace (BS, Ascii 8)\n\\f\tFormfeed (FF, Ascii 12)\n\\n\tNewline (LF, Ascii 10)\n\\r\tCarriage return (CR, Ascii 13)\n\\t\tHorizontal Tab (HT, Ascii 9)\n\\v\tVertical Tab (VT, Ascii 11)\n\\0oo\tOctal Value\n\\u####\tHexadecimal Value\n\\xhh\tHexadecimal Value\n\\\\\tBackslash"
IDS_MUI_REGEXPHELP "RegExp Matching Syntax (Multi Lines)\n\n.\tMatches any character\n^\tEmpty string immediately after Newline\n$\tEmpty string immediately before End of Line\n\\<\tStart of a word\n\\>\tEnd of a word\n\\b\tWord boundary\n[...]\tA set of chars ([abc]) or a range ([a-z])\n[^...]\tChars NOT in the set or range\n\\d\tAny decimal digit\n\\D\tAny non-digit char\n\\s\tAny whitespace char\n\\S\tNot a whitespace char\n\\w\tAny ""word"" char\n\\W\tAny ""non-word"" char\n\\x\tEscape character with otherwise special meaning\n\\xHH\tChar with hex code HH\n?\tMatches preceding 0 or 1 times\n*\tMatches preceding 0 or more times\n+\tMatches preceding 1 or more times\n*? or +?\tNon greedy matching of quantifiers ""?"" and ""+""\n(\tStart of a region\n)\tEnd of a region\n\\n\tRefers to a region when replacing (n is 1-9)\n"
IDS_MUI_WILDCARDHELP "Wildcard Search\n\n*\tMatches zero or more characters.\n?\tMatches exactly one character. "
END
STRINGTABLE
BEGIN
IDS_MUI_ERR_LOADFILE "Error loading ""%s""."
IDS_MUI_ERR_SAVEFILE "Error saving ""%s""."
IDS_MUI_ERR_BROWSE "No file browser plugin was found.\nThe MiniPath file browser plugin can be downloaded from https://rizonesoft.com."
IDS_MUI_ERR_MRUDLG "No access to the selected file!\nWould you like to remove it from the list?"
IDS_MUI_ERR_CREATELINK "Error creating the Desktop link."
IDS_MUI_ERR_PREVWINDISABLED "Existing Notepad3 window is busy or has an active dialog box.\nWould you like to open another Notepad3 window?"
IDS_MUI_ERR_ENCODINGNA "Code page conversion tables for the selected encoding are not available on your system."
IDS_MUI_ERR_UNICODE "Error converting this Unicode file.\nData will be lost if the file is saved!"
IDS_MUI_ERR_ADMINEXE "No administration executable found.\nCheck website https://rizonesoft.com ?"
IDS_MUI_ERR_ACCESSDENIED "The file ""%s"" cannot be saved and may be protected.\n\nDo you want to launch Notepad3 as Administrator?"
IDS_MUI_ERR_UNICODE2 "Certain characters in the current text are not supported by the selected encoding, and may be replaced by default placeholders when saving. It's recommended to choose another file encoding. Continue?"
IDS_MUI_ERR_DROP "Only one file can be dropped at the same time!"
IDS_MUI_WARN_LOAD_BIG_FILE "Are you sure you want to open this large file?"
IDS_MUI_WARN_UNKNOWN_EXT "Unknown file name extension (%s) !\nLoading data anyway ?"
IDS_MUI_WARN_INCONSIST_EOLS "The file has inconsistent line-breaks!\n%s\nReplace all line-breaks with '%s'?"
IDS_MUI_WARN_INCONS_INDENTS "The file has inconsistent indentation!\n%s\nReplace indentation with '%s'?"
END
STRINGTABLE
BEGIN
IDS_MUI_SELRECT "This operation can't be performed within a rectangular selection."
IDS_MUI_BUFFERTOOSMALL "This operation can't be performed (lines too long)."
IDS_MUI_FIND_WRAPFW "Reached the end of the document, restarting search at the beginning."
IDS_MUI_FIND_WRAPRE "Reached the beginning of the document, restarting search at the end."
IDS_MUI_NOTFOUND "The specified text was not found."
IDS_MUI_REPLCOUNT "%i occurrences of the specified text have been replaced."
IDS_MUI_ASK_ENCODING "Switching the file encoding from one encoding to another may replace unsupported text with default characters, and the undo history will be cleared. Continue?"
IDS_MUI_ASK_ENCODING2 "You are about to change the encoding of an empty file. Note that this will clear the undo history, as it can't be synchronised with the new encoding. Continue?"
IDS_MUI_READONLY_SAVE """%s"" is read only. Save to a different file?"
IDS_MUI_FILECHANGENOTIFY "The current file has been modified by an external program. Reload?"
IDS_MUI_FILECHANGENOTIFY2 "The current file has been deleted. Save now?"
IDS_MUI_STICKYWINPOS "Sticky Window Position is enabled. Any new Notepad3 windows will use the current window placement settings."
IDS_MUI_SAVEDSETTINGS "The current program settings have been saved."
IDS_MUI_CREATEINI_FAIL "Error creating configuration file."
IDS_MUI_WRITEINI_FAIL "Error writing settings to configuration file."
IDS_MUI_SETTINGSNOTSAVED "No existing configuration file was found.\nTo keep your style modifications, save settings now (F7) or go back to scheme configuration (Ctrl+F12) and export your styles."
IDS_MUI_EXPORT_FAIL "Error exporting style settings to ""%s""."
IDS_MUI_REGEX_INVALID "Error evaluating regular expression. Expression is invalid!"
IDS_MUI_DROP_NO_FILE "No valid filename retrieved.\nIf dropping from 32-bit application,\nplease drag and drop to Notepad3's tool bar."
END
STRINGTABLE
BEGIN
IDS_MUI_ASK_SAVE "Save changes to ""%s""?"
IDS_MUI_ASK_REVERT "Revert file to last saved state? Your changes will be lost!"
IDS_MUI_ASK_RECODE "Recoding requires reloading file from disk, unsaved changes will be lost!"
IDS_MUI_ASK_CREATE """%s"" not found.\nWould you like to create this file?"
IDS_MUI_PRINT_HEADER "Filename, Current Date and Time|Filename, Current Date|Filename|Leave blank"
IDS_MUI_PRINT_FOOTER "Page Number|Leave blank"
IDS_MUI_PRINT_COLOR "Normal|Invert light (dark background)|Black on white|Colour on white|Colour on white (except line numbers)|Screen Colours"
IDS_MUI_PRINT_PAGENUM "Page %i"
IDS_MUI_PRINT_EMPTY "This document doesn't contain any text to be printed."
IDS_MUI_PRINT_ERROR "Error printing ""%s""!"
IDS_MUI_FAV_SUCCESS "A shortcut to the current file has been created in the favourites directory."
IDS_MUI_FAV_FAILURE "The shortcut to the current file could not be created.\nMake sure there's no other file with the same name."
IDS_MUI_READONLY_MODIFY "The attributes of ""%s"" could not be modified."
IDS_MUI_SAVEPOS "&Save Position\tCtrl+S"
IDS_MUI_RESETPOS "&Reset Position\tCtrl+R"
IDS_MUI_PREVIEW "&Preview Settings\tCtrl+P"
IDS_MUI_PASS_FAILURE "The Passphrase is incorrect.\nRetry another Passphrase?"
IDS_MUI_NOPASS "Decryption Cancelled!\nRead encrypted raw data?"
END
STRINGTABLE
BEGIN
IDS_MUI_STY_BASESTD "BASE (Default Style):"
IDS_MUI_STY_BASE2ND "BASE (2nd Default Style):"
IDS_MUI_STY_LEXDEF "%s - Default Style:"
IDS_MUI_STY_LEXSTYLE "%s's Style:"
IDS_MUI_TITLE_RELBASE " +++ BASE (%s) +++"
IDS_MUI_TITLE_FIXBASE " BASE (%s)"
IDS_MUI_TITLE_RELCUR " +++ %s: %s Style +++"
IDS_MUI_TITLE_FIXCUR " %s: %s Style"
IDS_MUI_TITLE_RELARB " +++ Style '%s' (%s) +++"
IDS_MUI_TITLE_FIXARB " Style '%s' (%s)"
IDS_MUI_ASSOCIATED_EXT "Associated filename extensions:"
END
STRINGTABLE
BEGIN
IDS_MUI_TRANSL_AUTHOR "(ko-KR) Korean (Unified Hangul) translation by XXX"
IDS_MUI_EXAMPLE_TEXT "The quick brown fox jumps over the lazy dog, 0123456789."
IDS_MUI_ZERO_LEN_MATCH "^ Zero-Length Match"
IDS_MUI_GOTO_LINE "Line (1 - %lli):"
IDS_MUI_GOTO_COLUMN "Column (1 - %lli):"
END
STRINGTABLE
BEGIN
IDS_MUI_CMDLINEHELP "\
Usage:\r\n\
Notepad3 \t[/?] [¡¦[Encoding]] [¡¦[Line ending mode]] [/e] [/g] [/m] [/l]\r\n\
\t[/q] [/s] [/d] [/h] [/x] [/c] [/b] [/n] [/r| [/p] [/t] [/i] [/o]\r\n\
\t[/f] [/u] [/v] [/vd] [/z] [[drive:][path]filename[¡¦]]\r\n\r\n\
file\tMust be the last argument, no quoted spaces by default.\r\n\
+\tAccept multiple file arguments (with quoted spaces).\r\n\
-\tAccept single file argument (without quoted spaces).\r\n\r\n\
Options:\r\n\
/?\tDispay this help message.\r\n\
¡¦\tEncoding (/ansi, /unicode, /unicodebe, /utf8, /utf8sig).\r\n\
¡¦\tLine ending mode (/crlf, /cr, /lf).\r\n\
/e\tFile source encoding.\r\n\
/g\tJump to specified position (/g -1 end of file).\r\n\
/m\tMatch specified text (/m- last, /mr regex, /mb backslash).\r\n\
/l\tAuto-reload modified files.\r\n\
/q\tForce creation of new files without prompt.\r\n\
/s\tSelect specified syntax scheme.\r\n\
/d\tSelect default text scheme.\r\n\
/h\tSelect Web Source Code scheme.\r\n\
/x\tSelect XML Document scheme.\r\n\
/c\tOpen new window and paste clipboard contents.\r\n\
/b\tOpen new paste board to collect clipboard entries.\r\n\
/n\tAlways open a new window (/ns single file instance).\r\n\
/r\tReuse window (/rs single file instance).\r\n\
/p\tSet window position and size (/p0, /ps, /pf,l,t,r,b,m).\r\n\
/t\tSet window title.\r\n\
/i\tStart as tray icon.\r\n\
/o\tKeep window on top.\r\n\
/f\tSpecify ini-file (/f0 no ini-file).\r\n\
/u\tLaunch with elevated privileges.\r\n\
/v\tPrint file immediately and quit.\r\n\
/vd\tPrint file (open printer dialog).\r\n\
/z\tSkip next (usable for registry-based Notepad replacement).\r\n\r\n\
Examples:\r\n\
Notepad3 /utf8sig /crlf d:\\temp\\Test.txt\r\n\
\t¡¦ Open a new file: ""Test.txt"" Encoding=UTF-8-BOM, EoL=CRLF.\r\n\
Notepad3 /v d:\\temp\\Test.txt\r\n\
\t¡¦ Print the file: ""Test.txt"" immediately.\
"
IDS_MUI_STYLEEDIT_HELP "\
Filename extensions must be separated by ';'\r\n\r\n\
Style format:\r\n\
font:Name; size:[+/-]nn.mm; bold; italic; underline;\r\n\
fore:#ffffff; back:#bbbbbb; eolfilled; indic_gradient\r\n\r\n\
Style properties can be copied using copy and paste or drag and drop.\
"
END
STRINGTABLE
BEGIN
IDS_MUI_ABOUT_RTF_0 "{\
\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1033{\\fonttbl{\\f0\\fswiss\\fcharset0 Arial;}}\
{\\colortbl ;\\red80\\green160\\blue80;}\
\\tx3500\\tx7000\\fs18\
\\cf0 \\fs20\\b1\\ul1 Development:\\ul0\\b0\\fs18\\par\
"
IDS_MUI_ABOUT_RTF_1 "\
\\cf0 \\fs20\\b1\\ul1 Contributors:\\ul0\\b0\\fs18\\par\
"
IDS_MUI_ABOUT_RTF_2 "\
\\cf0 \\fs20\\b1\\ul1 Open Source / Libraries:\\ul0\\b0\\fs18\\par\
"
IDS_MUI_ABOUT_RTF_3 "\
\\cf0 \\fs20\\b1\\ul1 Acknowledgments:\\ul0\\b0\\fs18\\par\
"
IDS_MUI_ABOUT_RTF_4 "\
\\cf0 \\fs20\\b1\\ul1 Resources:\\ul0\\b0\\fs18\\par\
"
IDS_MUI_ABOUT_RTF_5 "\
\\cf0 \\fs20\\b1\\ul1 Licences:\\ul0\\b0\\fs18\\par\
"
IDS_MUI_ABOUT_RTF_6 "\
\\cf0 \\fs20\\b1\\ul1 Notepad3 Licence:\\ul0\\b0\\fs18\\par\
\\cf0 \\par\
\\cf0 Notepad3 and MiniPath Copyright \\u0169 2015-2019 Rizonesoft, All rights reserved.\\par\
\\cf0 https://www.rizonesoft.com\\par\
\\cf0 \\par\
\\cf0 Redistribution and use in source and binary forms, with or without modification,\\par\
\\cf0 are permitted provided that the following conditions are met:\\par\
\\cf0 \\par\
\\cf0 1. Redistributions of source code must retain the above copyright\\par\
\\cf0 notice, this list of conditions and the following disclaimer.\\par\
\\cf0 \\par\
\\cf0 2. Redistributions in binary form must reproduce the above copyright\\par\
\\cf0 notice, this list of conditions and the following disclaimer in the\\par\
\\cf0 documentation and/or other materials provided with the distribution.\\par\
\\cf0 \\par\
\\cf0 3. Neither the name of Florian Balmer nor the names of its contributors\\par\
\\cf0 may be used to endorse or promote products derived from this software\\par\
\\cf0 without specific prior written permission.\\par\
\\cf0 \\par\
\\cf0 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\\par\
\\cf0 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\\par\
\\cf0 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\\par\
\\cf0 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\\par\
\\cf0 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\\par\
\\cf0 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\\par\
\\cf0 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\\par\
\\cf0 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\\par\
\\cf0 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\\par\
\\cf0 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\\par\
\\cf0 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\par\
}"
END
#endif // Korean (Korea) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -0,0 +1,8 @@
#pragma once
// Durch Einbeziehen von"SDKDDKVer.h" wird die höchste verfügbare Windows-Plattform definiert.
// Wenn Sie die Anwendung für eine frühere Windows-Plattform erstellen möchten, schließen Sie "WinSDKVer.h" ein, und
// legen Sie das _WIN32_WINNT-Makro auf die zu unterstützende Plattform fest, bevor Sie "SDKDDKVer.h" einschließen.
#include <SDKDDKVer.h>

View File

@ -112,10 +112,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\nl-NL"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0413 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\nl-NL\np3lng.dll.mui"
@ -142,10 +138,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\nl-NL"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0413 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\nl-NL\np3lng.dll.mui"
@ -178,10 +170,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\nl-NL"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0413 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\nl-NL\np3lng.dll.mui"
@ -214,10 +202,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\nl-NL"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0413 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\nl-NL\np3lng.dll.mui"

View File

@ -112,10 +112,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ru-RU"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0419 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ru-RU\np3lng.dll.mui"
@ -142,10 +138,6 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ru-RU"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0419 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ru-RU\np3lng.dll.mui"
@ -178,10 +170,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ru-RU"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0419 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ru-RU\np3lng.dll.mui"
@ -214,10 +202,6 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ru-RU"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0419 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ru-RU\np3lng.dll.mui"

View File

@ -112,15 +112,11 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\zh-CN"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0804 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\zh-CN\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\zh-CN\np3lng.dll.mui"
</Command>
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0804 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\zh-CN\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\zh-CN\np3lng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
@ -142,15 +138,11 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\zh-CN"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0804 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\zh-CN\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\zh-CN\np3lng.dll.mui"
</Command>
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0804 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\zh-CN\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\zh-CN\np3lng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
@ -178,15 +170,11 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\zh-CN"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0804 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\zh-CN\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\zh-CN\np3lng.dll.mui"
</Command>
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0804 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\zh-CN\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\zh-CN\np3lng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
@ -214,15 +202,11 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
<Culture>0x0407</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\zh-CN"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0804 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\zh-CN\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\zh-CN\np3lng.dll.mui"
</Command>
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(SolutionDir)language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0804 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\zh-CN\np3lng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\np3lng.dll" -e "$(TargetDir)..\zh-CN\np3lng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>

View File

@ -0,0 +1,432 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winresrc.h"
#include "../common_res.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Korean (Korea) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code) (Win-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winresrc.h""\r\n"
"#include ""../common_res.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_ABOUT DIALOGEX 0, 0, 227, 110
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_NOFAILCREATE | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "MiniPath"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
DEFPUSHBUTTON "OK",IDOK,170,90,50,14
ICON IDR_MAINWND48,IDC_STATIC,7,7,48,48,SS_REALSIZEIMAGE,WS_EX_TRANSPARENT
LTEXT "",IDC_VERSION,45,7,175,12
LTEXT "",IDC_COPYRIGHT,45,23,175,8
LTEXT "",IDC_WEBPAGE2,45,26,175,8,NOT WS_VISIBLE | WS_DISABLED
CONTROL "",IDC_WEBPAGE,"SysLink",WS_TABSTOP,45,33,175,10
LTEXT "",IDC_AUTHORNAME,45,51,116,8
LTEXT "",IDC_EMAIL2,45,75,116,8,NOT WS_VISIBLE | WS_DISABLED
CONTROL "",IDC_EMAIL,"SysLink",WS_TABSTOP,45,61,116,10
LTEXT "", IDC_TRANSL_AUTH, 45, 78, 200, 8
END
IDD_RUN DIALOGEX 0, 0, 224, 85
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Run"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_RUN,IDC_STATIC,7,7,20,20
LTEXT "Enter the name of an executable program file,\na folder or a document to open.",IDC_STATIC,35,7,188,17
EDITTEXT IDC_COMMANDLINE,35,35,165,13,ES_AUTOHSCROLL
PUSHBUTTON "",IDC_SEARCHEXE,204,35,13,13
DEFPUSHBUTTON "OK",IDOK,112,64,50,14
PUSHBUTTON "Cancel",IDCANCEL,167,64,50,14
END
IDD_OPENWITH DIALOGEX 0, 0, 165, 129
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Open with..."
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
CONTROL "",IDC_OPENWITHDIR,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,7,151,69
PUSHBUTTON "",IDC_GETOPENWITHDIR,7,83,13,13
LTEXT "Click here to specify the directory with links to your favourite applications.",IDC_OPENWITHDESCR,26,83,132,18
DEFPUSHBUTTON "OK",IDOK,52,108,50,14
PUSHBUTTON "Cancel",IDCANCEL,108,108,50,14
SCROLLBAR IDC_RESIZEGRIP3,7,112,10,10
END
IDD_GOTO DIALOGEX 0, 0, 224, 87
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Goto"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_GOTO,IDC_STATIC,7,7,20,20
LTEXT "Enter the name of a file or directory to open,\nor select a recently visited directory from the list.",IDC_STATIC,35,7,182,17
COMBOBOX IDC_GOTO,35,35,182,126,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK",IDOK,112,66,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,167,66,50,14
SCROLLBAR IDC_RESIZEGRIP,7,70,10,10
END
IDD_FILTER DIALOGEX 0, 0, 184, 79
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "File Filter"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Specify a new file &filter. Separate multiple filters by ;",IDC_STATIC,7,7,170,8
EDITTEXT IDC_FILTER,7,22,153,13,ES_AUTOHSCROLL
PUSHBUTTON "",IDC_BROWSEFILTER,164,22,13,13
CONTROL "&Exclude files matching the filter.",IDC_NEGFILTER,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,40,118,10
DEFPUSHBUTTON "OK",IDOK,72,58,50,14
PUSHBUTTON "Cancel",IDCANCEL,127,58,50,14
END
IDD_RENAME DIALOGEX 0, 0, 172, 74
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Rename"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Current:",IDC_STATIC,7,9,28,8
EDITTEXT IDC_OLDNAME,39,7,126,13,ES_AUTOHSCROLL | ES_READONLY | NOT WS_TABSTOP
LTEXT "&New:",IDC_STATIC,7,26,18,8
EDITTEXT IDC_NEWNAME,39,25,126,13,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,59,53,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,115,53,50,14
END
IDD_NEWDIR DIALOGEX 0, 0, 172, 66
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "New Directory"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Enter the name for the new directory:",IDC_STATIC,7,7,158,8
EDITTEXT IDC_NEWDIR,7,22,158,13,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,59,45,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,115,45,50,14
END
IDD_COPYMOVE DIALOGEX 0, 0, 230, 95
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Copy/Move"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Source:",IDC_STATIC,7,7,26,8
EDITTEXT IDC_SOURCE,7,18,216,13,ES_AUTOHSCROLL | ES_READONLY | NOT WS_TABSTOP
LTEXT "&Destination:",IDC_STATIC,7,37,40,8
COMBOBOX IDC_DESTINATION,7,48,199,105,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "",IDC_BROWSEDESTINATION,210,48,13,13
LTEXT "Action:",IDC_STATIC,7,66,24,8
CONTROL "&Copy",IDC_FUNCCOPY,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,35,66,40,10
CONTROL "&Move",IDC_FUNCMOVE,"Button",BS_AUTORADIOBUTTON,35,78,40,10
DEFPUSHBUTTON "OK",IDOK,117,74,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,173,74,50,14
SCROLLBAR IDC_RESIZEGRIP2,7,78,10,10
END
IDPP_GENERAL DIALOGEX 0, 0, 225, 185
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "General"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_OPTIONS,IDC_STATIC,10,10,20,20
LTEXT "Specify general program settings for MiniPath.",IDC_STATIC,40,15,153,8
CONTROL "&Allow only single mouse-click to open objects.",IDC_SINGLECLICK,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,46,161,10
CONTROL "&Enable track selection.",IDC_TRACKSELECT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,58,88,10
CONTROL "Enable &full row selection.",IDC_FULLROWSELECT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,70,95,10
CONTROL "Always a&ctivate target window when a file is opened.",IDC_FOCUSEDIT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,82,187,10
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,10,100,205,1
CONTROL "&Keep MiniPath window always on top.",IDC_ALWAYSONTOP,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,109,140,10
CONTROL "&Minimise to system tray (click to reactivate).",IDC_MINIMIZETOTRAY,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,121,157,10
CONTROL "&Try to reuse existing window when MiniPath is started.",IDC_REUSEWINDOW,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,133,195,10
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,10,151,205,1
CONTROL "&Save settings on exit.",IDC_SAVESETTINGS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,160,86,10
END
IDPP_ADVANCED DIALOGEX 0, 0, 225, 185
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_OPTIONS2,IDC_STATIC,10,10,20,20
LTEXT "Specify advanced program settings for MiniPath.",IDC_STATIC,40,15,160,8
CONTROL "&Use startup directory:",IDC_STARTUPDIR,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,10,46,87,10
CONTROL "Most &recently used.",IDC_GOTOMRU,"Button",BS_AUTORADIOBUTTON,100,46,79,10
CONTROL """&Favourites"" folder.",IDC_GOTOFAV,"Button",BS_AUTORADIOBUTTON,100,58,75,10
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,10,76,205,1
CONTROL "&Clear read-only attribute of saved files.",IDC_CLEARREADONLY,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,85,143,10
CONTROL "Rename copied files on &name collisions.",IDC_RENAMEONCOLLISION,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,97,141,10
CONTROL "&Move deleted files to the recycle bin.",IDC_USERECYCLEBIN,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,109,134,10
CONTROL "&Don't confirm file delete (not recommended).",IDC_NOCONFIRMDELETE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,121,159,10
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,10,139,205,1
CONTROL "Enable ""&Esc"" key to...",IDC_ESCFUNCTION,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,10,148,85,10
CONTROL "Minimise &window.",IDC_ESCMIN,"Button",BS_AUTORADIOBUTTON,100,148,71,10
CONTROL "E&xit MiniPath.",IDC_ESCEXIT,"Button",BS_AUTORADIOBUTTON,100,160,63,10
END
IDPP_ITEMS DIALOGEX 0, 0, 225, 185
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Items"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_ITEMS,IDC_STATIC,10,10,21,20
LTEXT "Appearance of items in directory list.",IDC_STATIC,40,15,118,8
GROUPBOX "Colours",IDC_STATIC,10,41,205,134
LTEXT "Use this text colour when NO FILTER is set:",IDC_STATIC,20,54,136,8
CONTROL "Default &windows colour.",IDC_COLOR_DEF1,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,20,68,89,10
CONTROL "Custom &colour:",IDC_COLOR_CUST1,"Button",BS_AUTORADIOBUTTON,20,82,60,10
EDITTEXT IDC_COLOR_SAMP1,85,80,30,14,ES_AUTOHSCROLL | WS_DISABLED
PUSHBUTTON "Pick Colour...",IDC_COLOR_PICK1,119,80,50,14
LTEXT "Use this text colour when a FILTER IS ACTIVE:",IDC_STATIC,20,105,146,8
CONTROL "D&efault windows colour.",IDC_COLOR_DEF2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,20,119,89,10
CONTROL "C&ustom colour:",IDC_COLOR_CUST2,"Button",BS_AUTORADIOBUTTON,20,133,60,10
EDITTEXT IDC_COLOR_SAMP2,86,130,30,14,ES_AUTOHSCROLL | WS_DISABLED
PUSHBUTTON "Pick Colour...",IDC_COLOR_PICK2,120,130,50,14
END
IDPP_PROG DIALOGEX 0, 0, 226, 185
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Locations"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_PROGS,IDC_STATIC,10,10,20,20
LTEXT "Specify external programs and paths.",IDC_STATIC,40,15,122,8
LTEXT "&Default ""Quick View"" program (Ctrl+Q):",IDC_STATIC,10,41,126,8
EDITTEXT IDC_QUICKVIEW,10,52,191,13,ES_AUTOHSCROLL
PUSHBUTTON "",IDC_BROWSE_Q,203,52,13,13,BS_BITMAP
LTEXT "&Favourites Folder (F11):",IDC_STATIC,10,76,76,8
EDITTEXT IDC_FAVORITES,10,87,191,13,ES_AUTOHSCROLL
PUSHBUTTON "",IDC_BROWSE_F,203,87,13,13,BS_BITMAP
END
IDD_FINDTARGET DIALOGEX 0, 0, 271, 180
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Target Application"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "Don't use any specific target application, simply launch the selected file.",IDC_LAUNCH,
"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,7,245,10
CONTROL "Use the following target application:",IDC_TARGET,
"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,21,131,10
LTEXT "Specify the action if the target application is already running:",IDC_STATIC,7,64,196,8
EDITTEXT IDC_TARGETPATH,20,35,225,14,ES_AUTOHSCROLL
PUSHBUTTON "",IDC_BROWSE,249,35,15,14,BS_BITMAP
LTEXT "Message:",IDC_STATIC,20,120,32,8
CONTROL "None, run target application each time a file is opened.",IDC_ALWAYSRUN,
"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,78,191,10
CONTROL "Send a file open message to target application window:",IDC_SENDDROPMSG,
"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,92,193,10
CONTROL "Execute the following DDE command:",IDC_USEDDE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,106,135,10
LTEXT "Application:",IDC_STATIC,128,120,38,8
PUSHBUTTON "Find Window...",IDC_FINDWIN,204,91,60,14
LTEXT "Topic:",IDC_STATIC,198,120,20,8
EDITTEXT IDC_DDEMSG,20,130,104,14,ES_AUTOHSCROLL
EDITTEXT IDC_DDEAPP,128,130,66,14,ES_AUTOHSCROLL
EDITTEXT IDC_DDETOPIC,198,130,66,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,160,159,50,14
PUSHBUTTON "Cancel",IDCANCEL,214,159,50,14
END
IDD_FINDWIN DIALOGEX 0, 0, 210, 85
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Find Window"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
ICON IDI_CROSS1,IDC_CROSSCURSOR,7,7,21,20,SS_CENTERIMAGE
LTEXT "Drag the crosshair over the window you would like to select as the new target, or press Esc to cancel.",IDC_STATIC,35,7,168,22
EDITTEXT IDC_WINTITLE,35,35,168,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_TABSTOP
LTEXT "Window Class",IDC_WINCLASS,7,60,45,8,NOT WS_VISIBLE
LTEXT "Window Module",IDC_WINMODULE,7,70,51,8,NOT WS_VISIBLE
DEFPUSHBUTTON "OK",IDOK,99,64,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,153,64,50,14
END
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
IDD_ABOUT, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
VERTGUIDE, 45
TOPMARGIN, 7
BOTTOMMARGIN, 103
END
IDD_RUN, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 217
TOPMARGIN, 7
BOTTOMMARGIN, 78
END
IDD_OPENWITH, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 158
TOPMARGIN, 7
BOTTOMMARGIN, 122
END
IDD_GOTO, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 217
TOPMARGIN, 7
BOTTOMMARGIN, 80
END
IDD_FILTER, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 177
TOPMARGIN, 7
BOTTOMMARGIN, 71
END
IDD_RENAME, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 165
TOPMARGIN, 7
BOTTOMMARGIN, 67
END
IDD_NEWDIR, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 165
TOPMARGIN, 7
BOTTOMMARGIN, 59
END
IDD_COPYMOVE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 223
TOPMARGIN, 7
BOTTOMMARGIN, 88
END
IDPP_GENERAL, DIALOG
BEGIN
LEFTMARGIN, 10
RIGHTMARGIN, 215
TOPMARGIN, 10
BOTTOMMARGIN, 175
END
IDPP_ADVANCED, DIALOG
BEGIN
LEFTMARGIN, 10
RIGHTMARGIN, 215
TOPMARGIN, 10
BOTTOMMARGIN, 175
END
IDPP_ITEMS, DIALOG
BEGIN
LEFTMARGIN, 10
RIGHTMARGIN, 215
TOPMARGIN, 10
BOTTOMMARGIN, 175
END
IDPP_PROG, DIALOG
BEGIN
LEFTMARGIN, 10
RIGHTMARGIN, 215
TOPMARGIN, 10
BOTTOMMARGIN, 175
END
IDD_FINDTARGET, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 264
TOPMARGIN, 7
BOTTOMMARGIN, 171
END
IDD_FINDWIN, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 203
TOPMARGIN, 7
BOTTOMMARGIN, 78
END
END
#endif // APSTUDIO_INVOKED
#endif // Korean (Korea) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -0,0 +1,22 @@
// dllmain.cpp : Definiert den Einstiegspunkt für die DLL-Anwendung.
#include "stdafx.h"
BOOL APIENTRY DllMain(HMODULE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
UNREFERENCED_PARAMETER(hModule);
UNREFERENCED_PARAMETER(lpReserved);
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:
case DLL_THREAD_ATTACH:
case DLL_THREAD_DETACH:
case DLL_PROCESS_DETACH:
break;
}
return TRUE;
}

View File

@ -0,0 +1,141 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winresrc.h"
#include "../common_res.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Korean (Korea) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code) (Win-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winresrc.h""\r\n"
"#include ""../common_res.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Menu
//
IDR_MAINWND MENU
BEGIN
POPUP "+"
BEGIN
MENUITEM "&Open", IDM_FILE_OPEN
MENUITEM "Open &w/ Alternate App...", IDM_FILE_OPENWITH
MENUITEM "&Quickview", IDM_FILE_QUICKVIEW
MENUITEM SEPARATOR
MENUITEM "&Copy Name", IDM_POP_COPYNAME
MENUITEM "Create Lin&k...", IDM_FILE_CREATELINK
MENUITEM "&Save As...", IDM_FILE_SAVEAS
MENUITEM "Copy/&Move...", IDM_FILE_COPYMOVE
MENUITEM "D&elete...", IDM_FILE_DELETE
MENUITEM "Re&name...", IDM_FILE_RENAME
MENUITEM SEPARATOR
MENUITEM "&Launch", IDM_FILE_LAUNCH
MENUITEM "&Run w/ Arguments...", IDM_FILE_RUN
MENUITEM SEPARATOR
MENUITEM "&Properties", IDM_FILE_PROPERTIES
END
POPUP "+"
BEGIN
MENUITEM "&New File...", IDM_FILE_NEW
MENUITEM "Ne&w Directory...", IDM_FILE_NEWDIR
MENUITEM SEPARATOR
MENUITEM "&File Filter...", IDM_VIEW_FILTER
MENUITEM "&Reset Filter", IDM_VIEW_FILTERALL
POPUP "&Show"
BEGIN
MENUITEM "&Directories", IDM_VIEW_FOLDERS
MENUITEM "&Files", IDM_VIEW_FILES
MENUITEM "&System Objects", IDM_VIEW_HIDDEN
END
POPUP "S&ort"
BEGIN
MENUITEM "by &Name", IDM_SORT_NAME
MENUITEM "by &Size", IDM_SORT_SIZE
MENUITEM "by &Type", IDM_SORT_TYPE
MENUITEM "by &Date", IDM_SORT_DATE
MENUITEM SEPARATOR
MENUITEM "&Reverse", IDM_SORT_REVERSE
END
MENUITEM SEPARATOR
MENUITEM "&Goto Favourites", IDM_VIEW_FAVORITES
MENUITEM "&Edit Favourites", IDM_VIEW_EDITFAVORITES
MENUITEM "&Directory...", IDM_FILE_CHANGEDIR
MENUITEM SEPARATOR
MENUITEM "Show Dri&ves", IDM_VIEW_DRIVEBOX
MENUITEM SEPARATOR
MENUITEM "S&ave Settings", IDM_VIEW_SAVESETTINGS
MENUITEM "Setup &Target...", IDM_VIEW_FINDTARGET
MENUITEM "O&ptions...", IDM_VIEW_OPTIONS
END
POPUP "+"
BEGIN
MENUITEM "&Directory...", IDM_FILE_CHANGEDIR
MENUITEM "Drive &Properties", IDM_FILE_DRIVEPROP
MENUITEM SEPARATOR
MENUITEM "Show Dri&ves", IDM_VIEW_DRIVEBOX
END
POPUP "+"
BEGIN
MENUITEM "Show &Toolbar", IDM_VIEW_TOOLBAR
MENUITEM "&Edit Toolbar...", IDM_VIEW_CUSTOMIZETB
MENUITEM "Show &Statusbar", IDM_VIEW_STATUSBAR
END
POPUP "+"
BEGIN
MENUITEM "Open MiniPath", IDM_TRAY_RESTORE
MENUITEM "Exit MiniPath", IDM_TRAY_EXIT
END
END
#endif // Korean (Korea) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -0,0 +1,6 @@
// mp_ko_kr.cpp: Definiert die exportierten Funktionen für die DLL-Anwendung.
//
#include "stdafx.h"

View File

@ -0,0 +1,71 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winresrc.h"
#include "../common_res.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Korean (Korea) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code) (Win-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winresrc.h""\r\n"
"#include ""../common_res.h""\r\n"
"\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"#include ""../common_res.rc""\r\n"
"#include ""menu_ko_kr.rc""\r\n"
"#include ""strings_ko_kr.rc""\r\n"
"#include ""dialogs_ko_kr.rc""\r\n"
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
#endif // Korean (Korea) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#include "../common_res.rc"
#include "menu_ko_kr.rc"
#include "strings_ko_kr.rc"
#include "dialogs_ko_kr.rc"
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -0,0 +1,256 @@
<?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>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{18CD506D-5596-4B58-B868-57FAAC657C6B}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>mpengb</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<OutDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\</OutDir>
<IntDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\</IntDir>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\</OutDir>
<IntDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\</IntDir>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<OutDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\</OutDir>
<IntDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\</IntDir>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\</OutDir>
<IntDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\</IntDir>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;NP3ENGB_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ko-KR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(ProjectDir)..\..\..\language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0412 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ko-KR\mplng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\mplng.dll" -e "$(TargetDir)..\ko-KR\mplng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0412</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;_DEBUG;NP3ENGB_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ko-KR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(ProjectDir)..\..\..\language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0412 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ko-KR\mplng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\mplng.dll" -e "$(TargetDir)..\ko-KR\mplng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0412</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>MinSpace</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;NDEBUG;NP3ENGB_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ko-KR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(ProjectDir)..\..\..\language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0412 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ko-KR\mplng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\mplng.dll" -e "$(TargetDir)..\ko-KR\mplng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0412</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>MinSpace</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;NP3ENGB_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\ko-KR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(ProjectDir)..\..\..\language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x0412 -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\ko-KR\mplng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\mplng.dll" -e "$(TargetDir)..\ko-KR\mplng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x0412</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="stdafx.h" />
<ClInclude Include="targetver.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp" />
<ClCompile Include="mp_ko_kr.cpp" />
<ClCompile Include="stdafx.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="dialogs_ko_kr.rc">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</ResourceCompile>
<ResourceCompile Include="menu_ko_kr.rc">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</ResourceCompile>
<ResourceCompile Include="mp_ko_kr.rc" />
<ResourceCompile Include="strings_ko_kr.rc">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</ResourceCompile>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>

View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Resource Files">
<UniqueIdentifier>{492E8CEF-3C45-418D-95C9-EBAE0CB0DC04}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
<Filter Include="Header Files">
<UniqueIdentifier>{347668C9-72BA-408E-B57B-8DF229275D9A}</UniqueIdentifier>
<Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions>
</Filter>
<Filter Include="Source Files">
<UniqueIdentifier>{77E2E0E3-C32B-478A-AFD1-AB8B4C5D11AD}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="stdafx.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="targetver.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="stdafx.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="mp_ko_kr.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="dllmain.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="mp_ko_kr.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<ResourceCompile Include="dialogs_ko_kr.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<ResourceCompile Include="menu_ko_kr.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<ResourceCompile Include="strings_ko_kr.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>

View File

@ -0,0 +1,16 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by mp_ko_kr.rc
//
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 0
#define _APS_NEXT_COMMAND_VALUE 0
#define _APS_NEXT_CONTROL_VALUE 0
#define _APS_NEXT_SYMED_VALUE 0
#endif
#endif

View File

@ -0,0 +1,8 @@
// stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet.
// mp_ko_kr.pch ist der vorkompilierte Header.
// stdafx.obj enthält die vorkompilierten Typinformationen.
#include "stdafx.h"
// TODO: Auf zusätzliche Header verweisen, die in STDAFX.H
// und nicht in dieser Datei erforderlich sind.

View File

@ -0,0 +1,16 @@
// stdafx.h: Includedatei für Standardsystem-Includedateien
// oder häufig verwendete projektspezifische Includedateien,
// die nur in unregelmäßigen Abständen geändert werden.
//
#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // Selten verwendete Komponenten aus Windows-Headern ausschließen
// Windows-Headerdateien:
#include <windows.h>
// TODO: Hier auf zusätzliche Header, die das Programm erfordert, verweisen.

View File

@ -0,0 +1,150 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winresrc.h"
#include "../common_res.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Korean (Korea) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code) (Win-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winresrc.h""\r\n"
"#include ""../common_res.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE
BEGIN
IDT_HISTORY_BACK "Back"
IDT_HISTORY_FORWARD "Forward"
IDT_UPDIR "Upper Directory"
IDT_ROOT "Root Directory"
IDT_VIEW_FAVORITES "Favourites"
IDT_FILE_PREV "Previous File"
IDT_FILE_NEXT "Next File"
IDT_FILE_RUN "Run"
IDT_FILE_QUICKVIEW "Quickview"
IDT_FILE_SAVEAS "Save As"
IDT_FILE_COPYMOVE "Copy/Move"
IDT_FILE_DELETE "Delete"
IDT_FILE_DELETE2 "Delete (No Recycle)"
IDT_VIEW_FILTER "Filter"
END
STRINGTABLE
BEGIN
IDS_APPTITLE "MiniPath"
IDS_NUMFILES "%s Object(s)"
IDS_NUMFILES2 "%s Object(s) | Filter"
IDS_SAVEFILE "Saving ""%s""..."
IDS_OPEN_FILE_WITH "Open with %s"
END
STRINGTABLE
BEGIN
IDS_ERR_CD "Directory Access Error\nNo access to specified directory.\nCheck the disk or the network connection."
IDS_ERR_FILE "File Access Error\nNo access to ""%s"".\nThe file may be used by another application.\nCheck the disk or the network connection."
IDS_ERR_NEW "File Access Error\nFile could not be created.\nCheck the disk or the network connection."
IDS_ERR_NEWDIR "Directory Access Error\nDirectory could not be created.\nCheck the disk or the network connection."
IDS_ERR_SAVEAS1 "File Save Error\nError saving ""%s"".\nProbably an already existing file is write-protected."
IDS_ERR_SAVEAS2 "File Save Error\nError removing read-only attribute of saved file."
IDS_ERR_CMDLINE "MiniPath\nError accessing file or directory specified in command line."
IDS_ERR_STARTUPDIR "MiniPath\nNo access to startup directory."
IDS_ERR_DROP1 "MiniPath\nNo access to dropped file or directory."
IDS_ERR_DROP2 "MiniPath\nOnly a single file or directory can be dropped at a time."
IDS_ERR_FAVORITES "Favourites\nNo access to ""Favourites"" folder.\nSpecify a valid directory in the ""Options"" dialog box."
IDS_ERR_LNK_GETPATH "Link Error\nNo valid filesystem-path available for linked object.\nProbably the link doesn't refer to a file or directory."
IDS_ERR_LNK_NOACCESS "Link Error\nNo access to filesystem-path of linked object.\nCheck the disk or the network connection."
IDS_ERR_CREATELINK "Link Error\nError creating the specified link.\nProbably the destination directory is write-protected."
IDS_ERR_FILTER "File Filter Error\nNo additional filters specified.\nPlease refer to the MiniPath readme file for more information."
IDS_ERR_PREVWINDISABLED "MiniPath\nExisting MiniPath window is busy or has an active dialog box.\nDo you want to open another MiniPath window?"
END
STRINGTABLE
BEGIN
IDS_ERR_TARGETDISABLED "MiniPath\nExisting target window is busy or has an active dialog box.\nWould you like to open a new window?"
IDS_ERR_INVALIDTARGET "MiniPath\nPlease make sure all the required fields are completed.\nYou will also have to find a target window if the appropriate option is enabled."
IDS_ERR_INIOPEN "MiniPath\nNo access to MiniPath configuration file."
IDS_ERR_INICREATE "Save Settings\nError creating configuration file."
IDS_ERR_INIWRITE "Save Settings\nSettings not saved!\nNo write access to configuration file."
END
STRINGTABLE
BEGIN
IDS_SEARCHEXE "Find Executable"
IDS_GETQUICKVIEWER "Find Quickview"
IDS_GETTARGET "Find Editor"
IDS_NEWFILE "New File"
IDS_FILTER_ALL "All files (*.*)\n*.*\n"
IDS_FILTER_EXE "Executable files (*.exe;*.com;*.bat;*.lnk;*.pif)\n*.exe;*.com;*.bat;*.lnk;*.pif\nAll files (*.*)\n*.*\n"
IDS_GETDIRECTORY "Select a new directory."
IDS_FAVORITES "Specify the ""Favourites"" directory."
END
STRINGTABLE
BEGIN
SC_ALWAYSONTOP "&Keep on Top"
SC_ABOUT "&Info..."
END
STRINGTABLE
BEGIN
IDS_OPENWITH "Select the directory with links to your favourite applications."
IDS_COPYMOVE "Select a destination directory."
IDS_CREATELINK "Select a destination directory for the new link."
IDS_SAVESETTINGS "Save Settings\nThe current program settings have been saved."
IDS_MUI_TRANSL_AUTHOR "(ko-KR) Korean (Unified Hangul) translation by XXX"
END
#endif // Korean (Korea) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -0,0 +1,8 @@
#pragma once
// Durch Einbeziehen von"SDKDDKVer.h" wird die höchste verfügbare Windows-Plattform definiert.
// Wenn Sie die Anwendung für eine frühere Windows-Plattform erstellen möchten, schließen Sie "WinSDKVer.h" ein, und
// legen Sie das _WIN32_WINNT-Makro auf die zu unterstützende Plattform fest, bevor Sie "SDKDDKVer.h" einschließen.
#include <SDKDDKVer.h>

View File

@ -160,7 +160,7 @@ HMODULE g_hLngResContainer = NULL;
WCHAR g_tchPrefLngLocName[LOCALE_NAME_MAX_LENGTH + 1];
LANGID g_iPrefLANGID = MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US);
static WCHAR* const g_tchAvailableLanguages = L"af-ZA be-BY de-DE es-ES en-GB fr-FR ja-JP nl-NL ru-RU zh-CN"; // en-US internal
static WCHAR* const g_tchAvailableLanguages = L"af-ZA be-BY de-DE es-ES en-GB fr-FR ja-JP ko-KR nl-NL ru-RU zh-CN"; // en-US internal
//=============================================================================

View File

@ -84,7 +84,7 @@ static HWND s_hwndReBar = NULL;
static WCHAR s_wchIniFile2[MAX_PATH + 1] = { L'\0' };
static WCHAR s_wchTmpFilePath[MAX_PATH + 1] = { L'\0' };
static WCHAR* const s_tchAvailableLanguages = L"af-ZA be-BY de-DE es-ES en-GB fr-FR ja-JP nl-NL ru-RU zh-CN"; // en-US internal
static WCHAR* const s_tchAvailableLanguages = L"af-ZA be-BY de-DE es-ES en-GB fr-FR ja-JP ko-KR nl-NL ru-RU zh-CN"; // en-US internal
static int s_iSettingsVersion = CFG_VER_CURRENT;
static bool s_bEnableSaveSettings = true;