📄 frmviewcreateregcode.h
字号:
#if !defined(AFX_FRMVIEWCREATEREGCODE_H__102848AE_63D7_4B6B_A1A9_52308577512E__INCLUDED_)
#define AFX_FRMVIEWCREATEREGCODE_H__102848AE_63D7_4B6B_A1A9_52308577512E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FrmViewCreateRegCode.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFrmViewCreateRegCode form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CFrmViewCreateRegCode : public CFormView
{
protected:
CFrmViewCreateRegCode(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CFrmViewCreateRegCode)
// Form Data
public:
//{{AFX_DATA(CFrmViewCreateRegCode)
enum { IDD = IDD_FRMVIEWCREATEREGCODE_FORM };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Attributes
public:
// Operations
public:
BOOL TestSerialNO(CString strSerialNO); //测试序列号是否符合规则
BOOL CheckSerialNO(int num1,int num2,int num3,int num4,int num5,int arg1,int arg2); //测试序列号是否符合规则
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFrmViewCreateRegCode)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CFrmViewCreateRegCode();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CFrmViewCreateRegCode)
afx_msg void OnTestserialnum();
afx_msg void OnCreateregcode();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FRMVIEWCREATEREGCODE_H__102848AE_63D7_4B6B_A1A9_52308577512E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -