blob: bcddc730632f7579d85775a4c718aa99f72b3b7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
/*++
Copyright (c) 1990-2003 Microsoft Corporation
All Rights Reserved
Module Name:
cpsuisam.h
Abstract:
This module is the header file for the sample
[Environment:]
--*/
#define IDM_PERMISSION 10
#define IDM_USESTDABOUT 20
#define IDM_DOCPROP 30
#define IDM_TVTEST 40
#define IDM_DOCPROP_TVTEST 50
#define IDI_CPSUISAMPLE 500
#define IDI_APPLE 510
#define PUSHBUTTON_DLG 1000
#define DLGABOUT 1010
#define EXTPUSH_DLG 1020
#define IDD_ABOUT1 201
#define IDD_ABOUT2 202
#define IDD_ABOUTICON 203
|