|
Last change
on this file since 1214 was 1214, checked in by sandervl, 26 years ago |
|
Moved new shell32 to current dir
|
|
File size:
457 bytes
|
| Line | |
|---|
| 1 | LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
|---|
| 2 |
|
|---|
| 3 | SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 210, 152
|
|---|
| 4 | STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|---|
| 5 | CAPTION "%s¿¡ °üÇÏ¿©"
|
|---|
| 6 | FONT 10, "System"
|
|---|
| 7 | {
|
|---|
| 8 | DEFPUSHBUTTON "È®ÀÎ", 1, 153, 130, 50, 12
|
|---|
| 9 | LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
|
|---|
| 10 | ICON "", 1088, 189, 10, 14, 16
|
|---|
| 11 | LTEXT "", 100, 8, 10, 137, 33
|
|---|
| 12 | LTEXT "Wine was brought to you by:", 98, 8, 55, 137, 10
|
|---|
| 13 | }
|
|---|
| 14 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.