Windows is now for message only and thus invisible.
1 // DisplayTestDlg.h : header file
6 #define WM_DSP_PLUGIN_NOTIFY WM_APP + 1001
8 // CDisplayTestDlg dialog
9 class CDisplayTestDlg : public CDialog
13 CDisplayTestDlg(CWnd* pParent = NULL); // standard constructor
16 enum { IDD = IDD_DISPLAYTEST_DIALOG };
22 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
36 void DisplayPluginMessage(UINT uErrCode, BOOL bError);
37 void UpdateControlUI();
39 // Generated message map functions
40 virtual BOOL OnInitDialog();
41 afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
42 afx_msg void OnPaint();
43 afx_msg HCURSOR OnQueryDragIcon();
44 afx_msg void OnDestroy();
45 afx_msg void OnTimer(UINT nIDEvent);
48 afx_msg void OnBnClickedButtonInit();
49 afx_msg void OnBnClickedButtonVfdSendText();
50 afx_msg void OnBnClickedButtonVfdRandomEq();
51 afx_msg void OnBnClickedButtonLcdSendText();
52 afx_msg void OnBnClickedButtonLcdRandomEq();
53 afx_msg void OnLcdOrangeIcon();
54 afx_msg void OnLcdMediaTypeIcon();
55 afx_msg void OnLcdSpeakerIcon();
56 afx_msg void OnLcdVideoCodecIcon();
57 afx_msg void OnLcdAudioCodecIcon();
58 afx_msg void OnLcdAspectRatioIcon();
59 afx_msg void OnLcdEtcIcon();
60 afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
62 afx_msg LRESULT OnDisplayPluginNotify(WPARAM, LPARAM);
64 afx_msg void OnBnClickedScrollChar();
65 afx_msg void OnBnClickedNextChar();
66 afx_msg void OnBnClickedPreviousChar();