?? ruku.h
字號:
#if !defined(AFX_RUKU_H__62586B72_6083_4C40_854B_0D57267581C0__INCLUDED_)
#define AFX_RUKU_H__62586B72_6083_4C40_854B_0D57267581C0__INCLUDED_
#include "Rukuset.h"
#include "Kucunset.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Ruku.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CRuku dialog
class CRuku : public CDialog
{
// Construction
public:
void Addkucun();
BOOL OnInitDialog();
CRuku(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CRuku)
enum { IDD = IDD_RUKU };
CString m_In_chandi;
CString m_In_date;
CString m_In_id;
CString m_In_name;
int m_In_number;
double m_In_price;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRuku)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CDatabase m_db;
CRukuset m_rs;
CDatabase m_K_db;
CKucunset m_K_rs;
// Generated message map functions
//{{AFX_MSG(CRuku)
virtual void OnCancel();
afx_msg void OnIOk();
afx_msg void OnInDelete();
afx_msg void OnInPre();
afx_msg void OnInNext();
afx_msg void OnInEdit();
afx_msg 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_RUKU_H__62586B72_6083_4C40_854B_0D57267581C0__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -