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
30 lines
1.1 KiB
/////////////////////////////////////////////////////////////////////////////
|
|
// Copyright (C) 1993-1996 Microsoft Corporation. All Rights Reserved.
|
|
//
|
|
// MODULE: layout.h
|
|
//
|
|
// PURPOSE: Defines the IDs and public functions for the layout prop
|
|
// sheet.
|
|
//
|
|
|
|
#include "browser.h"
|
|
|
|
BOOL LayoutProp_Create(HWND hwndParent, IAthenaBrowser *pBrowser, LAYOUT *pLayout);
|
|
INT_PTR CALLBACK LayoutProp_General(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
|
|
|
#define IDC_CHECK_FOLDERLIST 102
|
|
#define IDC_CHECK_FOLDERBAR 103
|
|
#define IDC_CHECK_PREVIEW 104
|
|
#define IDC_RADIO_SPLIT_HORZ 105
|
|
#define IDC_RADIO_SPLIT_VERT 106
|
|
#define IDC_CHECK_PREVIEW_HEADER 107
|
|
|
|
// This order must match the order of the COOLBAR_SIDE enum in itbar.h
|
|
#define IDC_BUTTON_CUSTOMIZE 114
|
|
#define IDC_CHECK_TIP 115
|
|
#define IDC_CHECK_STATUSBAR 116
|
|
#define IDC_CHECK_INFOPANE 117
|
|
#define IDC_CHECK_TOOLBAR 118
|
|
#define IDC_CHECK_OUTLOOKBAR 119
|
|
#define IDC_CHECK_CONTACTS 120
|
|
#define IDC_CHECK_FILTERBAR 121
|