-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguid.hpp
More file actions
33 lines (25 loc) · 1.17 KB
/
guid.hpp
File metadata and controls
33 lines (25 loc) · 1.17 KB
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
#pragma once
// {23D7DCE1-DFD4-46BD-8EB5-6395FA2DFC29}
DEFINE_GUID(MainGuid,
0x23d7dce1, 0xdfd4, 0x46bd, 0x8e, 0xb5, 0x63, 0x95, 0xfa, 0x2d, 0xfc, 0x29);
// {31E84CFF-C323-4283-B598-4D778B192980}
DEFINE_GUID(ConfigDialogGuid,
0x31e84cff, 0xc323, 0x4283, 0xb5, 0x98, 0x4d, 0x77, 0x8b, 0x19, 0x29, 0x80);
// {0DE777C0-E671-4E59-A311-478CBF20CC48}
DEFINE_GUID(ConfigMenuGuid,
0xde777c0, 0xe671, 0x4e59, 0xa3, 0x11, 0x47, 0x8c, 0xbf, 0x20, 0xcc, 0x48);
// {70761E46-39CB-43D7-9750-12AEAF340361}
DEFINE_GUID(DeletePromptGuid,
0x70761e46, 0x39cb, 0x43d7, 0x97, 0x50, 0x12, 0xae, 0xaf, 0x34, 0x3, 0x61);
// {D5E914E7-5168-48D8-8515-E9795C7F59B6}
DEFINE_GUID(DescrDlgGuid,
0xd5e914e7, 0x5168, 0x48d8, 0x85, 0x15, 0xe9, 0x79, 0x5c, 0x7f, 0x59, 0xb6);
// {36F84803-60A9-4D2B-8F2D-2EB830EDD375}
DEFINE_GUID(DescrMenuGuid,
0x36f84803, 0x60a9, 0x4d2b, 0x8f, 0x2d, 0x2e, 0xb8, 0x30, 0xed, 0xd3, 0x75);
// {4AE33455-E64B-4DBD-80A7-A6B0CEA92177}
DEFINE_GUID(SaveErrorGuid,
0x4ae33455, 0xe64b, 0x4dbd, 0x80, 0xa7, 0xa6, 0xb0, 0xce, 0xa9, 0x21, 0x77);
// {E29E4AC8-7CA9-44E3-A180-36E04B6364E8}
DEFINE_GUID(CreateTagGuid,
0xe29e4ac8, 0x7ca9, 0x44e3, 0xa1, 0x80, 0x36, 0xe0, 0x4b, 0x63, 0x64, 0xe8);