};
//----------------------------------------------------------------------------------------
// Global structure for holding ODBC connection information
-extern struct DbStuff DbConnectInf;
+extern wxDbConnectInf DbConnectInf;
//----------------------------------------------------------------------------------------
extern wxConfigBase *p_ProgramCfg; // All Config and Path information
extern wxLogTextCtrl *p_LogBook; // All Log messages
class PgmCtrl; // Declared in PgmCtrl.h file
class DocSplitterWindow; // Declared at the end of the file
//----------------------------------------------------------------------------------------
-class mjDoc
+class MainDoc
{
public:
//---------------------------------------------------------------------------------------
- mjDoc();
- virtual ~mjDoc();
+ MainDoc();
+ virtual ~MainDoc();
int Sash;
//---------------------------------------------------------------------------------------
//-- declare document Vars here ---------------------------------------------------------
class DocSplitterWindow: public wxSplitterWindow
{
public:
- mjDoc *pDoc;
+ MainDoc *pDoc;
DocSplitterWindow(wxWindow *parent, wxWindowID id);
virtual bool OnSashPositionChange(int newSashPosition)
{