Sweden-Number/dlls/sane.ds/sane_Ko.rc

35 lines
1.2 KiB
Plaintext
Raw Normal View History

2006-04-03 12:14:53 +02:00
/*
* KOREAN resources for Twain
*
* Copyright 2006 CodeWeavers, Aric Stewart
* Copyright 2006 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
2006-04-03 12:14:53 +02:00
*/
#include "resource.h"
2010-12-15 09:04:39 +01:00
#pragma code_page(65001)
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
2006-04-03 12:14:53 +02:00
IDD_DIALOG1 DIALOG 0, 0, 186, 46
2006-04-03 12:14:53 +02:00
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
2010-12-15 09:04:39 +01:00
CAPTION "스캐닝중"
FONT 9, "MS Shell Dlg"
2006-04-03 12:14:53 +02:00
BEGIN
2010-12-15 09:04:39 +01:00
LTEXT "스캐닝중... 기다리십시오.",IDC_STATIC,5,19,176,8, SS_CENTER
2006-04-03 12:14:53 +02:00
END