📄 dlgvqc.h
字号:
#if !defined(AFX_DLGVQC_H__1F423441_FA4B_11D3_B475_00C04F0B36A1__INCLUDED_)
#define AFX_DLGVQC_H__1F423441_FA4B_11D3_B475_00C04F0B36A1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// dlgvqc.h : header file
//
#include "vqc.h"
/////////////////////////////////////////////////////////////////////////////
// dlgvqc dialog
class dlgvqc : public CDialog
{
public:
VQCSET * VQCSet;
void InitDataDefineProc();
void EndDataDefineProc();
void DispDblinkDefineButton();
void OnZb(BYTE i);
// Construction
public:
dlgvqc(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(dlgvqc)
enum { IDD = IDD_VQCDEF };
UINT m_AdjustPeriodTime;
int m_SeasonNum;
UINT m_EndDay1;
UINT m_EndDay2;
UINT m_EndDay3;
UINT m_EndDay4;
UINT m_EndMonth1;
UINT m_EndMonth2;
UINT m_EndMonth3;
UINT m_EndMonth4;
BOOL m_bFirstUseDrq;
UINT m_MaxActTimes;
UINT m_NextActTime;
BOOL m_OnlyMonitor;
int m_ZBNum;
BOOL m_SameAllDevice;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(dlgvqc)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(dlgvqc)
virtual void OnOK();
afx_msg void OnText();
afx_msg void OnHelp();
virtual void OnCancel();
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeZBNum();
afx_msg void OnSelchangeSeasonNum();
afx_msg void OnFirstU();
afx_msg void OnAllFirst();
afx_msg void OnFirstQ();
afx_msg void OnOnlyU();
afx_msg void OnOnlyQ();
afx_msg void OnOnlyUseFjt();
afx_msg void OnOnlyUseDrq();
afx_msg void OnUseAll();
afx_msg void OnLimitWithQ();
afx_msg void OnLimitWithCosQ();
afx_msg void OnUseMean();
afx_msg void OnUseWeight();
afx_msg void OnZb1();
afx_msg void OnZb2();
afx_msg void OnZb3();
afx_msg void OnZb4();
afx_msg void OnZb5();
afx_msg void OnZb6();
afx_msg void OnLockdef();
afx_msg void OnParamSet();
afx_msg void OnReSet();
afx_msg void OnlocalRun();
afx_msg void OnRunStatus();
afx_msg void OnRemoteRun();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGVQC_H__1F423441_FA4B_11D3_B475_00C04F0B36A1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -