forked from ff6347/mpolauncher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MPOLnchRezDefs.h
40 lines (34 loc) · 1.22 KB
/
MPOLnchRezDefs.h
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
38
//========================================================================================
//
// $File: //depot/indesign_6.0/highprofile/source/sdksamples/wlistboxcomposite/MPOLnchRezDefs.h $
//
// Owner: Adobe Developer Technologies
//
// $Author: pmbuilder $
//
// $DateTime: 2008/08/19 04:03:07 $
//
// $Revision: #1 $
//
// $Change: 643572 $
//
// Copyright 1997-2008 Adobe Systems Incorporated. All rights reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
// with the terms of the Adobe license agreement accompanying it. If you have received
// this file from a source other than Adobe, then your use, modification, or
// distribution of it requires the prior written permission of Adobe.
//
//
// Defines Resource IDs used by the MPOLnch plug-in.
//
//========================================================================================
#ifndef __MPOLnchRezDefs_h__
#define __MPOLnchRezDefs_h__
#define kMPOLnchListElementRsrcID 1200
// See. the platform resource file where these are used!
#define kMPOLnchEyeBallIcon 1510
#define kMPOLnchLockPenIcon 1512
#define kMPOLnchPenIcon 1514
#endif // __MPOLnchRezDefs_h__
// End, MPOLnchRezDefs.h.