Skip to content

Commit

Permalink
Merge pull request #601 from skadefro/master
Browse files Browse the repository at this point in the history
Add help link to a lot of activities
  • Loading branch information
skadefro authored Apr 18, 2022
2 parents 1345251 + 13c6c25 commit 5e4a8f3
Show file tree
Hide file tree
Showing 73 changed files with 1,323 additions and 633 deletions.
1 change: 1 addition & 0 deletions OpenRPA.AviRecorder/Activities/PlayRecording.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace OpenRPA.AviRecorder.Activities
[System.Drawing.ToolboxBitmap(typeof(ResFinder2), "Resources.toolbox.gethtmlelement.png")]
[LocalizedToolboxTooltip("activity_playrecording_tooltip", typeof(Resources.strings))]
[LocalizedDisplayName("activity_playrecording", typeof(Resources.strings))]
[LocalizedHelpURL("activity_playrecording_helpurl", typeof(Resources.strings))]
public class PlayRecording : NativeActivity
{
[RequiredArgument]
Expand Down
1 change: 1 addition & 0 deletions OpenRPA.AviRecorder/Activities/StartRecording.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ namespace OpenRPA.AviRecorder.Activities
[System.Drawing.ToolboxBitmap(typeof(ResFinder2), "Resources.toolbox.gethtmlelement.png")]
[LocalizedToolboxTooltip("activity_startrecording_tooltip", typeof(Resources.strings))]
[LocalizedDisplayName("activity_startrecording", typeof(Resources.strings))]
[LocalizedHelpURL("activity_startrecording_helpurl", typeof(Resources.strings))]
public class StartRecording : NativeActivity
{
[Editor(typeof(SelectNewEmailOptionsEditor), typeof(ExtendedPropertyValueEditor))]
Expand Down
1 change: 1 addition & 0 deletions OpenRPA.AviRecorder/Activities/StopRecording.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace OpenRPA.AviRecorder.Activities
[System.Drawing.ToolboxBitmap(typeof(ResFinder2), "Resources.toolbox.gethtmlelement.png")]
[LocalizedToolboxTooltip("activity_stoprecording_tooltip", typeof(Resources.strings))]
[LocalizedDisplayName("activity_stoprecording", typeof(Resources.strings))]
[LocalizedHelpURL("activity_stoprecording_helpurl", typeof(Resources.strings))]
public class StopRecording : NativeActivity
{
//[RequiredArgument]
Expand Down
29 changes: 28 additions & 1 deletion OpenRPA.AviRecorder/Resources/strings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

157 changes: 83 additions & 74 deletions OpenRPA.AviRecorder/Resources/strings.resx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
<!--
Microsoft ResX Schema
Version 2.0
Expand Down Expand Up @@ -59,107 +59,116 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="activity_click_to_view" xml:space="preserve">
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="activity_click_to_view" xml:space="preserve">
<value>Double-click to view</value>
</data>
<data name="activity_playrecording" xml:space="preserve">
<data name="activity_playrecording" xml:space="preserve">
<value>Play Recording</value>
</data>
<data name="activity_playrecording_tooltip" xml:space="preserve">
<data name="activity_playrecording_helpurl" xml:space="preserve">
<value>https://docs.openiap.io/openrpa.html#id75</value>
</data>
<data name="activity_playrecording_tooltip" xml:space="preserve">
<value>Playback a video recording</value>
</data>
<data name="activity_play_hint" xml:space="preserve">
<data name="activity_play_hint" xml:space="preserve">
<value>Play this video file</value>
</data>
<data name="activity_startrecording" xml:space="preserve">
<data name="activity_startrecording" xml:space="preserve">
<value>Start Recording</value>
</data>
<data name="activity_startrecording_tooltip" xml:space="preserve">
<data name="activity_startrecording_helpurl" xml:space="preserve">
<value>https://docs.openiap.io/openrpa.html#id75</value>
</data>
<data name="activity_startrecording_tooltip" xml:space="preserve">
<value>Start recording the screen to a file</value>
</data>
<data name="activity_start_hint" xml:space="preserve">
<data name="activity_start_hint" xml:space="preserve">
<value>Save in this folder</value>
</data>
<data name="activity_stoprecording" xml:space="preserve">
<data name="activity_stoprecording" xml:space="preserve">
<value>Stop Recording</value>
</data>
<data name="activity_stoprecording_tooltip" xml:space="preserve">
<data name="activity_stoprecording_helpurl" xml:space="preserve">
<value>https://docs.openiap.io/openrpa.html#id75</value>
</data>
<data name="activity_stoprecording_tooltip" xml:space="preserve">
<value>Stop a running screen recording and save to file</value>
</data>
<data name="activity_stop_hint" xml:space="preserve">
<data name="activity_stop_hint" xml:space="preserve">
<value>Save video filename</value>
</data>
<data name="plugin_codec" xml:space="preserve">
<data name="plugin_codec" xml:space="preserve">
<value>Codec</value>
</data>
<data name="plugin_enabled" xml:space="preserve">
<data name="plugin_enabled" xml:space="preserve">
<value>Enabled</value>
</data>
<data name="plugin_keep_successful" xml:space="preserve">
<data name="plugin_keep_successful" xml:space="preserve">
<value>Keep successful</value>
</data>
<data name="plugin_quality" xml:space="preserve">
<data name="plugin_quality" xml:space="preserve">
<value>Recording quality</value>
</data>
<data name="plugin_save_in_folder" xml:space="preserve">
<data name="plugin_save_in_folder" xml:space="preserve">
<value>Save in folder</value>
</data>
</root>
1 change: 1 addition & 0 deletions OpenRPA.Database/Activities/DatabaseScope.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ namespace OpenRPA.Database
[System.Windows.Markup.ContentProperty("Body")]
[LocalizedToolboxTooltip("activity_databasescope_tooltip", typeof(Resources.strings))]
[LocalizedDisplayName("activity_databasescope", typeof(Resources.strings))]
[LocalizedHelpURL("activity_databasescope_helpurl", typeof(Resources.strings))]
public class DatabaseScope : BreakableLoop, System.Activities.Presentation.IActivityTemplateFactory
{
[Browsable(false)]
Expand Down
1 change: 1 addition & 0 deletions OpenRPA.Database/Activities/ExecuteNonQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ namespace OpenRPA.Database
[System.Drawing.ToolboxBitmap(typeof(ExecuteNonQuery), "Resources.toolbox.database.png")]
[LocalizedToolboxTooltip("activity_executenonquery_tooltip", typeof(Resources.strings))]
[LocalizedDisplayName("activity_executenonquery", typeof(Resources.strings))]
[LocalizedHelpURL("activity_executenonquery_helpurl", typeof(Resources.strings))]
public class ExecuteNonQuery : CodeActivity
{
[RequiredArgument, Category("Input"), LocalizedDisplayName("activity_executenonquery_query", typeof(Resources.strings)), LocalizedDescription("activity_executenonquery_query_help", typeof(Resources.strings))]
Expand Down
1 change: 1 addition & 0 deletions OpenRPA.Database/Activities/ExecuteQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ namespace OpenRPA.Database
[System.Drawing.ToolboxBitmap(typeof(ExecuteNonQuery), "Resources.toolbox.database.png")]
[LocalizedToolboxTooltip("activity_executequery_tooltip", typeof(Resources.strings))]
[LocalizedDisplayName("activity_executequery", typeof(Resources.strings))]
[LocalizedHelpURL("activity_executequery_helpurl", typeof(Resources.strings))]
public class ExecuteQuery : CodeActivity
{
[RequiredArgument, Category("Input"), LocalizedDisplayName("activity_executenonquery_query", typeof(Resources.strings)), LocalizedDescription("activity_executenonquery_query_help", typeof(Resources.strings))]
Expand Down
1 change: 1 addition & 0 deletions OpenRPA.Database/Activities/ExecuteScalar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ namespace OpenRPA.Database
[System.Drawing.ToolboxBitmap(typeof(ExecuteNonQuery), "Resources.toolbox.database.png")]
[LocalizedToolboxTooltip("activity_executescalar_tooltip", typeof(Resources.strings))]
[LocalizedDisplayName("activity_executescalar", typeof(Resources.strings))]
[LocalizedHelpURL("activity_executescalar_helpurl", typeof(Resources.strings))]
public class ExecuteScalar<T> : CodeActivity<T>
{
[RequiredArgument, Category("Input"), LocalizedDisplayName("activity_executescalar_query", typeof(Resources.strings)), LocalizedDescription("activity_executescalar_query_help", typeof(Resources.strings))]
Expand Down
1 change: 1 addition & 0 deletions OpenRPA.Database/Activities/UpdateFromDataTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ namespace OpenRPA.Database
[System.Drawing.ToolboxBitmap(typeof(ExecuteNonQuery), "Resources.toolbox.database.png")]
[LocalizedToolboxTooltip("activity_updatefromtable_tooltip", typeof(Resources.strings))]
[LocalizedDisplayName("activity_updatefromtable", typeof(Resources.strings))]
[LocalizedHelpURL("activity_updatefromtable_helpurl", typeof(Resources.strings))]
public class UpdateFromDataTable : CodeActivity
{
[RequiredArgument, Category("Input"), LocalizedDisplayName("activity_updatefromtable_tablename", typeof(Resources.strings)), LocalizedDescription("activity_updatefromtable_tablename_help", typeof(Resources.strings))]
Expand Down
Loading

0 comments on commit 5e4a8f3

Please sign in to comment.