Top 10k strings from pokemem.rc in <root> / bin / pc / Emulators / fuse-hc2000-hacks.7z / src / fuse / ui / win32 /

Back to the directory listing

   3     WS_CHILD | WS_TABSTOP | WS_VISIBLE | ES_NUMBER, WS_EX_CLIENTEDGE
   1 STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME
   1 IDD_POKEMEM DIALOGEX DISCARDABLE 6,6,314,171
   1 FONT 8,"Ms Shell Dlg 2",400,0,1
   1 CAPTION "Fuse - Poke Memory"
   1 /* pokemem.rc: Win32 interface to the poke memory
   1 #include <windows.h>
   1 #include "pokemem.h"
   1   PUSHBUTTON "&Cancel", IDCANCEL, 247, 150, 60, 14
   1   PUSHBUTTON "&Add", IDC_PM_ADD, 257, 7, 50, 14
   1   LTEXT "Value:", IDC_PM_VALUE, 169, 10, 30, 8
   1   LTEXT "Bank:", IDC_PM_BANK, 7, 10, 30, 8
   1   LTEXT "Address:", IDC_PM_ADDRESS, 88, 10, 30, 8
   1   EDITTEXT IDC_PM_VALUE_EDIT, 203, 7, 40, 14,
   1   EDITTEXT IDC_PM_BANK_EDIT, 41, 7, 40, 14,
   1   EDITTEXT IDC_PM_ADDR_EDIT, 122, 7, 40, 14,
   1   DEFPUSHBUTTON "&OK", IDOK, 183, 150, 60, 14
   1   CTEXT "Choose active POKES:", IDC_PM_ACTIVE_POK, 7, 28, 300, 8
   1   CONTROL "", IDC_PM_LIST, "SysListView32", WS_CHILD | WS_TABSTOP |
   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) 2011 Philip Kendall, Sergio Baldov
   1    Author contact information:
   1    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
   1    (at your option) any later version.
   1     WS_VISIBLE | LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS,
   1     7, 39, 300, 104, WS_EX_CLIENTEDGE