📄 page_uipanel.h
字号:
#if !defined(AFX_PAGE_UIPANEL_H__5FE0794B_40A4_40DD_A1BC_19FC2EBCBC8C__INCLUDED_)
#define AFX_PAGE_UIPANEL_H__5FE0794B_40A4_40DD_A1BC_19FC2EBCBC8C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Page_UIPanel.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPage_UIPanel dialog
class CPage_UIPanel : public CPropertyPage
{
DECLARE_DYNCREATE(CPage_UIPanel)
CGsUIPanel* m_ptr_ui;
// Construction
public:
BOOL Save();
BOOL SetUI(CGsUIPanel* pUI);
CPage_UIPanel();
~CPage_UIPanel();
// Dialog Data
//{{AFX_DATA(CPage_UIPanel)
enum { IDD = IDD_UI_PANEL };
BOOL m_bBackLayer;
BOOL m_bCanMove;
long m_header_left;
long m_header_top;
long m_header_right;
long m_header_bottom;
CString m_str_image_normal;
CString m_str_image_normal_touch;
CString m_str_sound_click;
CString m_str_sound_touch;
long m_size_x;
long m_size_y;
BOOL m_is_visuable;
BOOL m_is_enable;
CString m_str_image_press;
CString m_str_image_press_touch;
CString m_str_image_sense;
BOOL m_bChecked;
CString m_str_name;
CString m_str_config;
CString m_str_style;
CString m_str_base_style;
CString m_str_image_disable;
BOOL m_isCaption;
int m_nAlign;
BOOL m_bCanEdit;
CString m_strCaption;
CString m_strColor;
CString m_strFont;
int m_nFontSize;
int m_charset_index;
CString m_str_bk_color;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CPage_UIPanel)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPage_UIPanel)
afx_msg void OnButton_image_normal();
afx_msg void OnButton_image_normal_touch();
afx_msg void OnButton_image_press();
afx_msg void OnButton_image_press_touch();
afx_msg void OnButton_image_sense();
afx_msg void OnButton_image_disable();
afx_msg void OnButton_sound_click();
afx_msg void OnButton_sound_touch();
afx_msg void OnBtnFontColor();
afx_msg void OnBtnBkColor();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PAGE_UIPANEL_H__5FE0794B_40A4_40DD_A1BC_19FC2EBCBC8C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -