xref: /AOO41X/main/fpicker/source/office/iodlg.hrc (revision 951105c67b1180f5819685587412ae5632f2550a)
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 _SVTOOLS_IODLGIMPL_HRC
25#define _SVTOOLS_IODLGIMPL_HRC
26
27#include "svtools/svtools.hrc"
28#include "svtools/helpid.hrc"
29
30// ModalDialog DLG_SVT_EXPLORERFILE
31
32#define FT_EXPLORERFILE_CURRENTPATH         10
33#define BTN_EXPLORERFILE_NEWFOLDER          11
34#define BTN_EXPLORERFILE_LISTVIEW           12
35#define BTN_EXPLORERFILE_DETAILSVIEW        13
36#define BTN_EXPLORERFILE_UP                 14
37#define BTN_EXPLORERFILE_STANDARD           15
38#define BTN_EXPLORERFILE_OPEN               16
39#define BTN_EXPLORERFILE_CANCEL             17
40#define BTN_EXPLORERFILE_HELP               18
41
42#define IMG_FILEDLG_BTN_UP                  10
43#define IMG_FILEDLG_BTN_STD                 11
44#define IMG_FILEDLG_CREATEFOLDER            14
45
46#define CTL_EXPLORERFILE_FILELIST           20
47
48#define FT_EXPLORERFILE_FILENAME            30
49#define ED_EXPLORERFILE_FILENAME            31
50#define FT_EXPLORERFILE_SHARED_LISTBOX      32
51#define LB_EXPLORERFILE_SHARED_LISTBOX      33
52#define FT_EXPLORERFILE_FILETYPE            34
53#define LB_EXPLORERFILE_FILETYPE            35
54
55#define CB_EXPLORERFILE_READONLY            40
56#define CB_EXPLORERFILE_PASSWORD            41
57#define CB_AUTO_EXTENSION                   42
58#define CB_OPTIONS                          43
59
60// -----------------------------------------------
61
62#define STR_EXPLORERFILE_OPEN               1
63#define STR_EXPLORERFILE_SAVE               2
64#define STR_EXPLORERFILE_BUTTONSAVE         3
65#define STR_PATHNAME                        4
66#define STR_PATHSELECT                      5
67#define STR_BUTTONSELECT                    6
68#define STR_ACTUALVERSION                   7
69#define STR_PREVIEW             8
70
71// DLG_SVT_QUERYFOLDERNAME -----------------------
72
73#define FT_SVT_QUERYFOLDERNAME_DLG_NAME     10
74#define ED_SVT_QUERYFOLDERNAME_DLG_NAME     11
75#define FL_SVT_QUERYFOLDERNAME_DLG_NAME     12
76#define BT_SVT_QUERYFOLDERNAME_DLG_OK       13
77#define BT_SVT_QUERYFOLDERNAME_DLG_CANCEL   14
78#define BT_SVT_QUERYFOLDERNAME_DLG_HELP     15
79
80// -----------------------------------------------
81
82#define SID_SFX_START                       5000
83#define SID_OPENURL                     (SID_SFX_START + 596)
84
85#endif
86
87