📄 submitdlg.h
字号:
#if !defined(AFX_SUBMITDLG_H__FF4BAD9D_B656_429D_9397_707EDB81084C__INCLUDED_)
#define AFX_SUBMITDLG_H__FF4BAD9D_B656_429D_9397_707EDB81084C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SubmitDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSubmitDlg dialog
class CSubmitDlg : public CDialog
{
// Construction
public:
CSubmitDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSubmitDlg)
enum { IDD = IDD_SME_VIEW };
CString m_strAtTime;
CString m_strFeeCode;
CString m_strFeeTerminalID;
CString m_strDestTerminalID;
BYTE m_btCredTransmit;
BYTE m_btChannelProtocol;
CString m_strFeeType;
BYTE m_btFeeUserType;
CString m_strMsgContent;
BYTE m_btMsgFMT;
short m_sMsgLength;
BYTE m_btMsgLevel;
BYTE m_btPriorityFlag;
BYTE m_btProtocolType;
BYTE m_btRequestPlatID;
BYTE m_btReSubmitCount;
BYTE m_btSaveForTransmit;
BYTE m_btServiceChannelID;
BYTE m_btSevicePlatID;
CString m_strServiceID;
CString m_strSrcTerminalID;
BYTE m_btTimeOut;
BYTE m_btTNO;
BYTE m_btTPPID;
BYTE m_btTPUDHI;
CString m_strValidTime;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSubmitDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSubmitDlg)
afx_msg void OnManulSend();
afx_msg void OnChangeEditMsgcontent();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SUBMITDLG_H__FF4BAD9D_B656_429D_9397_707EDB81084C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -