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.
|
|
/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) 1993 Microsoft Corporation
Module Name:
Dialogs.h
Abstract:
Author:
David J. Gilman (davegi) 18-Feb-1993
Environment:
User Mode
--*/
#define IDD_CLB 1700
#define IDC_CHECK_VISIBLE 1701
#define IDC_CHECK_DISABLED 1702
#define IDC_CHECK_GROUP 1703
#define IDC_CHECK_TABSTOP 1704
#define IDC_CHECK_SORT 1705
#define IDC_CHECK_NOTIFY 1706
#define IDC_CHECK_VSCROLL 1707
#define IDC_CHECK_STANDARD 1710
#define IDC_CHECK_BORDER 1713
#define IDC_CHECK_POPOUT_HEADINGS 1714
#define IDC_CHECK_SPRINGY_COLUMNS 1715
#define IDC_CHECK_DISABLENOSCROLL 1708
|