_ >   20 20 #define __OPTIONSDLG_H__
  21 21
  22 22 #include "PropertyListCtrl.h"
< >     23 #include "AppAutorun.h"
23 24
  24 25 #define WM_CONFIGNOTIFY         WM_USER+13
  25 26
 
52 53         bool GetBoolProp(int iPosition);
  53 54         CString MakeCompoundString(UINT uiBase, int iCount, LPCTSTR lpszSeparator);
  54 55
< >     56         bool IsAutorunEnabled() const;
    57         bool EnableAutorun(bool bEnable);
    58
55 59         // Generated message map functions
  56 60         BOOL OnInitDialog() override;
  57 61         void OnOK() override;
 
62 66
  63 67 private:
  64 68         logger::TLoggerPtr m_spLog;
< >     69         AppAutorun m_autoRun;
< _   65 70         static bool m_bLock;                            // locker
  66 71
  67 72         std::vector<CString> m_cvRecent;