2 |
|
// |
3 |
|
// Douglas Thrift |
4 |
|
// |
5 |
< |
// $Id: ScanUtility.h,v 1.9 2003/08/25 07:29:00 douglas Exp $ |
5 |
> |
// $Id: ScanUtility.h,v 1.10 2003/08/26 06:41:12 douglas Exp $ |
6 |
|
|
7 |
|
#ifndef _ScanUtility_h_ |
8 |
|
#define _ScanUtility_h_ |
9 |
|
|
10 |
< |
#include "IndividualClient.h" |
10 |
> |
#include "DiscBrowse.h" |
11 |
|
|
12 |
< |
class ScanUtility |
12 |
> |
class ScanUtility : public DiscBrowse |
13 |
|
{ |
14 |
|
private: |
15 |
|
PROPSHEETPAGE wizard[5]; |
16 |
– |
char* title; |
16 |
|
IndividualClient client; |
17 |
|
string scan; |
18 |
|
string save; |
19 |
|
string scanDir; |
20 |
|
string saveDir; |
22 |
– |
HMENU popup; |
23 |
– |
unsigned number; |
24 |
– |
static unsigned count; |
21 |
|
static map<unsigned, ScanUtility*> utilities; |
22 |
|
static map<HWND, ScanUtility*> windows; |
23 |
|
void loadDirs(void); |