// FxDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CFxDemoDlg dialog //{{AFX_INCLUDES() #include "lead.h" #include "font.h" //#include "leaddlg.h" //}}AFX_INCLUDES #include "..\..\..\..\include\l_ocx40.h" //#include "..\..\..\..\include\ltdlgocx.h" class CFxDemoDlg : public CDialog { // Construction public: CFxDemoDlg(CWnd* pParent = NULL); // standard constructor ILEADRasterDlgKrn_D * m_pRasterKrnDlg; ILEADRasterDlgEfx_D * m_pRasterEfxDlg; int DisplayLEADError(int nCode); // Dialog Data //{{AFX_DATA(CFxDemoDlg) enum { IDD = IDD_FXDEMO_DIALOG }; CButton m_ShowTransition; CButton m_ShowText; CButton m_ShowShape; CLead m_Lead; //CLeadDlg m_LeadDlg; CLead m_LeadShape; CLead m_LeadText; //}}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; CString m_szAppPath; short m_nEffectStyle; short m_nEffectGrain; short m_nEffectDelay; short m_nEffectMaxPass; long m_nEffectTransparent; unsigned long m_nEffectTransparentColor; short m_nEffectWandWidth; unsigned long m_nEffectWandColor; short m_nTransitionStyle; unsigned long m_nTransitionForeColor; unsigned long m_nTransitionBackColor; short m_nTransitionSteps; short m_nTransitionEffectStyle; short m_nTransitionEffectGrain; short m_nTransitionEffectDelay; short m_nTransitionEffectMaxPass; long m_nTransitionEffectTransparent; unsigned long m_nTransitionEffectTransparentColor; short m_nTransitionEffectWandWidth; unsigned long m_nTransitionEffectWandColor; short m_nShapeStyle; short m_nShapeBackStyle; short m_nShapeFillStyle; unsigned long m_nShapeBorderColor; short m_nShapeBorderStyle; short m_nShapeBorderWidth; short m_nShapeInnerStyle; short m_nShapeInnerWidth; unsigned long m_nShapeInnerHiliteColor; unsigned long m_nShapeInnerShadowColor; short m_nShapeOuterStyle; short m_nShapeOuterWidth; unsigned long m_nShapeOuterHiliteColor; unsigned long m_nShapeOuterShadowColor; short m_nShapeShadowXDepth; short m_nShapeShadowYDepth; unsigned long m_nShapeShadowColor; unsigned long m_nShapeForeColor; unsigned long m_nShapeBackColor; CString m_strTextSample; short m_nTextStyle; short m_nTextAlign; long m_nTextWordWrap; unsigned long m_nTextColor; unsigned long m_nTextHiliteColor; long m_nTextUseForegroundImage; long m_nTextForegroundBitmap; short m_nTextShadowXDepth; short m_nTextShadowYDepth; unsigned long m_nTextShadowColor; long m_nTextAngle; COleFont m_oleTextFont; int m_nFileIndex; // Generated message map functions //{{AFX_MSG(CFxDemoDlg) virtual BOOL OnInitDialog(); afx_msg void OnShape(); afx_msg void OnText(); afx_msg void OnTransition(); afx_msg void OnEffect(); afx_msg void OnShow(); afx_msg void OnPaint(); afx_msg void OnPaintNotificationLead(short uPass, short uType); afx_msg void OnDestroy(); DECLARE_EVENTSINK_MAP() //}}AFX_MSG DECLARE_MESSAGE_MAP() };