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 23 24#include "namedlg.hrc" 25ModelessDialog RID_SCDLG_NAMES 26{ 27 OutputSize = TRUE ; 28 HelpId = CMD_FID_DEFINE_NAME ; 29 Hide = TRUE ; 30 SVLook = TRUE ;
| 20 *************************************************************/ 21 22 23 24#include "namedlg.hrc" 25ModelessDialog RID_SCDLG_NAMES 26{ 27 OutputSize = TRUE ; 28 HelpId = CMD_FID_DEFINE_NAME ; 29 Hide = TRUE ; 30 SVLook = TRUE ;
|
31 Size = MAP_APPFONT ( 222 , 142 ) ;
| 31 Size = MAP_APPFONT ( 222, 142 ) ;
|
32 Text [ en-US ] = "Define Names" ; 33 Moveable = TRUE ;
| 32 Text [ en-US ] = "Define Names" ; 33 Moveable = TRUE ;
|
34 // Closeable = TRUE; // Dieser Dialog hat einen Cancel-Button !
| 34 // Closeable = TRUE; // This dialog has a Cancel button!
|
35 OKButton BTN_OK 36 {
| 35 OKButton BTN_OK 36 {
|
37 Pos = MAP_APPFONT ( 166 , 6 ) ; 38 Size = MAP_APPFONT ( 50 , 14 ) ;
| 37 Pos = MAP_APPFONT ( 166, 6 ) ; 38 Size = MAP_APPFONT ( 50, 14 ) ;
|
39 TabStop = TRUE ; 40 }; 41 CancelButton BTN_CANCEL 42 {
| 39 TabStop = TRUE ; 40 }; 41 CancelButton BTN_CANCEL 42 {
|
43 Pos = MAP_APPFONT ( 166 , 23 ) ; 44 Size = MAP_APPFONT ( 50 , 14 ) ;
| 43 Pos = MAP_APPFONT ( 166, 23 ) ; 44 Size = MAP_APPFONT ( 50, 14 ) ;
|
45 TabStop = TRUE ; 46 }; 47 HelpButton BTN_HELP 48 {
| 45 TabStop = TRUE ; 46 }; 47 HelpButton BTN_HELP 48 {
|
49 Pos = MAP_APPFONT ( 166 , 43 ) ; 50 Size = MAP_APPFONT ( 50 , 14 ) ;
| 49 Pos = MAP_APPFONT ( 166, 43 ) ; 50 Size = MAP_APPFONT ( 50, 14 ) ;
|
51 TabStop = TRUE ; 52 }; 53 PushButton BTN_ADD 54 {
| 51 TabStop = TRUE ; 52 }; 53 PushButton BTN_ADD 54 {
|
55 HelpID = "sc:PushButton:RID_SCDLG_NAMES:BTN_ADD"; 56 Pos = MAP_APPFONT ( 166 , 74 ) ; 57 Size = MAP_APPFONT ( 50 , 14 ) ; 58 /* ### ACHTUNG: Neuer Text in Resource? Hinzu~f�gen : Hinzu~f�gen */
| 55 HelpID = "sc:PushButton:RID_SCDLG_NAMES:BTN_ADD" ; 56 Pos = MAP_APPFONT ( 166, 74 ) ; 57 Size = MAP_APPFONT ( 50, 14 ) ;
|
59 Text [ en-US ] = "~Add" ; 60 TabStop = TRUE ; 61 DefButton = TRUE ; 62 }; 63 PushButton BTN_REMOVE 64 {
| 58 Text [ en-US ] = "~Add" ; 59 TabStop = TRUE ; 60 DefButton = TRUE ; 61 }; 62 PushButton BTN_REMOVE 63 {
|
65 HelpID = "sc:PushButton:RID_SCDLG_NAMES:BTN_REMOVE"; 66 Pos = MAP_APPFONT ( 166 , 92 ) ; 67 Size = MAP_APPFONT ( 50 , 14 ) ; 68 /* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */
| 64 HelpID = "sc:PushButton:RID_SCDLG_NAMES:BTN_REMOVE" ; 65 Pos = MAP_APPFONT ( 166, 92 ) ; 66 Size = MAP_APPFONT ( 50, 14 ) ;
|
69 Text [ en-US ] = "~Delete" ; 70 TabStop = TRUE ; 71 }; 72 FixedLine FL_NAME 73 {
| 67 Text [ en-US ] = "~Delete" ; 68 TabStop = TRUE ; 69 }; 70 FixedLine FL_NAME 71 {
|
74 Pos = MAP_APPFONT ( 6 , 3 ) ; 75 Size = MAP_APPFONT ( 154 , 8 ) ;
| 72 Pos = MAP_APPFONT ( 6, 3 ) ; 73 Size = MAP_APPFONT ( 154, 8 ) ;
|
76 Text [ en-US ] = "Name" ; 77 };
| 74 Text [ en-US ] = "Name" ; 75 };
|
78/*
| 76/*
|
79 ComboBox ED_NAME 80 {
| 77 ComboBox ED_NAME 78 {
|
81 Pos = MAP_APPFONT ( 12 , 14 ) ; 82 Size = MAP_APPFONT ( 145 , 92 ) ;
| 79 Pos = MAP_APPFONT ( 12, 14 ) ; 80 Size = MAP_APPFONT ( 145, 92 ) ;
|
83 TabStop = TRUE ; 84 VScroll = TRUE ; 85 Sort = TRUE ; 86 }; 87*/ 88 Edit ED_NAME 89 { 90 Border = TRUE ;
| 81 TabStop = TRUE ; 82 VScroll = TRUE ; 83 Sort = TRUE ; 84 }; 85*/ 86 Edit ED_NAME 87 { 88 Border = TRUE ;
|
91 Pos = MAP_APPFONT ( 12 , 14 ) ; 92 Size = MAP_APPFONT ( 145 , 11 ) ;
| 89 Pos = MAP_APPFONT ( 12, 14 ) ; 90 Size = MAP_APPFONT ( 145, 11 ) ;
|
93 };
| 91 };
|
94
| 92
|
95 ListBox LB_NAMES 96 { 97 Border = TRUE ;
| 93 ListBox LB_NAMES 94 { 95 Border = TRUE ;
|
98 Pos = MAP_APPFONT ( 12 , 25 ) ; 99 Size = MAP_APPFONT ( 145 , 84 ) ;
| 96 Pos = MAP_APPFONT ( 12, 25 ) ; 97 Size = MAP_APPFONT ( 145, 84 ) ;
|
100 TabStop = TRUE ; 101 VScroll = TRUE ; 102 AutoHScroll = TRUE ; 103 Sort = TRUE ; 104 };
| 98 TabStop = TRUE ; 99 VScroll = TRUE ; 100 AutoHScroll = TRUE ; 101 Sort = TRUE ; 102 };
|
105 FixedLine FL_ASSIGN
| 103 FixedLine FL_ASSIGN
|
106 {
| 104 {
|
107 Pos = MAP_APPFONT ( 6 , 112 ) ; 108 Size = MAP_APPFONT ( 154 , 8 ) ;
| 105 Pos = MAP_APPFONT ( 6, 112 ) ; 106 Size = MAP_APPFONT ( 154, 8 ) ;
|
109 Text [ en-US ] = "Assigned to" ; 110 }; 111 Edit ED_ASSIGN 112 {
| 107 Text [ en-US ] = "Assigned to" ; 108 }; 109 Edit ED_ASSIGN 110 {
|
113 HelpID = "sc:Edit:RID_SCDLG_NAMES:ED_ASSIGN";
| 111 HelpID = "sc:Edit:RID_SCDLG_NAMES:ED_ASSIGN" ;
|
114 Border = TRUE ;
| 112 Border = TRUE ;
|
115 Pos = MAP_APPFONT ( 12 , 123 ) ; 116 Size = MAP_APPFONT ( 131 , 12 ) ;
| 113 Pos = MAP_APPFONT ( 12, 123 ) ; 114 Size = MAP_APPFONT ( 131, 12 ) ;
|
117 TabStop = TRUE ; 118 }; 119 ImageButton RB_ASSIGN 120 {
| 115 TabStop = TRUE ; 116 }; 117 ImageButton RB_ASSIGN 118 {
|
121 HelpID = "sc:ImageButton:RID_SCDLG_NAMES:RB_ASSIGN"; 122 Pos = MAP_APPFONT ( 145 , 122 ) ; 123 Size = MAP_APPFONT ( 13 , 15 ) ;
| 119 HelpID = "sc:ImageButton:RID_SCDLG_NAMES:RB_ASSIGN" ; 120 Pos = MAP_APPFONT ( 145, 122 ) ; 121 Size = MAP_APPFONT ( 13, 15 ) ;
|
124 TabStop = FALSE ; 125 QuickHelpText [ en-US ] = "Shrink" ; 126 }; 127 MoreButton BTN_MORE 128 {
| 122 TabStop = FALSE ; 123 QuickHelpText [ en-US ] = "Shrink" ; 124 }; 125 MoreButton BTN_MORE 126 {
|
129 HelpID = "sc:MoreButton:RID_SCDLG_NAMES:BTN_MORE"; 130 Pos = MAP_APPFONT ( 166 , 122 ) ; 131 Size = MAP_APPFONT ( 50 , 14 ) ;
| 127 HelpID = "sc:MoreButton:RID_SCDLG_NAMES:BTN_MORE" ; 128 Pos = MAP_APPFONT ( 166, 122 ) ; 129 Size = MAP_APPFONT ( 50, 14 ) ;
|
132 TabStop = TRUE ; 133 MapUnit = MAP_APPFONT ; 134 Delta = 41 ; 135 }; 136 FixedLine FL_TYPE 137 {
| 130 TabStop = TRUE ; 131 MapUnit = MAP_APPFONT ; 132 Delta = 41 ; 133 }; 134 FixedLine FL_TYPE 135 {
|
138 Pos = MAP_APPFONT ( 6 , 142 ) ; 139 Size = MAP_APPFONT ( 154 , 8 ) ;
| 136 Pos = MAP_APPFONT ( 6, 142 ) ; 137 Size = MAP_APPFONT ( 154, 8 ) ;
|
140 Text [ en-US ] = "Area type" ; 141 }; 142 CheckBox BTN_PRINTAREA 143 {
| 138 Text [ en-US ] = "Area type" ; 139 }; 140 CheckBox BTN_PRINTAREA 141 {
|
144 HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_PRINTAREA"; 145 Pos = MAP_APPFONT ( 12 , 153 ) ; 146 Size = MAP_APPFONT ( 60 , 10 ) ;
| 142 HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_PRINTAREA" ; 143 Pos = MAP_APPFONT ( 12, 153 ) ; 144 Size = MAP_APPFONT ( 60, 10 ) ;
|
147 Text [ en-US ] = "~Print range" ; 148 TabStop = TRUE ; 149 }; 150 CheckBox BTN_CRITERIA 151 {
| 145 Text [ en-US ] = "~Print range" ; 146 TabStop = TRUE ; 147 }; 148 CheckBox BTN_CRITERIA 149 {
|
152 HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_CRITERIA"; 153 Pos = MAP_APPFONT ( 12 , 167 ) ; 154 Size = MAP_APPFONT ( 60 , 10 ) ;
| 150 HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_CRITERIA" ; 151 Pos = MAP_APPFONT ( 12, 167 ) ; 152 Size = MAP_APPFONT ( 60, 10 ) ;
|
155 Text [ en-US ] = "~Filter" ; 156 TabStop = TRUE ; 157 }; 158 CheckBox BTN_ROWHEADER 159 {
| 153 Text [ en-US ] = "~Filter" ; 154 TabStop = TRUE ; 155 }; 156 CheckBox BTN_ROWHEADER 157 {
|
160 HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_ROWHEADER"; 161 Pos = MAP_APPFONT ( 75 , 167 ) ; 162 Size = MAP_APPFONT ( 82 , 10 ) ;
| 158 HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_ROWHEADER" ; 159 Pos = MAP_APPFONT ( 75, 167 ) ; 160 Size = MAP_APPFONT ( 82, 10 ) ;
|
163 Text [ en-US ] = "Repeat ~row" ; 164 TabStop = TRUE ; 165 }; 166 CheckBox BTN_COLHEADER 167 {
| 161 Text [ en-US ] = "Repeat ~row" ; 162 TabStop = TRUE ; 163 }; 164 CheckBox BTN_COLHEADER 165 {
|
168 HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_COLHEADER"; 169 Pos = MAP_APPFONT ( 75 , 153 ) ; 170 Size = MAP_APPFONT ( 82 , 10 ) ;
| 166 HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_COLHEADER" ; 167 Pos = MAP_APPFONT ( 75, 153 ) ; 168 Size = MAP_APPFONT ( 82, 10 ) ;
|
171 Text [ en-US ] = "Repeat ~column" ; 172 TabStop = TRUE ; 173 }; 174 String STR_ADD 175 {
| 169 Text [ en-US ] = "Repeat ~column" ; 170 TabStop = TRUE ; 171 }; 172 String STR_ADD 173 {
|
176 /* ### ACHTUNG: Neuer Text in Resource? Hinzu~f�gen : Hinzu~f�gen */
| |
177 Text [ en-US ] = "~Add" ; 178 }; 179 String STR_MODIFY 180 {
| 174 Text [ en-US ] = "~Add" ; 175 }; 176 String STR_MODIFY 177 {
|
181 /* ### ACHTUNG: Neuer Text in Resource? ~�ndern : ~�ndern */
| |
182 Text [ en-US ] = "Mod~ify" ; 183 }; 184 String STR_INVALIDSYMBOL 185 {
| 178 Text [ en-US ] = "Mod~ify" ; 179 }; 180 String STR_INVALIDSYMBOL 181 {
|
186 /* ### ACHTUNG: Neuer Text in Resource? Ung�ltiger Ausdruck : Ung�ltiger Ausdruck */
| |
187 Text [ en-US ] = "Invalid expression" ; 188 }; 189};
| 182 Text [ en-US ] = "Invalid expression" ; 183 }; 184};
|
| 185 186// ********************************************************************** EOF
|
| |