xref: /aoo41x/main/svtools/source/inc/iodlg.hrc (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#ifndef _SVTOOLS_IODLGIMPL_HRC
29#define _SVTOOLS_IODLGIMPL_HRC
30
31#ifndef _SVTOOLS_HRC
32#include <svtools/svtools.hrc>
33#endif
34
35// ModalDialog DLG_SVT_EXPLORERFILE
36
37#define FT_EXPLORERFILE_CURRENTPATH			10
38#define BTN_EXPLORERFILE_NEWFOLDER			11
39#define BTN_EXPLORERFILE_LISTVIEW			12
40#define BTN_EXPLORERFILE_DETAILSVIEW		13
41#define BTN_EXPLORERFILE_UP					14
42#define BTN_EXPLORERFILE_STANDARD			15
43#define BTN_EXPLORERFILE_OPEN				16
44#define BTN_EXPLORERFILE_CANCEL				17
45#define BTN_EXPLORERFILE_HELP				18
46
47#define IMG_FILEDLG_BTN_UP					10
48#define IMG_FILEDLG_BTN_STD					11
49#define IMG_FILEDLG_CREATEFOLDER            15
50
51#define CTL_EXPLORERFILE_FILELIST			20
52
53#define FT_EXPLORERFILE_FILENAME			30
54#define ED_EXPLORERFILE_FILENAME			31
55#define FT_EXPLORERFILE_SHARED_LISTBOX		32
56#define LB_EXPLORERFILE_SHARED_LISTBOX		33
57#define FT_EXPLORERFILE_FILETYPE			34
58#define LB_EXPLORERFILE_FILETYPE			35
59
60#define CB_EXPLORERFILE_READONLY			40
61#define CB_EXPLORERFILE_PASSWORD			41
62#define CB_AUTO_EXTENSION					42
63#define CB_OPTIONS							43
64
65// -----------------------------------------------
66
67#define STR_EXPLORERFILE_OPEN               1
68#define STR_EXPLORERFILE_SAVE               2
69#define STR_EXPLORERFILE_BUTTONSAVE     	3
70#define STR_PATHNAME						4
71#define STR_PATHSELECT						5
72#define STR_BUTTONSELECT					6
73#define STR_ACTUALVERSION					7
74
75// DLG_SVT_QUERYFOLDERNAME -----------------------
76
77#define FT_SVT_QUERYFOLDERNAME_DLG_NAME     10
78#define ED_SVT_QUERYFOLDERNAME_DLG_NAME     11
79#define FL_SVT_QUERYFOLDERNAME_DLG_NAME     12
80#define BT_SVT_QUERYFOLDERNAME_DLG_OK       13
81#define BT_SVT_QUERYFOLDERNAME_DLG_CANCEL   14
82#define BT_SVT_QUERYFOLDERNAME_DLG_HELP     15
83
84// -----------------------------------------------
85
86#define SID_SFX_START                       5000
87#define SID_OPENURL                     (SID_SFX_START + 596)
88
89#define HID_FILEDLG_STANDARD            (HID_SFX_START +  27)
90#define HID_FILEDLG_MANAGER             (HID_SFX_START +  28)
91#define HID_FILEDLG_URL                 (HID_SFX_START +  29)
92#define HID_FILEDLG_USE_PASSWD          (HID_SFX_START +  31)
93#define HID_FILEDLG_READ_ONLY           (HID_SFX_START +  32)
94
95#define HID_FILEDLG_AUTOCOMPLETEBOX		(HID_SFX_START + 218)
96#define HID_FILEDLG_SAVE_BTN			(HID_SFX_START + 219)
97#define HID_FILEDLG_SAVE_FILENAME		(HID_SFX_START + 220)
98#define HID_FILEDLG_SAVE_FILETYPE		(HID_SFX_START + 221)
99#define HID_FILEDLG_INSERT_BTN			(HID_SFX_START + 222)
100#define HID_FILEDLG_PATH_BTN			(HID_SFX_START + 223)
101#define HID_FILEDLG_PATH_FILENAME		(HID_SFX_START + 224)
102#define HID_FILEDLG_FOLDER_BTN			(HID_SFX_START + 225)
103#define HID_FILEDLG_FOLDER_FILENAME		(HID_SFX_START + 226)
104#define HID_FILEDLG_SRCHFOLDER_BTN		(HID_SFX_START + 227)
105
106#endif
107
108