Top 10k strings from pokefinder.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_POKEFINDER DIALOGEX DISCARDABLE 6,6,330,49
   1 FONT 8,"Ms Shell Dlg 2",400,0,1
   1 EXSTYLE WS_EX_APPWINDOW
   1 CAPTION "Fuse - Poke Finder"
   1 /* res_pokefinder.rc: Win32 interface to the poke finder
   1 #include <windows.h>
   1 #include "pokefinder.h"
   1   PUSHBUTTON "&Reset", IDC_PF_RESET, 199, 28, 60, 14
   1   PUSHBUTTON "&Incremented", IDC_PF_INC, 7, 28, 60, 14
   1   PUSHBUTTON "&Decremented", IDC_PF_DEC, 71, 28, 60, 14
   1   PUSHBUTTON "&Close", IDCLOSE, 263, 28, 60, 14
   1   EDITTEXT IDC_PF_EDIT, 70, 7, 80, 14,
   1   DEFPUSHBUTTON "&Search", IDC_PF_SEARCH, 135, 28, 60, 14
   1   CTEXT "Search for:", IDC_PF_SEARCH_FOR, 20, 10, 38, 8
   1   CTEXT "Possible locations: 6", IDC_PF_LOCATIONS, 173, 10, 150, 8
   1   CONTROL "", IDC_PF_LIST, "SysListView32",
   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) 2004 Marek Januszwski
   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, WS_EX_CLIENTEDGE
   1     WS_CHILD | WS_TABSTOP | LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS,
   1     173, 25, 150, 39, WS_EX_CLIENTEDGE