ruku.h
来自「简单功能的盘库mfc编译通过」· C头文件 代码 · 共 65 行
H
65 行
#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_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?