?? maindlg.h
字號:
//{{AFX_INCLUDES()
#include "msdgridctrl.h"
#include "rdc.h"
//}}AFX_INCLUDES
#if !defined(AFX_MAINDLG_H__9E4B5D34_1F9B_44E3_B0CD_73E1D787EFF9__INCLUDED_)
#define AFX_MAINDLG_H__9E4B5D34_1F9B_44E3_B0CD_73E1D787EFF9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MainDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMainDlg dialog
class CMainDlg : public CDialog
{
// Construction
public:
CMainDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMainDlg)
enum { IDD = IDD_MAINDLG };
CComboBox m_wp;
CComboBox m_xingming1;
CComboBox m_mingcheng1;
CString m_mingcheng;
CString m_xingming;
CString m_beizhu;
CString m_dianhua;
CString m_jilu;
long m_bianhao;
CString m_mingcheng2;
long m_zongqian;
long m_zongshu;
CRdc m_rdc;
long m_jls;
long m_wpje;
long m_zje;
CString m_dizhi;
CString m_xingming2;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMainDlg)
public:
virtual void OnFinalRelease();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMainDlg)
afx_msg void OnButtonQuit();
afx_msg void OnMima1();
afx_msg void OnMima2();
afx_msg void OnTianjia1();
afx_msg void OnTianjia2();
afx_msg void OnChazhao1();
afx_msg void OnChazhao2();
afx_msg void OnWupin1();
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeComboMc();
afx_msg void OnSelchangeComboXm();
afx_msg void OnSelchangeComboWp();
afx_msg void OnButtonUpdate();
afx_msg void OnShanchu1();
afx_msg void OnWupin2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
// Generated OLE dispatch map functions
//{{AFX_DISPATCH(CMainDlg)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_DISPATCH
DECLARE_DISPATCH_MAP()
DECLARE_INTERFACE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAINDLG_H__9E4B5D34_1F9B_44E3_B0CD_73E1D787EFF9__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -