2005-11-14 11:27:36 +00:00
|
|
|
|
/*
|
|
|
|
|
* View
|
|
|
|
|
* Korean Language Support
|
|
|
|
|
*
|
|
|
|
|
* Copyright 1998 Douglas Ridgway
|
|
|
|
|
* Copyright 2003 Marcelo Duarte
|
|
|
|
|
* Copyright 2005 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
|
2006-05-18 12:49:52 +00:00
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2005-11-14 11:27:36 +00:00
|
|
|
|
*/
|
|
|
|
|
|
2009-07-01 22:30:31 +00:00
|
|
|
|
#include "resource.h"
|
|
|
|
|
|
2008-12-10 18:29:21 +00:00
|
|
|
|
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
2005-11-14 11:27:36 +00:00
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
*
|
|
|
|
|
* Menu
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
VIEW MENU
|
|
|
|
|
BEGIN
|
|
|
|
|
POPUP "<22><><EFBFBD><EFBFBD>(&F)"
|
|
|
|
|
BEGIN
|
|
|
|
|
MENUITEM "<22><><EFBFBD><EFBFBD>(&O)", IDM_OPEN
|
2006-08-01 08:54:06 +00:00
|
|
|
|
MENUITEM "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&X)", IDM_EXIT
|
2005-11-14 11:27:36 +00:00
|
|
|
|
END
|
2005-11-15 12:06:12 +00:00
|
|
|
|
POPUP "ȸ<><C8B8>(&P)"
|
2005-11-14 11:27:36 +00:00
|
|
|
|
BEGIN
|
2005-11-15 12:06:12 +00:00
|
|
|
|
MENUITEM "ȭ<><C8AD> <20><><EFBFBD><EFBFBD> ä<><C3A4><EFBFBD><EFBFBD>(&S)", IDM_SET_EXT_TO_WIN
|
2005-11-14 11:27:36 +00:00
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "<22><><EFBFBD><EFBFBD>(&L)", IDM_LEFT
|
|
|
|
|
MENUITEM "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&R)", IDM_RIGHT
|
|
|
|
|
MENUITEM "<22><>(&U)", IDM_UP
|
|
|
|
|
MENUITEM "<22>Ʒ<EFBFBD>(&D)", IDM_DOWN
|
|
|
|
|
END
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
*
|
|
|
|
|
* Accelerator
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
VIEW ACCELERATORS
|
|
|
|
|
BEGIN
|
|
|
|
|
"Q", IDM_EXIT, VIRTKEY, CONTROL
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
*
|
|
|
|
|
* String Table
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2010-07-21 21:57:12 +00:00
|
|
|
|
STRINGTABLE
|
2005-11-14 11:27:36 +00:00
|
|
|
|
BEGIN
|
2005-11-15 12:06:12 +00:00
|
|
|
|
IDS_DESCRIPTION "<22><><EFBFBD><EFBFBD> <20><>Ÿ<EFBFBD><C5B8><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>"
|
2005-11-14 11:27:36 +00:00
|
|
|
|
END
|