merge the formfield patch from ooo-build
[ooovba.git] / basic / source / app / resids.hrc
blob110fa888ec9402e29544072b452adb4a69dc3493
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: resids.hrc,v $
10  * $Revision: 1.9 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #ifndef _RESIDS_HRC
32 #define _RESIDS_HRC
34 #define RID_OK                          1
35 #define RID_CANCEL                      2
36 #define RID_FILENAME            3
37 #define RID_PATHNAME            4
38 #define RID_FILELIST            5
39 #define RID_DIRSLIST            6
40 #define RID_FIND                        7
41 #define RID_REPLACE                     8
42 //#define RID_ICON                      9
43 //#define RID_EDITFIELD         10
44 #define RID_TEXT                        11
45 //#define RID_FRAME1            12
46 //#define RID_FRAME2            13
47 #define RID_VERSIONSTRING       14
48 #define RID_FIXEDTEXT1          15
49 #define RID_FIXEDTEXT2          16
52 // OptionsDialog
53 #define RES_TC_OPTIONS     20
55 // GenericOptions
56 #define RID_TP_GEN                 30
57 #define RID_FL_AREA                31
58 #define RID_CB_AREA                32
59 #define RID_PB_NEW_AREA    33
60 #define RID_PD_DEL_AREA    34
61 #define RID_FL_VALUE       35
62 #define RID_CB_VALUE       36
63 #define RID_PB_SELECT_FILE 37
64 #define RID_PB_NEW_VALUE   38
65 #define RID_PB_DEL_VALUE   39
67 // ProfileOptions
68 #define RID_TP_PRO                 40
69 #define RID_FL_PROFILE     41
70 #define RID_CB_PROFILE     42
71 #define RID_PB_NEW_PROFILE 43
72 #define RID_PD_DEL_PROFILE 44
73 #define FL_DIRECTORIES     45
74 #define LOG_TEXT                   46
75 #define BASIS_TEXT                 47
76 #define HID_CHECK                  48
77 #define LOG_NAME                   49
78 #define BASIS_NAME                 50
79 #define HID_NAME                   51
80 #define LOG_SET                    52
81 #define BASIS_SET                  53
82 #define HID_SET                    54
83 #define CB_AUTORELOAD      55
84 #define CB_AUTOSAVE                56
85 #define CB_STOPONSYNTAXERRORS 57
87 // Crashreporter Options
88 #define RID_TP_CRA         50
89 #define FL_CRASHREPORT     51
90 #define CB_USEPROXY        52
91 #define FT_CRHOST          53
92 #define ED_CRHOST          54
93 #define FT_CRPORT          55
94 #define NF_CRPORT          56
95 #define CB_ALLOWCONTACT    57
96 #define FT_EMAIL           58
97 #define ED_EMAIL           59
99 // MiscOptions
100 #define RID_TP_MIS                 60
101 #define FL_COMMUNICATION   61
102 #define FT_HOST            62
103 #define ED_HOST            63
104 #define FT_TTPORT          64
105 #define NF_TTPORT          65
106 #define FT_UNOPORT         66
107 #define NF_UNOPORT         67
108 #define FL_OTHER                   68
109 #define TIMEOUT_TEXT       69
110 #define SERVER_TIMEOUT     70
111 #define FT_LRU             71
112 #define TF_MAX_LRU         72
113 #define FT_PROGDIR         73
114 #define ED_PROGDIR         74
115 #define PB_PROGDIR         75
118 // Font Settings
119 #define RID_TP_FON         70
120 #define FT_FONTNAME        71
121 #define CB_FONTNAME        72
122 #define FT_FONTSTYLE       73
123 #define CB_FONTSTYLE       74
124 #define FT_FONTSIZE        75
125 #define MB_FONTSIZE        76
126 #define FT_PREVIEW         77
128 // DisplayHId
129 #define RID_TB_CONF                80
130 #define RID_FT_CONTROLS    81
131 #define RID_MLB_CONTROLS   82
132 #define RID_FT_SLOTS       83
133 #define RID_MLB_SLOTS      84
134 #define RID_PB_KOPIEREN    85
135 #define RID_PB_BENENNEN    86
136 #define RID_PB_SELECTALL   87
137 #define RID_OK_CLOSE       88
140 // BreakpointWindow
141 #define IMGID_BRKENABLED                30838   
142 #define IMGID_BRKDISABLED               30839
143 #define IMGID_STEPMARKER                30840
144 #define IMGID_ERRORMARKER               30841
147 // Edit Variables
148 #define RID_FT_NAME                             100
149 #define RID_FT_CONTENT                  101
150 #define RID_FT_NEW_CONTENT              102
151 #define RID_FT_NAME_VALUE               103
152 #define RID_FT_CONTENT_VALUE    104
154 #define RID_RB_NEW_BOOL_T               105
155 #define RID_RB_NEW_BOOL_F               106
156 #define RID_NF_NEW_INTEGER              107
157 #define RID_NF_NEW_LONG                 108
158 #define RID_ED_NEW_STRING               109
160 #endif