2005-11-14 12:27:36 +01:00
|
|
|
|
/*
|
|
|
|
|
* 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 14:49:52 +02:00
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2005-11-14 12:27:36 +01:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
|
|
|
|
|
|
|
|
|
100 DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 62
|
|
|
|
|
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
|
|
|
CAPTION "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>Ƽ<EFBFBD><C6BC> <20><><EFBFBD><EFBFBD> <20><>Ʈ<EFBFBD><C6AE> <20>ٿ<EFBFBD><D9BF>ε<EFBFBD><CEB5><EFBFBD>"
|
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
|
{
|
|
|
|
|
CONTROL "Progress1",1000,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
|
|
|
|
|
LTEXT "", 104, 10, 30, 200, 10, SS_CENTER
|
|
|
|
|
PUSHBUTTON "<22><><EFBFBD><EFBFBD>", IDCANCEL, 85, 44, 50, 15, WS_GROUP | WS_TABSTOP
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
STRINGTABLE
|
|
|
|
|
BEGIN
|
2005-11-18 13:07:42 +01:00
|
|
|
|
1001 "<22><> Ǯ<><EFBFBD><D7B8><EFBFBD> <20><>Ƽ<EFBFBD>꿢<EFBFBD><EABFA2> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>ü<EFBFBD><C3BC> <20>䱸<EFBFBD>մϴ<D5B4>.\n" \
|
|
|
|
|
"<22><EFBFBD><D7B7><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>Ƽ<EFBFBD><C6BC> <20><><EFBFBD><EFBFBD> <20><>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><>ġ<EFBFBD>Ǿ<EFBFBD><C7BE><EFBFBD><EFBFBD><EFBFBD> <20>ʽ<EFBFBD><CABD>ϴ<EFBFBD>." \
|
|
|
|
|
"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ٿ<EFBFBD><D9BF>ε<EFBFBD><CEB5>ؼ<EFBFBD> <20><>ġ<EFBFBD>ϰڽ<CFB0><DABD>ϱ<EFBFBD>?"
|
2005-11-14 12:27:36 +01:00
|
|
|
|
END
|