?? 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 + -