1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- #if !defined(AFX_PICSIZEDLG_H__9B18B035_0425_4F42_9928_F584752A70BF__INCLUDED_)
- #define AFX_PICSIZEDLG_H__9B18B035_0425_4F42_9928_F584752A70BF__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // PicSizeDlg.h : header file
- //
- #include "resource.h"
- /////////////////////////////////////////////////////////////////////////////
- // CPicSizeDlg dialog
- class CPicSizeDlg : public CDialog
- {
- // Construction
- public:
- CPicSizeDlg(CWnd* pParent = NULL); // standard constructor
- COLORREF m_clrBack;
- // Dialog Data
- //{{AFX_DATA(CPicSizeDlg)
- enum { IDD = IDD_DIALOG_PICPRO };
- int m_nPictureHeight;
- int m_nPictureWidth;
- int m_nGridSize;
- BOOL m_bGrid;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPicSizeDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CPicSizeDlg)
- afx_msg void OnBackcolor();
- afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- class CInsertDeviceDlg : public CDialog
- {
- // Construction
- public:
- CInsertDeviceDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CInsertDeviceDlg)
- enum { IDD = IDD_INSERT_DEVICE };
- CString m_strDevice;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CInsertDeviceDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CInsertDeviceDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnDblclkList();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PICSIZEDLG_H__9B18B035_0425_4F42_9928_F584752A70BF__INCLUDED_)
|