📄 company.h
字号:
#if !defined(AFX_COMPANY_H__04F2C642_E4CF_498F_88BA_14D42DEA779C__INCLUDED_)
#define AFX_COMPANY_H__04F2C642_E4CF_498F_88BA_14D42DEA779C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Company.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCompany dialog
class CCompany : public CDialog
{
// Construction
public:
CString m_cs_company_name;
CCompany(CWnd* pParent = NULL); // standard constructor
CDatabase * m_company_pCDataBase;
// Dialog Data
//{{AFX_DATA(CCompany)
enum { IDD = IDD_DIALOG2 };
CString m_company_account;
CString m_company_address;
CString m_company_area;
CString m_company_bank;
CString m_company_begin_date;
CString m_company_id;
CString m_company_kaihu_date;
CString m_company_leader;
CString m_company_mobile_num;
CString m_company_money;
CString m_company_name;
CString m_company_person;
CString m_company_phone;
CString m_company_register_id;
CString m_company_type;
//}}AFX_DATA
#define gongsi "公司";
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCompany)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCompany)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_COMPANY_H__04F2C642_E4CF_498F_88BA_14D42DEA779C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -