Skip to content

Commit

Permalink
Fix DPI
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcapp committed Mar 21, 2024
1 parent 15fdfe9 commit 5dc5b4e
Show file tree
Hide file tree
Showing 19 changed files with 431 additions and 414 deletions.
79 changes: 39 additions & 40 deletions FrmAboutBox.Designer.cs

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

44 changes: 22 additions & 22 deletions FrmBookRename.Designer.cs

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

4 changes: 4 additions & 0 deletions FrmBookRename.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ private void TxtAuthor_TextChanged(object sender, EventArgs e) {
}

private void FrmBookRename_Load(object sender, EventArgs e) {
Text = Strings.Rename;
btnOK.Text = Strings.Save;
btnCancel.Text = Strings.Cancel;

txtBook.Focus();
btnOK.Enabled = false;
}
Expand Down
1 change: 0 additions & 1 deletion FrmBookRename.resx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<!-- ReSharper disable once ResxNotResolved -->
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAkAEBAAAAEAIABoBAAAlgAAABgYAAABACAAiAkAAP4EAAAgIAAAAQAgAKgQAACGDgAAMDAAAAEA
Expand Down
Loading

0 comments on commit 5dc5b4e

Please sign in to comment.