home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n07
/
gdiobj.exe
/
GDIOBJ1.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-07-01
|
514b
|
30 lines
class CMyApp : public CWinApp
{
public:
BOOL InitInstance ();
};
class CMainWindow : public CFrameWnd
{
private:
int m_cxChar;
int m_cyChar;
void ShowPenStyles (CDC*, int, int);
void ShowPenWidths (CDC*, int, int);
void ShowBrushStyles (CDC*, int, int);
public:
CMainWindow ();
protected:
afx_msg int OnCreate (LPCREATESTRUCT);
afx_msg void OnPaint ();
DECLARE_MESSAGE_MAP ()
};
struct STYLES {
int nStyle;
char szStyleName[16];
};