selector.src (b4b8d4b6) | selector.src (d15d3e1c) |
---|---|
1/************************************************************** | 1/************************************************************** |
2 * | 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 | 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 * | 10 * |
11 * http://www.apache.org/licenses/LICENSE-2.0 | 11 * http://www.apache.org/licenses/LICENSE-2.0 |
12 * | 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. | 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 * | 19 * |
20 *************************************************************/ 21 22 | 20 *************************************************************/ 21 22 |
23 |
|
23// include --------------------------------------------------------------- 24#include "helpid.hrc" 25#include <cuires.hrc> 26#include "selector.hrc" 27 28#define FIXEDTEXT_DIALOG_DESCRIPTION \ | 24// include --------------------------------------------------------------- 25#include "helpid.hrc" 26#include <cuires.hrc> 27#include "selector.hrc" 28 29#define FIXEDTEXT_DIALOG_DESCRIPTION \ |
29 Text [ en-US ] = "Select the library that contains the macro you want. Then select the macro under 'Macro name'." ;\ | 30 Text [ en-US ] = "Select the library that contains the macro you want. Then select the macro under 'Macro name'." ; \ |
30 31String STR_SELECTOR_ADD_COMMANDS 32{ 33 Text [ en-US ] = "Add Commands" ; 34}; 35 36String STR_SELECTOR_MACROS 37{ --- 36 unchanged lines hidden (view full) --- 74}; 75 76 77ModelessDialog RID_DLG_SCRIPTSELECTOR 78{ 79 OutputSize = TRUE ; 80 Size = MAP_APPFONT ( 256, 233 ) ; 81 Text [ en-US ] = "Macro Selector" ; | 31 32String STR_SELECTOR_ADD_COMMANDS 33{ 34 Text [ en-US ] = "Add Commands" ; 35}; 36 37String STR_SELECTOR_MACROS 38{ --- 36 unchanged lines hidden (view full) --- 75}; 76 77 78ModelessDialog RID_DLG_SCRIPTSELECTOR 79{ 80 OutputSize = TRUE ; 81 Size = MAP_APPFONT ( 256, 233 ) ; 82 Text [ en-US ] = "Macro Selector" ; |
82 HelpId = HID_SELECTOR_DIALOG; | 83 HelpId = HID_SELECTOR_DIALOG ; |
83 SvLook = TRUE ; 84 Moveable = TRUE ; | 84 SvLook = TRUE ; 85 Moveable = TRUE ; |
85 Hide = TRUE; | 86 Hide = TRUE ; |
86 FixedText TXT_SELECTOR_DIALOG_DESCRIPTION 87 { 88 Pos = MAP_APPFONT ( 6, 8 ) ; 89 Size = MAP_APPFONT ( 190, 48 ) ; 90 Group = TRUE ; 91 Left = TRUE ; 92 WordBreak = TRUE ; 93 FIXEDTEXT_DIALOG_DESCRIPTION --- 6 unchanged lines hidden (view full) --- 100 Left = TRUE ; 101 Text [ en-US ] = "Library" ; 102 }; 103 Control BOX_SELECTOR_CATEGORIES 104 { 105 Border = TRUE ; 106 Pos = MAP_APPFONT ( 6, 73 ) ; 107 Size = MAP_APPFONT ( 83, 89 ) ; | 87 FixedText TXT_SELECTOR_DIALOG_DESCRIPTION 88 { 89 Pos = MAP_APPFONT ( 6, 8 ) ; 90 Size = MAP_APPFONT ( 190, 48 ) ; 91 Group = TRUE ; 92 Left = TRUE ; 93 WordBreak = TRUE ; 94 FIXEDTEXT_DIALOG_DESCRIPTION --- 6 unchanged lines hidden (view full) --- 101 Left = TRUE ; 102 Text [ en-US ] = "Library" ; 103 }; 104 Control BOX_SELECTOR_CATEGORIES 105 { 106 Border = TRUE ; 107 Pos = MAP_APPFONT ( 6, 73 ) ; 108 Size = MAP_APPFONT ( 83, 89 ) ; |
108 TabStop = TRUE; 109 HelpId = HID_SELECTOR_CATEGORIES; | 109 TabStop = TRUE ; 110 HelpId = HID_SELECTOR_CATEGORIES ; |
110 String STR_MYMACROS 111 { 112 Text [ en-US ] = "My Macros" ; 113 }; 114 String STR_PRODMACROS 115 { 116 Text [ en-US ] = "%PRODUCTNAME Macros" ; 117 }; 118 Image IMG_HARDDISK 119 { | 111 String STR_MYMACROS 112 { 113 Text [ en-US ] = "My Macros" ; 114 }; 115 String STR_PRODMACROS 116 { 117 Text [ en-US ] = "%PRODUCTNAME Macros" ; 118 }; 119 Image IMG_HARDDISK 120 { |
120 ImageBitmap = Bitmap { File = "harddisk_16.png" ; }; | 121 ImageBitmap = Bitmap {File = "harddisk_16.png" ;} ; |
121 }; 122 Image IMG_HARDDISK_HC 123 { | 122 }; 123 Image IMG_HARDDISK_HC 124 { |
124 ImageBitmap = Bitmap { File = "harddisk_16_h.png" ; }; | 125 ImageBitmap = Bitmap {File = "harddisk_16_h.png" ;} ; |
125 }; 126 Image IMG_LIB 127 { | 126 }; 127 Image IMG_LIB 128 { |
128 ImageBitmap = Bitmap { File = "im30820.png" ; }; | 129 ImageBitmap = Bitmap {File = "im30820.png" ;} ; |
129 }; 130 Image IMG_LIB_HC 131 { | 130 }; 131 Image IMG_LIB_HC 132 { |
132 ImageBitmap = Bitmap { File = "imh30820.png" ; }; | 133 ImageBitmap = Bitmap {File = "imh30820.png" ;} ; |
133 }; 134 Image IMG_MACRO 135 { | 134 }; 135 Image IMG_MACRO 136 { |
136 ImageBitmap = Bitmap { File = "im30821.png" ; }; | 137 ImageBitmap = Bitmap {File = "im30821.png" ;} ; |
137 }; 138 Image IMG_MACRO_HC 139 { | 138 }; 139 Image IMG_MACRO_HC 140 { |
140 ImageBitmap = Bitmap { File = "imh30821.png" ; }; | 141 ImageBitmap = Bitmap {File = "imh30821.png" ;} ; |
141 }; 142 Image IMG_DOC 143 { | 142 }; 143 Image IMG_DOC 144 { |
144 ImageBitmap = Bitmap { File = "im30826.png" ; }; | 145 ImageBitmap = Bitmap {File = "im30826.png" ;} ; |
145 }; 146 Image IMG_DOC_HC 147 { | 146 }; 147 Image IMG_DOC_HC 148 { |
148 ImageBitmap = Bitmap { File = "imh30826.png" ; }; | 149 ImageBitmap = Bitmap {File = "imh30826.png" ;} ; |
149 }; 150 }; 151 FixedText TXT_SELECTOR_COMMANDS 152 { 153 Pos = MAP_APPFONT ( 101, 62 ) ; 154 Size = MAP_APPFONT ( 93, 8 ) ; 155 Left = TRUE ; 156 Text [ en-US ] = "Macro name" ; 157 }; 158 Control BOX_SELECTOR_COMMANDS 159 { 160 Border = TRUE ; 161 Pos = MAP_APPFONT ( 101, 73 ) ; 162 Size = MAP_APPFONT ( 93, 89 ) ; | 150 }; 151 }; 152 FixedText TXT_SELECTOR_COMMANDS 153 { 154 Pos = MAP_APPFONT ( 101, 62 ) ; 155 Size = MAP_APPFONT ( 93, 8 ) ; 156 Left = TRUE ; 157 Text [ en-US ] = "Macro name" ; 158 }; 159 Control BOX_SELECTOR_COMMANDS 160 { 161 Border = TRUE ; 162 Pos = MAP_APPFONT ( 101, 73 ) ; 163 Size = MAP_APPFONT ( 93, 89 ) ; |
163 TabStop = TRUE; 164 HelpId = HID_SELECTOR_COMMANDS; | 164 TabStop = TRUE ; 165 HelpId = HID_SELECTOR_COMMANDS ; |
165 }; 166 OKButton BTN_SELECTOR_OK 167 { 168 Pos = MAP_APPFONT ( 200, 73 ) ; 169 Size = MAP_APPFONT ( 50, 14 ) ; | 166 }; 167 OKButton BTN_SELECTOR_OK 168 { 169 Pos = MAP_APPFONT ( 200, 73 ) ; 170 Size = MAP_APPFONT ( 50, 14 ) ; |
170 DefButton = TRUE; | 171 DefButton = TRUE ; |
171 }; 172 CancelButton BTN_SELECTOR_CANCEL 173 { 174 Pos = MAP_APPFONT ( 200, 90 ) ; 175 Size = MAP_APPFONT ( 50, 14 ) ; 176 }; 177 HelpButton BTN_SELECTOR_HELP 178 { --- 19 unchanged lines hidden --- | 172 }; 173 CancelButton BTN_SELECTOR_CANCEL 174 { 175 Pos = MAP_APPFONT ( 200, 90 ) ; 176 Size = MAP_APPFONT ( 50, 14 ) ; 177 }; 178 HelpButton BTN_SELECTOR_HELP 179 { --- 19 unchanged lines hidden --- |