1 | /* ***** BEGIN LICENSE BLOCK ***** |
---|
2 | * Version: CDDL 1.0/LGPL 2.1 |
---|
3 | * |
---|
4 | * The contents of this file are subject to the COMMON DEVELOPMENT AND |
---|
5 | * DISTRIBUTION LICENSE (CDDL) Version 1.0 (the "License"); you may not use |
---|
6 | * this file except in compliance with the License. You may obtain a copy of |
---|
7 | * the License at http://www.sun.com/cddl/ |
---|
8 | * |
---|
9 | * Software distributed under the License is distributed on an "AS IS" basis, |
---|
10 | * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License |
---|
11 | * for the specific language governing rights and limitations under the |
---|
12 | * License. |
---|
13 | * |
---|
14 | * The Initial Developer of the Original Code is |
---|
15 | * Eugene Romanenko, netlabs.org. |
---|
16 | * Portions created by the Initial Developer are Copyright (C) 2006 |
---|
17 | * the Initial Developer. All Rights Reserved. |
---|
18 | * |
---|
19 | * Contributor(s): |
---|
20 | * |
---|
21 | * Alternatively, the contents of this file may be used under the terms of |
---|
22 | * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), |
---|
23 | * in which case the provisions of the LGPL are applicable instead of those |
---|
24 | * above. If you wish to allow use of your version of this file only under the |
---|
25 | * terms of the LGPL, and not to allow others to use your version of this file |
---|
26 | * under the terms of the CDDL, indicate your decision by deleting the |
---|
27 | * provisions above and replace them with the notice and other provisions |
---|
28 | * required by the LGPL. If you do not delete the provisions above, a recipient |
---|
29 | * may use your version of this file under the terms of any one of the CDDL |
---|
30 | * or the LGPL. |
---|
31 | * |
---|
32 | * ***** END LICENSE BLOCK ***** */ |
---|
33 | |
---|
34 | |
---|
35 | #ifndef __LUCIDE_RES_H |
---|
36 | #define __LUCIDE_RES_H |
---|
37 | |
---|
38 | #define IDI_MAIN_ICON 1 |
---|
39 | #define IDB_LOGO 2 |
---|
40 | |
---|
41 | #define IDP_HAND 10 |
---|
42 | #define IDP_ZOOM_IN 11 |
---|
43 | #define IDP_ZOOM_OUT 12 |
---|
44 | #define IDP_HAND_CLOSED 13 |
---|
45 | |
---|
46 | #define IDB_OPEN 20 |
---|
47 | #define IDB_PRINT 21 |
---|
48 | #define IDB_NAVPANE 22 |
---|
49 | #define IDB_FIRSTPAGE 23 |
---|
50 | #define IDB_PREVPAGE 24 |
---|
51 | #define IDB_NEXTPAGE 25 |
---|
52 | #define IDB_LASTPAGE 26 |
---|
53 | #define IDB_100PERC 27 |
---|
54 | #define IDB_FITPAGE 28 |
---|
55 | #define IDB_FITWIDTH 29 |
---|
56 | #define IDB_FIND 30 |
---|
57 | #define IDB_FINDAGAIN 31 |
---|
58 | #define IDB_MGLASS 32 |
---|
59 | |
---|
60 | #define IDM_MAINMENU 100 |
---|
61 | #define IDA_MAINACCEL 101 |
---|
62 | |
---|
63 | #define CM_NEW_WINDOW 101 |
---|
64 | #define CM_OPEN 102 |
---|
65 | #define CM_SAVEAS 103 |
---|
66 | #define CM_CLOSE 104 |
---|
67 | #define CM_PRINT 105 |
---|
68 | #define CM_PLUGINSLIST 106 |
---|
69 | #define CM_EXIT 107 |
---|
70 | |
---|
71 | #define CM_FILEFIRST 151 |
---|
72 | #define CM_FILEPREVIOUS 152 |
---|
73 | #define CM_FILENEXT 153 |
---|
74 | #define CM_FILELAST 154 |
---|
75 | |
---|
76 | #define CM_COPY 201 |
---|
77 | #define CM_SELECTALL 202 |
---|
78 | #define CM_FIND 203 |
---|
79 | #define CM_FINDAGAIN 204 |
---|
80 | #define CM_SETTINGS 205 |
---|
81 | |
---|
82 | #define CM_FIRSTPAGE 301 |
---|
83 | #define CM_PREVPAGE 302 |
---|
84 | #define CM_NEXTPAGE 303 |
---|
85 | #define CM_LASTPAGE 304 |
---|
86 | #define CM_GOTOPAGE 305 |
---|
87 | |
---|
88 | #define CM_FITWINDOW 401 |
---|
89 | #define CM_ACTSIZE 402 |
---|
90 | #define CM_FITWIDTH 403 |
---|
91 | #define CM_ZOOM_IN_OUT 404 |
---|
92 | #define CM_ZOOM_IN 405 |
---|
93 | #define CM_ZOOM_OUT 406 |
---|
94 | #define CM_ROTATE90CW 407 |
---|
95 | #define CM_ROTATE90CCW 408 |
---|
96 | #define CM_SINGLEPAGE 409 |
---|
97 | #define CM_CONTINUOUS 410 |
---|
98 | #define CM_DOCINFO 411 |
---|
99 | #define CM_FONTSINFO 412 |
---|
100 | |
---|
101 | #define CM_NAVPANE 501 |
---|
102 | #define CM_MAXVIEW 502 |
---|
103 | #define CM_FULLSCREEN 503 |
---|
104 | |
---|
105 | #define CM_PRODINFO 601 |
---|
106 | |
---|
107 | // No menuitems for this commands |
---|
108 | #define CM_MINIMIZE 701 |
---|
109 | #define CM_TOFULLSCREEN 702 |
---|
110 | #define CM_SWITCHWINDOW 703 |
---|
111 | |
---|
112 | #define CM_RECENT 1000 |
---|
113 | #define CM_RECENTCLEAR 1099 |
---|
114 | |
---|
115 | #define TBID_PAGENUM 1 |
---|
116 | #define TBID_OFPAGES 2 |
---|
117 | #define TBID_ZOOM 3 |
---|
118 | |
---|
119 | #define IDD_VIEWPLUGINS 1000 |
---|
120 | #define IDC_PLUGINSLIST 10 |
---|
121 | |
---|
122 | #define IDD_FONTINFO 1001 |
---|
123 | #define IDC_FONTSLIST 10 |
---|
124 | #define IDC_ENUMLABEL 11 |
---|
125 | |
---|
126 | #define IDD_DOCINFO 1002 |
---|
127 | #define IDC_PROPSLIST 10 |
---|
128 | |
---|
129 | #define IDD_FIND 1003 |
---|
130 | #define IDC_FINDFIELD 10 |
---|
131 | #define IDC_FINDMATCHCASE 11 |
---|
132 | |
---|
133 | #define IDD_PROGRESS 1004 |
---|
134 | #define IDC_PTEXT 10 |
---|
135 | #define IDC_PBAR 11 |
---|
136 | |
---|
137 | #define IDD_ABOUT 1005 |
---|
138 | #define IDT_LUCIDEVERSION 10 |
---|
139 | #define IDC_COPYRIGHTS 11 |
---|
140 | #define IDC_NETLABSURL 12 |
---|
141 | #define IDC_LOGO 13 |
---|
142 | |
---|
143 | #define IDD_SETTINGS 1006 |
---|
144 | #define IDC_DEFPGLAYOUT 10 |
---|
145 | #define IDC_DEFZOOM 11 |
---|
146 | |
---|
147 | #define IDD_GOTOPAGE 1007 |
---|
148 | #define IDC_PAGE 10 |
---|
149 | #define IDC_PAGES 11 |
---|
150 | |
---|
151 | #define IDD_PRINT 1008 |
---|
152 | #define IDC_PNAME 10 |
---|
153 | #define IDC_JOBPROPERTIES 11 |
---|
154 | #define IDC_PDESCRIPTION 12 |
---|
155 | #define IDC_RANGEALL 13 |
---|
156 | #define IDC_RANGECURRENT 14 |
---|
157 | #define IDC_RANGEPAGES 15 |
---|
158 | #define IDC_LABELFROM 16 |
---|
159 | #define IDC_PGFROM 17 |
---|
160 | #define IDC_LABELTO 18 |
---|
161 | #define IDC_PGTO 19 |
---|
162 | #define IDC_COPIES 20 |
---|
163 | #define IDC_RANGE_EVEN_ODD_LABEL 21 |
---|
164 | #define IDC_RANGE_EVEN_ODD 22 |
---|
165 | #define IDC_TYPE_POSTSCRIPT 23 |
---|
166 | #define IDC_TYPE_ASIMAGE 24 |
---|
167 | #define IDC_PRINT_TO_FILE 25 |
---|
168 | #define IDC_HIGHER_IMAGE_QUALITY 26 |
---|
169 | #define IDC_PORTRAIT 27 |
---|
170 | #define IDC_LANDSCAPE 28 |
---|
171 | #define IDC_IGNMARGINS 29 |
---|
172 | #define IDC_MLEFT 30 |
---|
173 | #define IDC_MRIGHT 31 |
---|
174 | #define IDC_MTOP 32 |
---|
175 | #define IDC_MBOTTOM 33 |
---|
176 | #define IDC_SELECTED_FORM 34 |
---|
177 | |
---|
178 | #define IDD_PASSWORD 1009 |
---|
179 | #define IDC_PASSWORD 10 |
---|
180 | |
---|
181 | #define IDD_LCD_FILEDLG 1010 |
---|
182 | #define IDC_PREVIEW 5000 |
---|
183 | |
---|
184 | |
---|
185 | #endif // __LUCIDE_RES_H |
---|