Kaydet (Commit) 79bfa972 authored tarafından Matthias Seidel's avatar Matthias Seidel

Cleaned up resource files

üst ab79b978
...@@ -27,63 +27,63 @@ ...@@ -27,63 +27,63 @@
#include <svx/dialogs.hrc> #include <svx/dialogs.hrc>
// RID_SFXPAGE_PATH ----------------------------------------------------- // RID_SFXPAGE_PATH -----------------------------------------------------
#define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; }
TabPage RID_SFXPAGE_DBREGISTER TabPage RID_SFXPAGE_DBREGISTER
{ {
HelpId = "cui:TabPage:RID_SFXPAGE_DBREGISTER" ; HelpId = "cui:TabPage:RID_SFXPAGE_DBREGISTER" ;
OutputSize = TRUE ; OutputSize = TRUE ;
SVLook = TRUE ; SVLook = TRUE ;
Hide = TRUE ; Hide = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ; Size = MAP_APPFONT ( 260, 185 ) ;
Text [ en-US ] = "Registered databases" ; Text [ en-US ] = "Registered databases" ;
FixedText FT_TYPE FixedText FT_TYPE
{ {
Hide = TRUE; Hide = TRUE;
Pos = MAP_APPFONT ( 12 , 14 ) ; Pos = MAP_APPFONT ( 12, 14 ) ;
Size = MAP_APPFONT ( 40 , 10 ) ; Size = MAP_APPFONT ( 40, 10 ) ;
Text [ en-US ] = "Registered name" ; Text [ en-US ] = "Registered name" ;
}; };
FixedText FT_PATH FixedText FT_PATH
{ {
Hide = TRUE; Hide = TRUE;
Pos = MAP_APPFONT ( 110 , 14 ) ; Pos = MAP_APPFONT ( 110, 14 ) ;
Size = MAP_APPFONT ( 40 , 10 ) ; Size = MAP_APPFONT ( 40, 10 ) ;
Text [ en-US ] = "Database file" ; Text [ en-US ] = "Database file" ;
}; };
Control LB_PATH Control LB_PATH
{ {
Pos = MAP_APPFONT ( 12 , 14 ) ; Pos = MAP_APPFONT ( 12, 14 ) ;
Size = MAP_APPFONT ( 236 , 147 ) ; Size = MAP_APPFONT ( 236, 147 ) ;
Border = TRUE ; Border = TRUE ;
TabStop = TRUE; TabStop = TRUE ;
}; };
PushButton BTN_NEW PushButton BTN_NEW
{ {
HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_NEW"; HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_NEW";
Pos = MAP_APPFONT ( 47 , 165 ) ; Pos = MAP_APPFONT ( 47, 165 ) ;
Size = MAP_APPFONT ( 65 , 14 ) ; Size = MAP_APPFONT ( 65, 14 ) ;
Text [ en-US ] = "~New..." ; Text [ en-US ] = "~New..." ;
}; };
PushButton BTN_EDIT PushButton BTN_EDIT
{ {
HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_EDIT"; HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_EDIT";
Pos = MAP_APPFONT ( 183 , 165 ) ; Pos = MAP_APPFONT ( 183, 165 ) ;
Size = MAP_APPFONT ( 65 , 14 ) ; Size = MAP_APPFONT ( 65, 14 ) ;
Text [ en-US ] = "~Edit..." ; Text [ en-US ] = "~Edit..." ;
}; };
PushButton BTN_DELETE PushButton BTN_DELETE
{ {
HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_DELETE"; HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_DELETE";
Pos = MAP_APPFONT ( 115 , 165 ) ; Pos = MAP_APPFONT ( 115, 165 ) ;
Size = MAP_APPFONT ( 65 , 14 ) ; Size = MAP_APPFONT ( 65, 14 ) ;
Text [ en-US ] = "~Delete" ; Text [ en-US ] = "~Delete" ;
}; };
FixedLine GB_STD FixedLine GB_STD
{ {
Pos = MAP_APPFONT ( 6 , 3 ) ; Pos = MAP_APPFONT ( 6, 3 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ; Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "Registered databases" ; Text [ en-US ] = "Registered databases" ;
}; };
}; };
// ******************************************************************* EOF
...@@ -21,90 +21,78 @@ ...@@ -21,90 +21,78 @@
// include ------------------------------------------------------------------ // include ------------------------------------------------------------------
#include "fontsubs.hrc" #include "fontsubs.hrc"
#include "helpid.hrc" #include "helpid.hrc"
// pragma -------------------------------------------------------------------
// pragma -------------------------------------------------------------------
/**************************************************************************/
/* */
/* */
/* */
/**************************************************************************/
TabPage RID_SVX_FONT_SUBSTITUTION TabPage RID_SVX_FONT_SUBSTITUTION
{ {
HelpID = HID_OFA_FONT_SUBSTITUTION ; HelpID = HID_OFA_FONT_SUBSTITUTION ;
SVLook = TRUE ; SVLook = TRUE ;
Hide = TRUE ; Hide = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ; Size = MAP_APPFONT ( 260, 185 ) ;
CheckBox CB_USETABLE CheckBox CB_USETABLE
{ {
HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE"; HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE";
Pos = MAP_APPFONT ( 6 , 6 ) ; Pos = MAP_APPFONT ( 6, 6 ) ;
Size = MAP_APPFONT ( 248 , 10 ) ; Size = MAP_APPFONT ( 248, 10 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Text [ en-US ] = "~Apply replacement table"; Text [ en-US ] = "~Apply replacement table" ;
}; };
FixedText FT_FONT1 FixedText FT_FONT1
{ {
Pos = MAP_APPFONT ( 6 , 20 ) ; Pos = MAP_APPFONT ( 6, 20 ) ;
Size = MAP_APPFONT ( 100 , 8 ) ; Size = MAP_APPFONT ( 100, 8 ) ;
Left = TRUE ; Left = TRUE ;
Text [ en-US ] = "~Font"; Text [ en-US ] = "~Font" ;
}; };
ComboBox CB_FONT1 ComboBox CB_FONT1
{ {
HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT1"; HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT1";
Border = TRUE ; Border = TRUE ;
Pos = MAP_APPFONT ( 6 , 33 ) ; Pos = MAP_APPFONT ( 6, 33 ) ;
Size = MAP_APPFONT ( 100 , 100 ) ; Size = MAP_APPFONT ( 100, 100 ) ;
TabStop = TRUE ; TabStop = TRUE ;
AutoSize = TRUE ; AutoSize = TRUE ;
AutoHScroll = TRUE ; AutoHScroll = TRUE ;
DDExtraWidth = TRUE ; DDExtraWidth = TRUE ;
DropDown = TRUE; DropDown = TRUE ;
Sort = TRUE; Sort = TRUE ;
}; };
FixedText FT_FONT2 FixedText FT_FONT2
{ {
Pos = MAP_APPFONT ( 110 , 20 ) ; Pos = MAP_APPFONT ( 110, 20 ) ;
Size = MAP_APPFONT ( 100 , 8 ) ; Size = MAP_APPFONT ( 100, 8 ) ;
Left = TRUE ; Left = TRUE ;
Text [ en-US ] = "Re~place with"; Text [ en-US ] = "Re~place with" ;
}; };
ComboBox CB_FONT2 ComboBox CB_FONT2
{ {
HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT2"; HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT2";
Border = TRUE ; Border = TRUE ;
Pos = MAP_APPFONT ( 110 , 33 ) ; Pos = MAP_APPFONT ( 110, 33 ) ;
Size = MAP_APPFONT ( 100 , 100 ) ; Size = MAP_APPFONT ( 100, 100 ) ;
TabStop = TRUE ; TabStop = TRUE ;
AutoSize = TRUE ; AutoSize = TRUE ;
AutoHScroll = TRUE ; AutoHScroll = TRUE ;
DDExtraWidth = TRUE ; DDExtraWidth = TRUE ;
DropDown = TRUE; DropDown = TRUE ;
Sort = TRUE; Sort = TRUE ;
}; };
ImageList IL_ICON ImageList IL_ICON
{ {
Prefix = "nu"; Prefix = "nu" ;
MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
IdList = IdList =
{ {
BT_SUBSTAPPLY ; BT_SUBSTAPPLY ;
BT_SUBSTDELETE ; BT_SUBSTDELETE ;
}; };
IdCount = { 2 ; }; IdCount = { 2 ; } ;
}; };
ToolBox TBX_SUBSTNEWDEL ToolBox TBX_SUBSTNEWDEL
{ {
Pos = MAP_APPFONT ( 214 , 33 ) ; Pos = MAP_APPFONT ( 214, 33 ) ;
SVLook = TRUE ; SVLook = TRUE ;
Border = FALSE ; Border = FALSE ;
ItemList = ItemList =
...@@ -125,74 +113,75 @@ TabPage RID_SVX_FONT_SUBSTITUTION ...@@ -125,74 +113,75 @@ TabPage RID_SVX_FONT_SUBSTITUTION
}; };
Control CLB_SUBSTITUTES Control CLB_SUBSTITUTES
{ {
Pos = MAP_APPFONT ( 6 , 48 ) ; Pos = MAP_APPFONT ( 6, 48 ) ;
Size = MAP_APPFONT ( 248 , 75 ) ; Size = MAP_APPFONT ( 248, 75 ) ;
Border = TRUE ; Border = TRUE ;
TabStop = TRUE ; TabStop = TRUE ;
}; };
FixedLine FL_SOURCEVIEW FixedLine FL_SOURCEVIEW
{ {
Pos = MAP_APPFONT ( 6 , 129 ) ; Pos = MAP_APPFONT ( 6, 129 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ; Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "Font settings for HTML, Basic and SQL sources" ; Text [ en-US ] = "Font settings for HTML, Basic and SQL sources" ;
}; };
FixedText FT_FONTNAME FixedText FT_FONTNAME
{ {
Pos = MAP_APPFONT ( 6 , 142 ) ; Pos = MAP_APPFONT ( 6, 142 ) ;
Size = MAP_APPFONT ( 57 , 8 ) ; Size = MAP_APPFONT ( 57, 8 ) ;
Text [ en-US ] = "Fonts" ; Text [ en-US ] = "Fonts" ;
}; };
ListBox LB_FONTNAME ListBox LB_FONTNAME
{ {
HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTNAME"; HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTNAME";
Pos = MAP_APPFONT ( 65 , 140 ) ; Pos = MAP_APPFONT ( 65, 140 ) ;
Size = MAP_APPFONT ( 100 , 68 ) ; Size = MAP_APPFONT ( 100, 68 ) ;
Border = TRUE ; Border = TRUE ;
TabStop = TRUE ; TabStop = TRUE ;
DropDown = TRUE; DropDown = TRUE ;
}; };
CheckBox CB_NONPROP CheckBox CB_NONPROP
{ {
HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_NONPROP"; HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_NONPROP";
Pos = MAP_APPFONT ( 65 , 155 ) ; Pos = MAP_APPFONT ( 65, 155 ) ;
Size = MAP_APPFONT ( 180 , 10 ) ; Size = MAP_APPFONT ( 180, 10 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Text [ en-US ] = "Non-proportional fonts only" ; Text [ en-US ] = "Non-proportional fonts only" ;
}; };
FixedText FT_FONTHEIGHT FixedText FT_FONTHEIGHT
{ {
Pos = MAP_APPFONT ( 6 , 171 ) ; Pos = MAP_APPFONT ( 6, 171 ) ;
Size = MAP_APPFONT ( 57 , 8 ) ; Size = MAP_APPFONT ( 57, 8 ) ;
Text [ en-US ] ="~Size"; Text [ en-US ] ="~Size" ;
}; };
ListBox LB_FONTHEIGHT ListBox LB_FONTHEIGHT
{ {
HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTHEIGHT"; HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTHEIGHT";
Pos = MAP_APPFONT ( 65 , 169 ) ; Pos = MAP_APPFONT ( 65, 169 ) ;
Size = MAP_APPFONT ( 30 , 68 ) ; Size = MAP_APPFONT ( 30, 68 ) ;
Border = TRUE ; Border = TRUE ;
TabStop = TRUE ; TabStop = TRUE ;
DropDown = TRUE; DropDown = TRUE ;
}; };
String STR_HEADER1 String STR_HEADER1
{ {
Text [ en-US ] = "Always"; Text [ en-US ] = "Always" ;
}; };
String STR_HEADER2 String STR_HEADER2
{ {
Text [ en-US ] = "Screen only"; Text [ en-US ] = "Screen only" ;
}; };
String STR_HEADER3 String STR_HEADER3
{ {
Text [ en-US ] = "Font"; Text [ en-US ] = "Font" ;
}; };
String STR_HEADER4 String STR_HEADER4
{ {
Text [ en-US ] = "Replace with"; Text [ en-US ] = "Replace with" ;
}; };
String STR_AUTOMATIC String STR_AUTOMATIC
{ {
Text [ en-US ] = "Automatic"; Text [ en-US ] = "Automatic" ;
}; };
}; };
// ******************************************************************* EOF
...@@ -20,95 +20,96 @@ ...@@ -20,95 +20,96 @@
*************************************************************/ *************************************************************/
// include -----------------------------------------------------------------
// include -----------------------------------------------------------------
#include "optfltr.hrc" #include "optfltr.hrc"
#include <cuires.hrc> #include <cuires.hrc>
// pragma ------------------------------------------------------------------ // pragma ------------------------------------------------------------------
// RID_OFAPAGE_MSFILTEROPT ----------------------------------------------------- // RID_OFAPAGE_MSFILTEROPT -----------------------------------------------------
TabPage RID_OFAPAGE_MSFILTEROPT TabPage RID_OFAPAGE_MSFILTEROPT
{ {
HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT"; HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT";
OutputSize = TRUE ; OutputSize = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ; Size = MAP_APPFONT ( 260, 185 ) ;
SVLook = TRUE ; SVLook = TRUE ;
Hide = TRUE ; Hide = TRUE ;
FixedLine GB_WORD FixedLine GB_WORD
{ {
Pos = MAP_APPFONT ( 6 , 3 ) ; Pos = MAP_APPFONT ( 6, 3 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ; Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "Microsoft Word 97/2000/XP"; Text [ en-US ] = "Microsoft Word 97/2000/XP" ;
}; };
CheckBox CB_WBAS_CODE CheckBox CB_WBAS_CODE
{ {
HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_CODE"; HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_CODE";
Pos = MAP_APPFONT ( 12 , 14 ) ; Pos = MAP_APPFONT ( 12, 14 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ; Size = MAP_APPFONT ( 236, 10 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Text [ en-US ] = "Load Basic ~code"; Text [ en-US ] = "Load Basic ~code" ;
}; };
CheckBox CB_WBAS_STG CheckBox CB_WBAS_STG
{ {
HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_STG"; HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_STG";
Pos = MAP_APPFONT ( 12 , 28 ) ; Pos = MAP_APPFONT ( 12, 28 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ; Size = MAP_APPFONT ( 236, 10 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Text [ en-US ] = "Save ~original Basic code"; Text [ en-US ] = "Save ~original Basic code" ;
}; };
FixedLine GB_EXCEL FixedLine GB_EXCEL
{ {
Pos = MAP_APPFONT ( 6 , 44 ) ; Pos = MAP_APPFONT ( 6, 44 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ; Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "Microsoft Excel 97/2000/XP"; Text [ en-US ] = "Microsoft Excel 97/2000/XP";
}; };
CheckBox CB_EBAS_CODE CheckBox CB_EBAS_CODE
{ {
HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_CODE"; HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_CODE";
Pos = MAP_APPFONT ( 12 , 55 ) ; Pos = MAP_APPFONT ( 12, 55 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ; Size = MAP_APPFONT ( 236, 10 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Text [ en-US ] = "Lo~ad Basic code"; Text [ en-US ] = "Lo~ad Basic code" ;
}; };
CheckBox CB_EBAS_EXECTBL CheckBox CB_EBAS_EXECTBL
{ {
HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_EXECTBL"; HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_EXECTBL";
Pos = MAP_APPFONT ( 22 , 69 ) ; Pos = MAP_APPFONT ( 22, 69 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ; Size = MAP_APPFONT ( 236, 10 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Text [ en-US ] = "E~xecutable code"; Text [ en-US ] = "E~xecutable code" ;
}; };
CheckBox CB_EBAS_STG CheckBox CB_EBAS_STG
{ {
HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_STG"; HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_STG";
Pos = MAP_APPFONT ( 12 , 83 ) ; Pos = MAP_APPFONT ( 12, 83 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ; Size = MAP_APPFONT ( 236, 10 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Text [ en-US ] = "Sa~ve original Basic code"; Text [ en-US ] = "Sa~ve original Basic code" ;
}; };
FixedLine GB_PPOINT FixedLine GB_PPOINT
{ {
Pos = MAP_APPFONT ( 6 , 99 ) ; Pos = MAP_APPFONT ( 6, 99 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ; Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "Microsoft PowerPoint 97/2000/XP"; Text [ en-US ] = "Microsoft PowerPoint 97/2000/XP" ;
}; };
CheckBox CB_PBAS_CODE CheckBox CB_PBAS_CODE
{ {
HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_PBAS_CODE"; HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_PBAS_CODE";
Pos = MAP_APPFONT ( 12 , 110 ) ; Pos = MAP_APPFONT ( 12, 110 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ; Size = MAP_APPFONT ( 236, 10 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Text [ en-US ] = "Load Ba~sic code"; Text [ en-US ] = "Load Ba~sic code" ;
}; };
CheckBox CB_PBAS_STG CheckBox CB_PBAS_STG
{ {
HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_PBAS_STG"; HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_PBAS_STG";
Pos = MAP_APPFONT ( 12 , 124 ) ; Pos = MAP_APPFONT ( 12, 124 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ; Size = MAP_APPFONT ( 236, 10 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Text [ en-US ] = "Sav~e original Basic code"; Text [ en-US ] = "Sav~e original Basic code" ;
}; };
}; };
...@@ -117,88 +118,53 @@ TabPage RID_OFAPAGE_MSFILTEROPT2 ...@@ -117,88 +118,53 @@ TabPage RID_OFAPAGE_MSFILTEROPT2
{ {
HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT2"; HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT2";
OutputSize = TRUE ; OutputSize = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ; Size = MAP_APPFONT ( 260, 185 ) ;
SVLook = TRUE ; SVLook = TRUE ;
Hide = TRUE ; Hide = TRUE ;
Control CLB_SETTINGS Control CLB_SETTINGS
{ {
Pos = MAP_APPFONT ( 6 , 6 ) ; Pos = MAP_APPFONT ( 6, 6 ) ;
Size = MAP_APPFONT ( 248 , 147 ) ; Size = MAP_APPFONT ( 248, 147 ) ;
Border = TRUE ; Border = TRUE ;
TabStop = TRUE ; TabStop = TRUE ;
}; };
String ST_HEADER1 String ST_HEADER1
{ {
Text [ en-US ] = "[L]"; Text [ en-US ] = "[L]" ;
}; };
String ST_HEADER2 String ST_HEADER2
{ {
Text [ en-US ] = "[S]"; Text [ en-US ] = "[S]" ;
}; };
FixedText FT_HEADER1_EXPLANATION FixedText FT_HEADER1_EXPLANATION
{ {
Pos = MAP_APPFONT ( 6 , 160 ) ; Pos = MAP_APPFONT ( 6, 160 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ; Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "[L]: Load and convert the object"; Text [ en-US ] = "[L]: Load and convert the object" ;
}; };
FixedText FT_HEADER2_EXPLANATION FixedText FT_HEADER2_EXPLANATION
{ {
Pos = MAP_APPFONT ( 6 , 171 ) ; Pos = MAP_APPFONT ( 6, 171 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ; Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "[S]: Convert and save the object"; Text [ en-US ] = "[S]: Convert and save the object" ;
}; };
String ST_CHG_MATH String ST_CHG_MATH
{ {
Text [ en-US ] = "MathType to %PRODUCTNAME Math or reverse"; Text [ en-US ] = "MathType to %PRODUCTNAME Math or reverse" ;
}; };
String ST_CHG_WRITER String ST_CHG_WRITER
{ {
Text [ en-US ] = "WinWord to %PRODUCTNAME Writer or reverse"; Text [ en-US ] = "WinWord to %PRODUCTNAME Writer or reverse" ;
}; };
String ST_CHG_CALC String ST_CHG_CALC
{ {
Text [ en-US ] = "Excel to %PRODUCTNAME Calc or reverse"; Text [ en-US ] = "Excel to %PRODUCTNAME Calc or reverse" ;
}; };
String ST_CHG_IMPRESS String ST_CHG_IMPRESS
{ {
Text [ en-US ] = "PowerPoint to %PRODUCTNAME Impress or reverse"; Text [ en-US ] = "PowerPoint to %PRODUCTNAME Impress or reverse" ;
}; };
}; };
// ******************************************************************* EOF // ******************************************************************* EOF
...@@ -21,29 +21,29 @@ ...@@ -21,29 +21,29 @@
// include ----------------------------------------------------------------- // include -----------------------------------------------------------------
#include "opthtml.hrc" #include "opthtml.hrc"
#include <cuires.hrc> #include <cuires.hrc>
// RID_OFAPAGE_HTMLOPT ----------------------------------------------------- // RID_OFAPAGE_HTMLOPT -----------------------------------------------------
TabPage RID_OFAPAGE_HTMLOPT TabPage RID_OFAPAGE_HTMLOPT
{ {
HelpID = "cui:TabPage:RID_OFAPAGE_HTMLOPT"; HelpID = "cui:TabPage:RID_OFAPAGE_HTMLOPT";
OutputSize = TRUE ; OutputSize = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ; Size = MAP_APPFONT ( 260, 185 ) ;
SVLook = TRUE ; SVLook = TRUE ;
Hide = TRUE ; Hide = TRUE ;
FixedText FT_SIZE1 FixedText FT_SIZE1
{ {
Pos = MAP_APPFONT ( 12 , 16 ) ; Pos = MAP_APPFONT ( 12, 16 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ; Size = MAP_APPFONT ( 30, 8 ) ;
Text [ en-US ] = "Size ~1" ; Text [ en-US ] = "Size ~1" ;
}; };
NumericField NF_SIZE1 NumericField NF_SIZE1
{ {
HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE1"; HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE1";
Pos = MAP_APPFONT ( 45 , 14 ) ; Pos = MAP_APPFONT ( 45, 14 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ; Size = MAP_APPFONT ( 30, 12 ) ;
Border = TRUE ; Border = TRUE ;
TabStop = TRUE ; TabStop = TRUE ;
Left = TRUE ; Left = TRUE ;
...@@ -58,15 +58,15 @@ TabPage RID_OFAPAGE_HTMLOPT ...@@ -58,15 +58,15 @@ TabPage RID_OFAPAGE_HTMLOPT
}; };
FixedText FT_SIZE2 FixedText FT_SIZE2
{ {
Pos = MAP_APPFONT ( 12 , 32 ) ; Pos = MAP_APPFONT ( 12, 32 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ; Size = MAP_APPFONT ( 30, 8 ) ;
Text [ en-US ] = "Size ~2" ; Text [ en-US ] = "Size ~2" ;
}; };
NumericField NF_SIZE2 NumericField NF_SIZE2
{ {
HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE2"; HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE2";
Pos = MAP_APPFONT ( 45 , 30 ) ; Pos = MAP_APPFONT ( 45, 30 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ; Size = MAP_APPFONT ( 30, 12 ) ;
Border = TRUE ; Border = TRUE ;
TabStop = TRUE ; TabStop = TRUE ;
Left = TRUE ; Left = TRUE ;
...@@ -81,15 +81,15 @@ TabPage RID_OFAPAGE_HTMLOPT ...@@ -81,15 +81,15 @@ TabPage RID_OFAPAGE_HTMLOPT
}; };
FixedText FT_SIZE3 FixedText FT_SIZE3
{ {
Pos = MAP_APPFONT ( 12 , 48 ) ; Pos = MAP_APPFONT ( 12, 48 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ; Size = MAP_APPFONT ( 30, 8 ) ;
Text [ en-US ] = "Size ~3" ; Text [ en-US ] = "Size ~3" ;
}; };
NumericField NF_SIZE3 NumericField NF_SIZE3
{ {
HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE3"; HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE3";
Pos = MAP_APPFONT ( 45 , 46 ) ; Pos = MAP_APPFONT ( 45, 46 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ; Size = MAP_APPFONT ( 30, 12 ) ;
Border = TRUE ; Border = TRUE ;
TabStop = TRUE ; TabStop = TRUE ;
Left = TRUE ; Left = TRUE ;
...@@ -104,15 +104,15 @@ TabPage RID_OFAPAGE_HTMLOPT ...@@ -104,15 +104,15 @@ TabPage RID_OFAPAGE_HTMLOPT
}; };
FixedText FT_SIZE4 FixedText FT_SIZE4
{ {
Pos = MAP_APPFONT ( 12 , 64 ) ; Pos = MAP_APPFONT ( 12, 64 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ; Size = MAP_APPFONT ( 30, 8 ) ;
Text [ en-US ] = "Size ~4" ; Text [ en-US ] = "Size ~4" ;
}; };
NumericField NF_SIZE4 NumericField NF_SIZE4
{ {
HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE4"; HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE4";
Pos = MAP_APPFONT ( 45 , 62 ) ; Pos = MAP_APPFONT ( 45, 62 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ; Size = MAP_APPFONT ( 30, 12 ) ;
Border = TRUE ; Border = TRUE ;
TabStop = TRUE ; TabStop = TRUE ;
Left = TRUE ; Left = TRUE ;
...@@ -127,15 +127,15 @@ TabPage RID_OFAPAGE_HTMLOPT ...@@ -127,15 +127,15 @@ TabPage RID_OFAPAGE_HTMLOPT
}; };
FixedText FT_SIZE5 FixedText FT_SIZE5
{ {
Pos = MAP_APPFONT ( 12 , 80 ) ; Pos = MAP_APPFONT ( 12, 80 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ; Size = MAP_APPFONT ( 30, 8 ) ;
Text [ en-US ] = "Size ~5" ; Text [ en-US ] = "Size ~5" ;
}; };
NumericField NF_SIZE5 NumericField NF_SIZE5
{ {
HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE5"; HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE5";
Pos = MAP_APPFONT ( 45 , 78 ) ; Pos = MAP_APPFONT ( 45, 78 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ; Size = MAP_APPFONT ( 30, 12 ) ;
Border = TRUE ; Border = TRUE ;
TabStop = TRUE ; TabStop = TRUE ;
Left = TRUE ; Left = TRUE ;
...@@ -150,15 +150,15 @@ TabPage RID_OFAPAGE_HTMLOPT ...@@ -150,15 +150,15 @@ TabPage RID_OFAPAGE_HTMLOPT
}; };
FixedText FT_SIZE6 FixedText FT_SIZE6
{ {
Pos = MAP_APPFONT ( 12 , 96 ) ; Pos = MAP_APPFONT ( 12, 96 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ; Size = MAP_APPFONT ( 30, 8 ) ;
Text [ en-US ] = "Size ~6" ; Text [ en-US ] = "Size ~6" ;
}; };
NumericField NF_SIZE6 NumericField NF_SIZE6
{ {
HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE6"; HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE6";
Pos = MAP_APPFONT ( 45 , 94 ) ; Pos = MAP_APPFONT ( 45, 94 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ; Size = MAP_APPFONT ( 30, 12 ) ;
Border = TRUE ; Border = TRUE ;
TabStop = TRUE ; TabStop = TRUE ;
Left = TRUE ; Left = TRUE ;
...@@ -173,15 +173,15 @@ TabPage RID_OFAPAGE_HTMLOPT ...@@ -173,15 +173,15 @@ TabPage RID_OFAPAGE_HTMLOPT
}; };
FixedText FT_SIZE7 FixedText FT_SIZE7
{ {
Pos = MAP_APPFONT ( 12 , 112 ) ; Pos = MAP_APPFONT ( 12, 112 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ; Size = MAP_APPFONT ( 30, 8 ) ;
Text [ en-US ] = "Size ~7" ; Text [ en-US ] = "Size ~7" ;
}; };
NumericField NF_SIZE7 NumericField NF_SIZE7
{ {
HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE7"; HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE7";
Pos = MAP_APPFONT ( 45 , 110 ) ; Pos = MAP_APPFONT ( 45, 110 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ; Size = MAP_APPFONT ( 30, 12 ) ;
Border = TRUE ; Border = TRUE ;
TabStop = TRUE ; TabStop = TRUE ;
Left = TRUE ; Left = TRUE ;
...@@ -196,104 +196,105 @@ TabPage RID_OFAPAGE_HTMLOPT ...@@ -196,104 +196,105 @@ TabPage RID_OFAPAGE_HTMLOPT
}; };
FixedLine GB_FONTSIZE FixedLine GB_FONTSIZE
{ {
Pos = MAP_APPFONT ( 6 , 3 ) ; Pos = MAP_APPFONT ( 6, 3 ) ;
Size = MAP_APPFONT ( 75 , 8 ) ; Size = MAP_APPFONT ( 75, 8 ) ;
Text [ en-US ] = "Font sizes" ; Text [ en-US ] = "Font sizes" ;
}; };
FixedLine GB_IMPORT FixedLine GB_IMPORT
{ {
Pos = MAP_APPFONT ( 87 , 3 ) ; Pos = MAP_APPFONT ( 87, 3 ) ;
Size = MAP_APPFONT ( 167 , 8 ) ; Size = MAP_APPFONT ( 167, 8 ) ;
Text [ en-US ] = "Import" ; Text [ en-US ] = "Import" ;
}; };
CheckBox CB_NUMBERS_ENGLISH_US CheckBox CB_NUMBERS_ENGLISH_US
{ {
HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_NUMBERS_ENGLISH_US"; HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_NUMBERS_ENGLISH_US";
Pos = MAP_APPFONT ( 93 , 14 ) ; Pos = MAP_APPFONT ( 93, 14 ) ;
Size = MAP_APPFONT ( 161 , 10 ) ; Size = MAP_APPFONT ( 161, 10 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Text [ en-US ] = "~Use '%ENGLISHUSLOCALE' locale for numbers" ; Text [ en-US ] = "~Use '%ENGLISHUSLOCALE' locale for numbers" ;
}; };
CheckBox CB_UNKNOWN_TAGS CheckBox CB_UNKNOWN_TAGS
{ {
HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_UNKNOWN_TAGS"; HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_UNKNOWN_TAGS";
Pos = MAP_APPFONT ( 93 , 28 ) ; Pos = MAP_APPFONT ( 93, 28 ) ;
Size = MAP_APPFONT ( 155 , 10 ) ; Size = MAP_APPFONT ( 155, 10 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Text [ en-US ] = "~Import unknown HTML tags as fields" ; Text [ en-US ] = "~Import unknown HTML tags as fields" ;
}; };
CheckBox CB_IGNORE_FONTNAMES CheckBox CB_IGNORE_FONTNAMES
{ {
HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_IGNORE_FONTNAMES"; HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_IGNORE_FONTNAMES";
Pos = MAP_APPFONT ( 93 , 42 ) ; Pos = MAP_APPFONT ( 93, 42 ) ;
Size = MAP_APPFONT ( 155 , 10 ) ; Size = MAP_APPFONT ( 155, 10 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Text [ en-US ] = "Ignore ~font settings" ; Text [ en-US ] = "Ignore ~font settings" ;
}; };
FixedLine GB_EXPORT FixedLine GB_EXPORT
{ {
Pos = MAP_APPFONT ( 87 , 58 ) ; Pos = MAP_APPFONT ( 87, 58 ) ;
Size = MAP_APPFONT ( 167 , 8 ) ; Size = MAP_APPFONT ( 167, 8 ) ;
Text [ en-US ] = "Export" ; Text [ en-US ] = "Export" ;
}; };
ListBox LB_EXPORT ListBox LB_EXPORT
{ {
HelpID = "cui:ListBox:RID_OFAPAGE_HTMLOPT:LB_EXPORT"; HelpID = "cui:ListBox:RID_OFAPAGE_HTMLOPT:LB_EXPORT";
Pos = MAP_APPFONT ( 93 , 69 ) ; Pos = MAP_APPFONT ( 93, 69 ) ;
Size = MAP_APPFONT ( 155 , 50 ) ; Size = MAP_APPFONT ( 155, 50 ) ;
Border = TRUE ; Border = TRUE ;
DropDown = TRUE ; DropDown = TRUE ;
StringList = StringList =
{ {
< "HTML 3.2" ; > ; < "HTML 3.2" ; > ;
< "Microsoft Internet Explorer" ; > ; < "Microsoft Internet Explorer" ; > ;
< "Netscape Navigator"; > ; < "Netscape Navigator" ; > ;
< "%PRODUCTNAME Writer" ; > ; < "%PRODUCTNAME Writer" ; > ;
}; };
}; };
CheckBox CB_STARBASIC CheckBox CB_STARBASIC
{ {
HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_STARBASIC"; HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_STARBASIC";
Pos = MAP_APPFONT ( 93 , 88 ) ; Pos = MAP_APPFONT ( 93, 88 ) ;
Size = MAP_APPFONT ( 155 , 10 ) ; Size = MAP_APPFONT ( 155, 10 ) ;
Text = "%PRODUCTNAME ~Basic" ; Text = "%PRODUCTNAME ~Basic" ;
}; };
CheckBox CB_STARBASIC_WARNING CheckBox CB_STARBASIC_WARNING
{ {
HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_STARBASIC_WARNING"; HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_STARBASIC_WARNING";
Pos = MAP_APPFONT ( 99 , 102 ) ; Pos = MAP_APPFONT ( 99, 102 ) ;
Size = MAP_APPFONT ( 149 , 10 ) ; Size = MAP_APPFONT ( 149, 10 ) ;
Text [ en-US ] = "Display ~warning"; Text [ en-US ] = "Display ~warning" ;
}; };
CheckBox CB_PRINT_EXTENSION CheckBox CB_PRINT_EXTENSION
{ {
HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_PRINT_EXTENSION"; HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_PRINT_EXTENSION";
Pos = MAP_APPFONT ( 93 , 116 ) ; Pos = MAP_APPFONT ( 93, 116 ) ;
Size = MAP_APPFONT ( 155 , 10 ) ; Size = MAP_APPFONT ( 155, 10 ) ;
Text [ en-US ] = "~Print layout" ; Text [ en-US ] = "~Print layout" ;
}; };
CheckBox CB_LOCAL_GRF CheckBox CB_LOCAL_GRF
{ {
HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_LOCAL_GRF"; HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_LOCAL_GRF";
Pos = MAP_APPFONT ( 93 , 130 ) ; Pos = MAP_APPFONT ( 93, 130 ) ;
Size = MAP_APPFONT ( 155 , 10 ) ; Size = MAP_APPFONT ( 155, 10 ) ;
Text [ en-US ] = "~Copy local graphics to Internet" ; Text [ en-US ] = "~Copy local graphics to Internet" ;
}; };
FixedText FT_CHARSET FixedText FT_CHARSET
{ {
Pos = MAP_APPFONT ( 93 , 144 ) ; Pos = MAP_APPFONT ( 93, 144 ) ;
Size = MAP_APPFONT ( 65 , 8 ) ; Size = MAP_APPFONT ( 65, 8 ) ;
Text [ en-US ] = "Character set"; Text [ en-US ] = "Character set";
}; };
ListBox LB_CHARSET ListBox LB_CHARSET
{ {
HelpID = "cui:ListBox:RID_OFAPAGE_HTMLOPT:LB_CHARSET"; HelpID = "cui:ListBox:RID_OFAPAGE_HTMLOPT:LB_CHARSET";
Pos = MAP_APPFONT ( 162 , 143 ) ; Pos = MAP_APPFONT ( 162, 143 ) ;
Size = MAP_APPFONT ( 86 , 61 ) ; Size = MAP_APPFONT ( 86, 61 ) ;
TabStop = TRUE ; TabStop = TRUE ;
DropDown = TRUE ; DropDown = TRUE ;
Sort = TRUE ; Sort = TRUE ;
}; };
}; };
// ******************************************************************* EOF
// ******************************************************************* EOF
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment