Feature: Support padding data to change client size

This commit is contained in:
yuanyuanxiang
2026-01-02 17:25:45 +01:00
parent b555b3a535
commit ba9be08411
4 changed files with 25 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ public:
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
CString GetFilePath(CString type, CString filter, BOOL isOpen = TRUE);
BOOL OnToolTipNotify(UINT id, NMHDR* pNMHDR, LRESULT* pResult);
DECLARE_MESSAGE_MAP()
public:
@@ -51,4 +52,5 @@ public:
CComboBox m_ComboPayload;
afx_msg void OnCbnSelchangeComboCompress();
CStatic m_StaticPayload;
CSliderCtrl m_SliderClientSize;
};