-
Notifications
You must be signed in to change notification settings - Fork 0
/
ArchiveWizzardPage.h
320 lines (255 loc) · 7.56 KB
/
ArchiveWizzardPage.h
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
/*
* This file is part of Retell Software Call Recorder.
*
* Retell Software Call Recorder is free software: you can redistribute it
* and/or modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the License,
* or (at your option) any later version.
*
* Retell Software Call Recorder is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
* Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* Retell Software Call Recorder. If not, see <https://www.gnu.org/licenses/>.
*
* Beschreibung: class CArchiveWizzardPage
*
* ArchiveWizzardPage.h : header file
* Klasse zur Verwaltung der Archive Wizard Property Pages
*
* $Log: D:/pvcsarch/telar/IndexDB.cpv $
*/
#ifndef __ARCHIVEWIZZARDPAGE_H__
#define __ARCHIVEWIZZARDPAGE_H__
/////////////////////////////////////////////////////////////////////////////
// CArchiveWizzardPage1 dialog
class CArchiveWizzardPage1 : public CPropertyPage
{
DECLARE_DYNCREATE(CArchiveWizzardPage1)
// Construction
public:
CArchiveWizzardPage1();
~CArchiveWizzardPage1();
// Dialog Data
//{{AFX_DATA(CArchiveWizzardPage1)
enum { IDD = IDD_ARCHIVEWIZZARDPAGE1 };
// NOTE - ClassWizard will add data members here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CArchiveWizzardPage1)
public:
virtual BOOL OnSetActive();
virtual BOOL OnKillActive();
virtual void OnCancel();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CArchiveWizzardPage1)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CArchiveWizzardPage2 dialog
class CArchiveWizzardPage2 : public CPropertyPage
{
DECLARE_DYNCREATE(CArchiveWizzardPage2)
// Construction
public:
CArchiveWizzardPage2();
~CArchiveWizzardPage2();
// Dialog Data
//{{AFX_DATA(CArchiveWizzardPage2)
enum { IDD = IDD_ARCHIVEWIZZARDPAGE2 };
// NOTE - ClassWizard will add data members here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CArchiveWizzardPage2)
public:
virtual BOOL OnSetActive();
virtual BOOL OnKillActive();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CArchiveWizzardPage2)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CArchiveWizzardPage3 dialog
class CArchiveWizzardPage3 : public CPropertyPage
{
DECLARE_DYNCREATE(CArchiveWizzardPage3)
// Construction
public:
CArchiveWizzardPage3();
~CArchiveWizzardPage3();
// Dialog Data
//{{AFX_DATA(CArchiveWizzardPage3)
enum { IDD = IDD_ARCHIVEWIZZARDPAGE3 };
// NOTE - ClassWizard will add data members here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_DATA
void ShowFreeSpace();
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CArchiveWizzardPage3)
public:
virtual BOOL OnSetActive();
virtual BOOL OnKillActive();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CArchiveWizzardPage3)
afx_msg void OnBrowseTempFolder();
afx_msg void OnTimer(UINT_PTR nIDEvent);
afx_msg void OnChangeTempFolder();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CArchiveWizzardPage4 dialog
class CArchiveWizzardPage4 : public CPropertyPage
{
DECLARE_DYNCREATE(CArchiveWizzardPage4)
// Construction
public:
CArchiveWizzardPage4();
~CArchiveWizzardPage4();
// Dialog Data
//{{AFX_DATA(CArchiveWizzardPage4)
enum { IDD = IDD_ARCHIVEWIZZARDPAGE4 };
// NOTE - ClassWizard will add data members here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CArchiveWizzardPage4)
public:
virtual BOOL OnSetActive();
virtual BOOL OnKillActive();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CArchiveWizzardPage4)
afx_msg void OnRecalculate();
afx_msg void OnTimer(UINT_PTR nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CArchiveWizzardPage5 dialog
class CArchiveWizzardPage5 : public CPropertyPage
{
DECLARE_DYNCREATE(CArchiveWizzardPage5)
// Construction
public:
CArchiveWizzardPage5();
~CArchiveWizzardPage5();
// Dialog Data
//{{AFX_DATA(CArchiveWizzardPage5)
enum { IDD = IDD_ARCHIVEWIZZARDPAGE5 };
CProgressCtrl m_Progress;
//}}AFX_DATA
void CopyFiles();
void Status(CString &s);
void Breathe();
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CArchiveWizzardPage5)
public:
virtual BOOL OnSetActive();
virtual BOOL OnKillActive();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CArchiveWizzardPage5)
afx_msg void OnTimer(UINT_PTR nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CArchiveWizzardPage6 dialog
class CArchiveWizzardPage6 : public CPropertyPage
{
DECLARE_DYNCREATE(CArchiveWizzardPage6)
// Construction
public:
CArchiveWizzardPage6();
~CArchiveWizzardPage6();
// Dialog Data
//{{AFX_DATA(CArchiveWizzardPage6)
enum { IDD = IDD_ARCHIVEWIZZARDPAGE6 };
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CArchiveWizzardPage6)
public:
virtual BOOL OnSetActive();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CArchiveWizzardPage6)
afx_msg void OnOpenTemporaryFolder();
afx_msg void OnNero();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CArchiveWizzardPage7 dialog
class CArchiveWizzardPage7 : public CPropertyPage
{
DECLARE_DYNCREATE(CArchiveWizzardPage7)
// Construction
public:
CArchiveWizzardPage7();
~CArchiveWizzardPage7();
// Dialog Data
//{{AFX_DATA(CArchiveWizzardPage7)
enum { IDD = IDD_ARCHIVEWIZZARDPAGE7 };
int m_delete;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CArchiveWizzardPage7)
public:
virtual BOOL OnSetActive();
virtual BOOL OnKillActive();
virtual BOOL OnWizardFinish();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CArchiveWizzardPage7)
afx_msg void OnDelete();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // __ARCHIVEWIZZARDPAGE_H__