1*2db02c74SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*2db02c74SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*2db02c74SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*2db02c74SAndrew Rist * distributed with this work for additional information
6*2db02c74SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*2db02c74SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*2db02c74SAndrew Rist * "License"); you may not use this file except in compliance
9*2db02c74SAndrew Rist * with the License.  You may obtain a copy of the License at
10*2db02c74SAndrew Rist *
11*2db02c74SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*2db02c74SAndrew Rist *
13*2db02c74SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*2db02c74SAndrew Rist * software distributed under the License is distributed on an
15*2db02c74SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*2db02c74SAndrew Rist * KIND, either express or implied.  See the License for the
17*2db02c74SAndrew Rist * specific language governing permissions and limitations
18*2db02c74SAndrew Rist * under the License.
19*2db02c74SAndrew Rist *
20*2db02c74SAndrew Rist *************************************************************/
21*2db02c74SAndrew Rist
22*2db02c74SAndrew Rist
23cdf0e10cSrcweir#define REPORTWIZARD_BASE 	1000
24cdf0e10cSrcweir#define FORMWIZARD_BASE 	1100
25cdf0e10cSrcweir#define WEBWIZARD_BASE	    1200
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define	IMG_REPORT_ORIENTATION_PORTRAIT	   		REPORTWIZARD_BASE + 0
28cdf0e10cSrcweirImage IMG_REPORT_ORIENTATION_PORTRAIT
29cdf0e10cSrcweir{
30cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "portrait_32.png"; };
31cdf0e10cSrcweir};
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define	IMG_REPORT_ORIENTATION_PORTRAIT_HC		REPORTWIZARD_BASE + 1
34cdf0e10cSrcweirImage IMG_REPORT_ORIENTATION_PORTRAIT_HC
35cdf0e10cSrcweir{
36cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "portrait_32_h.png"; };
37cdf0e10cSrcweir};
38cdf0e10cSrcweir
39cdf0e10cSrcweir#define	IMG_REPORT_ORIENTATION_LANDSCAPE		REPORTWIZARD_BASE + 2
40cdf0e10cSrcweirImage IMG_REPORT_ORIENTATION_LANDSCAPE
41cdf0e10cSrcweir{
42cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "landscape_32.png"; };
43cdf0e10cSrcweir};
44cdf0e10cSrcweir
45cdf0e10cSrcweir#define	IMG_REPORT_ORIENTATION_LANDSCAPE_HC		REPORTWIZARD_BASE + 3
46cdf0e10cSrcweirImage IMG_REPORT_ORIENTATION_LANDSCAPE_HC
47cdf0e10cSrcweir{
48cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "landscape_32_h.png"; };
49cdf0e10cSrcweir};
50cdf0e10cSrcweir
51cdf0e10cSrcweir#define	IMG_FORM_ARRANGELISTSIDE				FORMWIZARD_BASE + 0
52cdf0e10cSrcweirImage IMG_FORM_ARRANGELISTSIDE
53cdf0e10cSrcweir{
54cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "formarrangelistside_42.png"; };
55cdf0e10cSrcweir};
56cdf0e10cSrcweir
57cdf0e10cSrcweir#define	IMG_FORM_ARRANGELISTSIDE_HC				FORMWIZARD_BASE + 1
58cdf0e10cSrcweirImage IMG_FORM_ARRANGELISTSIDE_HC
59cdf0e10cSrcweir{
60cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "formarrangelistside_42_h.png"; };
61cdf0e10cSrcweir};
62cdf0e10cSrcweir
63cdf0e10cSrcweir#define	IMG_FORM_ARRANGELISTTOP					FORMWIZARD_BASE + 2
64cdf0e10cSrcweirImage IMG_FORM_ARRANGELISTTOP
65cdf0e10cSrcweir{
66cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "formarrangelisttop_42.png"; };
67cdf0e10cSrcweir};
68cdf0e10cSrcweir
69cdf0e10cSrcweir#define	IMG_FORM_ARRANGELISTTOP_HC				FORMWIZARD_BASE + 3
70cdf0e10cSrcweirImage IMG_FORM_ARRANGELISTTOP_HC
71cdf0e10cSrcweir{
72cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "formarrangelisttop_42_h.png"; };
73cdf0e10cSrcweir};
74cdf0e10cSrcweir
75cdf0e10cSrcweir#define	IMG_FORM_ARRANGETABLE					FORMWIZARD_BASE + 4
76cdf0e10cSrcweirImage IMG_FORM_ARRANGETABLE
77cdf0e10cSrcweir{
78cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "formarrangetable_42.png"; };
79cdf0e10cSrcweir};
80cdf0e10cSrcweir
81cdf0e10cSrcweir#define	IMG_FORM_ARRANGETABLE_HC					FORMWIZARD_BASE + 5
82cdf0e10cSrcweirImage IMG_FORM_ARRANGETABLE_HC
83cdf0e10cSrcweir{
84cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "formarrangetable_42_h.png"; };
85cdf0e10cSrcweir};
86cdf0e10cSrcweir
87cdf0e10cSrcweir
88cdf0e10cSrcweir#define	IMG_FORM_ARRANGEFREE					FORMWIZARD_BASE + 6
89cdf0e10cSrcweirImage IMG_FORM_ARRANGEFREE
90cdf0e10cSrcweir{
91cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "formarrangefree_42.png"; };
92cdf0e10cSrcweir};
93cdf0e10cSrcweir
94cdf0e10cSrcweir#define	IMG_FORM_ARRANGEFREE_HC					FORMWIZARD_BASE + 7
95cdf0e10cSrcweirImage IMG_FORM_ARRANGEFREE_HC
96cdf0e10cSrcweir{
97cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "formarrangefree_42_h.png"; };
98cdf0e10cSrcweir};
99cdf0e10cSrcweir
100cdf0e10cSrcweir
101cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_TABLE3						WEBWIZARD_BASE + 0
102cdf0e10cSrcweirImage IMG_WEB_LAYOUT_TABLE3
103cdf0e10cSrcweir{
104cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "table_3.png"; };
105cdf0e10cSrcweir};
106cdf0e10cSrcweir
107cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_TABLE3_HC						WEBWIZARD_BASE + 1
108cdf0e10cSrcweirImage IMG_WEB_LAYOUT_TABLE3_HC
109cdf0e10cSrcweir{
110cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "table_3_h.png"; };
111cdf0e10cSrcweir};
112cdf0e10cSrcweir
113cdf0e10cSrcweir
114cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_TABLE2						WEBWIZARD_BASE + 2
115cdf0e10cSrcweirImage IMG_WEB_LAYOUT_TABLE2
116cdf0e10cSrcweir{
117cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "table_2.png"; };
118cdf0e10cSrcweir};
119cdf0e10cSrcweir
120cdf0e10cSrcweir
121cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_TABLE2_HC					WEBWIZARD_BASE + 3
122cdf0e10cSrcweirImage IMG_WEB_LAYOUT_TABLE2_HC
123cdf0e10cSrcweir{
124cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "table_2_h.png"; };
125cdf0e10cSrcweir};
126cdf0e10cSrcweir
127cdf0e10cSrcweir
128cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_SIMPLE						WEBWIZARD_BASE + 4
129cdf0e10cSrcweirImage IMG_WEB_LAYOUT_SIMPLE
130cdf0e10cSrcweir{
131cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "simple.png"; };
132cdf0e10cSrcweir};
133cdf0e10cSrcweir
134cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_SIMPLE_HC					WEBWIZARD_BASE + 5
135cdf0e10cSrcweirImage IMG_WEB_LAYOUT_SIMPLE_HC
136cdf0e10cSrcweir{
137cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "simple_h.png"; };
138cdf0e10cSrcweir};
139cdf0e10cSrcweir
140cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_DIAGONAL						WEBWIZARD_BASE + 6
141cdf0e10cSrcweirImage IMG_WEB_LAYOUT_DIAGONAL
142cdf0e10cSrcweir{
143cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "diagonal.png"; };
144cdf0e10cSrcweir};
145cdf0e10cSrcweir
146cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_DIAGONAL_HC					WEBWIZARD_BASE + 7
147cdf0e10cSrcweirImage IMG_WEB_LAYOUT_DIAGONAL_HC
148cdf0e10cSrcweir{
149cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "diagonal_h.png"; };
150cdf0e10cSrcweir};
151cdf0e10cSrcweir
152cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_ZIGZAG						WEBWIZARD_BASE + 8
153cdf0e10cSrcweirImage IMG_WEB_LAYOUT_ZIGZAG
154cdf0e10cSrcweir{
155cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "zigzag.png"; };
156cdf0e10cSrcweir};
157cdf0e10cSrcweir
158cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_ZIGZAG_HC						WEBWIZARD_BASE + 9
159cdf0e10cSrcweirImage IMG_WEB_LAYOUT_ZIGZAG_HC
160cdf0e10cSrcweir{
161cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "zigzag_h.png"; };
162cdf0e10cSrcweir};
163cdf0e10cSrcweir
164cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_FRAMELEFT						WEBWIZARD_BASE + 10
165cdf0e10cSrcweirImage IMG_WEB_LAYOUT_FRAMELEFT
166cdf0e10cSrcweir{
167cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "frame_left.png"; };
168cdf0e10cSrcweir};
169cdf0e10cSrcweir
170cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_FRAMELEFT_HC						WEBWIZARD_BASE + 11
171cdf0e10cSrcweirImage IMG_WEB_LAYOUT_FRAMELEFT_HC
172cdf0e10cSrcweir{
173cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "frame_left_h.png"; };
174cdf0e10cSrcweir};
175cdf0e10cSrcweir
176cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_FRAMERIGHT						WEBWIZARD_BASE + 12
177cdf0e10cSrcweirImage IMG_WEB_LAYOUT_FRAMERIGHT
178cdf0e10cSrcweir{
179cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "frame_right.png"; };
180cdf0e10cSrcweir};
181cdf0e10cSrcweir
182cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_FRAMERIGHT_HC						WEBWIZARD_BASE + 13
183cdf0e10cSrcweirImage IMG_WEB_LAYOUT_FRAMERIGHT_HC
184cdf0e10cSrcweir{
185cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "frame_right_h.png"; };
186cdf0e10cSrcweir};
187cdf0e10cSrcweir
188cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_FRAMETOP							WEBWIZARD_BASE + 14
189cdf0e10cSrcweirImage IMG_WEB_LAYOUT_FRAMETOP
190cdf0e10cSrcweir{
191cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "frame_top.png"; };
192cdf0e10cSrcweir};
193cdf0e10cSrcweir
194cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_FRAMETOP_HC						WEBWIZARD_BASE + 15
195cdf0e10cSrcweirImage IMG_WEB_LAYOUT_FRAMETOP_HC
196cdf0e10cSrcweir{
197cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "frame_top_h.png"; };
198cdf0e10cSrcweir};
199cdf0e10cSrcweir
200cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_FRAMEBOTTOM							WEBWIZARD_BASE + 16
201cdf0e10cSrcweirImage IMG_WEB_LAYOUT_FRAMEBOTTOM
202cdf0e10cSrcweir{
203cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "frame_bottom.png"; };
204cdf0e10cSrcweir};
205cdf0e10cSrcweir
206cdf0e10cSrcweir#define	IMG_WEB_LAYOUT_FRAMEBOTTOM_HC							WEBWIZARD_BASE + 17
207cdf0e10cSrcweirImage IMG_WEB_LAYOUT_FRAMEBOTTOM_HC
208cdf0e10cSrcweir{
209cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "frame_bottom_h.png"; };
210cdf0e10cSrcweir};
211cdf0e10cSrcweir
212