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

43 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>
2011-01-07 02:59:58 +01:00
* Copyright 2005,2011 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"
2011-01-07 02:59:58 +01:00
#pragma code_page(65001)
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
2002-06-10 04:32:31 +02:00
PAPER DIALOG 5, 43, 227, 215
2002-06-10 04:32:31 +02:00
STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
2011-01-07 02:59:58 +01:00
CAPTION "종이"
FONT 9, "MS Shell Dlg"
2002-06-10 04:32:31 +02:00
{
2011-01-07 02:59:58 +01:00
LTEXT "종이 크기(&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
2011-01-07 02:59:58 +01:00
GROUPBOX "방향", -1, 10, 80, 200, 50
CONTROL "세로(&P)", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
2002-06-10 04:32:31 +02:00
WS_TABSTOP, 20, 90, 60, 10
2011-01-07 02:59:58 +01:00
CONTROL "가로(&L)", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
2002-06-10 04:32:31 +02:00
20, 110, 60, 10
2011-01-07 02:59:58 +01:00
LTEXT "양방향 통신:", 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
}