calinit.h
来自「测井软件刻度的框价程序,对测井软件的开发有价值.」· C头文件 代码 · 共 56 行
H
56 行
#if !defined(AFX_CALINIT_H__7194300D_6CB5_4189_8A97_08E2A71C31AF__INCLUDED_)
#define AFX_CALINIT_H__7194300D_6CB5_4189_8A97_08E2A71C31AF__INCLUDED_
#include "TableOperation.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CalInit.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCalInit dialog
//CCalInit * m_pCalInit;
class CCalInit : public CDialog
{
// Construction
public:
CCalInit(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCalInit)
enum { IDD = IDD_CAL_INIT };
CButton m_pOk;
CSpinButtonCtrl m_pNo;
CComboBox m_pSelIns;
int m_pInsNo;
CString m_pInsName;
// bool flag;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCalInit)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCalInit)
virtual BOOL OnInitDialog();
afx_msg void OnSelSer();
virtual void OnOK();
afx_msg void OnInsInit();
afx_msg 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_CALINIT_H__7194300D_6CB5_4189_8A97_08E2A71C31AF__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?