文档介绍:如何设置static变量显示的颜色和字体大小???#if!defined(0D97B764__INCLUDED_)#0D97B764__INCLUDED_#if_MSC_VER>1000#pragmaonce#endif//_MSC_VER>1000//:headerfile/////////////////////////////////////////////////////////////////////////////////CDlgLinkDemodialogclassCDlgLinkDemo:Dialog{//Constructionpublic:    CFontm_font;    BOOLUrlVisited;    BOOLMailVisited;    HCURSORhHand;    CDlgLinkDemo(CWnd*pParent=NULL);  //standardconstructor//DialogData    //{{AFX_DATA(CDlgLinkDemo)    enum{IDD=IDD_DLGLINK};    CEdit    m_Hello2;    CStatic    m_Hello1;    //}}AFX_DATA//Overrides    //ClassWizardgeneratedvirtualfunctionoverrides    //{{AFX_VIRTUAL(CDlgLinkDemo)    protected:    virtualvoidDoDataExchange(CDataExchange*pDX);    //DDX/DDVsupport    //}}AFX_VIRTUAL//Implementationprotected:    //Generatedmessagemapfunctions    //{{AFX_MSG(CDlgLinkDemo)    afx_msgHBRUSHOnCtlColor(CDC*pDC,CWnd*pWnd,UINTnCtlColor);    afx_msgvoidOnUrl();    afx_msgvoidOnEmail();    virtualBOOLOnInitDialog();    afx_msgBOOLOnSetCursor(CWnd*pWnd,UINTnHitTest,UINTmessage);    afx_msgvoidOnChangeHello2();    //}}AFX_MSG    DECLARE_MESSAGE_MAP()};//{{AFX_INSERT_LOCATION}}//MicrosoftVisualC++willinsertadditionaldeclarationsimmediatelybeforethepreviousline.#endif//!defined(0D97B764__INCLUDED_)//:implementationfile//#include""#include""#include""#ifdef_DEBUG#definenewDEBUG_NEW#harTHIS