Top 10k strings from binary.rc
in <root> / bin / pc / Emulators / fuse-hc2000-hacks.7z / src / fuse / ui / win32 /
Back to the directory listing
1 STYLE DS_3DLOOK | DS_CENTER | DS_MODALFRAME | DS_FIXEDSYS | WS_VISIBLE | WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP | WS_SYSMENU 1 IDD_BINARY DIALOGEX 0,0,396,85 1 FONT 8,"Ms Shell Dlg 2",400,0,1 1 EXSTYLE WS_EX_APPWINDOW 1 CAPTION "Fuse - Load Binary Data" 1 /* binary.rc: Win32 routines to load/save chunks of binary data 1 #include <windows.h> 1 #include "binary.h" 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 PUSHBUTTON "Cancel",IDCANCEL,335,65,50,14 1 PUSHBUTTON "Browse...",IDC_BINARY_BUTTON_BROWSE,340,5,50,14 1 LTEXT "",IDC_BINARY_STATIC_PATH,45,5,290,15,SS_CENTERIMAGE 1 EDITTEXT IDC_BINARY_EDIT_START,45,25,344,15,ES_AUTOHSCROLL 1 EDITTEXT IDC_BINARY_EDIT_LENGTH,45,45,344,15,ES_AUTOHSCROLL 1 DEFPUSHBUTTON "OK",IDOK,275,65,50,14 1 CTEXT "Start",IDC_BINARY_STATIC_START,5,25,34,15,SS_CENTERIMAGE 1 CTEXT "Length",IDC_BINARY_STATIC_LENGTH,5,45,34,15,SS_CENTERIMAGE 1 CTEXT "Filename",IDC_BINARY_STATIC_FILENAME,5,5,34,15,SS_CENTERIMAGE