📄 welcome.h
字号:
/********************************************************************
created: 2002/08/06
created: 6:8:2002 14:42
filename: e:\WORK\0806\DvsUser\Welcome.h
file path: e:\WORK\0806\DvsUser
file base: Welcome
file ext: h
author: Sun_J
purpose:
*********************************************************************/
#if !defined(AFX_WELCOME_H__E552DA93_6654_4874_BFC3_4F1683F1B6E9__INCLUDED_)
#define AFX_WELCOME_H__E552DA93_6654_4874_BFC3_4F1683F1B6E9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Welcome.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CWelcome dialog
class CWelcome : public CDialog
{
// Construction
public:
CWelcome(CWnd* pParent = NULL); // standard constructor
CString m_strServerIP;
CString m_strUserName;
CString m_strPassword;
USERINFO m_logUser;
BYTE b1, b2, b3, b4;
private:
HICON m_hIcon;
HICON m_hUser;
CImageList imageUser;
// Dialog Data
//{{AFX_DATA(CWelcome)
enum { IDD = IDD_WELCOME };
CEdit m_editPassword;
CComboBoxEx m_comboUser;
CIPAddressCtrl m_serverIP;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CWelcome)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CWelcome)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeWelcomeCombo();
afx_msg void OnOk();
virtual 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_WELCOME_H__E552DA93_6654_4874_BFC3_4F1683F1B6E9__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -