Skip to content

Commit e2946c3

Browse files
committedJun 23, 2022
增加调试日志、适配DPI、修复一些已知的问题
1 parent 2cbe6a3 commit e2946c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2273
-1816
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -818,3 +818,4 @@ MigrationBackup/
818818
/.sonarlint
819819
/BandObjectLib/*.ruleset
820820
*.ruleset
821+
/.idea

‎BandObjectLib/BandObject.cs

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525

2626
namespace BandObjectLib {
27+
// Band ¶ÔÏóÀ©Õ¹×ÊÔ´¹ÜÀíÆ÷
2728
public class BandObject : UserControl, IDeskBand, IDockingWindow, IInputObject, IObjectWithSite, IOleWindow, IPersistStream {
2829
private Size _minSize = new Size(-1, -1);
2930
protected IInputObjectSite BandObjectSite;

0 commit comments

Comments
 (0)
Please sign in to comment.