xref: /AOO41X/main/svtools/source/inc/iodlg.hrc (revision 45c6a252761ffe22ca22c297da0a60e03243707f)
1*45c6a252SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*45c6a252SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*45c6a252SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*45c6a252SAndrew Rist * distributed with this work for additional information
6*45c6a252SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*45c6a252SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*45c6a252SAndrew Rist * "License"); you may not use this file except in compliance
9*45c6a252SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*45c6a252SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*45c6a252SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*45c6a252SAndrew Rist * software distributed under the License is distributed on an
15*45c6a252SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*45c6a252SAndrew Rist * KIND, either express or implied.  See the License for the
17*45c6a252SAndrew Rist * specific language governing permissions and limitations
18*45c6a252SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*45c6a252SAndrew Rist *************************************************************/
21*45c6a252SAndrew Rist
22*45c6a252SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _SVTOOLS_IODLGIMPL_HRC
25cdf0e10cSrcweir#define _SVTOOLS_IODLGIMPL_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#ifndef _SVTOOLS_HRC
28cdf0e10cSrcweir#include <svtools/svtools.hrc>
29cdf0e10cSrcweir#endif
30cdf0e10cSrcweir
31cdf0e10cSrcweir// ModalDialog DLG_SVT_EXPLORERFILE
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define FT_EXPLORERFILE_CURRENTPATH			10
34cdf0e10cSrcweir#define BTN_EXPLORERFILE_NEWFOLDER			11
35cdf0e10cSrcweir#define BTN_EXPLORERFILE_LISTVIEW			12
36cdf0e10cSrcweir#define BTN_EXPLORERFILE_DETAILSVIEW		13
37cdf0e10cSrcweir#define BTN_EXPLORERFILE_UP					14
38cdf0e10cSrcweir#define BTN_EXPLORERFILE_STANDARD			15
39cdf0e10cSrcweir#define BTN_EXPLORERFILE_OPEN				16
40cdf0e10cSrcweir#define BTN_EXPLORERFILE_CANCEL				17
41cdf0e10cSrcweir#define BTN_EXPLORERFILE_HELP				18
42cdf0e10cSrcweir
43cdf0e10cSrcweir#define IMG_FILEDLG_BTN_UP					10
44cdf0e10cSrcweir#define IMG_FILEDLG_BTN_STD					11
45cdf0e10cSrcweir#define IMG_FILEDLG_CREATEFOLDER            15
46cdf0e10cSrcweir
47cdf0e10cSrcweir#define CTL_EXPLORERFILE_FILELIST			20
48cdf0e10cSrcweir
49cdf0e10cSrcweir#define FT_EXPLORERFILE_FILENAME			30
50cdf0e10cSrcweir#define ED_EXPLORERFILE_FILENAME			31
51cdf0e10cSrcweir#define FT_EXPLORERFILE_SHARED_LISTBOX		32
52cdf0e10cSrcweir#define LB_EXPLORERFILE_SHARED_LISTBOX		33
53cdf0e10cSrcweir#define FT_EXPLORERFILE_FILETYPE			34
54cdf0e10cSrcweir#define LB_EXPLORERFILE_FILETYPE			35
55cdf0e10cSrcweir
56cdf0e10cSrcweir#define CB_EXPLORERFILE_READONLY			40
57cdf0e10cSrcweir#define CB_EXPLORERFILE_PASSWORD			41
58cdf0e10cSrcweir#define CB_AUTO_EXTENSION					42
59cdf0e10cSrcweir#define CB_OPTIONS							43
60cdf0e10cSrcweir
61cdf0e10cSrcweir// -----------------------------------------------
62cdf0e10cSrcweir
63cdf0e10cSrcweir#define STR_EXPLORERFILE_OPEN               1
64cdf0e10cSrcweir#define STR_EXPLORERFILE_SAVE               2
65cdf0e10cSrcweir#define STR_EXPLORERFILE_BUTTONSAVE     	3
66cdf0e10cSrcweir#define STR_PATHNAME						4
67cdf0e10cSrcweir#define STR_PATHSELECT						5
68cdf0e10cSrcweir#define STR_BUTTONSELECT					6
69cdf0e10cSrcweir#define STR_ACTUALVERSION					7
70cdf0e10cSrcweir
71cdf0e10cSrcweir// DLG_SVT_QUERYFOLDERNAME -----------------------
72cdf0e10cSrcweir
73cdf0e10cSrcweir#define FT_SVT_QUERYFOLDERNAME_DLG_NAME     10
74cdf0e10cSrcweir#define ED_SVT_QUERYFOLDERNAME_DLG_NAME     11
75cdf0e10cSrcweir#define FL_SVT_QUERYFOLDERNAME_DLG_NAME     12
76cdf0e10cSrcweir#define BT_SVT_QUERYFOLDERNAME_DLG_OK       13
77cdf0e10cSrcweir#define BT_SVT_QUERYFOLDERNAME_DLG_CANCEL   14
78cdf0e10cSrcweir#define BT_SVT_QUERYFOLDERNAME_DLG_HELP     15
79cdf0e10cSrcweir
80cdf0e10cSrcweir// -----------------------------------------------
81cdf0e10cSrcweir
82cdf0e10cSrcweir#define SID_SFX_START                       5000
83cdf0e10cSrcweir#define SID_OPENURL                     (SID_SFX_START + 596)
84cdf0e10cSrcweir
85cdf0e10cSrcweir#define HID_FILEDLG_STANDARD            (HID_SFX_START +  27)
86cdf0e10cSrcweir#define HID_FILEDLG_MANAGER             (HID_SFX_START +  28)
87cdf0e10cSrcweir#define HID_FILEDLG_URL                 (HID_SFX_START +  29)
88cdf0e10cSrcweir#define HID_FILEDLG_USE_PASSWD          (HID_SFX_START +  31)
89cdf0e10cSrcweir#define HID_FILEDLG_READ_ONLY           (HID_SFX_START +  32)
90cdf0e10cSrcweir
91cdf0e10cSrcweir#define HID_FILEDLG_AUTOCOMPLETEBOX		(HID_SFX_START + 218)
92cdf0e10cSrcweir#define HID_FILEDLG_SAVE_BTN			(HID_SFX_START + 219)
93cdf0e10cSrcweir#define HID_FILEDLG_SAVE_FILENAME		(HID_SFX_START + 220)
94cdf0e10cSrcweir#define HID_FILEDLG_SAVE_FILETYPE		(HID_SFX_START + 221)
95cdf0e10cSrcweir#define HID_FILEDLG_INSERT_BTN			(HID_SFX_START + 222)
96cdf0e10cSrcweir#define HID_FILEDLG_PATH_BTN			(HID_SFX_START + 223)
97cdf0e10cSrcweir#define HID_FILEDLG_PATH_FILENAME		(HID_SFX_START + 224)
98cdf0e10cSrcweir#define HID_FILEDLG_FOLDER_BTN			(HID_SFX_START + 225)
99cdf0e10cSrcweir#define HID_FILEDLG_FOLDER_FILENAME		(HID_SFX_START + 226)
100cdf0e10cSrcweir#define HID_FILEDLG_SRCHFOLDER_BTN		(HID_SFX_START + 227)
101cdf0e10cSrcweir
102cdf0e10cSrcweir#endif
103cdf0e10cSrcweir
104