xref: /aoo41x/main/sd/source/ui/inc/dlgass.hrc (revision 7cf00d98)
1*7cf00d98SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*7cf00d98SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*7cf00d98SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*7cf00d98SAndrew Rist * distributed with this work for additional information
6*7cf00d98SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*7cf00d98SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*7cf00d98SAndrew Rist * "License"); you may not use this file except in compliance
9*7cf00d98SAndrew Rist * with the License.  You may obtain a copy of the License at
10*7cf00d98SAndrew Rist *
11*7cf00d98SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*7cf00d98SAndrew Rist *
13*7cf00d98SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*7cf00d98SAndrew Rist * software distributed under the License is distributed on an
15*7cf00d98SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7cf00d98SAndrew Rist * KIND, either express or implied.  See the License for the
17*7cf00d98SAndrew Rist * specific language governing permissions and limitations
18*7cf00d98SAndrew Rist * under the License.
19*7cf00d98SAndrew Rist *
20*7cf00d98SAndrew Rist *************************************************************/
21*7cf00d98SAndrew Rist
22*7cf00d98SAndrew Rist
23cdf0e10cSrcweir#define BUT_FINISH 1
24cdf0e10cSrcweir#define BUT_CANCEL 2
25cdf0e10cSrcweir#define BUT_LAST 3
26cdf0e10cSrcweir#define BUT_NEXT 4
27cdf0e10cSrcweir#define BUT_HELP 5
28cdf0e10cSrcweir#define CT_PREVIEW 6
29cdf0e10cSrcweir#define CB_PREVIEW 7
30cdf0e10cSrcweir#define CB_STARTWITH 8
31cdf0e10cSrcweir
32cdf0e10cSrcweir#define FB_PAGE1			9
33cdf0e10cSrcweir#define FL_PAGE1_ARTGROUP	10
34cdf0e10cSrcweir#define RB_PAGE1_EMPTY		11
35cdf0e10cSrcweir#define RB_PAGE1_TEMPLATE	12
36cdf0e10cSrcweir#define LB_PAGE1_REGION		13
37cdf0e10cSrcweir#define LB_PAGE1_TEMPLATES	14
38cdf0e10cSrcweir#define RB_PAGE1_OPEN		15
39cdf0e10cSrcweir#define LB_PAGE1_OPEN		16
40cdf0e10cSrcweir#define PB_PAGE1_OPEN       17
41cdf0e10cSrcweir
42cdf0e10cSrcweir#define FB_PAGE2					30
43cdf0e10cSrcweir#define FL_PAGE2_LAYOUT			31
44cdf0e10cSrcweir#define LB_PAGE2_REGION				32
45cdf0e10cSrcweir#define LB_PAGE2_LAYOUT				33
46cdf0e10cSrcweir#define FL_PAGE2_OUTPUTTYPES		34
47cdf0e10cSrcweir#define RB_PAGE2_MEDIUM1			35
48cdf0e10cSrcweir#define RB_PAGE2_MEDIUM2			36
49cdf0e10cSrcweir#define RB_PAGE2_MEDIUM3			37
50cdf0e10cSrcweir#define RB_PAGE2_MEDIUM4			38
51cdf0e10cSrcweir#define RB_PAGE2_MEDIUM5			39
52cdf0e10cSrcweir
53cdf0e10cSrcweir#define FB_PAGE3					40
54cdf0e10cSrcweir#define FL_PAGE3_EFFECT			41
55cdf0e10cSrcweir#define FT_PAGE3_EFFECT				42
56cdf0e10cSrcweir#define LB_PAGE3_EFFECT				43
57cdf0e10cSrcweir#define FT_PAGE3_SPEED				44
58cdf0e10cSrcweir#define LB_PAGE3_SPEED				45
59cdf0e10cSrcweir#define FL_PAGE3_PRESTYPE			46
60cdf0e10cSrcweir#define RB_PAGE3_LIVE				47
61cdf0e10cSrcweir#define RB_PAGE3_KIOSK				48
62cdf0e10cSrcweir#define FT_PAGE3_TIME				49
63cdf0e10cSrcweir#define TMF_PAGE3_TIME				50
64cdf0e10cSrcweir#define FT_PAGE3_BREAK				51
65cdf0e10cSrcweir#define TMF_PAGE3_BREAK				52
66cdf0e10cSrcweir#define CB_PAGE3_LOGO				53
67cdf0e10cSrcweir
68cdf0e10cSrcweir#define FB_PAGE4					20
69cdf0e10cSrcweir#define FL_PAGE4_PERSONAL			21
70cdf0e10cSrcweir#define FT_PAGE4_ASKNAME			22
71cdf0e10cSrcweir#define EDT_PAGE4_ASKNAME			23
72cdf0e10cSrcweir#define FT_PAGE4_ASKTOPIC			24
73cdf0e10cSrcweir#define EDT_PAGE4_ASKTOPIC			25
74cdf0e10cSrcweir#define FT_PAGE4_ASKINFORMATION		26
75cdf0e10cSrcweir#define EDT_PAGE4_ASKINFORMATION	27
76cdf0e10cSrcweir
77cdf0e10cSrcweir#define FB_PAGE5					60
78cdf0e10cSrcweir#define FT_PAGE5_PAGELIST			61
79cdf0e10cSrcweir#define CT_PAGE5_PAGELIST			62
80cdf0e10cSrcweir#define CB_PAGE5_SUMMARY			63
81cdf0e10cSrcweir
82cdf0e10cSrcweir#define STR_CREATE					64
83cdf0e10cSrcweir#define STR_OPEN					65
84cdf0e10cSrcweir#define DLG_ASS 900
85