Skip to content

Commit

Permalink
修复高精度可用性检查
Browse files Browse the repository at this point in the history
微调界面UI布局
版本 V0.4.3.61
  • Loading branch information
xiaoxinpro committed Apr 21, 2022
1 parent 1315da8 commit 0f658ce
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
28 changes: 14 additions & 14 deletions ChineseSubtitleConversionTool/FormMain.Designer.cs

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

2 changes: 2 additions & 0 deletions ChineseSubtitleConversionTool/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ private void FormMain_Load(object sender, EventArgs e)

try
{
OfficeWordConvert owc = new OfficeWordConvert();
owc.Dispose();
rbConvertHigh.Enabled = true;
rbConvertHigh.Checked = true;
}
Expand Down
4 changes: 2 additions & 2 deletions ChineseSubtitleConversionTool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.3.60")]
[assembly: AssemblyFileVersion("0.4.3.60")]
[assembly: AssemblyVersion("0.4.3.61")]
[assembly: AssemblyFileVersion("0.4.3.61")]
Binary file not shown.
Binary file modified Image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0f658ce

Please sign in to comment.