Top 10k strings from memorybrowser.rc
in <root> / bin / pc / Emulators / fuse-hc2000-hacks.7z / src / fuse / ui / win32 /
Back to the directory listing
1 STYLE WS_POPUP | WS_CAPTION | WS_VISIBLE | WS_SYSMENU 1 IDD_MEM DIALOGEX DISCARDABLE 0,0,371,264 1 FONT 8,"MS Sans Serif" 1 EXSTYLE WS_EX_APPWINDOW 1 CAPTION "Fuse - Memory Browser" 1 /* memorybrowser.rc: the Win32 memory browser 1 #include <windows.h> 1 #include "memorybrowser.h" 1 "&Close", IDCLOSE, 315,245,51,14 1 "", IDC_MEM_LV, "SysListView32", \ 1 SCROLLBAR IDC_MEM_SB, 360,0,11,240, WS_CHILD | SBS_VERT 1 PUSHBUTTON 1 with this program; if not, write to the Free Software Foundation, Inc., 1 the Free Software Foundation; either version 2 of the License, or 1 it under the terms of the GNU General Public License as published by 1 but WITHOUT ANY WARRANTY; without even the implied warranty of 1 You should have received a copy of the GNU General Public License along 1 This program is free software; you can redistribute it and/or modify 1 This program is distributed in the hope that it will be useful, 1 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1 GNU General Public License for more details. 1 E-mail: [email protected] 1 Copyright (c) 2008 Marek Januszewski 1 Author contact information: 1 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 1 (at your option) any later version. 1 WS_CHILD | WS_TABSTOP | WS_VISIBLE | LVS_REPORT | \ 1 LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSCROLL, \ 1 0,0,360,240, WS_EX_CLIENTEDGE