| |
1 |
1 |
|
| |
2 |
2 |
|
| |
3 |
3 |
|
| |
4 |
4 |
|
| |
5 |
5 |
|
| |
6 |
6 |
|
| |
7 |
7 |
|
| |
8 |
8 |
|
| |
9 |
9 |
|
| |
10 |
10 |
|
| |
11 |
11 |
|
| |
12 |
12 |
|
| |
13 |
13 |
|
| |
14 |
14 |
|
| |
15 |
15 |
|
| |
16 |
16 |
|
| |
17 |
17 |
|
| |
18 |
18 |
|
| |
19 |
19 |
#include "stdafx.h" |
| |
|
20 |
#include <boost/shared_array.hpp> |
| |
20 |
21 |
#include "resource.h" |
| |
21 |
22 |
#include "FileInfo.h" |
| |
22 |
23 |
#include "CustomCopyDlg.h" |
| |
23 |
24 |
#include "structs.h" |
| |
24 |
25 |
#include "dialogs.h" |
| |
25 |
26 |
#include "BufferSizeDlg.h" |
| |
26 |
27 |
#include "FilterDlg.h" |
| |
27 |
28 |
#include "StringHelpers.h" |
| |
28 |
29 |
#include "ch.h" |
| |
29 |
|
#include <boost/shared_array.hpp> |
| |
|
30 |
#include "../libicpf/file.h" |
| |
30 |
31 |
|
| |
31 |
32 |
#ifdef _DEBUG |
| |
32 |
33 |
#define new DEBUG_NEW |
| |
33 |
34 |
#undef THIS_FILE |
| |
34 |
35 |
static char THIS_FILE[] = __FILE__; |
| |
35 |
36 |
#endif |
| |
36 |
37 |
|
| |
37 |
38 |
|
| |
38 |
39 |
|
| |
39 |
40 |
|
| |
40 |
41 |
|
| |
41 |
42 |
CCustomCopyDlg::CCustomCopyDlg() : |
| |
42 |
43 |
ictranslate::CLanguageDialog(CCustomCopyDlg::IDD) |
| |
43 |
44 |
{ |
| |
44 |
45 |
m_bOnlyCreate = FALSE; |
| |
45 |
46 |
m_bIgnoreFolders = FALSE; |
| |
46 |
47 |
m_bFilters = FALSE; |
| |
47 |
48 |
m_bAdvanced = FALSE; |
| |
48 |
49 |
m_bForceDirectories = FALSE; |
| |
49 |
50 |
|