|
Revision 227, 1.8 kB
(checked in by leo, 8 years ago)
|
|
Multiple project views
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | #if !defined(AFX_FIGDLG_H__80DF3A21_90D2_11D1_A740_444553540000__INCLUDED_) |
|---|
| 2 | #define AFX_FIGDLG_H__80DF3A21_90D2_11D1_A740_444553540000__INCLUDED_ |
|---|
| 3 | |
|---|
| 4 | #if _MSC_VER >= 1000 |
|---|
| 5 | #pragma once |
|---|
| 6 | #endif // _MSC_VER >= 1000 |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | #include "ClrPick.h" |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | class MinifigWizard; |
|---|
| 16 | |
|---|
| 17 | class CMinifigDlg : public CDialog |
|---|
| 18 | { |
|---|
| 19 | |
|---|
| 20 | public: |
|---|
| 21 | CMinifigDlg(void* param, CWnd* pParent = NULL); |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | enum { IDD = IDD_MINIFIG }; |
|---|
| 26 | CColorPicker m_clrHandLeft; |
|---|
| 27 | CColorPicker m_clrTorso; |
|---|
| 28 | CColorPicker m_clrToolLeft; |
|---|
| 29 | CColorPicker m_clrShoeLeft; |
|---|
| 30 | CColorPicker m_clrLegLeft; |
|---|
| 31 | CColorPicker m_clrHead; |
|---|
| 32 | CColorPicker m_clrArmLeft; |
|---|
| 33 | CColorPicker m_clrToolRight; |
|---|
| 34 | CColorPicker m_clrShoeRight; |
|---|
| 35 | CColorPicker m_clrLegRight; |
|---|
| 36 | CColorPicker m_clrHips; |
|---|
| 37 | CColorPicker m_clrHandRight; |
|---|
| 38 | CColorPicker m_clrArmRight; |
|---|
| 39 | CColorPicker m_clrNeck; |
|---|
| 40 | CColorPicker m_clrHat; |
|---|
| 41 | |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | |
|---|
| 45 | |
|---|
| 46 | public: |
|---|
| 47 | virtual BOOL DestroyWindow(); |
|---|
| 48 | protected: |
|---|
| 49 | virtual void DoDataExchange(CDataExchange* pDX); |
|---|
| 50 | |
|---|
| 51 | |
|---|
| 52 | |
|---|
| 53 | protected: |
|---|
| 54 | CWnd* m_pMinifigWnd; |
|---|
| 55 | MinifigWizard* m_pMinifig; |
|---|
| 56 | |
|---|
| 57 | afx_msg LONG OnColorSelEndOK(UINT lParam, LONG wParam); |
|---|
| 58 | void OnPieceSelEndOK(UINT nID); |
|---|
| 59 | void OnChangeAngle(UINT nID); |
|---|
| 60 | |
|---|
| 61 | |
|---|
| 62 | |
|---|
| 63 | virtual BOOL OnInitDialog(); |
|---|
| 64 | |
|---|
| 65 | DECLARE_MESSAGE_MAP() |
|---|
| 66 | }; |
|---|
| 67 | |
|---|
| 68 | |
|---|
| 69 | |
|---|
| 70 | |
|---|
| 71 | #endif // !defined(AFX_FIGDLG_H__80DF3A21_90D2_11D1_A740_444553540000__INCLUDED_) |
|---|