Sweden-Number/programs/progman/Ko.rc

156 lines
7.1 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
2011-01-02 13:06:52 +01:00
* Copyright 2006,2007,2010 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"
2011-01-02 13:06:52 +01:00
#pragma code_page(65001)
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
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
2011-01-02 13:06:52 +01:00
CAPTION "새 작업"
FONT 8, "MS Shell Dlg"
2006-02-16 19:38:19 +01:00
{
RADIOBUTTON "", PM_NEW_GROUP, 10, 15, 10, 15
2011-01-02 13:06:52 +01:00
LTEXT "풀그림 그룹(&G)", -1, 20, 18, 80, 15
2006-02-16 19:38:19 +01:00
RADIOBUTTON "", PM_NEW_PROGRAM, 10, 35, 10, 15
2011-01-02 13:06:52 +01:00
LTEXT "풀그림(&P)", -1, 20, 38, 80, 15
DEFPUSHBUTTON "확인", IDOK, 105, 5, 60, 15, WS_TABSTOP
PUSHBUTTON "취소", IDCANCEL, 105, 25, 60, 15, WS_TABSTOP
PUSHBUTTON "도움말(&H)", PM_HELP, 105, 45, 60, 15, WS_TABSTOP
2006-02-16 19:38:19 +01:00
}
/* Dialog `Move' */
DIALOG_MOVE DIALOG 0, 0, 250, 65
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2011-01-02 13:06:52 +01:00
CAPTION "풀그림 이동"
FONT 8, "MS Shell Dlg"
2006-02-16 19:38:19 +01:00
{
2011-01-02 13:06:52 +01:00
LTEXT "풀그림 이동:", -1, 5, 5, 90, 15
2006-02-16 19:38:19 +01:00
LTEXT "", PM_PROGRAM, 95, 5, 90, 15
2011-01-02 13:06:52 +01:00
LTEXT "대상 그룹:", -1, 5, 13, 90, 15
2006-02-16 19:38:19 +01:00
LTEXT "", PM_FROM_GROUP, 95, 13, 90, 15
2011-01-02 13:06:52 +01:00
LTEXT "목적 그룹(&T):", PM_TO_GROUP_TXT, 5, 28, 140, 15
2006-02-16 19:38:19 +01:00
COMBOBOX PM_TO_GROUP, 5, 38, 140, 50, WS_TABSTOP | CBS_DROPDOWNLIST
2011-01-02 13:06:52 +01:00
DEFPUSHBUTTON "확인", IDOK, 185, 5, 60, 15, WS_TABSTOP
PUSHBUTTON "취소", IDCANCEL, 185, 25, 60, 15, WS_TABSTOP
PUSHBUTTON "도움말(&H)", PM_HELP, 185, 45, 60, 15, WS_TABSTOP
2006-02-16 19:38:19 +01:00
}
/* Dialog `Copy' */
DIALOG_COPY DIALOG 0, 0, 250, 65
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2011-01-02 13:06:52 +01:00
CAPTION "풀그림 복사"
FONT 8, "MS Shell Dlg"
2006-02-16 19:38:19 +01:00
{
2011-01-02 13:06:52 +01:00
LTEXT "풀그림 복사:", -1, 5, 5, 90, 15
2006-02-16 19:38:19 +01:00
LTEXT "", PM_PROGRAM, 95, 5, 90, 15
2011-01-02 13:06:52 +01:00
LTEXT "대상 그룹:", -1, 5, 13, 90, 15
2006-02-16 19:38:19 +01:00
LTEXT "", PM_FROM_GROUP, 95, 13, 90, 15
2011-01-02 13:06:52 +01:00
LTEXT "목적 그룹(&T):", PM_TO_GROUP_TXT, 5, 28, 140, 15
2006-02-16 19:38:19 +01:00
COMBOBOX PM_TO_GROUP, 5, 38, 140, 50, WS_TABSTOP | CBS_DROPDOWNLIST
2011-01-02 13:06:52 +01:00
DEFPUSHBUTTON "확인", IDOK, 185, 5, 60, 15, WS_TABSTOP
PUSHBUTTON "취소", IDCANCEL, 185, 25, 60, 15, WS_TABSTOP
PUSHBUTTON "도움말(&H)", PM_HELP, 185, 45, 60, 15, WS_TABSTOP
2006-02-16 19:38:19 +01:00
}
/* Dialog `Group attributes' */
DIALOG_GROUP DIALOG 0, 0, 230, 65
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2011-01-02 13:06:52 +01:00
CAPTION "풀그림 그룹 속성"
FONT 8, "MS Shell Dlg"
2006-02-16 19:38:19 +01:00
{
2011-01-02 13:06:52 +01:00
LTEXT "설명(&D):", PM_DESCRIPTION_TXT, 05, 18, 50, 10
2006-02-16 19:38:19 +01:00
EDITTEXT PM_DESCRIPTION, 60, 18, 90, 15, WS_TABSTOP
2011-01-02 13:06:52 +01:00
LTEXT "그룹 파일(&G):", PM_FILE_TXT, 05, 38, 50, 10
2006-02-16 19:38:19 +01:00
EDITTEXT PM_FILE, 60, 38, 90, 15, WS_TABSTOP
2011-01-02 13:06:52 +01:00
DEFPUSHBUTTON "확인", IDOK, 155, 5, 60, 15, WS_TABSTOP
PUSHBUTTON "취소", IDCANCEL, 155, 25, 60, 15, WS_TABSTOP
PUSHBUTTON "도움말(&H)", PM_HELP, 155, 45, 60, 15, WS_TABSTOP
2006-02-16 19:38:19 +01:00
}
/* Dialog `Program attributes' */
DIALOG_PROGRAM DIALOG 0, 0, 250, 105
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2011-01-02 13:06:52 +01:00
CAPTION "풀그림 속성"
FONT 8, "MS Shell Dlg"
2006-02-16 19:38:19 +01:00
{
2011-01-02 13:06:52 +01:00
LTEXT "설명(&D):", PM_DESCRIPTION_TXT, 05, 10, 60, 10
2006-02-16 19:38:19 +01:00
EDITTEXT PM_DESCRIPTION, 80, 10, 90, 15, WS_TABSTOP
2011-01-02 13:06:52 +01:00
LTEXT "명령 라인(&C):", PM_COMMAND_LINE_TXT, 05, 25, 60, 10
2006-02-16 19:38:19 +01:00
EDITTEXT PM_COMMAND_LINE, 80, 25, 90, 15, WS_TABSTOP
2011-01-02 13:06:52 +01:00
LTEXT "작업 디렉토리(&W):", PM_DIRECTORY_TXT, 05, 40, 60, 10
2006-02-16 19:38:19 +01:00
EDITTEXT PM_DIRECTORY, 80, 40, 90, 15, WS_TABSTOP
2011-01-02 13:06:52 +01:00
LTEXT "단축키 지정(&K):", PM_HOT_KEY_TXT, 05, 55, 60, 10
2006-02-16 19:38:19 +01:00
EDITTEXT PM_HOT_KEY, 80, 55, 90, 15, WS_TABSTOP
ICON "", PM_ICON, 20, 70
CHECKBOX "", PM_SYMBOL, 80, 75, 10, 10, WS_TABSTOP
2011-01-02 13:06:52 +01:00
LTEXT "실행시 최소화(&M)", -1, 95, 75, 75, 10
DEFPUSHBUTTON "확인", IDOK, 185, 5, 60, 15, WS_TABSTOP
PUSHBUTTON "취소", IDCANCEL, 185, 25, 60, 15, WS_TABSTOP
PUSHBUTTON "찾기(&B)...", PM_BROWSE, 185, 45, 60, 15, WS_TABSTOP
PUSHBUTTON "아이콘 바꾸기(&I)...", PM_OTHER_SYMBOL, 185, 65, 60, 15, WS_TABSTOP
PUSHBUTTON "도움말(&H)", PM_HELP, 185, 85, 60, 15, WS_TABSTOP
2006-02-16 19:38:19 +01:00
}
/* Dialog `Symbol' */
DIALOG_SYMBOL DIALOG 0, 0, 200, 85
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2011-01-02 13:06:52 +01:00
CAPTION "아이콘 바꾸기"
FONT 8, "MS Shell Dlg"
2006-02-16 19:38:19 +01:00
{
2011-01-02 13:06:52 +01:00
LTEXT "파일이름(&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
2011-01-02 13:06:52 +01:00
LTEXT "현재 아이콘(&I):", PM_SYMBOL_LIST_TXT, 5, 30, 125, 10
2006-02-16 19:38:19 +01:00
COMBOBOX PM_SYMBOL_LIST, 5, 40, 125, 50,
CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | CBS_OWNERDRAWFIXED | WS_TABSTOP
2011-01-02 13:06:52 +01:00
DEFPUSHBUTTON "확인", IDOK, 135, 5, 60, 15, WS_TABSTOP
PUSHBUTTON "취소", IDCANCEL, 135, 25, 60, 15, WS_TABSTOP
PUSHBUTTON "찾기(&B)...", PM_BROWSE, 135, 45, 60, 15, WS_TABSTOP
PUSHBUTTON "도움말(&H)", PM_HELP, 135, 65, 60, 15, WS_TABSTOP
2006-02-16 19:38:19 +01:00
}
/* Dialog `Execute' */
DIALOG_EXECUTE DIALOG 0, 0, 200, 85
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2011-01-02 13:06:52 +01:00
CAPTION "풀그림 실행"
FONT 8, "MS Shell Dlg"
2006-02-16 19:38:19 +01:00
{
2011-01-02 13:06:52 +01:00
LTEXT "명령 라인(&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
2011-01-02 13:06:52 +01:00
LTEXT "실행시 최소화(&M)", -1, 20, 45, 120, 10
DEFPUSHBUTTON "확인", IDOK, 135, 5, 60, 15, WS_TABSTOP
PUSHBUTTON "취소", IDCANCEL, 135, 25, 60, 15, WS_TABSTOP
PUSHBUTTON "찾기(&B)...", PM_BROWSE, 135, 45, 60, 15, WS_TABSTOP
PUSHBUTTON "도움말(&H)", PM_HELP, 135, 65, 60, 15, WS_TABSTOP
2006-02-16 19:38:19 +01:00
}