summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr/formres.src
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/formres.src')
-rw-r--r--extensions/source/propctrlr/formres.src24
1 files changed, 24 insertions, 0 deletions
diff --git a/extensions/source/propctrlr/formres.src b/extensions/source/propctrlr/formres.src
index 224587b11729..930b30697da9 100644
--- a/extensions/source/propctrlr/formres.src
+++ b/extensions/source/propctrlr/formres.src
@@ -51,6 +51,10 @@ String RID_STR_ENABLED
{
Text [ en-US ] = "Enabled" ;
};
+String RID_STR_ENABLE_VISIBLE
+{
+ Text [ en-US ] = "Visible" ;
+};
String RID_STR_AUTOCOMPLETE
{
Text [ en-US ] = "AutoFill" ;
@@ -234,6 +238,10 @@ String RID_STR_TABINDEX
{
Text [ en-US ] = "Tab order" ;
};
+String RID_STR_WHEEL_BEHAVIOR
+{
+ Text [ en-US ] = "Mouse wheel scroll" ;
+};
String RID_STR_FILTER
{
Text [ en-US ] = "Filter" ;
@@ -1431,6 +1439,22 @@ Resource RID_RSC_ENUM_WRITING_MODE
};
};
+Resource RID_RSC_ENUM_WHEEL_BEHAVIOR
+{
+ String 1
+ {
+ Text [ en-US ] = "Never";
+ };
+ String 2
+ {
+ Text [ en-US ] = "When focused";
+ };
+ String 3
+ {
+ Text [ en-US ] = "Always";
+ };
+};
+
String RID_STR_ANCHOR_TYPE
{
Text [ en-US ] = "Anchor";