Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Update CMapValidator UI
Browse files Browse the repository at this point in the history
  • Loading branch information
secsome committed Mar 3, 2023
1 parent 76534b9 commit e6288e7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions FA2sp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
<ResourceCompile Include="FA2sp\UI\CInfantryDialog.rc" />
<ResourceCompile Include="FA2sp\UI\CLighting.rc" />
<ResourceCompile Include="FA2sp\UI\CLoading.rc" />
<ResourceCompile Include="FA2sp\UI\CMapValidator.rc" />
<ResourceCompile Include="FA2sp\UI\CMenu.rc" />
<ResourceCompile Include="FA2sp\UI\CScriptTypes.rc" />
<ResourceCompile Include="FA2sp\UI\CSingleplayerSettings.rc" />
Expand Down
3 changes: 3 additions & 0 deletions FA2sp.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,9 @@
<ResourceCompile Include="FA2sp\UI\CCreateMap2.rc">
<Filter>资源文件</Filter>
</ResourceCompile>
<ResourceCompile Include="FA2sp\UI\CMapValidator.rc">
<Filter>资源文件</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<None Include="FA2sp\FA2sp.manifest">
Expand Down
13 changes: 13 additions & 0 deletions FA2sp/UI/CMapValidator.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#include <Windows.h>

219 DIALOG 0, 0, 245, 337
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "Map-Validator"
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
FONT 8, "MS Sans Serif"
{
CONTROL "OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 185, 316, 50, 14
CONTROL "Cancel", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 128, 316, 50, 14
CONTROL "These possible problems were found:", 1358, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 7, 7, 225, 14
CONTROL "List1", 1357, "SysListView32", LVS_SMALLICON | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 7, 21, 225, 284
}

0 comments on commit e6288e7

Please sign in to comment.