|
version 1.13, 2007/04/02 14:18:22
|
version 1.13.2.1, 2007/04/13 14:12:07
|
|
|
|
| HANDLE hSyncThread; | HANDLE hSyncThread; |
| DWORD dwThreadId; | DWORD dwThreadId; |
| bool configOpened; | bool configOpened; |
| |
int dpiX, dpiY; |
| | |
| // Overrides | // Overrides |
| // ClassWizard generated virtual function overrides | // ClassWizard generated virtual function overrides |
|
|
|
| // check if the user has set the connection settings | // check if the user has set the connection settings |
| bool checkConnectionSettings(); | bool checkConnectionSettings(); |
| | |
| |
int getDpiX() {return dpiX;} |
| |
int getDpiY() {return dpiY;} |
| |
|
| #ifdef _DEBUG | #ifdef _DEBUG |
| virtual void AssertValid() const; | virtual void AssertValid() const; |
| virtual void Dump(CDumpContext& dc) const; | virtual void Dump(CDumpContext& dc) const; |