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#ifndef _SVTOOLS_HRC 28#include <svtools/svtools.hrc> 29#endif 30 31// ModalDialog DLG_SVT_EXPLORERFILE 32 33#define FT_EXPLORERFILE_CURRENTPATH 10 34#define BTN_EXPLORERFILE_NEWFOLDER 11 35#define BTN_EXPLORERFILE_LISTVIEW 12 36#define BTN_EXPLORERFILE_DETAILSVIEW 13 37#define BTN_EXPLORERFILE_UP 14 38#define BTN_EXPLORERFILE_STANDARD 15 39#define BTN_EXPLORERFILE_OPEN 16 40#define BTN_EXPLORERFILE_CANCEL 17 41#define BTN_EXPLORERFILE_HELP 18 42 43#define IMG_FILEDLG_BTN_UP 10 44#define IMG_FILEDLG_BTN_STD 11 45#define IMG_FILEDLG_CREATEFOLDER 15 46 47#define CTL_EXPLORERFILE_FILELIST 20 48 49#define FT_EXPLORERFILE_FILENAME 30 50#define ED_EXPLORERFILE_FILENAME 31 51#define FT_EXPLORERFILE_SHARED_LISTBOX 32 52#define LB_EXPLORERFILE_SHARED_LISTBOX 33 53#define FT_EXPLORERFILE_FILETYPE 34 54#define LB_EXPLORERFILE_FILETYPE 35 55 56#define CB_EXPLORERFILE_READONLY 40 57#define CB_EXPLORERFILE_PASSWORD 41 58#define CB_AUTO_EXTENSION 42 59#define CB_OPTIONS 43 60 61// ----------------------------------------------- 62 63#define STR_EXPLORERFILE_OPEN 1 64#define STR_EXPLORERFILE_SAVE 2 65#define STR_EXPLORERFILE_BUTTONSAVE 3 66#define STR_PATHNAME 4 67#define STR_PATHSELECT 5 68#define STR_BUTTONSELECT 6 69#define STR_ACTUALVERSION 7 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#define HID_FILEDLG_STANDARD (HID_SFX_START + 27) 86#define HID_FILEDLG_MANAGER (HID_SFX_START + 28) 87#define HID_FILEDLG_URL (HID_SFX_START + 29) 88#define HID_FILEDLG_USE_PASSWD (HID_SFX_START + 31) 89#define HID_FILEDLG_READ_ONLY (HID_SFX_START + 32) 90 91#define HID_FILEDLG_AUTOCOMPLETEBOX (HID_SFX_START + 218) 92#define HID_FILEDLG_SAVE_BTN (HID_SFX_START + 219) 93#define HID_FILEDLG_SAVE_FILENAME (HID_SFX_START + 220) 94#define HID_FILEDLG_SAVE_FILETYPE (HID_SFX_START + 221) 95#define HID_FILEDLG_INSERT_BTN (HID_SFX_START + 222) 96#define HID_FILEDLG_PATH_BTN (HID_SFX_START + 223) 97#define HID_FILEDLG_PATH_FILENAME (HID_SFX_START + 224) 98#define HID_FILEDLG_FOLDER_BTN (HID_SFX_START + 225) 99#define HID_FILEDLG_FOLDER_FILENAME (HID_SFX_START + 226) 100#define HID_FILEDLG_SRCHFOLDER_BTN (HID_SFX_START + 227) 101 102#endif 103 104