mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2025-10-30 13:28:31 -05:00
line endings conversions
This commit is contained in:
@@ -1,60 +1,60 @@
|
||||
#if !defined(AFX_DISK_BOX_H_)
|
||||
#define AFX_DISK_BOX_H_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// DiskBox.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CDiskBox window
|
||||
|
||||
class CDiskBox : public CButton
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
CDiskBox();
|
||||
|
||||
// Operations
|
||||
public:
|
||||
void SetListboxHeight(HWND);
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CDiskBox)
|
||||
protected:
|
||||
virtual void PreSubclassWindow();
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
public:
|
||||
virtual ~CDiskBox();
|
||||
|
||||
// Generated message map functions
|
||||
protected:
|
||||
//{{AFX_MSG(CDiskBox)
|
||||
afx_msg void OnSetFocus(CWnd* pOldWnd);
|
||||
afx_msg void OnSelectChanged();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
|
||||
public:
|
||||
|
||||
int m_nID;
|
||||
int m_nLeft;
|
||||
int m_nSize;
|
||||
|
||||
CComboBox m_ComboBox;
|
||||
|
||||
private:
|
||||
|
||||
int AssemblingTitle();
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif
|
||||
#if !defined(AFX_DISK_BOX_H_)
|
||||
#define AFX_DISK_BOX_H_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// DiskBox.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CDiskBox window
|
||||
|
||||
class CDiskBox : public CButton
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
CDiskBox();
|
||||
|
||||
// Operations
|
||||
public:
|
||||
void SetListboxHeight(HWND);
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CDiskBox)
|
||||
protected:
|
||||
virtual void PreSubclassWindow();
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
public:
|
||||
virtual ~CDiskBox();
|
||||
|
||||
// Generated message map functions
|
||||
protected:
|
||||
//{{AFX_MSG(CDiskBox)
|
||||
afx_msg void OnSetFocus(CWnd* pOldWnd);
|
||||
afx_msg void OnSelectChanged();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
|
||||
public:
|
||||
|
||||
int m_nID;
|
||||
int m_nLeft;
|
||||
int m_nSize;
|
||||
|
||||
CComboBox m_ComboBox;
|
||||
|
||||
private:
|
||||
|
||||
int AssemblingTitle();
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user