This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new ae74bbd Cleaned up resource files
ae74bbd is described below
commit ae74bbdbe75f40d862e6d762da6eaf9591119a65
Author: mseidel <[email protected]>
AuthorDate: Thu Feb 27 11:06:36 2020 +0100
Cleaned up resource files
(cherry picked from commit e6cdf3af251e383bff38fbbc139855db68e05a23)
---
main/sfx2/source/dialog/passwd.src | 112 ++++++++++++------------
main/svx/source/dialog/passwd.src | 108 +++++++++--------------
main/uui/source/masterpassworddlg.src | 73 ++++++----------
main/uui/source/passworddlg.src | 155 +++++++++++++++++-----------------
4 files changed, 199 insertions(+), 249 deletions(-)
diff --git a/main/sfx2/source/dialog/passwd.src
b/main/sfx2/source/dialog/passwd.src
index a75fee0..1305856 100644
--- a/main/sfx2/source/dialog/passwd.src
+++ b/main/sfx2/source/dialog/passwd.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,128 +7,128 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
- // include ---------------------------------------------------------------
+// include ---------------------------------------------------------------
#include "helpid.hrc"
#include "dialog.hrc"
#include "passwd.hrc"
- // DLG_PASSWD ------------------------------------------------------------
+// DLG_PASSWD ------------------------------------------------------------
ModalDialog DLG_PASSWD
{
HelpId = HID_PASSWD ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT( 200, 68 );
+ Size = MAP_APPFONT ( 200, 68 ) ;
Text [ en-US ] = "Enter Password" ;
Moveable = TRUE ;
FixedText FT_PASSWD_USER
{
- Pos = MAP_APPFONT( 12, 15 );
- Size = MAP_APPFONT( 42, 10 );
- Text [ en-US ] = "~User";
+ Pos = MAP_APPFONT ( 12, 15 ) ;
+ Size = MAP_APPFONT ( 42, 10 ) ;
+ Text [ en-US ] = "~User" ;
};
Edit ED_PASSWD_USER
{
- HelpID = "sfx2:Edit:DLG_PASSWD:ED_PASSWD_USER";
- Border = TRUE;
- Pos = MAP_APPFONT( 57, 14 );
- Size = MAP_APPFONT( 75, 12 );
+ HelpID = "sfx2:Edit:DLG_PASSWD:ED_PASSWD_USER" ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 57, 14 ) ;
+ Size = MAP_APPFONT ( 75, 12 ) ;
};
FixedText FT_PASSWD_PASSWORD
{
- Pos = MAP_APPFONT( 12, 30 );
- Size = MAP_APPFONT( 42, 10 );
- Text [ en-US ] = "~Password";
+ Pos = MAP_APPFONT ( 12, 30 ) ;
+ Size = MAP_APPFONT ( 42, 10 ) ;
+ Text [ en-US ] = "~Password" ;
};
Edit ED_PASSWD_PASSWORD
{
- HelpID = "sfx2:Edit:DLG_PASSWD:ED_PASSWD_PASSWORD";
- Border = TRUE;
- PassWord = TRUE;
- Pos = MAP_APPFONT( 57, 29 );
- Size = MAP_APPFONT( 75, 12 );
+ HelpID = "sfx2:Edit:DLG_PASSWD:ED_PASSWD_PASSWORD" ;
+ Border = TRUE ;
+ PassWord = TRUE ;
+ Pos = MAP_APPFONT ( 57, 29 ) ;
+ Size = MAP_APPFONT ( 75, 12 ) ;
};
FixedText FT_PASSWD_CONFIRM
{
- Pos = MAP_APPFONT( 12, 45 );
- Size = MAP_APPFONT( 42, 10 );
- Text [ en-US ] = "~Confirm";
+ Pos = MAP_APPFONT ( 12, 45 ) ;
+ Size = MAP_APPFONT ( 42, 10 ) ;
+ Text [ en-US ] = "~Confirm" ;
};
Edit ED_PASSWD_CONFIRM
{
- HelpID = "sfx2:Edit:DLG_PASSWD:ED_PASSWD_CONFIRM";
- Border = TRUE;
- PassWord = TRUE;
- Pos = MAP_APPFONT( 57, 44 );
- Size = MAP_APPFONT( 75, 12 );
+ HelpID = "sfx2:Edit:DLG_PASSWD:ED_PASSWD_CONFIRM" ;
+ Border = TRUE ;
+ PassWord = TRUE ;
+ Pos = MAP_APPFONT ( 57, 44 ) ;
+ Size = MAP_APPFONT ( 75, 12 ) ;
};
- FixedLine GB_PASSWD_PASSWORD
+ FixedLine GB_PASSWD_PASSWORD
{
- Pos = MAP_APPFONT( 6, 3 );
- Size = MAP_APPFONT( 132, 8 );
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 132, 8 ) ;
Text [ en-US ] = "Password" ;
};
FixedText FT_PASSWD_PASSWORD2
{
- Pos = MAP_APPFONT( 12, 30 );
- Size = MAP_APPFONT( 42, 10 );
- Text [ en-US ] = "P~assword";
+ Pos = MAP_APPFONT ( 12, 30 ) ;
+ Size = MAP_APPFONT ( 42, 10 ) ;
+ Text [ en-US ] = "P~assword" ;
};
Edit ED_PASSWD_PASSWORD2
{
- Border = TRUE;
- PassWord = TRUE;
- Pos = MAP_APPFONT( 57, 29 );
- Size = MAP_APPFONT( 75, 12 );
+ Border = TRUE ;
+ PassWord = TRUE ;
+ Pos = MAP_APPFONT ( 57, 29 ) ;
+ Size = MAP_APPFONT ( 75, 12 ) ;
};
FixedText FT_PASSWD_CONFIRM2
{
- Pos = MAP_APPFONT( 12, 45 );
- Size = MAP_APPFONT( 42, 10 );
- Text [ en-US ] = "Confir~m";
+ Pos = MAP_APPFONT ( 12, 45 ) ;
+ Size = MAP_APPFONT ( 42, 10 ) ;
+ Text [ en-US ] = "Confir~m" ;
};
Edit ED_PASSWD_CONFIRM2
{
- Border = TRUE;
- PassWord = TRUE;
- Pos = MAP_APPFONT( 57, 44 );
- Size = MAP_APPFONT( 75, 12 );
+ Border = TRUE ;
+ PassWord = TRUE ;
+ Pos = MAP_APPFONT ( 57, 44 ) ;
+ Size = MAP_APPFONT ( 75, 12 ) ;
};
OKButton BTN_PASSWD_OK
{
- Disable = TRUE;
- Pos = MAP_APPFONT( 144, 6 );
- Size = MAP_APPFONT( 50, 14 );
- DefButton = TRUE;
+ Disable = TRUE ;
+ Pos = MAP_APPFONT ( 144, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
+ DefButton = TRUE ;
};
CancelButton BTN_PASSWD_CANCEL
{
- Pos = MAP_APPFONT( 144, 23 );
- Size = MAP_APPFONT( 50, 14 );
+ Pos = MAP_APPFONT ( 144, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
};
HelpButton BTN_PASSWD_HELP
{
- Pos = MAP_APPFONT( 144, 43 );
- Size = MAP_APPFONT( 50, 14 );
+ Pos = MAP_APPFONT ( 144, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
};
String TEXT_PASSWD
{
Text [ en-US ] = "Password" ;
};
-
};
+// ********************************************************************** EOF
diff --git a/main/svx/source/dialog/passwd.src
b/main/svx/source/dialog/passwd.src
index 349a18d..10ed96a 100644
--- a/main/svx/source/dialog/passwd.src
+++ b/main/svx/source/dialog/passwd.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,103 +7,104 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
- // include ---------------------------------------------------------------
+
+// include ---------------------------------------------------------------
#include <svx/dialogs.hrc>
#include "helpid.hrc"
#include "passwd.hrc"
- // pragma ----------------------------------------------------------------
+// pragma ----------------------------------------------------------------
- // RID_SVXDLG_PASSWORD ---------------------------------------------------
+// RID_SVXDLG_PASSWORD ---------------------------------------------------
ModalDialog RID_SVXDLG_PASSWORD
{
HelpId = HID_PASSWORD ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 210 , 77 ) ;
+ Size = MAP_APPFONT ( 210, 77 ) ;
Moveable = TRUE ;
FixedText FT_OLD_PASSWD
{
- Pos = MAP_APPFONT ( 12 , 16 ) ;
- Size = MAP_APPFONT ( 57 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 16 ) ;
+ Size = MAP_APPFONT ( 57, 8 ) ;
Text [ en-US ] = "~Password" ;
};
Edit ED_OLD_PASSWD
{
- HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD";
+ HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 71 , 14 ) ;
- Size = MAP_APPFONT ( 71 , 12 ) ;
+ Pos = MAP_APPFONT ( 71, 14 ) ;
+ Size = MAP_APPFONT ( 71, 12 ) ;
PassWord = TRUE ;
};
- FixedLine FL_OLD_PASSWD
+ FixedLine FL_OLD_PASSWD
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 142 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 142, 8 ) ;
Text [ en-US ] = "Old password" ;
};
FixedText FT_NEW_PASSWD
{
- Pos = MAP_APPFONT ( 12 , 45 ) ;
- Size = MAP_APPFONT ( 57 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 45 ) ;
+ Size = MAP_APPFONT ( 57, 8 ) ;
Text [ en-US ] = "Pa~ssword" ;
};
Edit ED_NEW_PASSWD
{
- HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD";
+ HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 71 , 43 ) ;
- Size = MAP_APPFONT ( 71 , 12 ) ;
+ Pos = MAP_APPFONT ( 71, 43 ) ;
+ Size = MAP_APPFONT ( 71, 12 ) ;
PassWord = TRUE ;
};
FixedText FT_REPEAT_PASSWD
{
- Pos = MAP_APPFONT ( 12 , 61 ) ;
- Size = MAP_APPFONT ( 57 , 8 ) ;
- Text [ en-US ] = "Confi~rm";
+ Pos = MAP_APPFONT ( 12, 61 ) ;
+ Size = MAP_APPFONT ( 57, 8 ) ;
+ Text [ en-US ] = "Confi~rm" ;
};
Edit ED_REPEAT_PASSWD
{
- HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD";
+ HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 71 , 59 ) ;
- Size = MAP_APPFONT ( 71 , 12 ) ;
+ Pos = MAP_APPFONT ( 71, 59 ) ;
+ Size = MAP_APPFONT ( 71, 12 ) ;
PassWord = TRUE ;
};
- FixedLine FL_NEW_PASSWD
+ FixedLine FL_NEW_PASSWD
{
- Pos = MAP_APPFONT ( 6 , 32 ) ;
- Size = MAP_APPFONT ( 142 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 32 ) ;
+ Size = MAP_APPFONT ( 142, 8 ) ;
Text [ en-US ] = "New password" ;
};
OKButton BTN_PASSWD_OK
{
- Pos = MAP_APPFONT ( 154 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 154, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
DefButton = TRUE ;
Disable = TRUE ;
};
CancelButton BTN_PASSWD_ESC
{
- Pos = MAP_APPFONT ( 154 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 154, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
};
HelpButton BTN_PASSWD_HELP
{
- Pos = MAP_APPFONT ( 154 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 154, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
};
String STR_ERR_OLD_PASSWD
{
@@ -115,38 +116,5 @@ ModalDialog RID_SVXDLG_PASSWORD
};
Text [ en-US ] = "Change Password" ;
};
- // ********************************************************************** EOF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/uui/source/masterpassworddlg.src
b/main/uui/source/masterpassworddlg.src
index c58f5c7..c5258bf 100644
--- a/main/uui/source/masterpassworddlg.src
+++ b/main/uui/source/masterpassworddlg.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,16 +7,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
@@ -32,68 +32,49 @@
ModalDialog DLG_UUI_MASTERPASSWORD
{
- HelpId = HID_DLG_MASTERPASSWORD_UUI;
+ HelpId = HID_DLG_MASTERPASSWORD_UUI ;
Border = TRUE ;
Moveable = TRUE ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 175 , 66 ) ;
+ Size = MAP_APPFONT ( 175, 66 ) ;
FixedText FT_MASTERPASSWORD
{
- Pos = MAP_APPFONT ( 3 , 4 ) ;
- Size = MAP_APPFONT ( 169 , 9 ) ;
- Text [ en-US ] = "Enter password";
+ Pos = MAP_APPFONT ( 3, 4 ) ;
+ Size = MAP_APPFONT ( 169, 9 ) ;
+ Text [ en-US ] = "Enter password" ;
};
Edit ED_MASTERPASSWORD
{
- HelpID = "uui:Edit:DLG_UUI_MASTERPASSWORD:ED_MASTERPASSWORD";
+ HelpID = "uui:Edit:DLG_UUI_MASTERPASSWORD:ED_MASTERPASSWORD" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 3 , 17 ) ;
- Size = MAP_APPFONT ( 169 , 13 ) ;
+ Pos = MAP_APPFONT ( 3, 17 ) ;
+ Size = MAP_APPFONT ( 169, 13 ) ;
PassWord = TRUE ;
};
- FixedLine FL_FIXED_LINE
- {
- Pos = MAP_APPFONT( 0, 35 );
- Size = MAP_APPFONT( 175, 6 );
- };
-
+ FixedLine FL_FIXED_LINE
+ {
+ Pos = MAP_APPFONT ( 0, 35 ) ;
+ Size = MAP_APPFONT ( 175, 6 ) ;
+ };
+
OKButton BTN_MASTERPASSWORD_OK
{
- Pos = MAP_APPFONT ( 65 , 45 ) ;
- Size = MAP_APPFONT ( 51 , 13 ) ;
+ Pos = MAP_APPFONT ( 65, 45 ) ;
+ Size = MAP_APPFONT ( 51, 13 ) ;
DefButton = TRUE ;
};
CancelButton BTN_MASTERPASSWORD_CANCEL
{
- Pos = MAP_APPFONT ( 120 , 45 ) ;
- Size = MAP_APPFONT ( 51 , 13 ) ;
+ Pos = MAP_APPFONT ( 120, 45 ) ;
+ Size = MAP_APPFONT ( 51, 13 ) ;
};
HelpButton BTN_MASTERPASSWORD_HELP
{
- Pos = MAP_APPFONT ( 5 , 45 ) ;
- Size = MAP_APPFONT ( 51 , 13 ) ;
- };
- Text [ en-US ] = "Enter Master Password";
+ Pos = MAP_APPFONT ( 5, 45 ) ;
+ Size = MAP_APPFONT ( 51, 13 ) ;
+ };
+ Text [ en-US ] = "Enter Master Password" ;
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/uui/source/passworddlg.src b/main/uui/source/passworddlg.src
index 129927f..b496f28 100644
--- a/main/uui/source/passworddlg.src
+++ b/main/uui/source/passworddlg.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,16 +7,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
@@ -32,103 +32,104 @@
ModalDialog DLG_UUI_PASSWORD
{
- HelpId = HID_DLG_PASSWORD_UUI;
+ HelpId = HID_DLG_PASSWORD_UUI ;
Border = TRUE ;
Moveable = TRUE ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT( 165, 95 );
+ Size = MAP_APPFONT ( 165, 95 ) ;
- FixedText FT_PASSWORD
+ FixedText FT_PASSWORD
{
- Pos = MAP_APPFONT( 3, 6 );
- Size = MAP_APPFONT( 159, 8 );
- WordBreak = TRUE;
+ Pos = MAP_APPFONT ( 3, 6 ) ;
+ Size = MAP_APPFONT ( 159, 8 ) ;
+ WordBreak = TRUE ;
};
Edit ED_PASSWORD
{
- HelpID = "uui:Edit:DLG_UUI_PASSWORD:ED_PASSWORD";
- Pos = MAP_APPFONT( 3, 17 );
- Size = MAP_APPFONT( 159, 12 );
+ HelpID = "uui:Edit:DLG_UUI_PASSWORD:ED_PASSWORD" ;
+ Pos = MAP_APPFONT ( 3, 17 ) ;
+ Size = MAP_APPFONT ( 159, 12 ) ;
Border = TRUE ;
PassWord = TRUE ;
};
- FixedText FT_CONFIRM_PASSWORD
- {
- Pos = MAP_APPFONT( 3, 34 );
- Size = MAP_APPFONT( 159, 8 );
- WordBreak = TRUE;
- };
-
- Edit ED_CONFIRM_PASSWORD
- {
- HelpID = "uui:Edit:DLG_UUI_PASSWORD:ED_CONFIRM_PASSWORD";
- Pos = MAP_APPFONT( 3, 45 );
- Size = MAP_APPFONT( 159, 12 );
- Border = TRUE ;
- PassWord = TRUE ;
- };
-
- FixedLine FL_FIXED_LINE_1
- {
- Pos = MAP_APPFONT( 0, 63 );
- Size = MAP_APPFONT( 165, 8 );
+ FixedText FT_CONFIRM_PASSWORD
+ {
+ Pos = MAP_APPFONT ( 3, 34 ) ;
+ Size = MAP_APPFONT ( 159, 8 ) ;
+ WordBreak = TRUE ;
+ };
+
+ Edit ED_CONFIRM_PASSWORD
+ {
+ HelpID = "uui:Edit:DLG_UUI_PASSWORD:ED_CONFIRM_PASSWORD" ;
+ Pos = MAP_APPFONT ( 3, 45 ) ;
+ Size = MAP_APPFONT ( 159, 12 ) ;
+ Border = TRUE ;
+ PassWord = TRUE ;
+ };
+
+ FixedLine FL_FIXED_LINE_1
+ {
+ Pos = MAP_APPFONT ( 0, 63 ) ;
+ Size = MAP_APPFONT ( 165, 8 ) ;
};
- HelpButton BTN_PASSWORD_HELP
- {
- Pos = MAP_APPFONT( 3, 76 );
- Size = MAP_APPFONT( 50, 14 );
- };
+ HelpButton BTN_PASSWORD_HELP
+ {
+ Pos = MAP_APPFONT ( 3, 76 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
+ };
OKButton BTN_PASSWORD_OK
{
- Pos = MAP_APPFONT( 59, 76 );
- Size = MAP_APPFONT( 50, 14 );
- DefButton = TRUE ;
+ Pos = MAP_APPFONT ( 59, 76 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
+ DefButton = TRUE ;
};
CancelButton BTN_PASSWORD_CANCEL
{
- Pos = MAP_APPFONT( 112, 76 );
- Size = MAP_APPFONT( 50, 14 );
+ Pos = MAP_APPFONT ( 112, 76 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
+ };
+
+ String STR_ENTER_PASSWORD_TO_OPEN
+ {
+ Text [ en-US ] = "Enter password to open file: \n" ;
};
- String STR_ENTER_PASSWORD_TO_OPEN
- {
- Text [ en-US ] = "Enter password to open file: \n";
- };
-
- String STR_ENTER_PASSWORD_TO_MODIFY
- {
- Text [ en-US ] = "Enter password to modify file: \n";
- };
-
- String STR_ENTER_SIMPLE_PASSWORD
- {
- Text [ en-US ] = "Enter password: ";
- };
-
- String STR_CONFIRM_SIMPLE_PASSWORD
- {
- Text [ en-US ] = "Confirm password: ";
- };
-
- String STR_TITLE_CREATE_PASSWORD
- {
- Text [ en-US ] = "Set Password";
- };
-
- String STR_TITLE_ENTER_PASSWORD
- {
- Text [ en-US ] = "Enter Password";
- };
-
- String STR_PASSWORD_MISMATCH
- {
- Text [ en-US ] = "The confirmation password did not match the
password. Set the password again by entering the same password in both boxes." ;
- };
+ String STR_ENTER_PASSWORD_TO_MODIFY
+ {
+ Text [ en-US ] = "Enter password to modify file: \n" ;
+ };
+
+ String STR_ENTER_SIMPLE_PASSWORD
+ {
+ Text [ en-US ] = "Enter password: " ;
+ };
+
+ String STR_CONFIRM_SIMPLE_PASSWORD
+ {
+ Text [ en-US ] = "Confirm password: " ;
+ };
+
+ String STR_TITLE_CREATE_PASSWORD
+ {
+ Text [ en-US ] = "Set Password" ;
+ };
+
+ String STR_TITLE_ENTER_PASSWORD
+ {
+ Text [ en-US ] = "Enter Password" ;
+ };
+
+ String STR_PASSWORD_MISMATCH
+ {
+ Text [ en-US ] = "The confirmation password did not match the
password. Set the password again by entering the same password in both boxes." ;
+ };
};
+// ********************************************************************** EOF