changedb.src (a39633e7) | changedb.src (24cebcdc) |
---|---|
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 --- 70 unchanged lines hidden (view full) --- 79 FixedText FT_DESC 80 { 81 Pos = MAP_APPFONT ( 12, 110 ) ; 82 Size = MAP_APPFONT ( 210, 45 ) ; 83 WordBreak = TRUE ; 84 Left = TRUE ; 85 Text [ en-US ] = "Use this dialog to replace the databases you access in your document via database fields, with other databases. You can only make one change at a time. Multiple selection is possible in the list on the left.\nUse the browse button to select a database file." ; 86 }; | 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 --- 70 unchanged lines hidden (view full) --- 79 FixedText FT_DESC 80 { 81 Pos = MAP_APPFONT ( 12, 110 ) ; 82 Size = MAP_APPFONT ( 210, 45 ) ; 83 WordBreak = TRUE ; 84 Left = TRUE ; 85 Text [ en-US ] = "Use this dialog to replace the databases you access in your document via database fields, with other databases. You can only make one change at a time. Multiple selection is possible in the list on the left.\nUse the browse button to select a database file." ; 86 }; |
87 FixedLine FL_APPLDB 88 { 89 Pos = MAP_APPFONT ( 6, 154 ) ; 90 Size = MAP_APPFONT ( 274, 8 ) ; 91 }; |
|
87 FixedText FT_DOCDBTEXT 88 { | 92 FixedText FT_DOCDBTEXT 93 { |
89 Pos = MAP_APPFONT ( 12, 161 ) ; 90 Size = MAP_APPFONT ( 100, 8 ) ; | 94 Pos = MAP_APPFONT ( 6, 162 ) ; 95 Size = MAP_APPFONT ( 106, 8 ) ; |
91 Left = TRUE ; 92 Text [ en-US ] = "Database applied to document:" ; 93 }; 94 FixedText FT_DOCDBNAME 95 { | 96 Left = TRUE ; 97 Text [ en-US ] = "Database applied to document:" ; 98 }; 99 FixedText FT_DOCDBNAME 100 { |
96 Pos = MAP_APPFONT ( 118, 161 ) ; 97 Size = MAP_APPFONT ( 114, 8 ) ; | 101 Pos = MAP_APPFONT ( 118, 162 ) ; 102 Size = MAP_APPFONT ( 162, 8 ) ; |
98 Left = TRUE ; 99 Text [ en-US ] = "Addresses.Addresses" ; 100 }; 101 OKButton BT_OK 102 { 103 Pos = MAP_APPFONT ( 230, 6 ) ; 104 Size = MAP_APPFONT ( 50, 14 ) ; 105 TabStop = TRUE ; --- 21 unchanged lines hidden --- | 103 Left = TRUE ; 104 Text [ en-US ] = "Addresses.Addresses" ; 105 }; 106 OKButton BT_OK 107 { 108 Pos = MAP_APPFONT ( 230, 6 ) ; 109 Size = MAP_APPFONT ( 50, 14 ) ; 110 TabStop = TRUE ; --- 21 unchanged lines hidden --- |