xref: /aoo41x/main/fpicker/source/office/iodlg.hrc (revision 951105c6)
1*951105c6SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*951105c6SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*951105c6SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*951105c6SAndrew Rist * distributed with this work for additional information
6*951105c6SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*951105c6SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*951105c6SAndrew Rist * "License"); you may not use this file except in compliance
9*951105c6SAndrew Rist * with the License.  You may obtain a copy of the License at
10*951105c6SAndrew Rist *
11*951105c6SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*951105c6SAndrew Rist *
13*951105c6SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*951105c6SAndrew Rist * software distributed under the License is distributed on an
15*951105c6SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*951105c6SAndrew Rist * KIND, either express or implied.  See the License for the
17*951105c6SAndrew Rist * specific language governing permissions and limitations
18*951105c6SAndrew Rist * under the License.
19*951105c6SAndrew Rist *
20*951105c6SAndrew Rist *************************************************************/
21*951105c6SAndrew Rist
22*951105c6SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _SVTOOLS_IODLGIMPL_HRC
25cdf0e10cSrcweir#define _SVTOOLS_IODLGIMPL_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#include "svtools/svtools.hrc"
28cdf0e10cSrcweir#include "svtools/helpid.hrc"
29cdf0e10cSrcweir
30cdf0e10cSrcweir// ModalDialog DLG_SVT_EXPLORERFILE
31cdf0e10cSrcweir
32cdf0e10cSrcweir#define FT_EXPLORERFILE_CURRENTPATH			10
33cdf0e10cSrcweir#define BTN_EXPLORERFILE_NEWFOLDER			11
34cdf0e10cSrcweir#define BTN_EXPLORERFILE_LISTVIEW			12
35cdf0e10cSrcweir#define BTN_EXPLORERFILE_DETAILSVIEW		13
36cdf0e10cSrcweir#define BTN_EXPLORERFILE_UP					14
37cdf0e10cSrcweir#define BTN_EXPLORERFILE_STANDARD			15
38cdf0e10cSrcweir#define BTN_EXPLORERFILE_OPEN				16
39cdf0e10cSrcweir#define BTN_EXPLORERFILE_CANCEL				17
40cdf0e10cSrcweir#define BTN_EXPLORERFILE_HELP				18
41cdf0e10cSrcweir
42cdf0e10cSrcweir#define IMG_FILEDLG_BTN_UP					10
43cdf0e10cSrcweir#define IMG_FILEDLG_BTN_STD					11
44cdf0e10cSrcweir#define IMG_FILEDLG_CREATEFOLDER            14
45cdf0e10cSrcweir
46cdf0e10cSrcweir#define CTL_EXPLORERFILE_FILELIST			20
47cdf0e10cSrcweir
48cdf0e10cSrcweir#define FT_EXPLORERFILE_FILENAME			30
49cdf0e10cSrcweir#define ED_EXPLORERFILE_FILENAME			31
50cdf0e10cSrcweir#define FT_EXPLORERFILE_SHARED_LISTBOX		32
51cdf0e10cSrcweir#define LB_EXPLORERFILE_SHARED_LISTBOX		33
52cdf0e10cSrcweir#define FT_EXPLORERFILE_FILETYPE			34
53cdf0e10cSrcweir#define LB_EXPLORERFILE_FILETYPE			35
54cdf0e10cSrcweir
55cdf0e10cSrcweir#define CB_EXPLORERFILE_READONLY			40
56cdf0e10cSrcweir#define CB_EXPLORERFILE_PASSWORD			41
57cdf0e10cSrcweir#define CB_AUTO_EXTENSION					42
58cdf0e10cSrcweir#define CB_OPTIONS							43
59cdf0e10cSrcweir
60cdf0e10cSrcweir// -----------------------------------------------
61cdf0e10cSrcweir
62cdf0e10cSrcweir#define STR_EXPLORERFILE_OPEN               1
63cdf0e10cSrcweir#define STR_EXPLORERFILE_SAVE               2
64cdf0e10cSrcweir#define STR_EXPLORERFILE_BUTTONSAVE     	3
65cdf0e10cSrcweir#define STR_PATHNAME						4
66cdf0e10cSrcweir#define STR_PATHSELECT						5
67cdf0e10cSrcweir#define STR_BUTTONSELECT					6
68cdf0e10cSrcweir#define STR_ACTUALVERSION					7
69cdf0e10cSrcweir#define STR_PREVIEW				8
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#endif
86cdf0e10cSrcweir
87