Line | |
---|
1 | #pragma once
|
---|
2 |
|
---|
3 | #include <map>
|
---|
4 | #include <string>
|
---|
5 | #include <vector>
|
---|
6 | #include <fstream>
|
---|
7 | #include <iostream>
|
---|
8 |
|
---|
9 | #include <windows.h>
|
---|
10 | #include <stdio.h>
|
---|
11 | #include <string.h>
|
---|
12 | #include <math.h>
|
---|
13 | #include <commctrl.h>
|
---|
14 | #include <time.h>
|
---|
15 | #include <limits.h>
|
---|
16 | #include <shlobj.h>
|
---|
17 | #include <process.h>
|
---|
18 | #include <fcntl.h>
|
---|
19 | #include <io.h>
|
---|
20 |
|
---|
21 | #include <atlbase.h>
|
---|
22 | #include <atlcom.h> // ATL COMハ用wb_t@C
|
---|
23 | #include <atlhost.h> // ATL Rei@\T|[gpwb_t@C
|
---|
24 | #include <atlapp.h>
|
---|
25 | #include <atlframe.h> // ATL Rei@\T|[gpwb_t@C
|
---|
26 | #include <atlcrack.h>
|
---|
27 | #include <atlmisc.h>
|
---|
28 |
|
---|
29 | //boost libraries
|
---|
30 | #include <boost/foreach.hpp>
|
---|
31 |
|
---|
32 | #include <jenga/include/common/CmdLine.h>
|
---|
33 | #include <jenga/include/common/Environment.h>
|
---|
34 | #include <jenga/include/common/File.h>
|
---|
35 | #include <jenga/include/common/Path.h>
|
---|
36 | #include <jenga/include/common/String.h>
|
---|
37 |
|
---|
38 | #include <abdev/ab_common/Environment.h>
|
---|
39 |
|
---|
40 | #ifdef THETEXT
|
---|
41 | #include "../res_TheText/resource.h"
|
---|
42 | #else
|
---|
43 | #include "../res/resource.h"
|
---|
44 | #endif
|
---|
45 |
|
---|
46 | #include "Common.h"
|
---|
47 |
|
---|
48 | #include <WindowComponents/BaseWindow.h>
|
---|
49 | #include <WindowComponents/MdiChild.h>
|
---|
50 | #include <WindowComponents/MdiWindow.h>
|
---|
51 | #include <WindowComponents/DockingWindow.h>
|
---|
52 | #include <WindowComponents/TextView.h>
|
---|
53 | #include <WindowCollection.h>
|
---|
54 | #include <WindowAreaManager.h>
|
---|
55 | #include <MainFrame.h>
|
---|
56 | #include <Program.h>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.