xref: /aoo4110/main/soldep/inc/dtsodcmp.hrc (revision b1cdbd2c)
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#ifndef _DTSODCMP_HRC
25#define _DTSODCMP_HRC
26
27//========================================================================
28// Bereiche
29#define RID_SD_STRING_START				26000
30#define RID_SD_MENU_START				27000
31#define RID_SD_CONTEXTMENU_START		28500
32#define RID_SD_TOOLBOX_START			29000
33#define RID_SD_WINDOW_START				30000
34#define	RID_SD_STATUSBAR_START			30500
35#define	RID_SD_IMAGE_START				31000
36#define	RID_SD_BITMAP_START				31250
37#define	RID_SD_DIALOG_START				31500
38#define	RID_SD_DEPPER_DIALOG_START		31750
39// end is at 31999
40
41#define	SID_START					0
42
43//========================================================================
44// Window-Ids
45
46//========================================================================
47// Menu-Ids
48#define RID_SD_MENU_APP								(RID_SD_MENU_START)
49#define RID_SD_MENU_FILE							(RID_SD_MENU_START		+	1)
50#define RID_SD_MENU_FILE_NEW						(RID_SD_MENU_START		+	2)
51#define RID_SD_MENU_FILE_OPEN						(RID_SD_MENU_START		+	3)
52#define RID_SD_MENU_FILE_SAVE						(RID_SD_MENU_START		+	4)
53#define RID_SD_MENU_FILE_SAVEAS						(RID_SD_MENU_START		+	5)
54#define RID_SD_MENU_FILE_EXIT						(RID_SD_MENU_START		+	6)
55#define RID_SD_MENU_NEW_OBJECT						(RID_SD_MENU_START		+	7)
56#define RID_SD_MENU_REMOVE_LAST						(RID_SD_MENU_START		+	8)
57#define RID_SD_MENU_AUTO							(RID_SD_MENU_START		+	9)
58#define RID_SD_MENU_RUN_TEST						(RID_SD_MENU_START		+	10)
59
60//========================================================================
61// ContextMenu-Ids
62
63//========================================================================
64// ToolBox-Ids
65#define RID_SD_TOOLBOX_APP							(RID_SD_TOOLBOX_START)
66#define RID_SD_TOOLBOX_FILE_NEW					(RID_SD_TOOLBOX_START	+	1)
67#define RID_SD_TOOLBOX_FILE_OPEN					(RID_SD_TOOLBOX_START	+	2)
68#define RID_SD_TOOLBOX_FILE_SAVE					(RID_SD_TOOLBOX_START	+	3)
69
70
71//========================================================================
72// StatusBar-Ids
73
74//========================================================================
75// Image-Ids
76#define RID_SD_CP_IMAGE							(RID_SD_IMAGE_START)
77
78//========================================================================
79// Dialog-Ids
80#define RID_SD_DIALOG_NEWPROJECT				(RID_SD_DEPPER_DIALOG_START)
81#define RID_SD_DIALOG_NEWDIRECTORY				(RID_SD_DEPPER_DIALOG_START + 1)
82#define RID_SD_DIALOG_HELP						(RID_SD_DEPPER_DIALOG_START + 2)
83
84//========================================================================
85// String-Ids
86#define RID_SD_CP_NAME							(RID_SD_STRING_START)
87
88//========================================================================
89// Slot-Ids
90
91//========================================================================
92// Format-Ids
93
94#endif //_DTSODCMP_HRC
95
96