update dev300-m58
[ooovba.git] / svtools / inc / iodlg.hrc
blobe6a6dec96d6c0a17bde52cfc9793906eeabf62a6
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: iodlg.hrc,v $
10  * $Revision: 1.10 $
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 _SVTOOLS_IODLGIMPL_HRC
32 #define _SVTOOLS_IODLGIMPL_HRC
34 #ifndef _SVTOOLS_HRC
35 #include <svtools/svtools.hrc>
36 #endif
38 // ModalDialog DLG_SVT_EXPLORERFILE
40 #define FT_EXPLORERFILE_CURRENTPATH                     10
41 #define BTN_EXPLORERFILE_NEWFOLDER                      11
42 #define BTN_EXPLORERFILE_LISTVIEW                       12
43 #define BTN_EXPLORERFILE_DETAILSVIEW            13
44 #define BTN_EXPLORERFILE_UP                                     14
45 #define BTN_EXPLORERFILE_STANDARD                       15
46 #define BTN_EXPLORERFILE_OPEN                           16
47 #define BTN_EXPLORERFILE_CANCEL                         17
48 #define BTN_EXPLORERFILE_HELP                           18
50 #define IMG_FILEDLG_BTN_UP                                      10
51 #define IMG_FILEDLG_BTN_STD                                     11
52 #define IMG_FILEDLG_CREATEFOLDER            15
54 #define CTL_EXPLORERFILE_FILELIST                       20
56 #define FT_EXPLORERFILE_FILENAME                        30
57 #define ED_EXPLORERFILE_FILENAME                        31
58 #define FT_EXPLORERFILE_SHARED_LISTBOX          32
59 #define LB_EXPLORERFILE_SHARED_LISTBOX          33
60 #define FT_EXPLORERFILE_FILETYPE                        34
61 #define LB_EXPLORERFILE_FILETYPE                        35
63 #define CB_EXPLORERFILE_READONLY                        40
64 #define CB_EXPLORERFILE_PASSWORD                        41
65 #define CB_AUTO_EXTENSION                                       42
66 #define CB_OPTIONS                                                      43
68 // -----------------------------------------------
70 #define STR_EXPLORERFILE_OPEN               1
71 #define STR_EXPLORERFILE_SAVE               2
72 #define STR_EXPLORERFILE_BUTTONSAVE             3
73 #define STR_PATHNAME                                            4
74 #define STR_PATHSELECT                                          5
75 #define STR_BUTTONSELECT                                        6
76 #define STR_ACTUALVERSION                                       7
78 // DLG_SVT_QUERYFOLDERNAME -----------------------
80 #define FT_SVT_QUERYFOLDERNAME_DLG_NAME     10
81 #define ED_SVT_QUERYFOLDERNAME_DLG_NAME     11
82 #define FL_SVT_QUERYFOLDERNAME_DLG_NAME     12
83 #define BT_SVT_QUERYFOLDERNAME_DLG_OK       13
84 #define BT_SVT_QUERYFOLDERNAME_DLG_CANCEL   14
85 #define BT_SVT_QUERYFOLDERNAME_DLG_HELP     15
87 // -----------------------------------------------
89 #define SID_SFX_START                       5000
90 #define SID_OPENURL                     (SID_SFX_START + 596)
92 #define HID_FILEDLG_STANDARD            (HID_SFX_START +  27)
93 #define HID_FILEDLG_MANAGER             (HID_SFX_START +  28)
94 #define HID_FILEDLG_URL                 (HID_SFX_START +  29)
95 #define HID_FILEDLG_USE_PASSWD          (HID_SFX_START +  31)
96 #define HID_FILEDLG_READ_ONLY           (HID_SFX_START +  32)
98 #define HID_FILEDLG_AUTOCOMPLETEBOX             (HID_SFX_START + 218)
99 #define HID_FILEDLG_SAVE_BTN                    (HID_SFX_START + 219)
100 #define HID_FILEDLG_SAVE_FILENAME               (HID_SFX_START + 220)
101 #define HID_FILEDLG_SAVE_FILETYPE               (HID_SFX_START + 221)
102 #define HID_FILEDLG_INSERT_BTN                  (HID_SFX_START + 222)
103 #define HID_FILEDLG_PATH_BTN                    (HID_SFX_START + 223)
104 #define HID_FILEDLG_PATH_FILENAME               (HID_SFX_START + 224)
105 #define HID_FILEDLG_FOLDER_BTN                  (HID_SFX_START + 225)
106 #define HID_FILEDLG_FOLDER_FILENAME             (HID_SFX_START + 226)
107 #define HID_FILEDLG_SRCHFOLDER_BTN              (HID_SFX_START + 227)
109 #endif