2 |
|
// |
3 |
|
// Douglas Thrift |
4 |
|
// |
5 |
< |
// $Id: DiscBrowse.h,v 1.4 2003/08/29 04:16:30 douglas Exp $ |
5 |
> |
// $Id: DiscBrowse.h,v 1.5 2003/09/02 06:05:56 douglas Exp $ |
6 |
|
|
7 |
|
#ifndef _DiscBrowse_h_ |
8 |
|
#define _DiscBrowse_h_ |
13 |
|
{ |
14 |
|
private: |
15 |
|
PROPSHEETPAGE wizard[2]; |
16 |
– |
string disc; |
16 |
|
string discDir; |
18 |
– |
int numberWidth; |
19 |
– |
int nameWidth; |
20 |
– |
int fileWidth; |
21 |
– |
int sizeWidth; |
17 |
|
static map<HWND, DiscBrowse*> windows; |
18 |
|
void loadDir(void); |
19 |
|
void saveDir(void); |
20 |
|
void setDiscDir(HWND parent = NULL); |
21 |
+ |
void populate(HWND parent); |
22 |
|
static DiscBrowse* which(HWND window); |
23 |
|
static DiscBrowse* which(HWND window, LPARAM l); |
24 |
|
static int CALLBACK browse(HWND dialog, UINT msg, LPARAM l, LPARAM d); |