wineps.drv: Update Korean resource.
This commit is contained in:
parent
3f19582101
commit
d512ccdfa1
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002 Won-kyu Park <wkpark@kldp.org>
|
* Copyright 2002 Won-kyu Park <wkpark@kldp.org>
|
||||||
* Copyright 2005 YunSong Hwang
|
* Copyright 2005,2011 YunSong Hwang
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -19,22 +19,24 @@
|
||||||
|
|
||||||
#include "psdlg.h"
|
#include "psdlg.h"
|
||||||
|
|
||||||
|
#pragma code_page(65001)
|
||||||
|
|
||||||
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
||||||
|
|
||||||
PAPER DIALOG 5, 43, 227, 215
|
PAPER DIALOG 5, 43, 227, 215
|
||||||
STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
|
STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
|
||||||
CAPTION "종이"
|
CAPTION "종이"
|
||||||
FONT 9, "MS Shell Dlg"
|
FONT 9, "MS Shell Dlg"
|
||||||
{
|
{
|
||||||
LTEXT "종이 크기(&Z):", -1, 10, 6, 100, 8
|
LTEXT "종이 크기(&Z):", -1, 10, 6, 100, 8
|
||||||
LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
|
LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
|
||||||
WS_TABSTOP
|
WS_TABSTOP
|
||||||
GROUPBOX "방향", -1, 10, 80, 200, 50
|
GROUPBOX "방향", -1, 10, 80, 200, 50
|
||||||
CONTROL "세로(&P)", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
|
CONTROL "세로(&P)", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
|
||||||
WS_TABSTOP, 20, 90, 60, 10
|
WS_TABSTOP, 20, 90, 60, 10
|
||||||
CONTROL "가로(&L)", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
|
CONTROL "가로(&L)", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
|
||||||
20, 110, 60, 10
|
20, 110, 60, 10
|
||||||
LTEXT "양방향 통신:", IDD_DUPLEX_NAME, 10, 140, 100, 8
|
LTEXT "양방향 통신:", IDD_DUPLEX_NAME, 10, 140, 100, 8
|
||||||
COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
|
COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
|
||||||
WS_TABSTOP
|
WS_TABSTOP
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue