-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWindowTreeViewer_res.rc
73 lines (55 loc) · 1.91 KB
/
WindowTreeViewer_res.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
// WindowTreeViewer_res.rc
// This file was automatically generated by RisohEditor.
// † <-- This dagger helps UTF-8 detection.
#include "resource.h"
#define APSTUDIO_HIDDEN_SYMBOLS
#include <windows.h>
#include <commctrl.h>
#undef APSTUDIO_HIDDEN_SYMBOLS
#pragma code_page(65001) // UTF-8
//////////////////////////////////////////////////////////////////////////////
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
//////////////////////////////////////////////////////////////////////////////
// RT_MANIFEST
#ifndef MSVC
1 24 "res/1041_Manifest_1.manifest"
#endif
//////////////////////////////////////////////////////////////////////////////
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
//////////////////////////////////////////////////////////////////////////////
// RT_DIALOG
IDD_MAIN DIALOG 0, 0, 250, 210
CAPTION "WindowTreeViewer"
STYLE DS_CENTER | WS_OVERLAPPEDWINDOW
FONT 9, "MS Shell Dlg"
{
CONTROL "", ctl1, "SysTreeView32", TVS_FULLROWSELECT | TVS_SHOWSELALWAYS | TVS_DISABLEDRAGDROP | TVS_LINESATROOT | TVS_HASBUTTONS | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP, 5, 5, 240, 180
PUSHBUTTON "&Refresh", psh1, 5, 190, 60, 15
DEFPUSHBUTTON "OK", IDOK, 120, 190, 60, 15
PUSHBUTTON "Cancel", IDCANCEL, 185, 190, 60, 15
}
//////////////////////////////////////////////////////////////////////////////
// RT_GROUP_ICON
IDI_MAIN ICON "res/1033_Icon_100.ico"
//////////////////////////////////////////////////////////////////////////////
// TEXTINCLUDE
#ifdef APSTUDIO_INVOKED
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
"#include <windows.h>\r\n"
"#include <commctrl.h>\r\n"
"#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
//////////////////////////////////////////////////////////////////////////////