Toggle navigation
Toggle navigation
This project
Loading...
Sign in
I_Jemin
/
ITHVNR_kor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
mireado
2015-04-02 23:36:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5d4c5a3f66994df2f21e539e7f069fb738a3ed41
5d4c5a3f
1 parent
0f63e491
korean translation
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
gui/window.cpp
gui/window.cpp
View file @
5d4c5a3
...
...
@@ -280,19 +280,19 @@ LRESULT CALLBACK EditCmdProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lPar
void
CreateButtons
(
HWND
hWnd
)
{
hwndProcess
=
CreateWindow
(
L"Button"
,
L"
Process
"
,
WS_CHILD
|
WS_VISIBLE
,
hwndProcess
=
CreateWindow
(
L"Button"
,
L"
프로세스
"
,
WS_CHILD
|
WS_VISIBLE
,
0
,
0
,
0
,
0
,
hWnd
,
0
,
hIns
,
NULL
);
hwndOption
=
CreateWindow
(
L"Button"
,
L"
Option
"
,
WS_CHILD
|
WS_VISIBLE
,
hwndOption
=
CreateWindow
(
L"Button"
,
L"
옵션
"
,
WS_CHILD
|
WS_VISIBLE
,
0
,
0
,
0
,
0
,
hWnd
,
0
,
hIns
,
NULL
);
hwndClear
=
CreateWindow
(
L"Button"
,
L"
Clear
"
,
WS_CHILD
|
WS_VISIBLE
,
hwndClear
=
CreateWindow
(
L"Button"
,
L"
지우기
"
,
WS_CHILD
|
WS_VISIBLE
,
0
,
0
,
0
,
0
,
hWnd
,
0
,
hIns
,
NULL
);
hwndSave
=
CreateWindow
(
L"Button"
,
L"
Save
"
,
WS_CHILD
|
WS_VISIBLE
,
hwndSave
=
CreateWindow
(
L"Button"
,
L"
저장
"
,
WS_CHILD
|
WS_VISIBLE
,
0
,
0
,
0
,
0
,
hWnd
,
0
,
hIns
,
NULL
);
hwndRemoveLink
=
CreateWindow
(
L"Button"
,
L"
Unlink
"
,
WS_CHILD
|
WS_VISIBLE
,
hwndRemoveLink
=
CreateWindow
(
L"Button"
,
L"
링크해제
"
,
WS_CHILD
|
WS_VISIBLE
,
0
,
0
,
0
,
0
,
hWnd
,
0
,
hIns
,
NULL
);
hwndRemoveHook
=
CreateWindow
(
L"Button"
,
L"
Unhook
"
,
WS_CHILD
|
WS_VISIBLE
,
hwndRemoveHook
=
CreateWindow
(
L"Button"
,
L"
후킹해제
"
,
WS_CHILD
|
WS_VISIBLE
,
0
,
0
,
0
,
0
,
hWnd
,
0
,
hIns
,
NULL
);
hwndTop
=
CreateWindow
(
L"Button"
,
L"
Top
"
,
WS_CHILD
|
WS_VISIBLE
|
BS_PUSHLIKE
|
BS_CHECKBOX
,
hwndTop
=
CreateWindow
(
L"Button"
,
L"
항상위
"
,
WS_CHILD
|
WS_VISIBLE
|
BS_PUSHLIKE
|
BS_CHECKBOX
,
0
,
0
,
0
,
0
,
hWnd
,
0
,
hIns
,
NULL
);
hwndProcessComboBox
=
CreateWindow
(
L"ComboBox"
,
NULL
,
WS_CHILD
|
WS_VISIBLE
|
CBS_DROPDOWNLIST
|
...
...
Please
register
or
login
to post a comment