Develop and Download Open Source Software

Browse CVS Repository

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sat Jul 12 14:58:24 2008 UTC (15 years, 9 months ago) by bananajinn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -0 lines
File MIME type: text/x-chdr
*** empty log message ***

1 /* 円盤複写屋
2 * Copyright (C) 2004 Kagetani Hideto
3 */
4 // EnbanFukusya.h : ENBANFUKUSYA アプリケーションのメイン ヘッダー ファイルです。
5 //
6
7 #if !defined(AFX_ENBANFUKUSYA_H__2F98F958_2A2D_40C9_BFE6_25A74C8C2C9C__INCLUDED_)
8 #define AFX_ENBANFUKUSYA_H__2F98F958_2A2D_40C9_BFE6_25A74C8C2C9C__INCLUDED_
9
10 #if _MSC_VER > 1000
11 #pragma once
12 #endif // _MSC_VER > 1000
13
14 #ifndef __AFXWIN_H__
15 #error include 'stdafx.h' before including this file for PCH
16 #endif
17
18 #include "resource.h" // メイン シンボル
19 #include "ThemeMessageDlg.h"
20 #include <ThemeSet.h>
21
22 /////////////////////////////////////////////////////////////////////////////
23 // CEnbanFukusyaApp:
24 // このクラスの動作の定義に関しては EnbanFukusya.cpp ファイルを参照してください。
25 //
26
27 class CEnbanFukusyaApp : public CWinApp
28 {
29 public:
30 CEnbanFukusyaApp();
31
32 CThemeSet *GetThemeClass(){ return &m_ThemeClass; };
33 // オーバーライド
34 // ClassWizard は仮想関数のオーバーライドを生成します。
35 //{{AFX_VIRTUAL(CEnbanFukusyaApp)
36 public:
37 virtual BOOL InitInstance();
38 //}}AFX_VIRTUAL
39
40 // インプリメンテーション
41
42 //{{AFX_MSG(CEnbanFukusyaApp)
43 // メモ - ClassWizard はこの位置にメンバ関数を追加または削除します。
44 // この位置に生成されるコードを編集しないでください。
45 //}}AFX_MSG
46 DECLARE_MESSAGE_MAP()
47
48 private:
49 CThemeSet m_ThemeClass;
50
51 void ParseArgument(CDialog *pDlg);
52 };
53
54
55 /////////////////////////////////////////////////////////////////////////////
56
57 //{{AFX_INSERT_LOCATION}}
58 // Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
59
60 #endif // !defined(AFX_ENBANFUKUSYA_H__2F98F958_2A2D_40C9_BFE6_25A74C8C2C9C__INCLUDED_)

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