feedirectionlistdlg.h
来自「VC6.0环境下编写的一个交换机计费程序。」· C头文件 代码 · 共 55 行
H
55 行
#if !defined(AFX_FEEDIRECTIONLISTDLG_H__F5ADEFD0_5876_478E_94A5_42BB8A5C6134__INCLUDED_)
#define AFX_FEEDIRECTIONLISTDLG_H__F5ADEFD0_5876_478E_94A5_42BB8A5C6134__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// feedirectionListDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CfeedirectionListDlg dialog
class CfeedirectionListDlg : public CDialog
{
// Construction
public:
CfeedirectionListDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CfeedirectionListDlg)
enum { IDD = IDD_DIALOG_FEEDIRECTION_LIST };
CString m_strfeelistdirection;
UINT m_flofeeliststartfee;
UINT m_uintfeeliststarttime;
UINT m_flofeeliststepfee;
UINT m_uintfeeliststeptime;
CString m_strfeelistdirectionkind;
UINT m_flofeelistaddfee;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CfeedirectionListDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CfeedirectionListDlg)
afx_msg void OnFeedirectionlistModify();
afx_msg void OnFeedirectionlistDelete();
virtual void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FEEDIRECTIONLISTDLG_H__F5ADEFD0_5876_478E_94A5_42BB8A5C6134__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?