1 /* 2 ************************************************************************ 3 * 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 5 * 6 * Copyright 2000, 2010 Oracle and/or its affiliates. 7 * 8 * OpenOffice.org - a multi-platform office productivity suite 9 * 10 * This file is part of OpenOffice.org. 11 * 12 * OpenOffice.org is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License version 3 14 * only, as published by the Free Software Foundation. 15 * 16 * OpenOffice.org is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU Lesser General Public License version 3 for more details 20 * (a copy is included in the LICENSE file that accompanied this code). 21 * 22 * You should have received a copy of the GNU Lesser General Public License 23 * version 3 along with OpenOffice.org. If not, see 24 * <http://www.openoffice.org/license.html> 25 * for a copy of the LGPLv3 License. 26 * 27 ************************************************************************/ 28 /* 29 * Created on May 5, 2004 30 * 31 * TODO To change the template for this generated file go to 32 * Window - Preferences - Java - Code Generation - Code and Comments 33 */ 34 package com.sun.star.wizards.web; 35 36 /** 37 * @author rp143992 38 * 39 * TODO To change the template for this generated type comment go to 40 * Window - Preferences - Java - Code Generation - Code and Comments 41 */ 42 public interface WWHID 43 { 44 45 // web wizard general controls 46 public static final int HID0_WEBWIZARD = 34200 + 0; 47 public static final int HID0_HELP = 34200 + 1; 48 public static final int HID0_NEXT = 34200 + 2; 49 public static final int HID0_PREV = 34200 + 3; 50 public static final int HID0_CREATE = 34200 + 4; 51 public static final int HID0_CANCEL = 34200 + 5; 52 public static final int HID0_STATUS_DIALOG = 34200 + 6;// step 1 53 public static final int HID1_LST_SESSIONS = 34200 + 7; 54 public static final int HID1_BTN_DEL_SES = 34200 + 9;// step 2 55 public static final int HID2_LST_DOCS = 34200 + 10; 56 public static final int HID2_BTN_ADD_DOC = 34200 + 11; 57 public static final int HID2_BTN_REM_DOC = 34200 + 12; 58 public static final int HID2_BTN_DOC_UP = 34200 + 13; 59 public static final int HID2_BTN_DOC_DOWN = 34200 + 14; 60 public static final int HID2_TXT_DOC_TITLE = 34200 + 15; 61 public static final int HID2_TXT_DOC_DESC = 34200 + 16; 62 public static final int HID2_TXT_DOC_AUTHOR = 34200 + 17; 63 public static final int HID2_LST_DOC_EXPORT = 34200 + 18; 64 public static final int HID2_STATUS_ADD_DOCS = 34200 + 19;// step 3 65 public static final int HID3_IL_LAYOUTS_IMG1 = 34200 + 20; 66 public static final int HID3_IL_LAYOUTS_IMG2 = 34200 + 21; 67 public static final int HID3_IL_LAYOUTS_IMG3 = 34200 + 22; 68 public static final int HID3_IL_LAYOUTS_IMG4 = 34200 + 23; 69 public static final int HID3_IL_LAYOUTS_IMG5 = 34200 + 24; 70 public static final int HID3_IL_LAYOUTS_IMG6 = 34200 + 25; 71 public static final int HID3_IL_LAYOUTS_IMG7 = 34200 + 26; 72 public static final int HID3_IL_LAYOUTS_IMG8 = 34200 + 27; 73 public static final int HID3_IL_LAYOUTS_IMG9 = 34200 + 28; 74 public static final int HID3_IL_LAYOUTS_IMG10 = 34200 + 29; 75 public static final int HID3_IL_LAYOUTS_IMG11 = 34200 + 30; 76 public static final int HID3_IL_LAYOUTS_IMG12 = 34200 + 31; 77 public static final int HID3_IL_LAYOUTS_IMG13 = 34200 + 32; 78 public static final int HID3_IL_LAYOUTS_IMG14 = 34200 + 33; 79 public static final int HID3_IL_LAYOUTS_IMG15 = 34200 + 34;// step 4 80 public static final int HID4_CHK_DISPLAY_FILENAME = 34200 + 35; 81 public static final int HID4_CHK_DISPLAY_DESCRIPTION = 34200 + 36; 82 public static final int HID4_CHK_DISPLAY_AUTHOR = 34200 + 37; 83 public static final int HID4_CHK_DISPLAY_CR_DATE = 34200 + 38; 84 public static final int HID4_CHK_DISPLAY_UP_DATE = 34200 + 39; 85 public static final int HID4_CHK_DISPLAY_FORMAT = 34200 + 40; 86 public static final int HID4_CHK_DISPLAY_F_ICON = 34200 + 41; 87 public static final int HID4_CHK_DISPLAY_PAGES = 34200 + 42; 88 public static final int HID4_CHK_DISPLAY_SIZE = 34200 + 43; 89 public static final int HID4_GRP_OPTIMAIZE_640 = 34200 + 44; 90 public static final int HID4_GRP_OPTIMAIZE_800 = 34200 + 45; 91 public static final int HID4_GRP_OPTIMAIZE_1024 = 34200 + 46;// step 5 92 public static final int HID5_LST_STYLES = 34200 + 47; 93 public static final int HID5_BTN_BACKGND = 34200 + 48; 94 public static final int HID5_BTN_ICONS = 34200 + 49;// step 6 95 public static final int HID6_TXT_SITE_TITLE = 34200 + 50; 96 public static final int HID6_TXT_SITE_ICON = 34200 + 51; 97 public static final int HID6_BTN_SITE_ICON = 34200 + 52; 98 public static final int HID6_TXT_SITE_DESC = 34200 + 53; 99 public static final int HID6_TXT_SITE_KEYWRDS = 34200 + 54; 100 public static final int HID6_DATE_SITE_CREATED = 34200 + 55; 101 public static final int HID6_DATE_SITE_UPDATED = 34200 + 56; 102 public static final int HID6_NUM_SITE_REVISTS = 34200 + 57; 103 public static final int HID6_TXT_SITE_EMAIL = 34200 + 58; 104 public static final int HID6_TXT_SITE_COPYRIGHT = 34200 + 59;// step 7 105 public static final int HID7_BTN_PREVIEW = 34200 + 60; 106 public static final int HID7_CHK_PUBLISH_LOCAL = 34200 + 61; 107 public static final int HID7_TXT_LOCAL = 34200 + 62; 108 public static final int HID7_BTN_LOCAL = 34200 + 63; 109 public static final int HID7_CHK_PUBLISH_ZIP = 34200 + 64; 110 public static final int HID7_TXT_ZIP = 34200 + 65; 111 public static final int HID7_BTN_ZIP = 34200 + 66; 112 public static final int HID7_CHK_PUBLISH_FTP = 34200 + 67; 113 //public static final int HID7_TXT_FTP = 34200 + 68 ; 114 public static final int HID7_BTN_FTP = 34200 + 69; 115 public static final int HID7_CHK_SAVE = 34200 + 70; 116 public static final int HID7_TXT_SAVE = 34200 + 71;// web wizard backgrounds dialog 117 public static final int HID_BG = 34200 + 90; 118 public static final int HID_BG_BTN_OTHER = 34200 + 91; 119 public static final int HID_BG_BTN_NONE = 34200 + 92; 120 public static final int HID_BG_BTN_OK = 34200 + 93; 121 public static final int HID_BG_BTN_CANCEL = 34200 + 94; 122 public static final int HID_BG_BTN_BACK = 34200 + 95; 123 public static final int HID_BG_BTN_FW = 34200 + 96; 124 public static final int HID_BG_BTN_IMG1 = 34200 + 97; 125 public static final int HID_BG_BTN_IMG2 = 34200 + 98; 126 public static final int HID_BG_BTN_IMG3 = 34200 + 99; 127 public static final int HID_BG_BTN_IMG4 = 34200 + 100; 128 public static final int HID_BG_BTN_IMG5 = 34200 + 101; 129 public static final int HID_BG_BTN_IMG6 = 34200 + 102; 130 public static final int HID_BG_BTN_IMG7 = 34200 + 103; 131 public static final int HID_BG_BTN_IMG8 = 34200 + 104; 132 public static final int HID_BG_BTN_IMG9 = 34200 + 105; 133 public static final int HID_BG_BTN_IMG10 = 34200 + 106; 134 public static final int HID_BG_BTN_IMG11 = 34200 + 107; 135 public static final int HID_BG_BTN_IMG12 = 34200 + 108; 136 public static final int HID_BG_BTN_IMG13 = 34200 + 109; 137 public static final int HID_BG_BTN_IMG14 = 34200 + 100; 138 public static final int HID_BG_BTN_IMG15 = 34200 + 111; 139 public static final int HID_BG_BTN_IMG16 = 34200 + 112;// web wizard icons sets dialog 140 public static final int HID_IS = 41000 + 0; 141 public static final int HID_IS_ICONSETS = 41000 + 1; 142 public static final int HID_IS_BTN_NONE = 41000 + 2; 143 public static final int HID_IS_BTN_OK = 41000 + 3; 144 public static final int HID_IS_BTN_IMG1 = 41000 + 5; 145 public static final int HID_IS_BTN_IMG2 = 41000 + 6; 146 public static final int HID_IS_BTN_IMG3 = 41000 + 7; 147 public static final int HID_IS_BTN_IMG4 = 41000 + 8; 148 public static final int HID_IS_BTN_IMG5 = 41000 + 9; 149 public static final int HID_IS_BTN_IMG6 = 41000 + 10; 150 public static final int HID_IS_BTN_IMG7 = 41000 + 11; 151 public static final int HID_IS_BTN_IMG8 = 41000 + 12; 152 public static final int HID_IS_BTN_IMG9 = 41000 + 13; 153 public static final int HID_IS_BTN_IMG10 = 41000 + 14; 154 public static final int HID_IS_BTN_IMG11 = 41000 + 15; 155 public static final int HID_IS_BTN_IMG12 = 41000 + 16; 156 public static final int HID_IS_BTN_IMG13 = 41000 + 17; 157 public static final int HID_IS_BTN_IMG14 = 41000 + 18; 158 public static final int HID_IS_BTN_IMG15 = 41000 + 19; 159 public static final int HID_IS_BTN_IMG16 = 41000 + 20; 160 public static final int HID_IS_BTN_IMG17 = 41000 + 21; 161 public static final int HID_IS_BTN_IMG18 = 41000 + 22; 162 public static final int HID_IS_BTN_IMG19 = 41000 + 23; 163 public static final int HID_IS_BTN_IMG20 = 41000 + 24; 164 public static final int HID_IS_BTN_IMG21 = 41000 + 25; 165 public static final int HID_IS_BTN_IMG22 = 41000 + 26; 166 public static final int HID_IS_BTN_IMG23 = 41000 + 27; 167 public static final int HID_IS_BTN_IMG24 = 41000 + 28; 168 public static final int HID_IS_BTN_IMG25 = 41000 + 29; 169 public static final int HID_IS_BTN_IMG26 = 41000 + 30; 170 public static final int HID_IS_BTN_IMG27 = 41000 + 31; 171 public static final int HID_IS_BTN_IMG28 = 41000 + 32; 172 public static final int HID_IS_BTN_IMG29 = 41000 + 33; 173 public static final int HID_IS_BTN_IMG30 = 41000 + 34; 174 public static final int HID_IS_BTN_IMG31 = 41000 + 35; 175 public static final int HID_IS_BTN_IMG32 = 41000 + 36; 176 // web wizard ftp dialog 177 public static final int HID_FTP = 41000 + 40; 178 public static final int HID_FTP_SERVER = 41000 + 41; 179 public static final int HID_FTP_USERNAME = 41000 + 42; 180 public static final int HID_FTP_PASS = 41000 + 43; 181 public static final int HID_FTP_TEST = 41000 + 44; 182 public static final int HID_FTP_TXT_PATH = 41000 + 45; 183 public static final int HID_FTP_BTN_PATH = 41000 + 46; 184 public static final int HID_FTP_OK = 41000 + 47; 185 public static final int HID_FTP_CANCEL = 41000 + 48; 186 } 187