1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "desktop.hrc"
25#include "helpid.hrc"
26
27#define TP_WIDTH    220
28#define TP_HEIGHT   205
29
30#define DLG_FIRSTSTART_WIZARD   RID_FIRSTSTSTART_START+1
31    // FREE
32#define TP_WELCOME              RID_FIRSTSTSTART_START+3
33#define TP_REGISTRATION         RID_FIRSTSTSTART_START+4
34#define TP_MIGRATION            RID_FIRSTSTSTART_START+5
35#define TP_USER					RID_FIRSTSTSTART_START+6
36#define TP_LICENSE              RID_FIRSTSTSTART_START+7
37#define TP_UPDATE_CHECK         RID_FIRSTSTSTART_START+8
38#define ERRBOX_REG_NOSYSBROWSER RID_FIRSTSTSTART_START+29
39#define QB_ASK_DECLINE          RID_FIRSTSTSTART_START+30
40
41// local resIDs
42
43#define FT_WELCOME_HEADER       1
44#define FT_WELCOME_BODY         2
45#define FT_LICENSE_HEADER       1
46#define FT_LICENSE_BODY_1       2
47#define FT_LICENSE_BODY_1_TXT   3
48#define FT_LICENSE_BODY_2       4
49#define FT_LICENSE_BODY_2_TXT   5
50#define ML_LICENSE              6
51#define PB_LICENSE_DOWN         7
52#define FT_MIGRATION_HEADER     1
53#define FT_MIGRATION_BODY       2
54#define CB_MIGRATION            3
55#define FT_UPDATE_CHECK_HEADER  1
56#define FT_UPDATE_CHECK_BODY    2
57#define CB_UPDATE_CHECK         3
58#define FT_REGISTRATION_HEADER  1
59#define FT_REGISTRATION_BODY    2
60#define FL_REGISTRATION         3
61#define FT_REGISTRATION_END     4
62#define RB_REGISTRATION_NOW     5
63#define RB_REGISTRATION_LATER   6
64#define RB_REGISTRATION_NEVER   7
65#define RB_REGISTRATION_REG     8
66#define IMG_REGISTRATION        9
67#define FT_USER_HEADER			10
68#define FT_USER_BODY			11
69#define FT_USER_FIRST			12
70#define FT_USER_LAST			13
71#define FT_USER_FATHER			14
72#define FT_USER_INITIALS		15
73#define ED_USER_FIRST			16
74#define ED_USER_LAST			17
75#define ED_USER_FATHER			18
76#define ED_USER_INITIALS		19
77#define TR_WAITING				20
78#define CTRL_THROBBER           21
79
80// global strings
81#define STR_STATE_WELCOME           RID_FIRSTSTSTART_START+100
82#define STR_STATE_LICENSE           RID_FIRSTSTSTART_START+101
83#define STR_STATE_MIGRATION         RID_FIRSTSTSTART_START+102
84#define STR_STATE_REGISTRATION      RID_FIRSTSTSTART_START+103
85#define STR_WELCOME_MIGRATION       RID_FIRSTSTSTART_START+104
86// FREE                             RID_FIRSTSTSTART_START+105
87// FREE                             RID_FIRSTSTSTART_START+106
88#define STR_LICENSE_ACCEPT          RID_FIRSTSTSTART_START+107
89#define STR_LICENSE_DECLINE         RID_FIRSTSTSTART_START+108
90#define STR_FINISH                  RID_FIRSTSTSTART_START+109
91#define STR_STATE_USER              RID_FIRSTSTSTART_START+110
92// FREE                             RID_FIRSTSTSTART_START+111
93#define STR_STATE_UPDATE_CHECK      RID_FIRSTSTSTART_START+112
94#define STR_WELCOME_WITHOUT_LICENSE RID_FIRSTSTSTART_START+113
95#define STR_REGISTRATION_OOO        RID_FIRSTSTSTART_START+114
96
97