Skip to content

Commit

Permalink
Rename button 'openButton' to 'actionButton', Set button to 'Open' in…
Browse files Browse the repository at this point in the history
… OpenFileDialogNE

In the base from BaseFileDialogNE Rename button 'openButton' to 'actionButton'.
Update the resx files for other languages for the new button name.

Set button 'actionButton' text to 'Open' in OpenFileDialogNE.
Add to all resx files for FileUIeEsources copying the text from the BaseFileDialogNE resx.
  • Loading branch information
danjasuw committed Dec 10, 2024
1 parent f142196 commit 84dc493
Show file tree
Hide file tree
Showing 9 changed files with 944 additions and 925 deletions.
18 changes: 9 additions & 9 deletions pwiz_tools/Skyline/FileUI/BaseFileDialogNE.Designer.cs

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

20 changes: 10 additions & 10 deletions pwiz_tools/Skyline/FileUI/BaseFileDialogNE.ja.resx
Original file line number Diff line number Diff line change
Expand Up @@ -333,31 +333,31 @@
<data name="&gt;&gt;label1.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="openButton.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<data name="actionButton.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Right</value>
</data>
<data name="openButton.Location" type="System.Drawing.Point, System.Drawing">
<data name="actionButton.Location" type="System.Drawing.Point, System.Drawing">
<value>504, 331</value>
</data>
<data name="openButton.Size" type="System.Drawing.Size, System.Drawing">
<data name="actionButton.Size" type="System.Drawing.Size, System.Drawing">
<value>66, 20</value>
</data>
<data name="openButton.TabIndex" type="System.Int32, mscorlib">
<data name="actionButton.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
</data>
<data name="openButton.Text" xml:space="preserve">
<data name="actionButton.Text" xml:space="preserve">
<value>開く(&amp;O)</value>
</data>
<data name="&gt;&gt;openButton.Name" xml:space="preserve">
<value>openButton</value>
<data name="&gt;&gt;actionButton.Name" xml:space="preserve">
<value>actionButton</value>
</data>
<data name="&gt;&gt;openButton.Type" xml:space="preserve">
<data name="&gt;&gt;actionButton.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;openButton.Parent" xml:space="preserve">
<data name="&gt;&gt;actionButton.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;openButton.ZOrder" xml:space="preserve">
<data name="&gt;&gt;actionButton.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="cancelButton.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
Expand Down
Loading

0 comments on commit 84dc493

Please sign in to comment.