Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.1 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Copyright (C) 1993-1996 Microsoft Corporation. All Rights Reserved.
  3. //
  4. // MODULE: layout.h
  5. //
  6. // PURPOSE: Defines the IDs and public functions for the layout prop
  7. // sheet.
  8. //
  9. #include "browser.h"
  10. BOOL LayoutProp_Create(HWND hwndParent, IAthenaBrowser *pBrowser, LAYOUT *pLayout);
  11. INT_PTR CALLBACK LayoutProp_General(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
  12. #define IDC_CHECK_FOLDERLIST 102
  13. #define IDC_CHECK_FOLDERBAR 103
  14. #define IDC_CHECK_PREVIEW 104
  15. #define IDC_RADIO_SPLIT_HORZ 105
  16. #define IDC_RADIO_SPLIT_VERT 106
  17. #define IDC_CHECK_PREVIEW_HEADER 107
  18. // This order must match the order of the COOLBAR_SIDE enum in itbar.h
  19. #define IDC_BUTTON_CUSTOMIZE 114
  20. #define IDC_CHECK_TIP 115
  21. #define IDC_CHECK_STATUSBAR 116
  22. #define IDC_CHECK_INFOPANE 117
  23. #define IDC_CHECK_TOOLBAR 118
  24. #define IDC_CHECK_OUTLOOKBAR 119
  25. #define IDC_CHECK_CONTACTS 120
  26. #define IDC_CHECK_FILTERBAR 121