⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bezeltestdlg.h

📁 Synaptics触摸板应用开发包(SDK)
💻 H
字号:
// BezelTestDlg.h : header file
//

#if !defined(AFX_BEZELTESTDLG_H__CF4B6647_4AC6_4341_A646_0D465E528FB0__INCLUDED_)
#define AFX_BEZELTESTDLG_H__CF4B6647_4AC6_4341_A646_0D465E528FB0__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CBezelTestDlg dialog

class CBezelTestDlg : public CDialog
{
// Construction
public:
  CBezelTestDlg(CWnd* pParent = 0); // standard constructor

  BOOL InitializeTouchPad();
  void RotateTheTouchPad(long Angle);
  long GetTheTouchPadRotation();
  void GetCurrentBezel();

// Dialog Data
  //{{AFX_DATA(CBezelTestDlg)
  enum { IDD = IDD_BEZELTEST_DIALOG };
  long  m_lBezelLeft;
  long  m_lBezelBottom;
  long  m_lBezelRight;
  long  m_lBezelTop;
  long  m_lBezelBottomNew;
  long  m_lBezelLeftNew;
  long  m_lBezelRightNew;
  long  m_lBezelTopNew;
  //}}AFX_DATA

  // ClassWizard generated virtual function overrides
  //{{AFX_VIRTUAL(CBezelTestDlg)
  protected:
  virtual void DoDataExchange(CDataExchange* pDX);  // DDX/DDV support
  //}}AFX_VIRTUAL

// Implementation
protected:
  HICON m_hIcon;

  // Generated message map functions
  //{{AFX_MSG(CBezelTestDlg)
  virtual BOOL OnInitDialog();
  afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  afx_msg void OnPaint();
  afx_msg HCURSOR OnQueryDragIcon();
  afx_msg void OnRotate0();
  afx_msg void OnRotate90();
  afx_msg void OnRotate180();
  afx_msg void OnRotate270();
  afx_msg void OnReloadBezel();
  afx_msg void OnDestroy();
  //}}AFX_MSG
  DECLARE_MESSAGE_MAP()

  ISynAPI *m_pAPI;
  ISynDevice *m_pDevice;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_BEZELTESTDLG_H__CF4B6647_4AC6_4341_A646_0D465E528FB0__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -