root/SettingGeneralAppearanceDlg.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


DEFINITIONS

This source file includes following definitions.
  1. CSettingGeneralAppearanceDlg

#if !defined(AFX_SETTINGGENERALAPPEARANCEDLG_H__D1A076C6_6A91_41C5_954D_6246C9DC7E7D__INCLUDED_)
#define AFX_SETTINGGENERALAPPEARANCEDLG_H__D1A076C6_6A91_41C5_954D_6246C9DC7E7D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SettingGeneralAppearanceDlg.h : ヘッダー ファイル
//

/////////////////////////////////////////////////////////////////////////////
// CSettingGeneralAppearanceDlg ダイアログ

class CSettingGeneralAppearanceDlg : public CDialog
{
// コンストラクション
public:
        CFont m_font;
        void SetButtonColor( int red, int green, int blue, int id);
        CBitmap m_bitmap;
        COLORREF m_fv_bg_cr;
        COLORREF m_fv_font_cr;
        COLORREF m_sv_bg_cr;
        COLORREF m_sv_font_cr;
        COLORREF m_tv_bg_cr;
        COLORREF m_tv_font_cr;
        COLORREF m_tv_head_cr;
        COLORREF m_ev_font_cr;
        COLORREF m_ev_bg_cr;
        LOGFONT m_tv_lf;
        LOGFONT m_ev_lf;
        CSettingGeneralAppearanceDlg(CWnd* pParent = NULL);   // 標準のコンストラクタ

// ダイアログ データ
        //{{AFX_DATA(CSettingGeneralAppearanceDlg)
        enum { IDD = IDD_SETTING_GENERAL_APPEARANCE };
//      CButton m_folderview_color;
        //}}AFX_DATA


// オーバーライド
        // ClassWizard は仮想関数のオーバーライドを生成します。
        //{{AFX_VIRTUAL(CSettingGeneralAppearanceDlg)
        protected:
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV サポート
        //}}AFX_VIRTUAL

// インプリメンテーション
protected:

        // 生成されたメッセージ マップ関数
        //{{AFX_MSG(CSettingGeneralAppearanceDlg)
        virtual BOOL OnInitDialog();
        afx_msg void OnFolderviewBgColor();
        afx_msg void OnFolderviewFontColor();
        afx_msg void OnSummaryviewBgColor();
        afx_msg void OnSummaryviewFontColor();
        afx_msg void OnTextviewBgColor();
        afx_msg void OnTextviewFontColor();
        afx_msg void OnTextviewHeaderColor();
        afx_msg void OnTextviewFontType();
        afx_msg void OnEditviewBgColor();
        afx_msg void OnEditviewFontColor();
        afx_msg void OnEditviewFontType();
        //}}AFX_MSG
        DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。

#endif // !defined(AFX_SETTINGGENERALAPPEARANCEDLG_H__D1A076C6_6A91_41C5_954D_6246C9DC7E7D__INCLUDED_)

/* [<][>][^][v][top][bottom][index][help] */