72 else if (bLock && bGroup && bShowQL)
74 else if (bLock && !bGroup && !bShowQL)
76 else if (bLock && bGroup && !bShowQL)
78 else if (bLock && !bGroup && bShowQL)
80 else if (!bLock && !bGroup && !bShowQL)
82 else if (!bLock && bGroup && !bShowQL)
84 else if (!bLock && !bGroup && bShowQL)
86 else if (!bLock && bGroup && bShowQL)
98 if (bHideInactive && bShowClock && bShowSeconds)
100 else if (bHideInactive && bShowClock && !bShowSeconds)
102 else if (bHideInactive && !bShowClock)
104 else if (!bHideInactive && bShowClock && bShowSeconds)
106 else if (!bHideInactive && bShowClock && !bShowSeconds)
108 else if (!bHideInactive && !bShowClock)
205 if (policyNoSimpleStartMenu)
301 hpsp[0] = tbSettingsPage.
Create();
302 hpsp[1] = smSettingsPage.
Create();
305 psh.dwSize =
sizeof(psh);
307 psh.hwndParent = hwndOwner;
HINSTANCE hExplorerInstance
TaskbarSettings g_TaskbarSettings
VOID ShowCustomizeClassic(HINSTANCE, HWND)
#define TWM_SETTINGSCHANGED
#define IDB_TASKBARPROP_NOLOCK_NOGROUP_NOQL
#define IDB_TASKBARPROP_NOLOCK_GROUP_NOQL
#define IDB_TASKBARPROP_NOLOCK_NOGROUP_QL
#define IDC_TASKBARPROP_LAST_CMD
#define IDC_TASKBARPROP_STARTMENUCLASSIC
#define IDC_TASKBARPROP_TASKBARBITMAP
#define IDB_SYSTRAYPROP_HIDE_NOCLOCK
#define IDC_TASKBARPROP_ICONCUST
#define IDC_TASKBARPROP_CLOCK
#define IDB_TASKBARPROP_NOLOCK_GROUP_QL
#define IDC_TASKBARPROP_HIDE
#define IDC_TASKBARPROP_NOTIFICATIONBITMAP
#define IDC_TASKBARPROP_STARTMENU_BITMAP
#define IDB_TASKBARPROP_LOCK_GROUP_NOQL
#define IDC_TASKBARPROP_STARTMENUCLASSICCUST
#define IDB_TASKBARPROP_LOCK_NOGROUP_QL
#define IDD_TASKBARPROP_STARTMENU
#define IDB_SYSTRAYPROP_SHOW_CLOCK
#define IDB_TASKBARPROP_LOCK_NOGROUP_NOQL
#define IDC_TASKBARPROP_SHOWQL
#define IDB_SYSTRAYPROP_SHOW_NOCLOCK
#define IDC_TASKBARPROP_HIDEICONS
#define IDS_TASKBAR_STARTMENU_PROP_CAPTION
#define IDB_TASKBARPROP_LOCK_GROUP_QL
#define IDC_TASKBARPROP_STARTMENU
#define IDB_SYSTRAYPROP_HIDE_SECONDS
#define IDD_TASKBARPROP_TASKBAR
#define IDB_SYSTRAYPROP_HIDE_CLOCK
#define IDC_TASKBARPROP_LOCK
#define IDC_TASKBARPROP_SECONDS
#define IDB_STARTPREVIEW_CLASSIC
#define IDC_TASKBARPROP_STARTMENUMODERNTEXT
#define IDB_TASKBARPROP_AUTOHIDE
#define IDC_TASKBARPROP_GROUP
#define IDC_TASKBARPROP_ONTOP
#define IDB_SYSTRAYPROP_SHOW_SECONDS
#define IDC_TASKBARPROP_STARTMENUCUST
#define IDC_TASKBARPROP_FIRST_CMD
void SetModified(BOOL bChanged=TRUE)
LRESULT OnCustomizeTrayIcons(WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled)
LRESULT OnCtrlCommand(WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled)
LRESULT OnInitDialog(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
#define MESSAGE_HANDLER(msg, func)
#define CHAIN_MSG_MAP(theChainClass)
#define BEGIN_MSG_MAP(theClass)
#define COMMAND_ID_HANDLER(id, func)
#define COMMAND_RANGE_HANDLER(idFirst, idLast, func)
#define memcpy(s1, s2, n)
struct _PSP * HPROPSHEETPAGE
VOID ShowCustomizeNotifyIcons(HINSTANCE hInst, HWND hExplorer)
DWORD WINAPI SHRestricted(RESTRICTIONS policy)
VOID DisplayTrayProperties(IN HWND hwndOwner, IN HWND hwndTaskbar)
static int CALLBACK PropSheetProc(HWND hwndDlg, UINT uMsg, LPARAM lParam)
static void SetBitmap(HWND hwnd, HBITMAP *hbmp, UINT uImageId)
BOOL WINAPI ShowWindow(_In_ HWND, _In_ int)
BOOL WINAPI CheckDlgButton(_In_ HWND, _In_ int, _In_ UINT)
BOOL WINAPI SetWindowPos(_In_ HWND, _In_opt_ HWND, _In_ int, _In_ int, _In_ int, _In_ int, _In_ UINT)
HANDLE WINAPI LoadImageW(_In_opt_ HINSTANCE hInst, _In_ LPCWSTR name, _In_ UINT type, _In_ int cx, _In_ int cy, _In_ UINT fuLoad)
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
UINT WINAPI IsDlgButtonChecked(_In_ HWND, _In_ int)
BOOL WINAPI EnableWindow(_In_ HWND, _In_ BOOL)
#define MAKEINTRESOURCEW(i)
HICON WINAPI LoadIconW(_In_opt_ HINSTANCE hInstance, _In_ LPCWSTR lpIconName)
LRESULT WINAPI SendMessageW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)