📄 dialognewproject.h
字号:
#if !defined(AFX_DIALOGNEWPROJECT_H__01084505_1F45_11D3_8F57_BF55E83E305C__INCLUDED_)
#define AFX_DIALOGNEWPROJECT_H__01084505_1F45_11D3_8F57_BF55E83E305C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DialogNewProject.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDialogNewProject dialog
class CDialogNewProject : public CDialog
{
// Construction
public:
//custom
CString m_cstrProjectName;
BOOL m_bWellState; //TRUE:油井;FALSE:气井
BOOL m_bStratumState; //TRUE:孔隙型;FALSE:裂缝型
int m_iFractureState; /* 0.一组垂直裂缝
1.两组垂直裂缝
2.一组水平裂缝
3.三组相互正交的裂缝*/
int m_iAim; /* 1.增产措施井
2.防止出砂井
3.自喷井
4.防止污染*/
public:
CDialogNewProject(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDialogNewProject)
enum { IDD = IDD_DIALOG_NEWPROJECT };
CButton m_ctrlProjectPath;
CString m_cstrAuditing;
CString m_cstrCon;
CString m_cstrDate;
CString m_cstrOilFieldName;
CString m_cstrSDTPath;
CString m_cstrWellName;
int m_iGasWell;
int m_iOilWell;
CString m_cstrProjectPath;
CString m_cstrStylist;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDialogNewProject)
public:
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CDialogNewProject)
afx_msg void OnRadioOilwell();
afx_msg void OnRadioGaswell();
afx_msg void OnButtonSdtBrowse();
afx_msg void OnDestroy();
virtual void OnOK();
afx_msg void OnButtonNewprojectBrowse();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DIALOGNEWPROJECT_H__01084505_1F45_11D3_8F57_BF55E83E305C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -