2#include "GUIDialogCustomEmbedded.h"
8 class CGUISystemInformationCardBase;
9 class CGUISystemInformationCardGPU;
13 DECLARE_DYNAMIC(CGUIDialogSystemInformation)
16 CGUIDialogSystemInformation(CWnd* pParent =
nullptr);
17 virtual ~CGUIDialogSystemInformation();
19 #ifdef AFX_DESIGN_TIME
21 IDD = IDD_DIALOG_RESOURCEPANEL
25 SupportToDuplicateObject(CGUIDialogSystemInformation);
26 DeclareGetClassType();
29 virtual void DoDataExchange(CDataExchange* pDX);
34 virtual BOOL OnInitDialog();
35 afx_msg
void OnTimer(UINT_PTR nIDEvent);
36 afx_msg
void OnDestroy();
37 afx_msg BOOL OnEraseBkgnd(CDC* pDC);
38 afx_msg
void OnPaint();
39 afx_msg
void OnSize(UINT nType,
int cx,
int cy);
40 afx_msg
void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
41 afx_msg
void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
42 afx_msg BOOL OnMouseWheel(UINT nFlags,
short zDelta, CPoint pt);
45 void UpdateControlsLayout();
49 Base::CFLString<
wchar_t> m_strUptimeName;
50 Base::CFLString<
wchar_t> m_strUptimeVal;
52 CGUISystemInformationCardBase* m_pResCardCPU;
53 CGUISystemInformationCardGPU* m_pResCardGPUNvidia;
54 CGUISystemInformationCardBase* m_pResCardSysMem;
55 CGUISystemInformationCardBase* m_pResCardGPUAmd;
57 int32_t m_i32ScrollPos;
58 int32_t m_i32CurHeight;
59 int32_t m_i32TotalHeight;
60 int32_t m_i32TotalWidth;
61 int32_t m_i32ScrollPosX;
62 int32_t m_i32CurWidth;
63 int32_t m_i32NumOfContents;
A custom dialog class that allows a dialog created in the resource view to be embedded as a child of ...
Definition GUIDialogCustomEmbedded.h:26
Definition D2DObject.h:12