dclime_adddlg.h
来自「商品库存管理系统 用VC++6.0编写」· C头文件 代码 · 共 64 行
H
64 行
#if !defined(AFX_DCLIME_ADDDLG_H__ED689E21_62C7_11D8_8751_5254AB32C8FB__INCLUDED_)
#define AFX_DCLIME_ADDDLG_H__ED689E21_62C7_11D8_8751_5254AB32C8FB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DClime_AddDlg.h : header file
//
#include "BaseEdit.h"
#include "BaseComboBox.h"
/////////////////////////////////////////////////////////////////////////////
// CDClime_AddDlg dialog
class CDClime_AddDlg : public CDialog
{
// Construction
public:
bool IsOK;
CString Name;
int IconStyle,Connection;
void SetNode(CTreeCtrl * tree,HTREEITEM Node);
CDClime_AddDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDClime_AddDlg)
enum { IDD = IDD_Clime_AddDlg };
CStatic m_StaNode;
CBaseEdit m_EdtName;
CBaseComboBox m_ComIcoStyle;
CBaseComboBox m_ComConnection;
CButton m_ButSure;
CButton m_butExit;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDClime_AddDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDClime_AddDlg)
virtual void OnOK();
afx_msg void OnBUTSure();
virtual BOOL OnInitDialog();
afx_msg void OnBUTExt();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
int nStyle;
CString SelectNodeName;
int NodeStyle(HTREEITEM Node,CString sNodeName);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DCLIME_ADDDLG_H__ED689E21_62C7_11D8_8751_5254AB32C8FB__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?