-
Notifications
You must be signed in to change notification settings - Fork 2
/
ColorEyeI.h
71 lines (56 loc) · 1.91 KB
/
ColorEyeI.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
// ColorEyeI.h : main header file for the COLOREYEI application
//
#if !defined(AFX_COLOREYEI_H__3F3C8B55_98DA_4864_80E6_452AE80C822F__INCLUDED_)
#define AFX_COLOREYEI_H__3F3C8B55_98DA_4864_80E6_452AE80C822F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
//#include "MsrItems/MsrItemDlg.h"
/////////////////////////////////////////////////////////////////////////////
// CColorEyeIApp:
// See ColorEyeI.cpp for the implementation of this class
//
class CPatternDlg;
class CCaSetupDlg;
class CColorEyeIApp : public CWinApp
{
public:
CColorEyeIApp();
~CColorEyeIApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CColorEyeIApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
COleTemplateServer m_server;
// Server object for document creation
//{{AFX_MSG(CColorEyeIApp)
afx_msg void OnAppAbout();
afx_msg void OnFileOmdtoxls();
afx_msg void OnMsrForItem();
afx_msg void OnSetupCa210();
afx_msg void OnMsrTable();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
//執行檔所在目錄及檔名
private: CString m_strPathName;
public: const CString GetPath() const; //執行檔所在目錄
const CString GetPathName() const; //執行檔所在目錄及檔名
//桌面路徑
private: CString m_desktopPath;
public: const CString GetDesktopPath() const;
//對話框指標(在此生成及銷毀)
private: CPatternDlg *m_pdlgPattern;
CCaSetupDlg *m_pdlgCaSetup;
public: void DelMsrItemDlgSetupFile();
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_COLOREYEI_H__3F3C8B55_98DA_4864_80E6_452AE80C822F__INCLUDED_)