Skip to content

Commit

Permalink
fixed bSaveConfiguration.Location
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadelsucht committed Mar 25, 2021
1 parent 6b32d9f commit c5e8dcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion BulkPDF/MainForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ We recommend to look at the include sample files and to visit the documentation
<value>NoControl</value>
</data>
<data name="bSaveConfiguration.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 546</value>
<value>8, 279</value>
</data>
<data name="bSaveConfiguration.Size" type="System.Drawing.Size, System.Drawing">
<value>413, 23</value>
Expand Down Expand Up @@ -2357,6 +2357,9 @@ We recommend to look at the include sample files and to visit the documentation
wAMAAMABAADAAQAAwAEAAMABAADAAQAAwAEAAMABAAAAAQAAAAEAAAABAAAAAQAAwAEAAOABAADwAQAA
</value>
</data>
<data name="$this.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>BulkPDF</value>
</data>
Expand Down
4 changes: 2 additions & 2 deletions BulkPDF/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]

0 comments on commit c5e8dcc

Please sign in to comment.