📄 333dlg.h
字号:
// 333Dlg.h : header file
//
#if !defined(AFX_333DLG_H__79331048_1727_4195_9CB4_C9423427E55F__INCLUDED_)
#define AFX_333DLG_H__79331048_1727_4195_9CB4_C9423427E55F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include"tanchu.h"
#include"shuru.h"
#include"order.h"
//#define WM_INIT WM_USER+100
/////////////////////////////////////////////////////////////////////////////
// CMy333Dlg dialog
class CMy333Dlg : public CDialog
{
// Construction
public:
void reconnect();
void combo(WPARAM wParam, LPARAM lParam);
//int nItem;
void OnChangeOut(WPARAM wParam, LPARAM lParam);
BOOL m_flag;
void shownum();
BOOL PreTranslateMessage(MSG* pMsg);
void show();
void search();
_ConnectionPtr m_pConnection,m_pConnection1,m_pConnection3;
_RecordsetPtr m_pRecordset,m_pRecordset1;
CMy333Dlg(CWnd* pParent = NULL); // standard constructor
tanchu *m_tanchu;
shuru *m_shuru;
order *m_order;
friend class shuru;
// Dialog Data
//{{AFX_DATA(CMy333Dlg)
enum { IDD = IDD_MY333_DIALOG };
CListCtrl m_listTest;
CListBox m_FieldsList;
CString m_name;
CString m_cellphone;
CString m_company;
CString m_fax;
CString m_phone;
CString m_website;
CString m_location;
CString m_shuzi;
CString m_beizhu;
CString m_date;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMy333Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMy333Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void Onfunction();
afx_msg void OnAdditem();
afx_msg void OnDelitem();
afx_msg void Onadd();
afx_msg void Ondelete();
afx_msg void Onsearch();
afx_msg void Onclear();
afx_msg void OnDblclkList2(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void Onexit();
afx_msg void Onsearch2();
afx_msg void Onuporder();
afx_msg void OnRdblclkList2(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void Ontransfer();
afx_msg void Onskin1();
afx_msg void Onskin2();
afx_msg void Onskin3();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_333DLG_H__79331048_1727_4195_9CB4_C9423427E55F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -