Develop and Download Open Source Software

Browse CVS Repository

Contents of /enbanfukusyaya/EnbanFukusyaYa/Win32/ThemeMessageDlg.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (as text) (vendor branch)
Wed Apr 14 15:05:06 2004 UTC (20 years ago) by bananajinn
Branch: MAIN, vendor
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/x-chdr

1 /* 円盤複写屋
2 * Copyright (C) 2004 Kagetani Hideto
3 */
4 #if !defined(AFX_THEMEMESSAGEDLG_H__AB0DA10E_9719_45F8_920A_BD0744A3EE5D__INCLUDED_)
5 #define AFX_THEMEMESSAGEDLG_H__AB0DA10E_9719_45F8_920A_BD0744A3EE5D__INCLUDED_
6
7 #if _MSC_VER > 1000
8 #pragma once
9 #endif // _MSC_VER > 1000
10 // ThemeMessageDlg.h : ヘッダー ファイル
11 //
12 #include <ThemeDialog.h>
13 #include <ThemeLabel.h>
14 #include <ThemeButton.h>
15 #include "resource.h"
16
17 /////////////////////////////////////////////////////////////////////////////
18 // CThemeMessageDlg ダイアログ
19
20 class CThemeMessageDlg : public CThemeDialog
21 {
22 // コンストラクション
23 public:
24 CThemeMessageDlg(CWnd* pParent = NULL); // 標準のコンストラクタ
25
26 // ダイアログ データ
27 //{{AFX_DATA(CThemeMessageDlg)
28 enum { IDD = IDD_MESSAGEDLG };
29 CStatic m_StcIcon;
30 CThemeButton m_BtnExtra;
31 CThemeLabel m_StcMessage;
32 CThemeButton m_BtnOK;
33 CThemeButton m_BtnCancel;
34 //}}AFX_DATA
35
36
37 // オーバーライド
38 // ClassWizard は仮想関数のオーバーライドを生成します。
39 //{{AFX_VIRTUAL(CThemeMessageDlg)
40 protected:
41 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV サポート
42 //}}AFX_VIRTUAL
43
44 // インプリメンテーション
45 protected:
46
47 // 生成されたメッセージ マップ関数
48 //{{AFX_MSG(CThemeMessageDlg)
49 virtual BOOL OnInitDialog();
50 afx_msg void OnBtnExtra();
51 virtual void OnOK();
52 virtual void OnCancel();
53 //}}AFX_MSG
54 DECLARE_MESSAGE_MAP()
55
56 public:
57 int Disp(LPCTSTR pMessage, LPCTSTR pTitle=NULL, UINT nFlags=MB_OK);
58
59 private:
60 LPCTSTR m_pMessage;
61 LPCTSTR m_pTitle;
62 UINT m_nFlags;
63 HICON m_hIconStop;
64 HICON m_hIconExclamation;
65 HICON m_hIconQuestion;
66 HICON m_hIconInformation;
67 int m_nRetCodeExtra;
68 int m_nRetCodeOK;
69 int m_nRetCodeCancel;
70 };
71
72 //{{AFX_INSERT_LOCATION}}
73 // Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
74
75 #endif // !defined(AFX_THEMEMESSAGEDLG_H__AB0DA10E_9719_45F8_920A_BD0744A3EE5D__INCLUDED_)

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26