xref: /aoo41x/main/soldep/inc/dtsodcmp.hrc (revision 20e81011)
1*20e81011SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*20e81011SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*20e81011SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*20e81011SAndrew Rist * distributed with this work for additional information
6*20e81011SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*20e81011SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*20e81011SAndrew Rist * "License"); you may not use this file except in compliance
9*20e81011SAndrew Rist * with the License.  You may obtain a copy of the License at
10*20e81011SAndrew Rist *
11*20e81011SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*20e81011SAndrew Rist *
13*20e81011SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*20e81011SAndrew Rist * software distributed under the License is distributed on an
15*20e81011SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*20e81011SAndrew Rist * KIND, either express or implied.  See the License for the
17*20e81011SAndrew Rist * specific language governing permissions and limitations
18*20e81011SAndrew Rist * under the License.
19*20e81011SAndrew Rist *
20*20e81011SAndrew Rist *************************************************************/
21*20e81011SAndrew Rist
22*20e81011SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _DTSODCMP_HRC
25cdf0e10cSrcweir#define _DTSODCMP_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir//========================================================================
28cdf0e10cSrcweir// Bereiche
29cdf0e10cSrcweir#define RID_SD_STRING_START				26000
30cdf0e10cSrcweir#define RID_SD_MENU_START				27000
31cdf0e10cSrcweir#define RID_SD_CONTEXTMENU_START		28500
32cdf0e10cSrcweir#define RID_SD_TOOLBOX_START			29000
33cdf0e10cSrcweir#define RID_SD_WINDOW_START				30000
34cdf0e10cSrcweir#define	RID_SD_STATUSBAR_START			30500
35cdf0e10cSrcweir#define	RID_SD_IMAGE_START				31000
36cdf0e10cSrcweir#define	RID_SD_BITMAP_START				31250
37cdf0e10cSrcweir#define	RID_SD_DIALOG_START				31500
38cdf0e10cSrcweir#define	RID_SD_DEPPER_DIALOG_START		31750
39cdf0e10cSrcweir// end is at 31999
40cdf0e10cSrcweir
41cdf0e10cSrcweir#define	SID_START					0
42cdf0e10cSrcweir
43cdf0e10cSrcweir//========================================================================
44cdf0e10cSrcweir// Window-Ids
45cdf0e10cSrcweir
46cdf0e10cSrcweir//========================================================================
47cdf0e10cSrcweir// Menu-Ids
48cdf0e10cSrcweir#define RID_SD_MENU_APP								(RID_SD_MENU_START)
49cdf0e10cSrcweir#define RID_SD_MENU_FILE							(RID_SD_MENU_START		+	1)
50cdf0e10cSrcweir#define RID_SD_MENU_FILE_NEW						(RID_SD_MENU_START		+	2)
51cdf0e10cSrcweir#define RID_SD_MENU_FILE_OPEN						(RID_SD_MENU_START		+	3)
52cdf0e10cSrcweir#define RID_SD_MENU_FILE_SAVE						(RID_SD_MENU_START		+	4)
53cdf0e10cSrcweir#define RID_SD_MENU_FILE_SAVEAS						(RID_SD_MENU_START		+	5)
54cdf0e10cSrcweir#define RID_SD_MENU_FILE_EXIT						(RID_SD_MENU_START		+	6)
55cdf0e10cSrcweir#define RID_SD_MENU_NEW_OBJECT						(RID_SD_MENU_START		+	7)
56cdf0e10cSrcweir#define RID_SD_MENU_REMOVE_LAST						(RID_SD_MENU_START		+	8)
57cdf0e10cSrcweir#define RID_SD_MENU_AUTO							(RID_SD_MENU_START		+	9)
58cdf0e10cSrcweir#define RID_SD_MENU_RUN_TEST						(RID_SD_MENU_START		+	10)
59cdf0e10cSrcweir
60cdf0e10cSrcweir//========================================================================
61cdf0e10cSrcweir// ContextMenu-Ids
62cdf0e10cSrcweir
63cdf0e10cSrcweir//========================================================================
64cdf0e10cSrcweir// ToolBox-Ids
65cdf0e10cSrcweir#define RID_SD_TOOLBOX_APP							(RID_SD_TOOLBOX_START)
66cdf0e10cSrcweir#define RID_SD_TOOLBOX_FILE_NEW					(RID_SD_TOOLBOX_START	+	1)
67cdf0e10cSrcweir#define RID_SD_TOOLBOX_FILE_OPEN					(RID_SD_TOOLBOX_START	+	2)
68cdf0e10cSrcweir#define RID_SD_TOOLBOX_FILE_SAVE					(RID_SD_TOOLBOX_START	+	3)
69cdf0e10cSrcweir
70cdf0e10cSrcweir
71cdf0e10cSrcweir//========================================================================
72cdf0e10cSrcweir// StatusBar-Ids
73cdf0e10cSrcweir
74cdf0e10cSrcweir//========================================================================
75cdf0e10cSrcweir// Image-Ids
76cdf0e10cSrcweir#define RID_SD_CP_IMAGE							(RID_SD_IMAGE_START)
77cdf0e10cSrcweir
78cdf0e10cSrcweir//========================================================================
79cdf0e10cSrcweir// Dialog-Ids
80cdf0e10cSrcweir#define RID_SD_DIALOG_NEWPROJECT				(RID_SD_DEPPER_DIALOG_START)
81cdf0e10cSrcweir#define RID_SD_DIALOG_NEWDIRECTORY				(RID_SD_DEPPER_DIALOG_START + 1)
82cdf0e10cSrcweir#define RID_SD_DIALOG_HELP						(RID_SD_DEPPER_DIALOG_START + 2)
83cdf0e10cSrcweir
84cdf0e10cSrcweir//========================================================================
85cdf0e10cSrcweir// String-Ids
86cdf0e10cSrcweir#define RID_SD_CP_NAME							(RID_SD_STRING_START)
87cdf0e10cSrcweir
88cdf0e10cSrcweir//========================================================================
89cdf0e10cSrcweir// Slot-Ids
90cdf0e10cSrcweir
91cdf0e10cSrcweir//========================================================================
92cdf0e10cSrcweir// Format-Ids
93cdf0e10cSrcweir
94cdf0e10cSrcweir#endif //_DTSODCMP_HRC
95cdf0e10cSrcweir
96