chooseserver.h
来自「随着计算机技术的广泛应用,在酒店客房管理中引入计算机管理技术,成为一个值得深入研」· C头文件 代码 · 共 68 行
H
68 行
#if !defined(AFX_CHOOSESERVER_H__9FA51CCE_2277_4354_835B_6AB69B094255__INCLUDED_)
#define AFX_CHOOSESERVER_H__9FA51CCE_2277_4354_835B_6AB69B094255__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ChooseServer.h : header file
//
#include "InfoSet.h"
/////////////////////////////////////////////////////////////////////////////
// CChooseServer dialog
class CChooseServer : public CDialog
{
// Construction
public:
CChooseServer(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CChooseServer)
enum { IDD = IDD_CHOOSESERVER };
CEdit EmployerCode;
CEdit Sum;
CEdit Rebate;
CEdit Paid;
CEdit Num;
CListBox ServerList;
CListBox ServerBillList;
CEdit HandCode;
CEdit BillCode;
int m_PaidType;
//}}AFX_DATA
bool bStriked;
CBillInfoSet m_BillInfoSet;
CServerInfoSet m_ServerInfoSet;
CGuestInfoSet m_GuestInfoSet;
CBillContentInfoSet m_BillContentInfoSet;
CEmployerInfoSet m_EmployerInfoSet;
float m_DefaultSum;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CChooseServer)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CChooseServer)
virtual BOOL OnInitDialog();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnAdd();
afx_msg void OnDelete();
afx_msg void OnRadio();
afx_msg void OnUpdatedata();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CHOOSESERVER_H__9FA51CCE_2277_4354_835B_6AB69B094255__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?