// FxDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CFxDemoDlg dialog #include "..\\..\\..\\include\\l_bitmap.h" #include "..\\..\\..\\include\\ltfpx.h" class CFxDemoDlg : public CDialog { // Construction public: CFxDemoDlg(CWnd* pParent = NULL); // standard constructor ~CFxDemoDlg(); // Dialog Data //{{AFX_DATA(CFxDemoDlg) enum { IDD = IDD_FXDEMO_DIALOG }; CButton m_Image; CButton m_ShowTransition; CButton m_ShowText; CButton m_ShowShape; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CFxDemoDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; L_INT m_nEffectStyle; L_INT m_nEffectGrain; L_INT m_nEffectDelay; L_INT m_nEffectMaxPass; L_INT m_nEffectTransparent; COLORREF m_crEffectTransparentColor; L_INT m_nEffectWandWidth; COLORREF m_crEffectWandColor; L_INT m_nTransitionStyle; COLORREF m_crTransitionForeColor; COLORREF m_crTransitionBackColor; L_INT m_nTransitionSteps; L_INT m_nTransitionEffectStyle; L_INT m_nTransitionEffectGrain; L_INT m_nTransitionEffectDelay; L_INT m_nTransitionEffectMaxPass; L_INT m_nTransitionEffectTransparent; COLORREF m_crTransitionEffectTransparentColor; L_INT m_nTransitionEffectWandWidth; COLORREF m_crTransitionEffectWandColor; L_INT m_nShapeStyle; L_INT m_nShapeBackStyle; L_INT m_nShapeFillStyle; COLORREF m_crShapeBorderColor; L_INT m_nShapeBorderStyle; L_INT m_nShapeBorderWidth; L_INT m_nShapeInnerStyle; L_INT m_nShapeInnerWidth; COLORREF m_crShapeInnerHiliteColor; COLORREF m_crShapeInnerShadowColor; L_INT m_nShapeOuterStyle; L_INT m_nShapeOuterWidth; COLORREF m_crShapeOuterHiliteColor; COLORREF m_crShapeOuterShadowColor; L_INT m_nShapeShadowXDepth; L_INT m_nShapeShadowYDepth; COLORREF m_crShapeShadowColor; COLORREF m_crShapeForeColor; COLORREF m_crShapeBackColor; BITMAPHANDLE m_ShapeBitmap; L_TCHAR m_szTextSample[256]; L_INT m_nTextStyle; L_INT m_nTextAlign; L_INT m_nTextWordWrap; COLORREF m_crTextColor; COLORREF m_crTextHiliteColor; L_INT m_nTextUseForegroundImage; L_INT m_nTextShadowXDepth; L_INT m_nTextShadowYDepth; COLORREF m_crTextShadowColor; L_INT m_nTextAngle; LOGFONT m_TextFont; BITMAPHANDLE m_TextBitmap; L_INT m_nFileIndex; BITMAPHANDLE m_Bitmap; L_BOOL m_bDlgUp; L_BOOL m_bFilesNotFound; // Generated message map functions //{{AFX_MSG(CFxDemoDlg) virtual BOOL OnInitDialog(); afx_msg void OnEffect(); afx_msg void OnShape(); afx_msg void OnShow(); afx_msg void OnText(); afx_msg void OnTransition(); afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct); afx_msg void OnPaletteChanged( CWnd* ); afx_msg BOOL OnQueryNewPalette( ); afx_msg void OnClose(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };