mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:26:17 +00:00
I always forget about RosBE ....
svn path=/trunk/; revision=42167
This commit is contained in:
parent
ed9d21232d
commit
1a67e2e700
2 changed files with 9 additions and 11 deletions
|
@ -59,14 +59,14 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPT
|
||||||
CAPTION "Taskbar"
|
CAPTION "Taskbar"
|
||||||
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
||||||
BEGIN
|
BEGIN
|
||||||
GROUPBOX "Taskbar appearance", IDC_STATIC, 6,6,240,121,
|
GROUPBOX "Taskbar appearance", IDC_STATIC, 6,6,240,121
|
||||||
CONTROL "", IDC_TASKBARPROP_TASKBARBITMAP, "Static", SS_BITMAP | SS_SUNKEN, 13,18,224,21,
|
CONTROL "", IDC_TASKBARPROP_TASKBARBITMAP, "Static", SS_BITMAP | SS_SUNKEN, 13,18,224,21
|
||||||
AUTOCHECKBOX "&Lock the taskbar", IDC_TASKBARPROP_LOCK, 13,45,200,10,
|
AUTOCHECKBOX "&Lock the taskbar", IDC_TASKBARPROP_LOCK, 13,45,200,10
|
||||||
AUTOCHECKBOX "A&uto-hide the taskbar", IDC_TASKBARPROP_HIDE, 13,58,200,10,
|
AUTOCHECKBOX "A&uto-hide the taskbar", IDC_TASKBARPROP_HIDE, 13,58,200,10
|
||||||
AUTOCHECKBOX "Keep the &taskbar on top of other windows", IDC_TASKBARPROP_ONTOP, 13,71,200,10,
|
AUTOCHECKBOX "Keep the &taskbar on top of other windows", IDC_TASKBARPROP_ONTOP, 13,71,200,10
|
||||||
AUTOCHECKBOX "&Group similar taskbar buttons", IDC_TASKBARPROP_GROUP, 13,84,200,10,
|
AUTOCHECKBOX "&Group similar taskbar buttons", IDC_TASKBARPROP_GROUP, 13,84,200,10
|
||||||
AUTOCHECKBOX "Show &Quick Launch", IDC_TASKBARPROP_SHOWQL, 13,97,200,10,
|
AUTOCHECKBOX "Show &Quick Launch", IDC_TASKBARPROP_SHOWQL, 13,97,200,10
|
||||||
AUTOCHECKBOX "&Show window previews (thumbnails)", IDC_TASKBARPROP_WNDPREV, 13,110,200,10,
|
AUTOCHECKBOX "&Show window previews (thumbnails)", IDC_TASKBARPROP_WNDPREV, 13,110,200,10
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TASKBARPROP_STARTMENU DIALOGEX 0, 0, 252, 218
|
IDD_TASKBARPROP_STARTMENU DIALOGEX 0, 0, 252, 218
|
||||||
|
|
|
@ -38,7 +38,6 @@ UpdateTaskbarBitmap(PPROPSHEET_INFO pPropInfo)
|
||||||
HWND hwndBitmap;
|
HWND hwndBitmap;
|
||||||
BOOL bLock, bHide, bGroup, bShowQL;
|
BOOL bLock, bHide, bGroup, bShowQL;
|
||||||
LPTSTR lpImageName = NULL;
|
LPTSTR lpImageName = NULL;
|
||||||
RECT BitmapRect;
|
|
||||||
BOOL bRet = FALSE;
|
BOOL bRet = FALSE;
|
||||||
|
|
||||||
hwndLock = GetDlgItem(pPropInfo->hTaskbarWnd, IDC_TASKBARPROP_LOCK);
|
hwndLock = GetDlgItem(pPropInfo->hTaskbarWnd, IDC_TASKBARPROP_LOCK);
|
||||||
|
@ -318,7 +317,6 @@ DisplayTrayProperties(ITrayWindow *Tray)
|
||||||
PROPSHEETHEADER psh;
|
PROPSHEETHEADER psh;
|
||||||
PROPSHEETPAGE psp[4];
|
PROPSHEETPAGE psp[4];
|
||||||
TCHAR szCaption[256];
|
TCHAR szCaption[256];
|
||||||
HWND hwnd = 0;
|
|
||||||
|
|
||||||
pPropInfo = (PPROPSHEET_INFO)HeapAlloc(hProcessHeap,
|
pPropInfo = (PPROPSHEET_INFO)HeapAlloc(hProcessHeap,
|
||||||
HEAP_ZERO_MEMORY,
|
HEAP_ZERO_MEMORY,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue