Sweden-Number/dlls/wineps.drv/wps_Ko.rc

41 lines
1.5 KiB
Plaintext
Raw Normal View History

2002-06-10 04:32:31 +02:00
/*
* Copyright 2002 Won-kyu Park <wkpark@kldp.org>
2005-11-18 13:07:42 +01:00
* Copyright 2005 YunSong Hwang
2002-06-10 04:32:31 +02:00
*
* 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
2002-06-10 04:32:31 +02:00
*/
#include "psdlg.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
2002-06-10 04:32:31 +02:00
PAPER DIALOG LOADONCALL MOVEABLE DISCARDABLE 5, 43, 227, 215
STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
CAPTION "<22><><EFBFBD><EFBFBD>"
FONT 9, "MS Shell Dlg"
2002-06-10 04:32:31 +02:00
{
2006-07-25 01:46:36 +02:00
LTEXT "<22><><EFBFBD><EFBFBD> ũ<><C5A9>(&Z):", -1, 10, 6, 100, 8
2002-06-10 04:32:31 +02:00
LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
WS_TABSTOP
2005-11-18 13:07:42 +01:00
GROUPBOX "<22><><EFBFBD><EFBFBD>", -1, 10, 80, 200, 50
CONTROL "<22><><EFBFBD><EFBFBD>(&P)", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
2002-06-10 04:32:31 +02:00
WS_TABSTOP, 20, 90, 60, 10
2005-11-18 13:07:42 +01:00
CONTROL "<22><><EFBFBD><EFBFBD>(&L)", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
2002-06-10 04:32:31 +02:00
20, 110, 60, 10
2008-04-04 10:05:06 +02:00
LTEXT "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>:", IDD_DUPLEX_NAME, 10, 140, 100, 8
2003-11-05 01:37:47 +01:00
COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
WS_TABSTOP
2002-06-10 04:32:31 +02:00
}