Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
VIAGDALOptionsDlg.h
1 // Name: VIAGDALOptionsDlg.h
3 // Author: XX
4 // Created: XX/XX/XX
5 // Copyright: XX
7 
8 #ifndef __VIAGDALOptionsDlg_H__
9 #define __VIAGDALOptionsDlg_H__
10 
11 #ifdef __GNUG__
12  #pragma interface "VIAGDALOptionsDlg.cpp"
13 #endif
14 
15 #ifndef WX_PRECOMP
16  #include "wx/wx.h"
17 #endif
18 
19 #include "EnviroUI.h"
20 
21 //----------------------------------------------------------------------------
22 // CVIAGDALOptionsDlg
23 //----------------------------------------------------------------------------
24 
26 {
27 public:
28  // constructors and destructors
29  CVIAGDALOptionsDlg(wxWindow *parent);
30 
31  void Setup(int iDriverIndex);
32 
33 };
34 
35 
36 
37 
38 #endif