~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/dlls/comctl32/comctl_Ko.rc

Version: ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  1 /*
  2  * Copyright 2002 Won-kyu Park <wkpark@kldp.org>
  3  * Copyright 2005,2007 YunSong Hwang
  4  *
  5  * This library is free software; you can redistribute it and/or
  6  * modify it under the terms of the GNU Lesser General Public
  7  * License as published by the Free Software Foundation; either
  8  * version 2.1 of the License, or (at your option) any later version.
  9  *
 10  * This library is distributed in the hope that it will be useful,
 11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 13  * Lesser General Public License for more details.
 14  *
 15  * You should have received a copy of the GNU Lesser General Public
 16  * License along with this library; if not, write to the Free Software
 17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 18  */
 19 
 20 #include "comctl32.h"
 21 
 22 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
 23 
 24 IDD_PROPSHEET DIALOG DISCARDABLE 0, 0, 220, 140
 25 STYLE DS_CONTEXTHELP | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
 26 CAPTION "%s ¼Ó¼º"
 27 FONT 9, "MS Shell Dlg"
 28 BEGIN
 29   DEFPUSHBUTTON "È®ÀÎ",     IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
 30   PUSHBUTTON    "Ãë¼Ò", IDCANCEL,58,122,50,14
 31   PUSHBUTTON    "Àû¿ë(&A)", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
 32   PUSHBUTTON    "µµ¿ò¸»",   IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
 33   CONTROL       "ÅÇ",    IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
 34 END
 35 
 36 
 37 IDD_WIZARD DIALOG DISCARDABLE 0, 0, 290, 159
 38 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
 39 CAPTION "¸¶¹ý»ç"
 40 FONT 9, "MS Shell Dlg"
 41 BEGIN
 42   PUSHBUTTON    "< ÀÌÀü(&B)", IDC_BACK_BUTTON,71,138,50,14
 43   DEFPUSHBUTTON "´ÙÀ½(&N) >", IDC_NEXT_BUTTON,121,138,50,14
 44   DEFPUSHBUTTON "Á¾·á",  IDC_FINISH_BUTTON,121,138,50,14
 45   PUSHBUTTON    "Ãë¼Ò",  IDCANCEL,178,138,50,14
 46   PUSHBUTTON    "µµ¿ò¸»",    IDHELP,235,138,50,14,WS_GROUP
 47   LTEXT         "",        IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
 48   CONTROL       "ÅÇ",     IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
 49   LTEXT         "",        IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
 50 END
 51 
 52 
 53 IDD_TBCUSTOMIZE DIALOG DISCARDABLE 10, 20, 357, 125
 54 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 55 CAPTION "µµ±¸¹Ù »ç¿ëÀÚ Á¤ÀÇ"
 56 FONT 9, "MS Shell Dlg"
 57 BEGIN
 58   DEFPUSHBUTTON "´Ý±â(&C)",     IDCANCEL,308,6,44,14
 59   PUSHBUTTON    "´Ù½Ã(&E)",     IDC_RESET_BTN,308,23,44,14
 60   PUSHBUTTON    "µµ¿ò¸»(&H)",      IDC_HELP_BTN,308,40,44,14
 61   PUSHBUTTON    "À§·Î À̵¿(&U)",   IDC_MOVEUP_BTN,308,74,44,14
 62   PUSHBUTTON    "¾Æ·¡·ÎÀ̵¿(&D)", IDC_MOVEDN_BTN,308,91,49,14
 63   LTEXT         "°¡´ÉÇÑ ¹öư(&V)", -1,4,5,84,10
 64   LISTBOX       IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
 65   PUSHBUTTON    "´õÇϱâ(&A) ->",    IDOK, 131, 42, 44, 14
 66   PUSHBUTTON    "<-Áö¿ì±â(&R)", IDC_REMOVE_BTN,131,62,44,14
 67   LTEXT         "µµ±¸¹Ù ¹öư(&T):", -1,182,5,78,10
 68   LISTBOX       IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
 69 END
 70 
 71 STRINGTABLE DISCARDABLE
 72 {
 73     IDS_CLOSE    "´Ý±â"
 74 }
 75 
 76 STRINGTABLE DISCARDABLE
 77 {
 78     IDM_TODAY    "¿À´Ã:"
 79     IDM_GOTODAY  "¿À´Ã·Î °¡±â"
 80 }
 81 
 82 STRINGTABLE DISCARDABLE
 83 {
 84     IDS_SEPARATOR "ºÐ¸®ÀÚ"
 85 }
 86 
 87 STRINGTABLE DISCARDABLE
 88 {
 89    HKY_NONE "¾øÀ½"
 90 }

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.