Develop and Download Open Source Software

Browse CVS Repository

Contents of /enbanfukusyaya/EnbanKensa/win32/DiscInfoDlg.h

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


Revision 1.1 - (show annotations) (download) (as text)
Sat May 27 16:04:59 2006 UTC (17 years, 10 months ago) by bananajinn
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-chdr
*** empty log message ***

1 #if !defined(AFX_DISCINFODLG_H__C5FB874C_DC60_423C_8B41_938FE217F59A__INCLUDED_)
2 #define AFX_DISCINFODLG_H__C5FB874C_DC60_423C_8B41_938FE217F59A__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // DiscInfoDlg.h : ヘッダー ファイル
8 //
9
10 #include <ThemeDialog.h>
11 #include "ui.h"
12
13 /////////////////////////////////////////////////////////////////////////////
14 // CDiscInfoDlg ダイアログ
15
16 class CDiscInfoDlg : public CThemeDialog
17 {
18 // コンストラクション
19 public:
20 CDiscInfoDlg(CWnd* pParent = NULL); // 標準のコンストラクタ
21
22 // ダイアログ データ
23 //{{AFX_DATA(CDiscInfoDlg)
24 enum { IDD = IDD_DISCINFO };
25 CListCtrl m_LstTracks;
26 CEdit m_EdtInfo;
27 //}}AFX_DATA
28
29
30 // オーバーライド
31 // ClassWizard は仮想関数のオーバーライドを生成します。
32 //{{AFX_VIRTUAL(CDiscInfoDlg)
33 protected:
34 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV サポート
35 //}}AFX_VIRTUAL
36
37 // インプリメンテーション
38 protected:
39
40 // 生成されたメッセージ マップ関数
41 //{{AFX_MSG(CDiscInfoDlg)
42 virtual void OnCancel();
43 virtual void OnOK();
44 virtual BOOL OnInitDialog();
45 afx_msg void OnItemchangedLstTracks(NMHDR* pNMHDR, LRESULT* pResult);
46 //}}AFX_MSG
47 DECLARE_MESSAGE_MAP()
48
49 public:
50 void SetData(UIDISCINFO *pDiscInfo);
51
52 private:
53 CStringArray m_csaTrackComment;
54 };
55
56 //{{AFX_INSERT_LOCATION}}
57 // Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
58
59 #endif // !defined(AFX_DISCINFODLG_H__C5FB874C_DC60_423C_8B41_938FE217F59A__INCLUDED_)

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