Skip to content

Commit

Permalink
2月21日更新
Browse files Browse the repository at this point in the history
  • Loading branch information
miniyu157 committed Feb 21, 2022
1 parent e328682 commit 77b9935
Show file tree
Hide file tree
Showing 15 changed files with 290 additions and 304 deletions.
20 changes: 10 additions & 10 deletions Main/AboutMe.designer.vb

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

2 changes: 1 addition & 1 deletion Main/AboutMe.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Public Class AboutMe
Private Sub AboutMe_Load(sender As Object, e As EventArgs) Handles MyBase.Load

Label11.Text = Application.ProductVersion
End Sub

#Region "QQ和Mail的点击事件"
Expand Down
30 changes: 11 additions & 19 deletions Main/ChangeLogDisplay.designer.vb

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

8 changes: 1 addition & 7 deletions Main/ChangeLogDisplay.vb
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
Public Class ChangeLogDisplay
Private Sub ChangeLogDisplay_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.BackColor = Color.White
Me.Text = ""
Me.FormBorderStyle = FormBorderStyle.FixedDialog

TextBox1.Text = System.IO.File.ReadAllText(Application.StartupPath & "\ChangeLog - 更新日志.md")
Label1.Focus()
TextBox1.Select(0, 0)
End Sub
End Class
2 changes: 2 additions & 0 deletions Main/Contributors.vb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Public Class Contributors
CheckForIllegalCrossThreadCalls = False
Dim 加载名单线程 As New Threading.Thread(AddressOf 加载名单)
加载名单线程.Start()
TextBox1.Select(0, 0)
End Sub

Private Sub 加载名单()
Expand All @@ -17,6 +18,7 @@ Public Class Contributors
If IO.File.Exists(Application.StartupPath & "\Contributors.txt") Then
IO.File.Delete(Application.StartupPath & "\Contributors.txt")
End If
TextBox1.Select(0, 0)
Catch ex As Exception
TextBox1.Text = "获取失败"
End Try
Expand Down
20 changes: 11 additions & 9 deletions Main/Form1.designer.vb

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

2 changes: 1 addition & 1 deletion Main/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Public Class Form1
End If
Next


Label3.Text = Application.ProductVersion
Label4.Font = New Font("Century Gothic", 24)


Expand Down
4 changes: 2 additions & 2 deletions Main/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
'通过使用 "*",如下所示:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.4")>
<Assembly: AssemblyFileVersion("1.4")>
<Assembly: AssemblyVersion("1.5")>
<Assembly: AssemblyFileVersion("1.5")>
4 changes: 2 additions & 2 deletions Main/ReleaseManage.designer.vb

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

Loading

0 comments on commit 77b9935

Please # to comment.