-
-
Save NickDiMucci/73d518616fd16e82128b to your computer and use it in GitHub Desktop.
Resource 9 script to hide input tab from Unity standalone player. To be used with Resource Hacker.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 DIALOGEX 0, 0, 309, 200 | |
STYLE DS_FIXEDSYS | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | |
CAPTION "ScreenSel" | |
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | |
FONT 8, "MS Shell Dlg", FW_NORMAL, FALSE, 1 | |
{ | |
CONTROL "Play!", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 193, 178, 50, 14 | |
CONTROL "Quit", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 252, 178, 50, 14 | |
CONTROL "", -1, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 7, 3, 295, 108 | |
CONTROL "", 1001, STATIC, SS_BITMAP | SS_CENTERIMAGE | WS_CHILD | WS_VISIBLE, 9, 9, 291, 100 | |
CONTROL "", 1016, "SysTabControl32", TCS_TABS | WS_CHILD | WS_DISABLED | WS_TABSTOP, 7, 86, 295, 106 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment