Sweden-Number/programs/progman/Ko.rc

213 lines
8.9 KiB
Plaintext
Raw Normal View History

2006-02-16 19:38:19 +01:00
/*
Release 970202 Sun Feb 2 12:31:03 1997 Alexandre Julliard <julliard@lrc.epfl.ch> * [files/drive.c] Fixed SetCurrentDirectory() to also change the current drive. * [win32/except.c] [tools/build.c] Use Win32 register functions to implement exception handling. Fixed UnhandledExceptionFilter. Fri Jan 31 15:42:41 1997 David Faure <david.faure@ihamy.insa-lyon.fr> * [windows/keyboard.c] Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events Added calls to KEYBOARD_GenerateMsg when the key is pressed/released or when the state has changed, out of wine. Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given by InputKeyStateTable. Wed Jan 29 21:53:04 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de> * [loader/*resource.c][if1632/thunk.c] EnumResource* added. * [loader/pe_resource.] [loader/resource.c] SizeofResource32(), LoadAccelerators32() added. * [misc/lstr.c] FormatMessage %n added. * [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec] _chdrive,_errno,_isctype added. * [misc/cpu.c] Replaced runtime_cpu by GetSystemInfo(). * [windows/hook.c][include/hook.h] Fixed mapping of hooks to win32/unicode. * [windows/keyboard.c] [windows/defwnd.c] Updated to win32 standard. ALT-<Menukey> fixed. * [windows/queue.c] GetWindowThreadProcessId() implemented. Mon Jan 27 16:42:49 1997 John Harvey <john@division.co.uk> * [graphics/metafiledrv/*] [graphics/x11drv/*] [objects/bitmap.c] [objects/brush.c] [objects/font.c] [objects/gdiobj.c] [objects/pen.c] Moved SelectObject to graphics drivers. Printer support now works in a few cases but is definitely not complete. Generic/text driver works. The postscript driver works if true type fonts are disabled from the control panel. To enable printer support add Printer=on to the wine section of your wine.conf file. This causes write not to work properly. I know that several other printer drivers do not work. * [tools/build.c] Make .stabs not used for svr4 since it doesn't use GNU assembler. * [misc/fontengine.c] Make sure a printf doesn't crash the system. Sat Jan 25 15:53:35 1997 Huw D M Davies <h.davies1@physics.oxford.ac.uk> * [objects/metafile.c] Fixed some problems with PlayMetaFileRecord(). * [objects/dc.c] hClipRgn gets initialized in GetDCState(). Fri Jan 24 21:22:26 1997 Philippe De Muyter <phdm@info.ucl.ac.be> * [debugger/stabs.c] Handle file names beginning with '/'. Fri Jan 24 18:33:04 1997 Robert Pouliot <krynos@clic.net> * [*/*] Some more patches for OS/2 support. Fri Jan 24 11:30:41 1997 Bang Jun-Young <bangjy@nownuri.nowcom.co.kr> * [resources/sysres_Ko.rc] Updated support for Korean (Ko) language.
1997-02-02 20:01:52 +01:00
* Program Manager
*
* Copyright 1996 Ulrich Schmid
2006-02-16 19:38:19 +01:00
* Copyright 2002 Sylvain Petreolle
2007-10-30 02:08:20 +01:00
* Copyright 2006,2007 YunSong Hwang
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
Release 970202 Sun Feb 2 12:31:03 1997 Alexandre Julliard <julliard@lrc.epfl.ch> * [files/drive.c] Fixed SetCurrentDirectory() to also change the current drive. * [win32/except.c] [tools/build.c] Use Win32 register functions to implement exception handling. Fixed UnhandledExceptionFilter. Fri Jan 31 15:42:41 1997 David Faure <david.faure@ihamy.insa-lyon.fr> * [windows/keyboard.c] Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events Added calls to KEYBOARD_GenerateMsg when the key is pressed/released or when the state has changed, out of wine. Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given by InputKeyStateTable. Wed Jan 29 21:53:04 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de> * [loader/*resource.c][if1632/thunk.c] EnumResource* added. * [loader/pe_resource.] [loader/resource.c] SizeofResource32(), LoadAccelerators32() added. * [misc/lstr.c] FormatMessage %n added. * [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec] _chdrive,_errno,_isctype added. * [misc/cpu.c] Replaced runtime_cpu by GetSystemInfo(). * [windows/hook.c][include/hook.h] Fixed mapping of hooks to win32/unicode. * [windows/keyboard.c] [windows/defwnd.c] Updated to win32 standard. ALT-<Menukey> fixed. * [windows/queue.c] GetWindowThreadProcessId() implemented. Mon Jan 27 16:42:49 1997 John Harvey <john@division.co.uk> * [graphics/metafiledrv/*] [graphics/x11drv/*] [objects/bitmap.c] [objects/brush.c] [objects/font.c] [objects/gdiobj.c] [objects/pen.c] Moved SelectObject to graphics drivers. Printer support now works in a few cases but is definitely not complete. Generic/text driver works. The postscript driver works if true type fonts are disabled from the control panel. To enable printer support add Printer=on to the wine section of your wine.conf file. This causes write not to work properly. I know that several other printer drivers do not work. * [tools/build.c] Make .stabs not used for svr4 since it doesn't use GNU assembler. * [misc/fontengine.c] Make sure a printf doesn't crash the system. Sat Jan 25 15:53:35 1997 Huw D M Davies <h.davies1@physics.oxford.ac.uk> * [objects/metafile.c] Fixed some problems with PlayMetaFileRecord(). * [objects/dc.c] hClipRgn gets initialized in GetDCState(). Fri Jan 24 21:22:26 1997 Philippe De Muyter <phdm@info.ucl.ac.be> * [debugger/stabs.c] Handle file names beginning with '/'. Fri Jan 24 18:33:04 1997 Robert Pouliot <krynos@clic.net> * [*/*] Some more patches for OS/2 support. Fri Jan 24 11:30:41 1997 Bang Jun-Young <bangjy@nownuri.nowcom.co.kr> * [resources/sysres_Ko.rc] Updated support for Korean (Ko) language.
1997-02-02 20:01:52 +01:00
*/
#include "progman.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
Release 970202 Sun Feb 2 12:31:03 1997 Alexandre Julliard <julliard@lrc.epfl.ch> * [files/drive.c] Fixed SetCurrentDirectory() to also change the current drive. * [win32/except.c] [tools/build.c] Use Win32 register functions to implement exception handling. Fixed UnhandledExceptionFilter. Fri Jan 31 15:42:41 1997 David Faure <david.faure@ihamy.insa-lyon.fr> * [windows/keyboard.c] Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events Added calls to KEYBOARD_GenerateMsg when the key is pressed/released or when the state has changed, out of wine. Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given by InputKeyStateTable. Wed Jan 29 21:53:04 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de> * [loader/*resource.c][if1632/thunk.c] EnumResource* added. * [loader/pe_resource.] [loader/resource.c] SizeofResource32(), LoadAccelerators32() added. * [misc/lstr.c] FormatMessage %n added. * [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec] _chdrive,_errno,_isctype added. * [misc/cpu.c] Replaced runtime_cpu by GetSystemInfo(). * [windows/hook.c][include/hook.h] Fixed mapping of hooks to win32/unicode. * [windows/keyboard.c] [windows/defwnd.c] Updated to win32 standard. ALT-<Menukey> fixed. * [windows/queue.c] GetWindowThreadProcessId() implemented. Mon Jan 27 16:42:49 1997 John Harvey <john@division.co.uk> * [graphics/metafiledrv/*] [graphics/x11drv/*] [objects/bitmap.c] [objects/brush.c] [objects/font.c] [objects/gdiobj.c] [objects/pen.c] Moved SelectObject to graphics drivers. Printer support now works in a few cases but is definitely not complete. Generic/text driver works. The postscript driver works if true type fonts are disabled from the control panel. To enable printer support add Printer=on to the wine section of your wine.conf file. This causes write not to work properly. I know that several other printer drivers do not work. * [tools/build.c] Make .stabs not used for svr4 since it doesn't use GNU assembler. * [misc/fontengine.c] Make sure a printf doesn't crash the system. Sat Jan 25 15:53:35 1997 Huw D M Davies <h.davies1@physics.oxford.ac.uk> * [objects/metafile.c] Fixed some problems with PlayMetaFileRecord(). * [objects/dc.c] hClipRgn gets initialized in GetDCState(). Fri Jan 24 21:22:26 1997 Philippe De Muyter <phdm@info.ucl.ac.be> * [debugger/stabs.c] Handle file names beginning with '/'. Fri Jan 24 18:33:04 1997 Robert Pouliot <krynos@clic.net> * [*/*] Some more patches for OS/2 support. Fri Jan 24 11:30:41 1997 Bang Jun-Young <bangjy@nownuri.nowcom.co.kr> * [resources/sysres_Ko.rc] Updated support for Korean (Ko) language.
1997-02-02 20:01:52 +01:00
/* Menu */
MAIN_MENU MENU
2006-02-16 19:38:19 +01:00
{
POPUP "<22><><EFBFBD><EFBFBD>(&F)" {
MENUITEM "<22><> <20>۾<EFBFBD>(&N)...", PM_NEW
MENUITEM "<22><><EFBFBD><EFBFBD>(&P)\tEnter", PM_OPEN
MENUITEM "<22>̵<EFBFBD>(&M)...\tF7", PM_MOVE, GRAYED
MENUITEM "<22><><EFBFBD><EFBFBD>(&C)...\tF8", PM_COPY, GRAYED
MENUITEM "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&D)\tEntf", PM_DELETE
MENUITEM "<22>Ӽ<EFBFBD>(&A)...\tAlt+Enter", PM_ATTRIBUTES
MENUITEM SEPARATOR
MENUITEM "<22><><EFBFBD><EFBFBD>(&E)...", PM_EXECUTE
MENUITEM SEPARATOR
MENUITEM "â <20><><EFBFBD><EFBFBD>(&X)...", PM_EXIT
}
POPUP "<22>ɼ<EFBFBD>(&O)" {
MENUITEM "<22>ڵ<EFBFBD> <20><><EFBFBD><EFBFBD>(&A)", PM_AUTO_ARRANGE
MENUITEM "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>·<EFBFBD>(&M)", PM_MIN_ON_RUN
MENUITEM "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(&S)", PM_SAVE_SETTINGS
}
POPUP "â(&W)" {
MENUITEM "<22><>ġ<EFBFBD><C4A1>(&O)\tShift+F5", PM_OVERLAP
MENUITEM "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&S)\tShift+F4", PM_SIDE_BY_SIDE
MENUITEM "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(&A)", PM_ARRANGE
}
POPUP "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&H)" {
MENUITEM "<22><><EFBFBD><EFBFBD>(&C)", PM_CONTENTS
MENUITEM "ã<><C3A3>(&S)...", PM_SEARCH
MENUITEM SEPARATOR
MENUITEM "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&H)", PM_HELPONHELP
MENUITEM "<22>ڽ<EFBFBD><DABD><EFBFBD>(&T)", PM_TUTORIAL
MENUITEM SEPARATOR
MENUITEM "WINE <20><><EFBFBD><EFBFBD>(&A)", PM_ABOUT_WINE
2006-02-16 19:38:19 +01:00
}
}
/* Dialog `New' */
DIALOG_NEW DIALOG 0, 0, 170, 65
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2006-02-16 19:38:19 +01:00
CAPTION "<22><> <20>۾<EFBFBD>"
{
RADIOBUTTON "", PM_NEW_GROUP, 10, 15, 10, 15
LTEXT "Ǯ<>׸<EFBFBD> <20>׷<EFBFBD>(&G)", -1, 20, 18, 80, 15
2006-02-16 19:38:19 +01:00
RADIOBUTTON "", PM_NEW_PROGRAM, 10, 35, 10, 15
LTEXT "Ǯ<>׸<EFBFBD>(&P)", -1, 20, 38, 80, 15
2006-02-16 19:38:19 +01:00
DEFPUSHBUTTON "Ȯ<><C8AE>", IDOK, 105, 5, 60, 15, WS_TABSTOP
PUSHBUTTON "<22><><EFBFBD><EFBFBD>", IDCANCEL, 105, 25, 60, 15, WS_TABSTOP
PUSHBUTTON "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&H)", PM_HELP, 105, 45, 60, 15, WS_TABSTOP
}
/* Dialog `Move' */
DIALOG_MOVE DIALOG 0, 0, 250, 65
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2006-02-16 19:38:19 +01:00
CAPTION "Ǯ<>׸<EFBFBD> <20>̵<EFBFBD>"
{
LTEXT "Ǯ<>׸<EFBFBD> <20>̵<EFBFBD>:", -1, 5, 5, 90, 15
2006-02-16 19:38:19 +01:00
LTEXT "", PM_PROGRAM, 95, 5, 90, 15
LTEXT "<22><><EFBFBD><EFBFBD> <20>׷<EFBFBD>:", -1, 5, 13, 90, 15
2006-02-16 19:38:19 +01:00
LTEXT "", PM_FROM_GROUP, 95, 13, 90, 15
LTEXT "<22><><EFBFBD><EFBFBD> <20>׷<EFBFBD>(&T):", PM_TO_GROUP_TXT, 5, 28, 140, 15
COMBOBOX PM_TO_GROUP, 5, 38, 140, 50, WS_TABSTOP | CBS_DROPDOWNLIST
DEFPUSHBUTTON "Ȯ<><C8AE>", IDOK, 185, 5, 60, 15, WS_TABSTOP
PUSHBUTTON "<22><><EFBFBD><EFBFBD>", IDCANCEL, 185, 25, 60, 15, WS_TABSTOP
PUSHBUTTON "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&H)", PM_HELP, 185, 45, 60, 15, WS_TABSTOP
}
/* Dialog `Copy' */
DIALOG_COPY DIALOG 0, 0, 250, 65
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2006-02-16 19:38:19 +01:00
CAPTION "Ǯ<>׸<EFBFBD> <20><><EFBFBD><EFBFBD>"
{
LTEXT "Ǯ<>׸<EFBFBD> <20><><EFBFBD><EFBFBD>:", -1, 5, 5, 90, 15
2006-02-16 19:38:19 +01:00
LTEXT "", PM_PROGRAM, 95, 5, 90, 15
LTEXT "<22><><EFBFBD><EFBFBD> <20>׷<EFBFBD>:", -1, 5, 13, 90, 15
2006-02-16 19:38:19 +01:00
LTEXT "", PM_FROM_GROUP, 95, 13, 90, 15
LTEXT "<22><><EFBFBD><EFBFBD> <20>׷<EFBFBD>(&T):", PM_TO_GROUP_TXT, 5, 28, 140, 15
COMBOBOX PM_TO_GROUP, 5, 38, 140, 50, WS_TABSTOP | CBS_DROPDOWNLIST
DEFPUSHBUTTON "Ȯ<><C8AE>", IDOK, 185, 5, 60, 15, WS_TABSTOP
PUSHBUTTON "<22><><EFBFBD><EFBFBD>", IDCANCEL, 185, 25, 60, 15, WS_TABSTOP
PUSHBUTTON "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&H)", PM_HELP, 185, 45, 60, 15, WS_TABSTOP
}
/* Dialog `Group attributes' */
DIALOG_GROUP DIALOG 0, 0, 230, 65
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2006-02-16 19:38:19 +01:00
CAPTION "Ǯ<>׸<EFBFBD> <20>׷<EFBFBD> <20>Ӽ<EFBFBD>"
{
LTEXT "<22><><EFBFBD><EFBFBD>(&D):", PM_DESCRIPTION_TXT, 05, 18, 50, 10
EDITTEXT PM_DESCRIPTION, 60, 18, 90, 15, WS_TABSTOP
LTEXT "<22>׷<EFBFBD> <20><><EFBFBD><EFBFBD>(&G):", PM_FILE_TXT, 05, 38, 50, 10
EDITTEXT PM_FILE, 60, 38, 90, 15, WS_TABSTOP
DEFPUSHBUTTON "Ȯ<><C8AE>", IDOK, 155, 5, 60, 15, WS_TABSTOP
PUSHBUTTON "<22><><EFBFBD><EFBFBD>", IDCANCEL, 155, 25, 60, 15, WS_TABSTOP
PUSHBUTTON "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&H)", PM_HELP, 155, 45, 60, 15, WS_TABSTOP
}
/* Dialog `Program attributes' */
DIALOG_PROGRAM DIALOG 0, 0, 250, 105
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2006-02-16 19:38:19 +01:00
CAPTION "Ǯ<>׸<EFBFBD> <20>Ӽ<EFBFBD>"
{
LTEXT "<22><><EFBFBD><EFBFBD>(&D):", PM_DESCRIPTION_TXT, 05, 10, 60, 10
EDITTEXT PM_DESCRIPTION, 80, 10, 90, 15, WS_TABSTOP
LTEXT "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(&C):", PM_COMMAND_LINE_TXT, 05, 25, 60, 10
EDITTEXT PM_COMMAND_LINE, 80, 25, 90, 15, WS_TABSTOP
LTEXT "<22>۾<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>丮(&W):", PM_DIRECTORY_TXT, 05, 40, 60, 10
EDITTEXT PM_DIRECTORY, 80, 40, 90, 15, WS_TABSTOP
LTEXT "<22><><EFBFBD><EFBFBD>Ű <20><><EFBFBD><EFBFBD>(&K):", PM_HOT_KEY_TXT, 05, 55, 60, 10
EDITTEXT PM_HOT_KEY, 80, 55, 90, 15, WS_TABSTOP
ICON "", PM_ICON, 20, 70
CHECKBOX "", PM_SYMBOL, 80, 75, 10, 10, WS_TABSTOP
LTEXT "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ּ<EFBFBD>ȭ(&M)", -1, 95, 75, 75, 10
2006-02-16 19:38:19 +01:00
DEFPUSHBUTTON "Ȯ<><C8AE>", IDOK, 185, 5, 60, 15, WS_TABSTOP
PUSHBUTTON "<22><><EFBFBD><EFBFBD>", IDCANCEL, 185, 25, 60, 15, WS_TABSTOP
PUSHBUTTON "ã<><C3A3>(&B)...", PM_BROWSE, 185, 45, 60, 15, WS_TABSTOP
PUSHBUTTON "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ٲٱ<D9B2>(&I)...", PM_OTHER_SYMBOL, 185, 65, 60, 15, WS_TABSTOP
PUSHBUTTON "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&H)", PM_HELP, 185, 85, 60, 15, WS_TABSTOP
}
/* Dialog `Symbol' */
DIALOG_SYMBOL DIALOG 0, 0, 200, 85
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2006-02-16 19:38:19 +01:00
CAPTION "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ٲٱ<D9B2>"
{
2007-10-30 02:08:20 +01:00
LTEXT "<22><><EFBFBD><EFBFBD><EFBFBD≯<EFBFBD>(&F):", PM_ICON_FILE_TXT, 5, 15, 40, 10
2006-02-16 19:38:19 +01:00
EDITTEXT PM_ICON_FILE, 45, 15, 85, 15, WS_TABSTOP
LTEXT "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&I):", PM_SYMBOL_LIST_TXT, 5, 30, 125, 10
COMBOBOX PM_SYMBOL_LIST, 5, 40, 125, 50,
CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | CBS_OWNERDRAWFIXED | WS_TABSTOP
DEFPUSHBUTTON "Ȯ<><C8AE>", IDOK, 135, 5, 60, 15, WS_TABSTOP
PUSHBUTTON "<22><><EFBFBD><EFBFBD>", IDCANCEL, 135, 25, 60, 15, WS_TABSTOP
PUSHBUTTON "ã<><C3A3>(&B)...", PM_BROWSE, 135, 45, 60, 15, WS_TABSTOP
PUSHBUTTON "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&H)", PM_HELP, 135, 65, 60, 15, WS_TABSTOP
}
/* Dialog `Execute' */
DIALOG_EXECUTE DIALOG 0, 0, 200, 85
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2006-02-16 19:38:19 +01:00
CAPTION "Ǯ<>׸<EFBFBD> <20><><EFBFBD><EFBFBD>"
{
LTEXT "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(&C):", -1, 05, 15, 120, 10
2006-02-16 19:38:19 +01:00
EDITTEXT PM_COMMAND, 05, 25, 120, 15, WS_TABSTOP
CHECKBOX "", PM_SYMBOL, 05, 45, 10, 10, WS_TABSTOP
LTEXT "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ּ<EFBFBD>ȭ(&M)", -1, 20, 45, 120, 10
2006-02-16 19:38:19 +01:00
DEFPUSHBUTTON "Ȯ<><C8AE>", IDOK, 135, 5, 60, 15, WS_TABSTOP
PUSHBUTTON "<22><><EFBFBD><EFBFBD>", IDCANCEL, 135, 25, 60, 15, WS_TABSTOP
PUSHBUTTON "ã<><C3A3>(&B)...", PM_BROWSE, 135, 45, 60, 15, WS_TABSTOP
PUSHBUTTON "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&H)", PM_HELP, 135, 65, 60, 15, WS_TABSTOP
}
Release 970202 Sun Feb 2 12:31:03 1997 Alexandre Julliard <julliard@lrc.epfl.ch> * [files/drive.c] Fixed SetCurrentDirectory() to also change the current drive. * [win32/except.c] [tools/build.c] Use Win32 register functions to implement exception handling. Fixed UnhandledExceptionFilter. Fri Jan 31 15:42:41 1997 David Faure <david.faure@ihamy.insa-lyon.fr> * [windows/keyboard.c] Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events Added calls to KEYBOARD_GenerateMsg when the key is pressed/released or when the state has changed, out of wine. Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given by InputKeyStateTable. Wed Jan 29 21:53:04 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de> * [loader/*resource.c][if1632/thunk.c] EnumResource* added. * [loader/pe_resource.] [loader/resource.c] SizeofResource32(), LoadAccelerators32() added. * [misc/lstr.c] FormatMessage %n added. * [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec] _chdrive,_errno,_isctype added. * [misc/cpu.c] Replaced runtime_cpu by GetSystemInfo(). * [windows/hook.c][include/hook.h] Fixed mapping of hooks to win32/unicode. * [windows/keyboard.c] [windows/defwnd.c] Updated to win32 standard. ALT-<Menukey> fixed. * [windows/queue.c] GetWindowThreadProcessId() implemented. Mon Jan 27 16:42:49 1997 John Harvey <john@division.co.uk> * [graphics/metafiledrv/*] [graphics/x11drv/*] [objects/bitmap.c] [objects/brush.c] [objects/font.c] [objects/gdiobj.c] [objects/pen.c] Moved SelectObject to graphics drivers. Printer support now works in a few cases but is definitely not complete. Generic/text driver works. The postscript driver works if true type fonts are disabled from the control panel. To enable printer support add Printer=on to the wine section of your wine.conf file. This causes write not to work properly. I know that several other printer drivers do not work. * [tools/build.c] Make .stabs not used for svr4 since it doesn't use GNU assembler. * [misc/fontengine.c] Make sure a printf doesn't crash the system. Sat Jan 25 15:53:35 1997 Huw D M Davies <h.davies1@physics.oxford.ac.uk> * [objects/metafile.c] Fixed some problems with PlayMetaFileRecord(). * [objects/dc.c] hClipRgn gets initialized in GetDCState(). Fri Jan 24 21:22:26 1997 Philippe De Muyter <phdm@info.ucl.ac.be> * [debugger/stabs.c] Handle file names beginning with '/'. Fri Jan 24 18:33:04 1997 Robert Pouliot <krynos@clic.net> * [*/*] Some more patches for OS/2 support. Fri Jan 24 11:30:41 1997 Bang Jun-Young <bangjy@nownuri.nowcom.co.kr> * [resources/sysres_Ko.rc] Updated support for Korean (Ko) language.
1997-02-02 20:01:52 +01:00
/* Strings */
STRINGTABLE
2006-02-16 19:38:19 +01:00
{
IDS_PROGRAM_MANAGER, "Ǯ<>׸<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
IDS_ERROR, "<22><><EFBFBD><EFBFBD>"
IDS_WARNING, "<22><><EFBFBD><EFBFBD>"
IDS_INFO, "<22><><EFBFBD><EFBFBD>"
IDS_DELETE, "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
IDS_DELETE_GROUP_s, "<22>׷<EFBFBD> `%s'<27><> <20><><EFBFBD><EFBFBD><EFBFBD>ڽ<EFBFBD><DABD>ϱ<EFBFBD> ?"
IDS_DELETE_PROGRAM_s, "Ǯ<>׸<EFBFBD> `%s'<27><> <20><><EFBFBD><EFBFBD><EFBFBD>ڽ<EFBFBD><DABD>ϱ<EFBFBD> ?"
IDS_NOT_IMPLEMENTED, "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ʾҽ<CABE><D2BD>ϴ<EFBFBD>."
IDS_FILE_READ_ERROR_s, "`%s' <20>б<EFBFBD> <20><><EFBFBD><EFBFBD>."
IDS_FILE_WRITE_ERROR_s, "`%s' <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>."
IDS_GRPFILE_READ_ERROR_s, "\<5C>׷<EFBFBD> <20><><EFBFBD><EFBFBD> `%s'<27><> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.\n\<5C>ٽ<EFBFBD> <20>õ<EFBFBD><C3B5>ϰڽ<CFB0><DABD>ϱ<EFBFBD>?"
IDS_OUT_OF_MEMORY, "<22>޸<EFBFBD><DEB8><EFBFBD> <20><><EFBFBD><EFBFBD>."
IDS_WINHELP_ERROR, "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ<EFBFBD><CABD>ϴ<EFBFBD>."
IDS_UNKNOWN_FEATURE_s, "%s<><73> <20>˼<EFBFBD> <20><><EFBFBD><EFBFBD> Ư¡"
IDS_FILE_NOT_OVERWRITTEN_s, "<22><><EFBFBD><EFBFBD> %s' <20><> <20><><EFBFBD><EFBFBD><EFBFBD>ϹǷ<CFB9>, <20><><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>."
IDS_SAVE_GROUP_AS_s, "`%s<><73> <20>ٸ<EFBFBD> <20≯<EFBFBD><CCB8><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ؾ<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20>ֽ<EFBFBD><D6BD>ϴ<EFBFBD>."
IDS_NO_HOT_KEY, "<22><><EFBFBD><EFBFBD>"
IDS_ALL_FILES, "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (*.*)"
IDS_PROGRAMS, "Ǯ<>׸<EFBFBD>"
IDS_LIBRARIES_DLL, "<22><><EFBFBD>̺귯<CCBA><EAB7AF> <20><><EFBFBD><EFBFBD>(*.dll)"
IDS_SYMBOL_FILES, "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>"
IDS_SYMBOLS_ICO, "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (*.ico)"
}