📄 chooseserver.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -