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#include "Sidebar.hrc" 23 24Resource RID_SIDEBAR_RESOURCE 25{ 26 Image IMAGE_SIDEBAR_PLUS 27 { 28 ImageBitmap = Bitmap { File = "plus.png" ;}; 29 }; 30 31 Image IMAGE_SIDEBAR_PLUS_HC 32 { 33 ImageBitmap = Bitmap { File = "plus_hc.png" ;}; 34 }; 35 36 Image IMAGE_SIDEBAR_MINUS 37 { 38 ImageBitmap = Bitmap { File = "minus.png" ;}; 39 }; 40 41 Image IMAGE_SIDEBAR_MINUS_HC 42 { 43 ImageBitmap = Bitmap { File = "minus_hc.png" ;}; 44 }; 45 46 Image IMAGE_SIDEBAR_GRIP 47 { 48 ImageBitmap = Bitmap { File = "grip.png" ;}; 49 }; 50 51 Image IMAGE_SIDEBAR_GRIP_HC 52 { 53 ImageBitmap = Bitmap { File = "grip_hc.png" ;}; 54 }; 55 56 Image IMAGE_SIDEBAR_MENU 57 { 58 ImageBitmap = Bitmap { File = "menu.png" ;}; 59 }; 60 61 Image IMAGE_SIDEBAR_MENU_HC 62 { 63 ImageBitmap = Bitmap { File = "menu_hc.png" ;}; 64 }; 65 66 Image IMAGE_SIDEBAR_TOOLBOX_SEPARATOR 67 { 68 ImageBitmap = Bitmap { File = "separator.png" ;}; 69 }; 70 71 Image IMAGE_SIDEBAR_TABBAR_PROPERTIES 72 { 73 ImageBitmap = Bitmap { File = "symphony/hpaneldock01.png" ;}; 74 }; 75 Image IMAGE_SIDEBAR_TABBAR_MASTERS_SD 76 { 77 ImageBitmap = Bitmap { File = "symphony/hpaneldock01_sd.png" ;}; 78 }; 79 Image IMAGE_SIDEBAR_TABBAR_CUSTOM_ANIMATION_SD 80 { 81 ImageBitmap = Bitmap { File = "symphony/hpaneldock02_sd.png" ;}; 82 }; 83 Image IMAGE_SIDEBAR_TABBAR_SLIDE_TRANSITION_SD 84 { 85 ImageBitmap = Bitmap { File = "symphony/hpaneldock03_sd.png" ;}; 86 }; 87 Image IMAGE_SIDEBAR_TABBAR_GALLERY_SD 88 { 89 ImageBitmap = Bitmap { File = "symphony/hpaneldock04_sd.png" ;}; 90 }; 91 92 String STRING_CUSTOMIZATION 93 { 94 Text [en-US] = "Customization"; 95 }; 96 String STRING_RESTORE 97 { 98 Text [en-US] = "Restore Default"; 99 }; 100}; 101 102 103